Commit Graph

115 Commits

Author SHA1 Message Date
craig
cc95b844d6 Add finter-enabling to all models 2012-01-25 17:33:23 +00:00
craig
396ed3e3ec Use param 2012-01-24 22:00:40 +00:00
craig
b18f5a8457 Call albums update directly, not via signal 2012-01-24 22:00:12 +00:00
craig
6806bf6669 Improve playqueue handling when we have 1000s of entries. 2012-01-24 21:59:37 +00:00
craig
713a52d8a3 Better cache usage 2012-01-24 19:58:29 +00:00
craig
d617e7293a Add simple timer to aid debuggin 2012-01-24 19:32:20 +00:00
craig
f51d438fe6 Speedup? 2012-01-24 19:31:17 +00:00
craig
0ed3b47181 When determining cache filename, replace slashes with underscores. 2012-01-24 19:31:07 +00:00
craig
ee293db617 Only do incremental update if we have cache 2012-01-24 19:30:51 +00:00
craig
a62f2c907f When disaplying songs of various artists albums, show as 'track number -
artist - song'
2012-01-20 20:18:55 +00:00
craig
11b1db05cc Start of MTP device support. Still todo: copy-to device, remove songs, covers??? 2012-01-18 21:08:19 +00:00
craig
6d581aee00 Remove debug 2012-01-18 21:02:19 +00:00
craig
8a94ceae20 Fix idex creation in addSongs/removeSongsFromList 2012-01-16 19:49:58 +00:00
craig
07252ad365 Disable albums model when page is hidden 2012-01-16 19:49:18 +00:00
craig
6617678831 Update albums when update db 2012-01-16 19:48:55 +00:00
craig
328b77ae79 Fix removeSongFromList 2012-01-16 19:45:46 +00:00
craig
658f0bc29e 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
8499aa8acb Fix crash when removing items from playlist. 2012-01-11 20:10:43 +00:00
craig
0ef5d8685f Fix memory leak in playlistsmodel. 2012-01-10 21:21:43 +00:00
craig
5996b24f5c Create custom cover for single-tracks album. 2012-01-06 19:36:38 +00:00
craig
628c877819 Show 'Single Tracks' at top of list. 2012-01-04 19:19:53 +00:00
craig
09bc65ad9b Fix listnig of single-tracks albums tracks 2012-01-04 19:19:38 +00:00
craig
518b7d41bb Cleanup 2012-01-04 19:19:13 +00:00
craig
5113de0706 Clear old songs before adding new - prevents duplicates 2012-01-04 19:18:27 +00:00
craig
9beeaaa424 Make consistent with library view 2012-01-04 19:17:38 +00:00
craig
e75e080a0b Fix streams export 2012-01-04 19:17:21 +00:00
craig
0c60c53f7f Fix order of single-track album tracks. 2012-01-04 19:16:16 +00:00
craig
9fc2286ce3 Update copyright statements. 2012-01-04 19:15:55 +00:00
craig
60802587b2 Fix single-track - fixes a crash, and places sort in proxy models. 2012-01-04 19:15:34 +00:00
craig
2a32ec80c3 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
ae450143a2 No sort 2012-01-03 19:57:40 +00:00
craig
39d8f5ef49 Fix class name case 2012-01-03 19:57:12 +00:00
craig
47ac68ee4b Change dock item icon to cover 2012-01-03 19:56:03 +00:00
craig
a069ee80fe Faster filter 2012-01-03 19:54:24 +00:00
craig
1872cef46f Fix inconsistency between adding items via drag'n'drop and using the '>>' actions 2012-01-03 19:54:13 +00:00
craig
d4bb8f5281 Check for duplicate files 2012-01-03 19:53:55 +00:00
craig
39f4bb039d Tidy 2012-01-03 19:53:42 +00:00
craig
4f82a4c2b7 Fix album filter 2012-01-03 19:53:32 +00:00
craig
8ef2023882 Add option to group single track artist/albums under
'Various Artists'/'Single Tracks'/'Artist - Track'
2012-01-03 19:52:45 +00:00
craig
0bcd45169a Add custom icon for various artists 2012-01-02 12:24:12 +00:00
craig
db112394d6 Only show year if greater than 0!!! 2011-12-31 11:38:57 +00:00
craig
a8d580af34 Show 'Various Artists' at the top of the library view. 2011-12-31 11:33:07 +00:00
craig
7cc5c2e9d6 Separate year/track num from text with " - " 2011-12-31 11:14:54 +00:00
craig
30b815a8e0 Add option to show/sort album year. 2011-12-31 11:13:46 +00:00
craig
722f137640 Reduce code 2011-12-22 19:05:53 +00:00
craig
28afda6c6a Cleanup 2011-12-21 19:44:04 +00:00
craig
8fa1519800 Proper model for streams, and multi-view 2011-12-21 19:43:49 +00:00
craig
6deb992405 Fix fetching of streams 2011-12-20 23:26:19 +00:00
craig
6f70d4d85d Importing should also set modified flag! 2011-12-20 22:31:34 +00:00
craig
03a7195e59 Add info page, to show wikipedia info. 2011-12-20 22:17:05 +00:00