Commit Graph

405 Commits

Author SHA1 Message Date
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
craig.p.drummond
66b3ea366f - Be consistent with dsiaplying year's of albums - year is shown in brackets after album name.
- Only show album year in non-icon view.
2014-03-11 19:45:38 +00:00
craig.p.drummond
c111ec56e8 Remove Song:format - not used 2014-03-10 20:11:28 +00:00
craig.p.drummond
429465cb91 Speed-up MPD response parsing, by only converting strings to UTF-8 when required 2014-03-07 17:20:07 +00:00
craig.p.drummond
668df01fa8 Cant use -1, id is an unsigned int! 2014-03-07 17:18:54 +00:00
craig.p.drummond
783afcc442 Fix non-markup details 2014-03-06 20:05:40 +00:00
craig.p.drummond
55c38a44f8 When determining the 'basic' artist of a track, if albumartist is set and artist is not, then use albumartist.
BUG: 431
2014-03-02 19:47:39 +00:00
craig.p.drummond
20d5759c73 Add support for 'comment' tag in tag-editor and dynamic playlists.
BUG: 427
2014-02-28 20:14:45 +00:00
craig.p.drummond
cba0afa518 Fix folder-view path parsing. If two folders only differed in the last character then Cantata would have placed the contents of the second into the listing of the first.
BUG: 425
2014-02-27 17:43:42 +00:00
craig.p.drummond
8de06f3a8d After editing files in tag editor, editing in track organizer, adding new files, or removing exisint files, only ask MPD to update folders that have changed. 2014-02-27 17:38:28 +00:00
craig.p.drummond
0e7f155cca ...but now, dont show song details. Not really required, as info is clearly visible in window. 2014-02-26 20:11:26 +00:00
craig.p.drummond
ce4dbfcc5a Show song details in window titlebar 2014-02-26 20:10:50 +00:00
craig.p.drummond
46b950675b Handle case where title is empty 2014-02-26 20:10:25 +00:00
craig.p.drummond
3630effa01 FreeBSD compile fixes?
BUG: 424
2014-02-26 20:07:19 +00:00
craig.p.drummond
1f25756e59 Use single label to show current song details 2014-02-25 19:28:02 +00:00
craig.p.drummond
720aee083a Dont auto-switch to context view if playing a radio stream 2014-02-25 19:25:00 +00:00
craig.p.drummond
feafcbb19a When waiting for replies from MPD, use Qt's standard timeout value of 30s. While the socket is still connected, Cantata will wait up to 4 times the timeout value. Therefore, the actual timeout has increased to 2minutes!
BUG: 422
2014-02-25 19:23:30 +00:00
craig.p.drummond
757627d9fe Fix MPD HTTP stream playback.
BUG: 420
2014-02-22 18:03:51 +00:00
craig.p.drummond
2589ab2530 Auto-scroll lyrics
BUG: 405
2014-02-18 19:34:37 +00:00