Commit Graph

453 Commits

Author SHA1 Message Date
craig.p.drummond
78db33c222 Show extra audio properties from MPD in context/track/tags 2014-08-10 10:00:10 +00:00
craig.p.drummond
ec2c98802b Stop volume fade if stopping after 2014-08-01 20:34:09 +00:00
craig.p.drummond
75d27d8ff6 turn null key constant into enum constant 2014-07-31 19:31:14 +00:00
craig.p.drummond
da0587a523 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
13e65f1d62 Use comma to split multiple genres in tooltip. 2014-07-31 19:27:24 +00:00
craig.p.drummond
ec6f631952 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
bf74e4a78f Fix grouping of local and non-local podcasts in playqueue 2014-07-17 16:13:20 +00:00
craig.p.drummond
751ce81b44 Fix soundcloud and podcast grouping in playqueue 2014-07-17 16:12:36 +00:00
craig.p.drummond
19f737c61c Fix podcast iamge being stored as local path! 2014-07-16 19:56:37 +00:00
craig.p.drummond
c3d288fd8e Use Covers::self()->get() to retrieve all covers 2014-07-16 19:05:36 +00:00
craig.p.drummond
dfd5d40494 Add some debug when clear errors 2014-07-10 19:50:34 +00:00
craig.p.drummond
49a0f347c8 Use consistent song tooltip everywhere 2014-07-10 19:49:53 +00:00
craig.p.drummond
e83c883c75 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
5f00020dfc Move fade-on-stop code into MPDConnection class 2014-07-08 19:15:55 +00:00
craig.p.drummond
b1946186c2 constOnlineDiscId is not used anymore 2014-07-06 19:28:33 +00:00
craig.p.drummond
277abb3107 in basicArtist() check if artist==albumartist 2014-06-17 16:58:58 +00:00
craig.p.drummond
53a407e93e Use same trans for with and without markup 2014-06-17 16:58:23 +00:00
craig.p.drummond
a9766f55b5 Order genres, so that comparison works 2014-06-17 16:53:17 +00:00
craig.p.drummond
ebebec320d Re-arrange items to save a couple of bytes :-) 2014-06-16 19:24:34 +00:00
craig.p.drummond
f8a589b0e4 Fix saving of album genres 2014-06-16 19:23:49 +00:00
craig.p.drummond
859ef5322d 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
eadaa2a3b6 Add Song.setPerformer 2014-06-16 19:22:31 +00:00
craig.p.drummond
fbf892ef79 Make constGenreSep available elsewhere 2014-06-16 19:17:34 +00:00
craig.p.drummond
593acd3b3e Store radio station 'name' field in extra map 2014-06-16 19:14:18 +00:00
craig.p.drummond
d640e40d61 Compare album id after name 2014-06-16 19:13:54 +00:00
craig.p.drummond
3d862b0940 Reduce lookups in extra 2014-06-16 19:13:23 +00:00
craig.p.drummond
de133486cf Store musicbrainz-album-id in extra map 2014-06-16 19:12:17 +00:00
craig.p.drummond
248c266594 Add option to use libVLC for MPD HTTP stream playback.
BUG: 493
2014-06-15 11:17:24 +00:00
craig.p.drummond
c7a37c2173 Add possibility to search on performer 2014-06-11 18:27:50 +00:00
craig.p.drummond
5b618df864 Add performer and composer to table-view for playqueue, playlists, and search 2014-06-11 18:27:13 +00:00
craig.p.drummond
eac245fd65 Also read performer for display in context view 2014-06-11 18:25:29 +00:00
craig.p.drummond
8fe7865330 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
aea7172439 Disable scrobble love button when playqueue is empty. 2014-06-02 19:49:40 +00:00
craig.p.drummond
d07a41270b Dont store config in config folder, store in data folder instead. 2014-06-01 10:05:20 +00:00
craig.p.drummond
ecbe7a6507 Check list sizes before at() call
BUG: 484??
2014-05-23 21:43:31 +00:00
craig.p.drummond
5f0b67f02c 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
c93020a00a Re-enable 'love' button if action fails 2014-05-21 18:44:32 +00:00
craig.p.drummond
e5b5a72a2f Fix scrobble 'love' via mpdscribble 2014-05-21 18:44:09 +00:00
craig.p.drummond
35969614c9 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
6a39d8af5f - 'Love' tracks
- 'Love' via MPDScribble
2014-05-20 18:40:21 +00:00
craig.p.drummond
5b1fb58eff - install XML files to config folder
- unify usage of these folders
2014-05-20 18:18:00 +00:00
craig.p.drummond
9ea6e3915e No need to replace # in stream name 2014-05-20 18:16:45 +00:00
craig.p.drummond
087c3b177f Fix deprecated warning - covert stream url string into a QUrl 2014-05-13 18:41:30 +00:00
craig.p.drummond
d29d9a8781 Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
d4c7d6673c Fix loading individual songs from cue file. 2014-05-12 18:54:46 +00:00
craig.p.drummond
77a051ecdc 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
a53159eee9 Fix album ordering. Need to check music-brainz id after album name 2014-05-09 19:36:43 +00:00
craig.p.drummond
d950faaf7a Use id in album key 2014-05-07 18:54:06 +00:00
craig.p.drummond
011ea6ebad Compare albumId OR album name 2014-05-07 18:53:37 +00:00
craig.p.drummond
e22192f79c Use musicbrainz alubm id in albums model 2014-05-07 18:52:43 +00:00