Commit Graph

82 Commits

Author SHA1 Message Date
craig
aeb05c50ed Update playlists if modified by another client. 2012-03-20 21:11:34 +00:00
craig
7db4b15c70 Add option to group albums with multiple artists under Various Artists. 2012-03-20 21:11:02 +00:00
craig
c7df4c5160 Initial import of grouped playlists - NOT FINISHED 2012-03-16 22:33:34 +00:00
craig
acf9ed1c37 Include QStringList 2012-03-14 17:27:56 +00:00
craig
d4a9c94147 Reduce QMutex usage - have MPDStats/MPDStatus emitted as objects, and
stored in relevant classes.
2012-03-13 19:31:25 +00:00
craig
5b2afef3f3 Much better playlist tree style 2012-03-06 19:03:40 +00:00
craig
6c2610fbcf Playlist string format 2012-03-06 19:02:54 +00:00
craig
6b9619d3e7 Cleanup 2012-03-06 19:01:35 +00:00
craig
63f5ee8c44 Cleanup MPDStats 2012-03-06 19:01:14 +00:00
craig
d0a275acfb Do album grouping in mpd thread 2012-03-06 18:58:48 +00:00
craig
e73973fd3a Update playlist list-style text 2012-03-05 19:50:40 +00:00
craig
5ee588303c Unknown song/cover 2012-03-04 21:03:12 +00:00
craig
ed4449d4af empty file == stream??? 2012-03-04 20:58:19 +00:00
craig
c3693f9414 File needs to contain :// to be a stream 2012-03-04 18:10:33 +00:00
craig
413035541c Standardise stream detection 2012-03-02 20:27:23 +00:00
craig
e35bdaa74c Sort songs when drag 2012-03-02 20:26:36 +00:00
craig
cb664fe57b Remove " - " from track listing - more consistent with playqueue 2012-03-01 20:55:06 +00:00
craig
f5ae3c14b4 Fix path 2012-03-01 18:30:18 +00:00
craig
4010148b32 Disable MPD config items if not connected to MPD. 2012-02-29 20:48:39 +00:00
craig
fe2aea3889 Track & title consistency 2012-02-29 18:09:48 +00:00
craig
3f21d2e0da init vars 2012-02-28 19:32:24 +00:00
craig
902113f5d7 Key is 16-bit 2012-02-28 19:28:46 +00:00
craig
e39587af23 Initial import of collapsable play queue listview
TODO: Removing collapsed item only removes 1 track; reloading play queue needs to preserve exapanded albums
2012-02-27 22:03:07 +00:00
craig
86b92ccf49 No quotes around MPD 2012-02-26 15:00:55 +00:00
craig
239b066e36 Grouped play queue :-) 2012-02-24 18:09:07 +00:00
craig
9a42dcf084 Start of siplified, amarok-style, playqueue - NOT working, no drawing code yet!!!! 2012-02-23 16:55:14 +00:00
craig
24dd1f7060 When loose MPD connection, indicate via message widget. 2012-02-16 21:05:46 +00:00
craig
921d584f58 Fx Qt only 2012-02-14 21:23:18 +00:00
craig
165447624e Dont change ABC to Abc 2012-02-14 21:22:46 +00:00
craig
8edd046e02 Show when lose connection 2012-02-13 21:03:27 +00:00
craig
4ce0df037c Add 'copy to device', etc, actions to folders page. 2012-02-10 20:32:56 +00:00
craig
45b8a20eae Query MPD for list of supported protocols - and only allow supported URLs. 2012-02-09 19:17:01 +00:00
craig
66b7f95969 Slightly better error messages 2012-02-06 19:51:54 +00:00
craig
49935e889b Fix Qt-only complilation 2012-02-06 19:50:43 +00:00
craig
783d6a44b8 Use KMessageWidget to show errors - copy of KDE code taken for pre KDE4.7 and
Qt only builds.
2012-02-06 19:50:22 +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
60d5fa73eb Add fix va / revert va / capiatlise to tag editor 2012-02-05 21:53:27 +00:00
craig
d3dbf43377 SAve settings 2012-02-03 21:25:16 +00:00
craig
2e186d7642 mpdConnectionDied is not used! 2012-02-01 21:07:14 +00:00
craig
d6e899a062 - Don't allow to change Music folder for UMS devices when properties dialog is shown from copy dialog.
- Reduce MPD connect/disconnect state changes
- Clean up when abort is requested
2012-01-28 11:28:43 +00:00
craig
6806bf6669 Improve playqueue handling when we have 1000s of entries. 2012-01-24 21:59:37 +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
a62f2c907f When disaplying songs of various artists albums, show as 'track number -
artist - song'
2012-01-20 20:18:55 +00:00
craig
5788274bab Work-around lack of album-artist in mtp 2012-01-19 19:29:35 +00:00
craig
1578eb648a Need to place all finames in quotes 2012-01-18 21:00:49 +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
518b7d41bb Cleanup 2012-01-04 19:19:13 +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