Commit Graph

423 Commits

Author SHA1 Message Date
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
craig.p.drummond
fce31c0033 Use musicbrainz album id for album key whenever possible. 2014-05-06 19:17:46 +00:00
craig.p.drummond
49d8010204 Use musicbrainz album id to group albmus - if present 2014-05-06 18:42:52 +00:00
craig.p.drummond
23b63a3f0c Display title then artist 2014-05-06 18:40:28 +00:00
craig.p.drummond
6720738531 Store streams in '[Radio Streams]' MPD playlist - and not streams.xml.gz 2014-05-02 16:36:25 +00:00
craig.p.drummond
f83da3d5fe Multiple genre support. 2014-05-01 19:26:57 +00:00
craig.p.drummond
259394474b 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
8077a7934e More debug 2014-04-29 19:01:05 +00:00
craig.p.drummond
c5488812d0 Log socket error string 2014-04-29 18:59:28 +00:00
craig.p.drummond
d223e2d8f8 No need for settings class in touch builds 2014-04-16 17:48:51 +00:00
craig.p.drummond
a8348046df Disable MPDUser for touch builds 2014-04-15 19:20:42 +00:00
nikwen.developer@gmail.com
2921a273bf Initial Ubuntu SDK version 2014-04-08 22:18:27 +00:00
craig.p.drummond
288d38026e MPDConnection itself can call playlist update 2014-04-08 18:55:01 +00:00
craig.p.drummond
ac6680ed87 More debug 2014-04-07 20:23:20 +00:00
craig.p.drummond
cea11c0cd5 Fix comments 2014-04-07 20:23:02 +00:00
craig.p.drummond
bc409b6e1d Dont send update per dir 2014-04-04 19:33:03 +00:00
craig.p.drummond
1d1bf5a093 For playlists, only need to compare filename 2014-04-03 18:57:02 +00:00
craig.p.drummond
b0fb9ea4e3 If compiled with MPD HTTP playback support, when MPD stream is paused then stop the Phonon/QMediaObject from playing. See README for config option on this.
BUG: 456
2014-04-02 19:47:27 +00:00
craig.p.drummond
ff55be5305 Remove grouping of multiple-artist albums under 'Various Artists' 2014-04-01 18:02:12 +00:00
craig.p.drummond
1da3ee9586 Fix adding songs to playqueue with priority when playqueue is not empty. 2014-03-26 19:40:22 +00:00
craig.p.drummond
0f0b371a59 Only parse items of songs as required 2014-03-26 19:36:20 +00:00
craig.p.drummond
eb96dd2621 Re-add showing of dates.
BUG: 446
2014-03-23 20:09:12 +00:00
craig.p.drummond
1c99ba468b Load artist iamges in non-UI thread too. Should only be album images in artists view that are loaded in UI thread. Tried loading these in non_UI thread, but didnt like delay in showing covers. 2014-03-20 19:58:40 +00:00
craig.p.drummond
ca14eba441 Fix display of online service logo in playqueue 2014-03-19 19:49:38 +00:00
craig.p.drummond
c036643f6f Load all covers from album, and playqueue, views in non UI thread 2014-03-19 19:49:10 +00:00
craig.p.drummond
0f2dabfdd9 More Song::formattedTime into Utils class 2014-03-19 19:47:47 +00:00
craig.p.drummond
cc5cce4812 When reading lines from user mpd.conf file, read as utf-8.
BUG: 439
2014-03-19 19:46:07 +00:00
craig.p.drummond
0f320b7631 Use Q_GLOBAL_STATIC for Qt only builds 2014-03-17 19:52:47 +00:00
craig.p.drummond
fcb797ab3c Fix port number format in KDE builds 2014-03-14 19:09:20 +00:00
craig.p.drummond
37b868da09 Fix updating-db message/spinner 2014-03-14 19:08:10 +00:00
craig.p.drummond
996cbcf4f7 Only show album year in browsers. 2014-03-11 19:46:14 +00:00