Commit Graph

19 Commits

Author SHA1 Message Date
craig
d75a9843e6 When saving cache file, if a track is filed under 'single artists' then
store its acutal album name in the cache file. Then when cache is loaded,
we have the correct album to use for the tag editor.
2012-02-20 18:02:16 +00:00
craig
d3d9b4bd7a Fix UMS cache 2012-02-10 20:32:42 +00:00
craig
868abd4922 Add track organizer dialog... 2012-02-03 20:59:04 +00:00
craig
cfcac8a559 Tag editor! 2012-02-01 21:06:53 +00:00
craig
0c38fd5668 Add option to cache contents of UMS library to an XML file on the device. 2012-01-30 19:27:46 +00:00
craig
133bf7cb0e Move toXML/fromXML into root class 2012-01-30 19:27:32 +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
5996b24f5c Create custom cover for single-tracks album. 2012-01-06 19:36:38 +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
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
722f137640 Reduce code 2011-12-22 19:05:53 +00:00
craig
d025e2a258 Use insert() to add items 2011-12-05 19:35:04 +00:00
craig
72c058f262 Use QHash instead of QMap - its faster 2011-12-05 19:34:43 +00:00
craig
d037a8df3d Store maps of items, to speed up loading 2011-12-05 19:33:27 +00:00
craig
d39eb91753 Update copyright 2011-12-05 19:32:25 +00:00
craig
fb8b984f26 Add copyright 2011-12-04 10:48:50 +00:00
craig
7bde289b76 More code re-org 2011-12-03 20:17:23 +00:00