Commit Graph

159 Commits

Author SHA1 Message Date
craig.p.drummond
d5c0ab1bb6 Initial podcast support
NOTE: This is NOT fully implemented, or functional!!!
2013-09-17 16:25:58 +00:00
craig.p.drummond
458fd449a0 Save cache if toggle grouping 2013-08-22 18:20:53 +00:00
craig.p.drummond
022eb1a05b Keep track if this is MPD model or not 2013-07-23 10:31:23 +00:00
craig.p.drummond
eb9fe07bcf Set model on root item, so that sync dialog works!!! 2013-07-23 10:27:13 +00:00
craig.p.drummond
2ab48f4b37 Reduce code duplication slightly - by placing common code in MusicModel and MultiMusicModel 2013-07-17 18:16:50 +00:00
craig.p.drummond
aef49f1b5e Use cached row wherever possible 2013-07-15 19:16:31 +00:00
craig.p.drummond
5a8a5d3f27 Fix missing icons in artists tab. 2013-07-03 18:50:30 +00:00
craig.p.drummond
246db3f4b1 Use album time for playlist duration in artists and albums views 2013-07-03 15:42:39 +00:00
craig.p.drummond
6779c58e8e Better cue sheet support 2013-07-03 15:41:56 +00:00
craig.p.drummond
8847fbc84f Dont count playlist in stats 2013-07-03 15:38:54 +00:00
craig.p.drummond
6242ae9be9 Fix playlist icons 2013-07-03 15:37:52 +00:00
craig.p.drummond
90e1ae4937 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
b0681301a1 Improve title for icon view 2013-07-02 19:19:32 +00:00
craig.p.drummond
e6139e0cef Fix selection of items in sync dialog 2013-06-17 18:36:19 +00:00
craig.p.drummond@gmail.com
02c45db8b8 Refresh albums view when multiple-artist grouping is changed. 2013-06-13 11:29:34 +00:00
craig.p.drummond
730faaf9eb Store port number in cache filename, to handle cases where more than 1 MPD is running on a host 2013-06-12 20:02:36 +00:00
craig.p.drummond
a5622b4682 Fix Qt5 segfault on exit, due to static QIcons being destructed. 2013-06-12 19:56:59 +00:00
craig.p.drummond
9125bc5d5a Speed up check/uncheck of artists and albums 2013-06-07 19:21:28 +00:00
craig.p.drummond
8be8e5e875 Clean compressed library caches too 2013-06-05 16:54:22 +00:00
craig.p.drummond
441fd38589 Cache list of artist for a various artists album 2013-06-05 16:52:52 +00:00
craig.p.drummond
1fce0053b9 Only lookup album list once 2013-06-05 16:52:26 +00:00
craig.p.drummond
2f19eb77d8 Only refresh backdrop if ablum list has changed 2013-06-04 18:34:59 +00:00
craig.p.drummond
28809f6de7 If we cannot access htbackdrops.com (still no API key), then make some simple backdrops 2013-06-04 18:28:40 +00:00
craig.p.drummond
b466c3c84e Remove 'Uncheck All', and add 'Check Items' and 'Uncheck Items' actions 2013-05-30 18:06:34 +00:00
craig.p.drummond
e0c24f66e7 Add uncheck all action to sync dialog 2013-05-29 19:22:04 +00:00
craig.p.drummond
0a0ee2fbff Improve status check when model is updated 2013-05-29 19:04:30 +00:00
craig.p.drummond
88a8ede746 Use checkboxes in sync dialog to makr items to be copied 2013-05-29 19:03:29 +00:00
craig.p.drummond
e872ac2c2c Show list of albums for an artist 2013-05-24 19:05:14 +00:00
craig.p.drummond
6115ba30ca Remove lyrics and info pages, and place within a new context view. 2013-05-18 10:13:53 +00:00
craig.p.drummond
50b4be5f8a Allow setting of artist image in cover dialog 2013-04-24 18:28:05 +00:00
craig.p.drummond
33a74bf0c6 Use image file if we can 2013-04-03 17:00:25 +00:00
craig.p.drummond
3710656286 Show similar artists, and artist image 2013-04-03 16:57:00 +00:00
craig.p.drummond
995720cf13 Simplify 2013-03-29 22:39:53 +00:00
craig.p.drummond
02bf1caa08 Fix crash in sync dialog 2013-03-19 19:27:28 +00:00
craig.p.drummond
6fb6def3c6 When finsing if song exists, also check track number 2013-03-11 19:49:06 +00:00
craig.p.drummond
5402d44b44 When checking song against song-item, used displayTitle - as this is what is shown! 2013-02-27 19:43:28 +00:00
craig.p.drummond
27b5fa488a If album's year is updated in tag-editor, then reflect this in views. 2013-02-26 20:06:50 +00:00
craig.p.drummond
9fa40e71b7 Fix updating of genres 2013-02-21 20:07:02 +00:00
craig.p.drummond
9b53b98710 Let model setup signal connection 2013-02-21 20:06:34 +00:00
craig.p.drummond
20a5a4db49 - Move common actions into StdActions
- Models are in control of what actions are show at what level
2013-02-18 17:07:46 +00:00
craig.p.drummond
84563a1a32 Dont qCompress when coverting old cache files 2013-02-04 17:25:18 +00:00
craig.p.drummond
09374f37a4 Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
6fb2b70f06 Artist and album images for online services 2013-01-21 19:45:30 +00:00
craig.p.drummond
476d132466 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
feaf1b96be Use GZIP compression for cache files - easier to uncompress for users, etc. 2013-01-10 20:36:27 +00:00
craig.p.drummond
5df6740412 Compress cache files 2012-12-18 19:36:43 +00:00
craig.p.drummond
bb6bb36f46 - Search last.fm and Google for covers.
- Allow to specify local file to use as cover.
2012-12-17 18:00:29 +00:00
craig.p.drummond
e65108a474 Add a 'Cache' page to settngs dialog, allowing cahce usage to be displayed and cache items delete. 2012-12-13 19:54:05 +00:00
craig.p.drummond
a8e66de29e Allow editing of tags, and replaygain calculation, of files from folder view which do not contain tags. 2012-12-10 19:54:52 +00:00
craig.p.drummond
041bed92ef Fix disabling of artist images 2012-11-21 20:33:08 +00:00