Commit Graph

62 Commits

Author SHA1 Message Date
craig
baa73c3246 Fix memleaks 2012-02-28 19:32:50 +00:00
craig
239b066e36 Grouped play queue :-) 2012-02-24 18:09:07 +00:00
craig
4ce0df037c Add 'copy to device', etc, actions to folders page. 2012-02-10 20:32:56 +00:00
craig
6b2e2d1d5d Store genre in set 2012-02-09 19:13:21 +00:00
craig
4d17e5437a When using local UNIX domain socket, allow playback of non database files. 2012-02-06 19:49:53 +00:00
craig
868abd4922 Add track organizer dialog... 2012-02-03 20:59:04 +00:00
craig
0102acebde Show song location in tooltip 2012-02-01 21:24:53 +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
90211f2de8 - Add text-urilist to library/folder/album drag'n'drop mimetypes - so that can drop onto k3b
- Store mpdDir as a QString in settings class, so that everyone can access it from there
2012-01-30 19:27:09 +00:00
craig
62d948d348 Fix empty genres 2012-01-26 20:01:36 +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
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
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
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
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
518b7d41bb Cleanup 2012-01-04 19:19:13 +00:00
craig
9fc2286ce3 Update copyright statements. 2012-01-04 19:15:55 +00:00
craig
47ac68ee4b Change dock item icon to cover 2012-01-03 19:56:03 +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
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
03a7195e59 Add info page, to show wikipedia info. 2011-12-20 22:17:05 +00:00
craig
8c7c0a68f6 Album views 2011-12-19 19:28:13 +00:00
craig
dd06c86ccf Make an 'ItemView' class so that each view can set whether to be list or tree like. 2011-12-18 20:04:13 +00:00
craig
37e62aad3b Fix Qt-only build 2011-12-15 18:10:50 +00:00
craig
7b8f85315e - Use \n to separate strings in drag'n'drop mimedata
- Fix moving items in playlist
2011-12-14 23:10:07 +00:00
craig
6681bb3c9d s/playlisttable/playqueue/g 2011-12-14 20:00:20 +00:00
craig
98cea7858a Icons, defaults, etc. 2011-12-14 19:43:45 +00:00
craig
c882a7cf39 Use term 'Track' and not 'Song' 2011-12-14 19:42:32 +00:00
craig
71dc6ec8c7 Move formatDuration out of MainWindow class 2011-12-14 19:40:33 +00:00
craig
101f0a1ac7 Better tooltips 2011-12-14 19:40:10 +00:00