Commit Graph

163 Commits

Author SHA1 Message Date
craig.p.drummond
c04e38b80c Add debug logging to external tags helper 2014-06-12 18:56:11 +00:00
craig.p.drummond
cc163dc3a2 Update 2014-06-02 19:49:13 +00:00
craig.p.drummond
8656803587 Use client-to-client to talk to cantata-dynamic when run in server mode => no need for port setting! 2014-05-23 21:38:33 +00:00
craig.p.drummond
31ce278714 Add details about streams stored on Google Drive 2014-05-20 18:15:42 +00:00
craig.p.drummond
984cfe5eb2 Last.fm scrobbling support.
BUG: 352
2014-05-17 09:45:10 +00:00
craig.p.drummond
ac1f695221 Use Qt-only by default, need to pass -DENABLE_KDE=ON to create KDE builds 2014-05-15 11:15:57 +00:00
craig.p.drummond
f5aa4fbc20 Remove tab :-) 2014-05-09 19:43:47 +00:00
nikwen.developer@gmail.com
5973aebebf Notifications when adding songs, albums, etc. 2014-05-09 19:22:45 +00:00
craig.p.drummond
d5be27ec33 Add OSX build instructions - Thanks to Imaweasal@gmail.com 2014-04-18 22:25:35 +00:00
nikwen.developer@gmail.com
e1593b7dd0 Initial Ubuntu SDK version 2014-04-08 22:18:27 +00:00
craig.p.drummond
348e32c2fa If compiled with MPD HTTP playback support, when MPD stream is paused then stop the Phonon/QMediaObject from playing. See README for config option on this.
BUG: 456
2014-04-02 19:47:27 +00:00
craig.p.drummond
001315c2df No real need for getting amarok/clementine covers. 2014-03-31 17:56:32 +00:00
craig.p.drummond
99692c0cb2 Dont look for "$trackFile.png/jpg" as a cover 2014-03-28 21:10:08 +00:00
craig.p.drummond
0de3a1de9f Update 2014-03-27 19:58:20 +00:00
craig.p.drummond
50a3bba295 Windows build fixes for external tags helper 2014-03-24 20:39:38 +00:00
craig.p.drummond
1a987ffc5a New CMake config item to use OLD dbus XML files - USE_OLD_DBUS_TYPEDEF 2014-03-24 20:38:06 +00:00
craig.p.drummond
d1096567c1 Scaled covers are saved as PNG now 2014-03-21 20:09:13 +00:00
craig.p.drummond
e214122b7c Locate and load all non cached covers in non GUI thread. 2014-03-18 19:49:28 +00:00
craig.p.drummond
60987d8866 Use 10M for cover cache 2014-03-17 19:51:11 +00:00
craig.p.drummond
6cf6548f8d Make in memory cache size configurable 2014-03-14 19:07:31 +00:00
craig.p.drummond
d71c452f4a Attempt to respect menubar usage of current desktop. For windows and Gnome, menu button is used, and menubar hidden. For Mac and Unity, menubar is used, and menu button is hidden. For KDE, by default the menu button is used, and the menu bar hidden - but a menu entry is provided to toggle. This setting maybe overridden - see README for details. 2014-03-03 19:32:39 +00:00
craig.p.drummond
93b6ad3121 Rescaled icons 2014-02-03 19:17:24 +00:00
craig.p.drummond
7abecbdc83 Keep track of 'Thread' objects, and attempt to close all these when app exits. 2014-01-30 20:37:02 +00:00
craig.p.drummond
7168547a93 Use stretch header class from Clementine for table style views.
BUG: 397
2014-01-29 19:17:08 +00:00
craig.p.drummond
660c2c2dc6 Update 2014-01-28 19:07:12 +00:00
craig.p.drummond
09c65609c1 Update 2014-01-25 10:01:27 +00:00
craig.p.drummond
d186de5390 Update 2014-01-17 20:06:08 +00:00
craig.p.drummond
72930d8b5a Check for more image files... 2014-01-16 19:31:49 +00:00
craig.p.drummond
5fb3c2ac23 Spelling 2014-01-10 20:06:09 +00:00
craig.p.drummond
74057468b8 Update 2014-01-08 19:48:13 +00:00
craig.p.drummond
370695f6c6 Remove overlayscrollbar code - not been working for a while, and I have no time/motivation to fix. 2014-01-08 19:46:48 +00:00
craig.p.drummond
cf2e5fbe76 If listallinfo fails, usr lsinfo recursively
BUG: 379
2014-01-08 19:43:05 +00:00
craig.p.drummond
a689259487 Spelling :-( 2014-01-07 20:00:11 +00:00
craig.p.drummond
0fad671531 Allow poll duration to be specified in config file - 0 (no polling) to 60 (seconds) 2014-01-02 20:02:28 +00:00
craig.p.drummond
2273b27f15 If connected to MPD via a UNIX-domain socket, then send non-MPD files as file:/// URLs to MPD - i.e. dont use internal HTTP server. To foce usage of HTTP server - set alwaysUseHttp to true in Cantata's config file.
BUG: 373
2014-01-02 19:06:13 +00:00
craig.p.drummond
34ce777a89 'Load All Covers' in album view is not usable now that scaled covers are cached - it slows down the loading too much! 2013-12-31 09:47:57 +00:00
craig.p.drummond
befb18a37c Increase max-per-add to 10000 2013-12-30 12:14:49 +00:00
craig.p.drummond
bc67f706f9 Allow 'add' chunk size to be configured via config file. 2013-12-30 09:59:50 +00:00
craig.p.drummond
c8362594a1 Add config item, mpdPoll, which when set to true will cause Cantata to poll MPD every second whilst playing. This is useful for cases where Cantata misses updates from MPD. This needs to be manually set in config file (see README for details), as this is only a work-around for certain scenarios.
BUG: 364
2013-12-27 20:50:24 +00:00
craig.p.drummond
23bd4d9b4d Update 2013-12-19 20:05:39 +00:00
craig.p.drummond
16cab8a738 Basic undo/redo support for playqueue. 2013-12-17 21:12:27 +00:00
craig.p.drummond
b118dff13d Update 2013-12-09 21:07:21 +00:00
craig.p.drummond
37bbb3ebcd Add debug logging to lyrics parsing 2013-11-27 21:06:03 +00:00
craig.p.drummond
f5b3c7bed5 Add debug loggin of network connections 2013-11-26 19:57:36 +00:00
craig.p.drummond
02b703789d - Look for backdrop.jpg/png in music folder before attempting to download.
- Add option to store downloaded backdrops into music folder. Stored as backdrop.jpg
2013-11-11 19:27:38 +00:00
craig.p.drummond
3210d0a1c8 Update 2013-10-30 22:11:50 +00:00
craig.p.drummond
c45dfd62a6 Update 2013-10-28 19:47:14 +00:00
craig.p.drummond
c67dcfc031 Add a config item to control volume step - no config UI 2013-10-25 20:02:38 +00:00
craig.p.drummond
c049af0cc8 Revert reading/writing of tags in external helper - its not working correctly
BUG: 319
2013-10-25 20:01:33 +00:00
craig.p.drummond
5fcbd06616 Add some debug to song file checking 2013-10-21 18:07:21 +00:00