Commit Graph

455 Commits

Author SHA1 Message Date
craig.p.drummond
40c3be0e13 ..and for trunk! 2014-08-17 15:44:44 +00:00
craig.p.drummond
89e6f5a2f2 Add support for modified-since MPD find command (MPD>=0.19)
UNTESTED!
2014-08-17 14:58:06 +00:00
craig.p.drummond
7d2c57b695 Show extra audio properties from MPD in context/track/tags 2014-08-10 10:00:10 +00:00
craig.p.drummond
e882e2e386 Stop volume fade if stopping after 2014-08-01 20:34:09 +00:00
craig.p.drummond
9f4471ac79 turn null key constant into enum constant 2014-07-31 19:31:14 +00:00
craig.p.drummond
934bd46354 Use 0..10 for ratings. 1=0.5 star, 2=1 star, 3=1.5 stars, etc. 2014-07-31 19:29:38 +00:00
craig.p.drummond
7a4229b178 Use comma to split multiple genres in tooltip. 2014-07-31 19:27:24 +00:00
craig.p.drummond
75cc63ea16 Initial support for ratings - stored in MPD's sticker DB. This is NOT complete - support in dynamic playlists is still TODO... 2014-07-21 19:01:56 +00:00
craig.p.drummond
e756049113 Fix grouping of local and non-local podcasts in playqueue 2014-07-17 16:13:20 +00:00
craig.p.drummond
ca8d63c4c4 Fix soundcloud and podcast grouping in playqueue 2014-07-17 16:12:36 +00:00
craig.p.drummond
7d35131c13 Fix podcast iamge being stored as local path! 2014-07-16 19:56:37 +00:00
craig.p.drummond
840999e7d3 Use Covers::self()->get() to retrieve all covers 2014-07-16 19:05:36 +00:00
craig.p.drummond
b6d6039692 Add some debug when clear errors 2014-07-10 19:50:34 +00:00
craig.p.drummond
479b124bb1 Use consistent song tooltip everywhere 2014-07-10 19:49:53 +00:00
craig.p.drummond
ce77335169 Clear MPDs error message after display - so that we dont keep on displaying it! 2014-07-10 19:48:08 +00:00
craig.p.drummond
b7a047df5f Move fade-on-stop code into MPDConnection class 2014-07-08 19:15:55 +00:00
craig.p.drummond
e28396c06b constOnlineDiscId is not used anymore 2014-07-06 19:28:33 +00:00
craig.p.drummond
c0c09bc328 in basicArtist() check if artist==albumartist 2014-06-17 16:58:58 +00:00
craig.p.drummond
b033be1271 Use same trans for with and without markup 2014-06-17 16:58:23 +00:00
craig.p.drummond
63c45d3640 Order genres, so that comparison works 2014-06-17 16:53:17 +00:00
craig.p.drummond
385cae06b9 Re-arrange items to save a couple of bytes :-) 2014-06-16 19:24:34 +00:00
craig.p.drummond
4e1d473692 Fix saving of album genres 2014-06-16 19:23:49 +00:00
craig.p.drummond
9163f6c4b0 Reduce memory usage - by only creating a set for genres if there is more than 1 2014-06-16 19:23:14 +00:00
craig.p.drummond
5a618448dd Add Song.setPerformer 2014-06-16 19:22:31 +00:00
craig.p.drummond
699bf12b27 Make constGenreSep available elsewhere 2014-06-16 19:17:34 +00:00
craig.p.drummond
0e4bfcea2a Store radio station 'name' field in extra map 2014-06-16 19:14:18 +00:00
craig.p.drummond
0fd082e595 Compare album id after name 2014-06-16 19:13:54 +00:00
craig.p.drummond
28a0b93fbf Reduce lookups in extra 2014-06-16 19:13:23 +00:00
craig.p.drummond
c7e5a83d9d Store musicbrainz-album-id in extra map 2014-06-16 19:12:17 +00:00
craig.p.drummond
493d885257 Add option to use libVLC for MPD HTTP stream playback.
BUG: 493
2014-06-15 11:17:24 +00:00
craig.p.drummond
ef2259b3b4 Add possibility to search on performer 2014-06-11 18:27:50 +00:00
craig.p.drummond
071be39b0d Add performer and composer to table-view for playqueue, playlists, and search 2014-06-11 18:27:13 +00:00
craig.p.drummond
e751c09364 Also read performer for display in context view 2014-06-11 18:25:29 +00:00
craig.p.drummond
f333fd6399 If artist is different to album-artist, then show track title as "title - artist" 2014-06-09 18:43:00 +00:00
craig.p.drummond
d2b42dc53f Disable scrobble love button when playqueue is empty. 2014-06-02 19:49:40 +00:00
craig.p.drummond
993dc07d5c Dont store config in config folder, store in data folder instead. 2014-06-01 10:05:20 +00:00
craig.p.drummond
3e69bfe988 Check list sizes before at() call
BUG: 484??
2014-05-23 21:43:31 +00:00
craig.p.drummond
8656803587 Use client-to-client to talk to cantata-dynamic when run in server mode => no need for port setting! 2014-05-23 21:38:33 +00:00
craig.p.drummond
3b3a5e1d44 Re-enable 'love' button if action fails 2014-05-21 18:44:32 +00:00
craig.p.drummond
fd77d09325 Fix scrobble 'love' via mpdscribble 2014-05-21 18:44:09 +00:00
craig.p.drummond
8445e705ae Fix playqueue shuffle/sort if we have albums of same name, but different mb id 2014-05-21 18:42:24 +00:00
craig.p.drummond
8a2c359602 - 'Love' tracks
- 'Love' via MPDScribble
2014-05-20 18:40:21 +00:00
craig.p.drummond
eb3265f379 - install XML files to config folder
- unify usage of these folders
2014-05-20 18:18:00 +00:00
craig.p.drummond
e8efe5194c No need to replace # in stream name 2014-05-20 18:16:45 +00:00
craig.p.drummond
b0f8046774 Fix deprecated warning - covert stream url string into a QUrl 2014-05-13 18:41:30 +00:00
craig.p.drummond
64c06773ce Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
1e16174341 Fix loading individual songs from cue file. 2014-05-12 18:54:46 +00:00
craig.p.drummond
40222e9d53 Fix 'duplicate' albums being created if flac (or other) + cue file is used, and the music file does not contain metadata.
BUG: 481
2014-05-12 18:51:08 +00:00
craig.p.drummond
d548724f3f Fix album ordering. Need to check music-brainz id after album name 2014-05-09 19:36:43 +00:00
craig.p.drummond
05df265607 Use id in album key 2014-05-07 18:54:06 +00:00