Commit Graph

137 Commits

Author SHA1 Message Date
craig.p.drummond
feca96b470 Update 2014-01-17 20:06:08 +00:00
craig.p.drummond
6b0f990156 Check for more image files... 2014-01-16 19:31:49 +00:00
craig.p.drummond
f6d8b910de Spelling 2014-01-10 20:06:09 +00:00
craig.p.drummond
95e7a477ac Update 2014-01-08 19:48:13 +00:00
craig.p.drummond
2caf9293bd 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
18a3d351a5 If listallinfo fails, usr lsinfo recursively
BUG: 379
2014-01-08 19:43:05 +00:00
craig.p.drummond
b5fd4e6032 Spelling :-( 2014-01-07 20:00:11 +00:00
craig.p.drummond
0044acbb5a 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
3f24e2006a 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
cbe0b943ca '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
a035648dd9 Increase max-per-add to 10000 2013-12-30 12:14:49 +00:00
craig.p.drummond
6fa75e19e7 Allow 'add' chunk size to be configured via config file. 2013-12-30 09:59:50 +00:00
craig.p.drummond
71984a4f9f 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
40682db629 Update 2013-12-19 20:05:39 +00:00
craig.p.drummond
09a8a0fb51 Basic undo/redo support for playqueue. 2013-12-17 21:12:27 +00:00
craig.p.drummond
53cf564120 Update 2013-12-09 21:07:21 +00:00
craig.p.drummond
8ba11675b3 Add debug logging to lyrics parsing 2013-11-27 21:06:03 +00:00
craig.p.drummond
a20d84f234 Add debug loggin of network connections 2013-11-26 19:57:36 +00:00
craig.p.drummond
fa1a25be60 - 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
8ed657be6d Update 2013-10-30 22:11:50 +00:00
craig.p.drummond
5d5adef928 Update 2013-10-28 19:47:14 +00:00
craig.p.drummond
469ebc0b2a Add a config item to control volume step - no config UI 2013-10-25 20:02:38 +00:00
craig.p.drummond
b609fe77fd 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
d49e3daf0c Add some debug to song file checking 2013-10-21 18:07:21 +00:00
craig.p.drummond
08f08963b9 Windows build can set ID3version with taglib 2013-10-16 18:24:41 +00:00
craig.p.drummond
fc85f03d0d Add a UI option to control clear playqueue prompt.
BUG: 318
2013-10-16 18:21:39 +00:00
craig.p.drummond
e26837d9da Mention scour used on SVGs 2013-10-15 17:20:25 +00:00
craig.p.drummond
e65eefa1d2 Custom volume control 2013-10-15 17:19:20 +00:00
craig.p.drummond
70efbe4189 Update 2013-10-15 17:15:47 +00:00
craig.p.drummond
7c5c01974d Fix HTTP server under windows when passed a local file 2013-10-15 17:14:51 +00:00
craig.p.drummond
63d6f37195 Re-enable TagLib in windows builds - really just need to fix tag editor, etc. 2013-10-14 18:17:09 +00:00
craig.p.drummond
6d5f132bc2 Send debug logging to file 2013-10-14 18:14:33 +00:00
craig.p.drummond
136a11f2e6 As of 1.2.0, Cantata for windows will no longer be shipped with TagLib support. This is due to the fact that it appears as if the tag editor, track organiser, http server, etc, don't actually work! As I dont actively use the windows version I have neither the time nor motivation to fix this. However, I will accept patches that rectify this... 2013-10-13 17:24:28 +00:00
craig.p.drummond
5ac107e772 Add config item to control prompting when clear playqueue. 2013-10-09 18:58:24 +00:00
craig.p.drummond
45fe4d24dd Typo 2013-10-08 17:59:51 +00:00
craig.p.drummond
5086e87ee7 Fix typo 2013-10-07 15:54:38 +00:00
craig.p.drummond
fdb24f8e2d Add a config item to configure album-view to load all covers immediately.
BUG: 312
2013-10-06 18:37:58 +00:00
craig.p.drummond
042f8f9f79 Add a config item to disable all network access.
BUG: 311
2013-10-06 18:11:54 +00:00
craig.p.drummond
81ebccd6c1 - Optionally support Qxt global shortcuts for Qt-only (Qt4) Linux, and Windows, builds.
- Move media-keys setting into shortcuts page.
2013-10-04 18:42:56 +00:00
craig.p.drummond
e09f273d09 When parsing CUE files - attempt to load as UTF-8, and then "System" encoding. Support a new config item, 'cueFileCodecs', which allows extra Qt text-codecs to be tried (see README for details). If all of these fail, then revert back to the previous behaviour. 2013-10-03 17:10:21 +00:00
craig.p.drummond
5bd0b3b84e Limit maxCoverUpdatePerIteration to range 1..20 2013-09-30 18:18:04 +00:00
craig.p.drummond
82df0c62fe Update 2013-09-26 18:04:23 +00:00
craig.p.drummond
159fecd66f Store data under XDG_DATA_HOME (~/.local/share) 2013-09-24 18:38:31 +00:00
craig.p.drummond@gmail.com
d61b5cf1f9 Typo... 2013-09-16 11:06:46 +00:00
craig.p.drummond@gmail.com
2c1628171a Update 2013-09-04 11:19:39 +00:00
craig.p.drummond
69469c633a If playqueue is cleared when dynamizer is running, then also stop dynamizer. 2013-09-02 18:27:30 +00:00
craig.p.drummond
eea89729f5 Allow sub-categories (first level only) to also have icons. 2013-08-29 18:26:14 +00:00
craig.p.drummond
7fd6b4aedb Add config page to control which stream categories are enabled, to import new categories, and to remove imported categories. See README for import file format. 2013-08-28 18:50:04 +00:00
craig.p.drummond
c12ca051f2 Correct taglib build notes 2013-08-19 17:52:13 +00:00
craig.p.drummond
203e89643a Spelling 2013-08-14 20:12:49 +00:00