Commit Graph

102 Commits

Author SHA1 Message Date
craig.p.drummond
86e09d07c0 For playlists, only need to compare filename 2014-04-03 18:57:02 +00:00
craig.p.drummond
8c94a79967 Re-add showing of dates.
BUG: 446
2014-03-23 20:09:12 +00:00
craig.p.drummond
c1a1f90f4c More Song::formattedTime into Utils class 2014-03-19 19:47:47 +00:00
craig.p.drummond
2a442ee7a1 Only show album year in browsers. 2014-03-11 19:46:14 +00:00
craig.p.drummond
c0f99fa23b - 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
569a9be892 Remove Song:format - not used 2014-03-10 20:11:28 +00:00
craig.p.drummond
559bce7a6e Fix non-markup details 2014-03-06 20:05:40 +00:00
craig.p.drummond
8c820c60fb 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
00d602c5d3 ...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
738c2a7f4e Show song details in window titlebar 2014-02-26 20:10:50 +00:00
craig.p.drummond
52c6d6b2c4 Handle case where title is empty 2014-02-26 20:10:25 +00:00
craig.p.drummond
7c96f5f50d Use single label to show current song details 2014-02-25 19:28:02 +00:00
craig.p.drummond
d07a3c718a Dont auto-switch to context view if playing a radio stream 2014-02-25 19:25:00 +00:00
craig.p.drummond
3880bce631 Only translate "Unknown" and "Various Artists" once 2014-01-29 19:15:57 +00:00
craig.p.drummond
b51476ccc4 Use differnt album 'keys' for playqueue, and playlist. When Moopidy is used, its possible there might be *lots* of differnt keys - and we can reset the playqueue keys when the playqueue is cleared. 2014-01-22 19:30:52 +00:00
craig.p.drummond
35ebae7426 Use cantata-cdda:// scheme not cdda:// for Cantata AudioCD URLs 2014-01-22 19:29:01 +00:00
craig.p.drummond
d1c841f1c5 Fix mopdiy decode 2014-01-22 19:26:47 +00:00
craig.p.drummond
f173ba55c5 Fix mopidy encode 2014-01-22 19:24:18 +00:00
craig.p.drummond
6333aa1ff0 Handle Mopidy local:track:file paths 2014-01-21 19:42:44 +00:00
craig.p.drummond
ed4b0007c3 Fix some Mopidy 0.18 issues; cover and lyrics retrieval, folders view loading.
...more changes still required!
2014-01-21 18:58:22 +00:00
craig.p.drummond
6daf18d942 Decode Mopidy local:track:file paths 2014-01-21 18:57:47 +00:00
craig.p.drummond
778957157d Be consistent with other players, and dont show disc number in list. 2014-01-21 18:55:02 +00:00
craig.p.drummond
2d4b996c66 Fix displaying of disc and track numbers for online services. 2014-01-15 19:31:52 +00:00
craig.p.drummond
addfca835a Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
0fc8ecb33e Add 'Remove dusplicates' functionality to play queue and play lists.
BUG: 370
2013-12-31 08:55:00 +00:00
craig.p.drummond
b392ccbc30 If song has a disc number set, then display song track as "disc.track title" - e.g. "2.01 Blah blah" 2013-12-05 19:42:58 +00:00
craig.p.drummond
0d44b6a651 Treat 'Xyz f. Abc' as 'Xyz' as per 'Xyz ft. Abc' 2013-10-28 19:43:47 +00:00
craig.p.drummond
360e10f0bb Only need to calculate song file size in action dialog 2013-10-25 20:04:22 +00:00
craig.p.drummond
5343b1273a Read/write tags in an external app - as per Clementine and Amarok. Isolates Cantata from TagLib crashes. 2013-10-22 18:22:41 +00:00
craig.p.drummond
c94dd68c4b Slightly improve tag-guessing from tracks without tags.
BUG: 308
2013-10-02 20:21:36 +00:00
craig.p.drummond
1186914838 If podcast has been downloaded, then play this and not the remote url 2013-10-01 18:16:12 +00:00
craig.p.drummond
4ade487236 Cleaner way of setting online properties on song 2013-09-18 18:14:47 +00:00
craig.p.drummond
6ef9c15f84 Use composer in sort 2013-08-23 16:35:48 +00:00
craig.p.drummond
9a53a1f44a Initial support for Composer tag 2013-08-22 18:18:59 +00:00
craig.p.drummond
5b34563fe3 When sorting, use type first 2013-08-01 19:46:51 +00:00
craig.p.drummond
f0bad94c9c Use i18n is a more KDE-like manner, other wise debug builds of kdelibs produce (I18N_ARGUMENT_MISSING)
BUG: 254
2013-07-18 14:52:45 +00:00
craig.p.drummond
0e0242896d For MPD versions 0.17 and above, if Cantata can read a .cue file then it will list each track as a separate entry in the artists and albums views.
BUG: 249
2013-07-02 19:20:40 +00:00
craig.p.drummond
bd20ec0b73 Strip 'featuring' from artist names 2013-06-04 18:32:23 +00:00
craig.p.drummond
95ca3428b9 Place atrist trimming in Song class 2013-06-04 18:29:17 +00:00
craig.p.drummond
c1f5003286 List untagged files in main 'artists'/'albums' views. Attempt to guess the tags based upon the filename/folder. e.g. $artist/$album/$trackNo - $trackTitle 2013-04-23 16:55:09 +00:00
craig.p.drummond
e57834f138 Set song type when we parse MPD resonse 2013-03-22 20:57:52 +00:00
craig.p.drummond
a70e3ffe95 - Group cd tracks under 'Audio CD' in grouped view.
- Add isCdda() to Song
2013-03-14 19:50:59 +00:00
craig.p.drummond
b3fc564703 Add some missing includes 2013-02-28 18:14:58 +00:00
craig.p.drummond
f043ec89b1 Only set AlbumArtist from Artist if AlbumArtist is empty. 2013-02-19 20:22:47 +00:00
craig.p.drummond
c60604502f Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
fbe6f03408 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
c0bb7f00c9 For a song to be 'empty', artist, album, title, and name need to be empty.
This fixes detection of updates to the name field when playing streams.
2013-01-08 19:27:31 +00:00
craig.p.drummond
45398db407 Fix decoding of Cantata HTTP stream URLs. 2012-12-30 21:52:11 +00:00
craig.p.drummond
1ad030c7fa Revert playqueue guessed tags when showing tag editor 2012-12-12 20:30:11 +00:00
craig.p.drummond
8675e3f44e - When guessing tags, remove leading spaces/dashes from title.
- Also add tag/title guessing to details shown in main window.
2012-12-10 19:55:08 +00:00