Commit Graph

116 Commits

Author SHA1 Message Date
craig
5aaa51ce6e Fix empty genres 2012-01-26 20:01:36 +00:00
craig
f281a0f718 Add finter-enabling to all models 2012-01-25 17:33:23 +00:00
craig
0b874c5a9e Use param 2012-01-24 22:00:40 +00:00
craig
ada3fb7a8e Call albums update directly, not via signal 2012-01-24 22:00:12 +00:00
craig
eae42fde39 Improve playqueue handling when we have 1000s of entries. 2012-01-24 21:59:37 +00:00
craig
68d13c562f Better cache usage 2012-01-24 19:58:29 +00:00
craig
0d01526da5 Add simple timer to aid debuggin 2012-01-24 19:32:20 +00:00
craig
639c45c3a5 Speedup? 2012-01-24 19:31:17 +00:00
craig
44967aa209 When determining cache filename, replace slashes with underscores. 2012-01-24 19:31:07 +00:00
craig
fdcb4cf4db Only do incremental update if we have cache 2012-01-24 19:30:51 +00:00
craig
ae6ad0dc89 When disaplying songs of various artists albums, show as 'track number -
artist - song'
2012-01-20 20:18:55 +00:00
craig
8e08770412 Start of MTP device support. Still todo: copy-to device, remove songs, covers??? 2012-01-18 21:08:19 +00:00
craig
f3f357f8a8 Remove debug 2012-01-18 21:02:19 +00:00
craig
75c66249d0 Fix idex creation in addSongs/removeSongsFromList 2012-01-16 19:49:58 +00:00
craig
ec3a87de97 Disable albums model when page is hidden 2012-01-16 19:49:18 +00:00
craig
50af950260 Update albums when update db 2012-01-16 19:48:55 +00:00
craig
08598687bf Fix removeSongFromList 2012-01-16 19:45:46 +00:00
craig
613f625422 Initial import of device support work
- Basic copy to/from device support.
- When refreshing library/albums, only affect parts of the model that have
  changed. (Previously the whole model was replaced).
- Allow songs to be deleted.

TODO:
- Make song deletion actually work
- Copy/delete album covers
- When deleting a whole album/artist, need to delete corresponding dir if it is empty.
- MTP devices
2012-01-15 19:18:12 +00:00
craig
84705dbaed Fix crash when removing items from playlist. 2012-01-11 20:10:43 +00:00
craig
3465714b51 Fix memory leak in playlistsmodel. 2012-01-10 21:21:43 +00:00
craig
88a5ea2028 Create custom cover for single-tracks album. 2012-01-06 19:36:38 +00:00
craig
89af0bf2c7 Show 'Single Tracks' at top of list. 2012-01-04 19:19:53 +00:00
craig
799efc5037 Fix listnig of single-tracks albums tracks 2012-01-04 19:19:38 +00:00
craig
73bc659d43 Cleanup 2012-01-04 19:19:13 +00:00
craig
9cbba65552 Clear old songs before adding new - prevents duplicates 2012-01-04 19:18:27 +00:00
craig
456ac81208 Make consistent with library view 2012-01-04 19:17:38 +00:00
craig
21f959e6a7 Fix streams export 2012-01-04 19:17:21 +00:00
craig
1f8cb70747 Fix order of single-track album tracks. 2012-01-04 19:16:16 +00:00
craig
7dad99ec88 Update copyright statements. 2012-01-04 19:15:55 +00:00
craig
b292be9433 Fix single-track - fixes a crash, and places sort in proxy models. 2012-01-04 19:15:34 +00:00
craig
ec6cae6016 Fix:
when in a lower level, and search to an item that matches higher - the model navigates up - but the nav buttons dont change!!!!
this leads to a crash when press nav button!
   e.g. Im/
          Final Front../
            El Dorado...
        A/
           B

        If we are in 'B' and type 'Dorado' then we change to 'Im' - but nav buttons do not!
2012-01-03 19:58:33 +00:00
craig
5aeed6c9bf No sort 2012-01-03 19:57:40 +00:00
craig
2224e23023 Fix class name case 2012-01-03 19:57:12 +00:00
craig
ee4919da62 Change dock item icon to cover 2012-01-03 19:56:03 +00:00
craig
af7f5bc43d Faster filter 2012-01-03 19:54:24 +00:00
craig
91c0f36485 Fix inconsistency between adding items via drag'n'drop and using the '>>' actions 2012-01-03 19:54:13 +00:00
craig
69e0918846 Check for duplicate files 2012-01-03 19:53:55 +00:00
craig
4f09e4ec63 Tidy 2012-01-03 19:53:42 +00:00
craig
4033e55393 Fix album filter 2012-01-03 19:53:32 +00:00
craig
312a56aeb0 Add option to group single track artist/albums under
'Various Artists'/'Single Tracks'/'Artist - Track'
2012-01-03 19:52:45 +00:00
craig
6940015ce8 Add custom icon for various artists 2012-01-02 12:24:12 +00:00
craig
bb24fef0cd Only show year if greater than 0!!! 2011-12-31 11:38:57 +00:00
craig
4494e6eff6 Show 'Various Artists' at the top of the library view. 2011-12-31 11:33:07 +00:00
craig
9454929793 Separate year/track num from text with " - " 2011-12-31 11:14:54 +00:00
craig
4388bcdd4a Add option to show/sort album year. 2011-12-31 11:13:46 +00:00
craig
09719d2445 Reduce code 2011-12-22 19:05:53 +00:00
craig
097eab8075 Cleanup 2011-12-21 19:44:04 +00:00
craig
75f77e8b0d Proper model for streams, and multi-view 2011-12-21 19:43:49 +00:00
craig
f07baa8916 Fix fetching of streams 2011-12-20 23:26:19 +00:00
craig
5196a6a869 Importing should also set modified flag! 2011-12-20 22:31:34 +00:00