Commit Graph

61 Commits

Author SHA1 Message Date
craig
0653b3ed3c Grouped play queue :-) 2012-02-24 18:09:07 +00:00
craig
a0f42e8413 Add 'copy to device', etc, actions to folders page. 2012-02-10 20:32:56 +00:00
craig
1aae3d2edc Store genre in set 2012-02-09 19:13:21 +00:00
craig
743ae52f5c When using local UNIX domain socket, allow playback of non database files. 2012-02-06 19:49:53 +00:00
craig
69778b3262 Add track organizer dialog... 2012-02-03 20:59:04 +00:00
craig
0b6dce46d2 Show song location in tooltip 2012-02-01 21:24:53 +00:00
craig
dc51c8b03e Tag editor! 2012-02-01 21:06:53 +00:00
craig
751df9e68d Add option to cache contents of UMS library to an XML file on the device. 2012-01-30 19:27:46 +00:00
craig
d1dcdd7738 Move toXML/fromXML into root class 2012-01-30 19:27:32 +00:00
craig
a643daaf8b - 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
5aaa51ce6e Fix empty genres 2012-01-26 20:01:36 +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
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
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
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
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
73bc659d43 Cleanup 2012-01-04 19:19:13 +00:00
craig
7dad99ec88 Update copyright statements. 2012-01-04 19:15:55 +00:00
craig
ee4919da62 Change dock item icon to cover 2012-01-03 19:56:03 +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
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
e23cc29c0c Add info page, to show wikipedia info. 2011-12-20 22:17:05 +00:00
craig
8eaffa08e0 Album views 2011-12-19 19:28:13 +00:00
craig
647eec5aff 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
92a34a6fb8 Fix Qt-only build 2011-12-15 18:10:50 +00:00
craig
85511a2414 - Use \n to separate strings in drag'n'drop mimedata
- Fix moving items in playlist
2011-12-14 23:10:07 +00:00
craig
dc02a9fb8b s/playlisttable/playqueue/g 2011-12-14 20:00:20 +00:00
craig
94cf9d44cb Icons, defaults, etc. 2011-12-14 19:43:45 +00:00
craig
9bf17ab769 Use term 'Track' and not 'Song' 2011-12-14 19:42:32 +00:00
craig
0fec68c50c Move formatDuration out of MainWindow class 2011-12-14 19:40:33 +00:00
craig
c9e4d0dde7 Better tooltips 2011-12-14 19:40:10 +00:00
craig
eaf80f3ad5 Custom styled item delegate for listview library. 2011-12-11 11:19:19 +00:00