Commit Graph

146 Commits

Author SHA1 Message Date
craig
732d2758fb Refelect mpd state in indicator of current song. 2012-02-15 19:19:10 +00:00
craig
a331138e97 Fx Qt only 2012-02-14 21:23:18 +00:00
craig
87c1232178 Add commandline params 2012-02-13 21:02:50 +00:00
craig
81a71b25f5 Fix stream icons when add and edit! 2012-02-11 20:47:41 +00:00
craig
985288e484 Update dir model when add/remove songs 2012-02-10 20:33:54 +00:00
craig
bf6e99ad61 Incremental update 2012-02-10 20:33:12 +00:00
craig
a0f42e8413 Add 'copy to device', etc, actions to folders page. 2012-02-10 20:32:56 +00:00
craig
69d8d13fea Fix UMS cache 2012-02-10 20:32:42 +00:00
craig
d9ef0e2d12 Fix stream export 2012-02-10 20:32:01 +00:00
craig
1f6d860b94 Query MPD for list of supported protocols - and only allow supported URLs. 2012-02-09 19:17:01 +00:00
craig
4a5216548e xspf parsing 2012-02-09 19:16:48 +00:00
craig
1aae3d2edc Store genre in set 2012-02-09 19:13:21 +00:00
craig
c84e84e31f Add genre filtering to streams pages. 2012-02-09 19:13:04 +00:00
craig
6f1131e820 When pressing play after pressing stop, start playnig at current song -
don't start at begining of play queue.
2012-02-08 19:50:13 +00:00
craig
814c66ce97 Add genre filtering to playlists page. 2012-02-08 19:22:30 +00:00
craig
0ad148a1c2 Also highlgiht current bgnd 2012-02-07 20:19:44 +00:00
craig
093c9ab045 Improve look of play queue. Display 'play' icon next to current track. 2012-02-07 19:37:59 +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
11cabaf230 Basic support for configurable stream/category icons. (KDE only) 2012-02-03 19:37:12 +00:00
craig
73295c6414 Allow icon names iwth path 2012-02-03 19:36:54 +00:00
craig
aa5920427b Add code to load/save icons 2012-02-03 19:36:24 +00:00
craig
217147efd8 Allow to edit tags, and burn cds, from device files 2012-02-02 21:18:57 +00:00
craig
0b6dce46d2 Show song location in tooltip 2012-02-01 21:24:53 +00:00
craig
8026ab3e57 Fix comment 2012-02-01 21:07:35 +00:00
craig
dc51c8b03e Tag editor! 2012-02-01 21:06:53 +00:00
craig
147e0e5560 Add burn to playlists 2012-01-30 21:04:48 +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
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