Commit Graph

438 Commits

Author SHA1 Message Date
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
craig.p.drummond
edb7732ce4 Compare albumId OR album name 2014-05-07 18:53:37 +00:00
craig.p.drummond
01046be8e3 Use musicbrainz alubm id in albums model 2014-05-07 18:52:43 +00:00
craig.p.drummond
0986033e16 Use musicbrainz album id for album key whenever possible. 2014-05-06 19:17:46 +00:00
craig.p.drummond
239b13bb91 Use musicbrainz album id to group albmus - if present 2014-05-06 18:42:52 +00:00
craig.p.drummond
3e9d26e2f5 Display title then artist 2014-05-06 18:40:28 +00:00
craig.p.drummond
41c6462eab Store streams in '[Radio Streams]' MPD playlist - and not streams.xml.gz 2014-05-02 16:36:25 +00:00
craig.p.drummond
2a28a7d3f8 Multiple genre support. 2014-05-01 19:26:57 +00:00
craig.p.drummond
459b85489b If connection to MPD faiils, attempt to ascertain if its a proxy error.
BUG: 471
2014-04-29 19:03:01 +00:00
craig.p.drummond
03e599830c More debug 2014-04-29 19:01:05 +00:00
craig.p.drummond
5f70776afa Log socket error string 2014-04-29 18:59:28 +00:00
craig.p.drummond
b6fd0973ce No need for settings class in touch builds 2014-04-16 17:48:51 +00:00
craig.p.drummond
4e040db541 Disable MPDUser for touch builds 2014-04-15 19:20:42 +00:00
nikwen.developer@gmail.com
e1593b7dd0 Initial Ubuntu SDK version 2014-04-08 22:18:27 +00:00
craig.p.drummond
b082f06db8 MPDConnection itself can call playlist update 2014-04-08 18:55:01 +00:00
craig.p.drummond
3f44442242 More debug 2014-04-07 20:23:20 +00:00
craig.p.drummond
9570c952ba Fix comments 2014-04-07 20:23:02 +00:00
craig.p.drummond
1f79ac3808 Dont send update per dir 2014-04-04 19:33:03 +00:00