Commit Graph

121 Commits

Author SHA1 Message Date
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
craig.p.drummond
bf3b580632 Windows build can set ID3version with taglib 2013-10-16 18:24:41 +00:00
craig.p.drummond
71363daa3a Add a UI option to control clear playqueue prompt.
BUG: 318
2013-10-16 18:21:39 +00:00
craig.p.drummond
3bb13c341c Mention scour used on SVGs 2013-10-15 17:20:25 +00:00
craig.p.drummond
42931e1066 Custom volume control 2013-10-15 17:19:20 +00:00
craig.p.drummond
5a851b3f28 Update 2013-10-15 17:15:47 +00:00
craig.p.drummond
4bc6d42f85 Fix HTTP server under windows when passed a local file 2013-10-15 17:14:51 +00:00
craig.p.drummond
a9610e6997 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
82b2f9c6b7 Send debug logging to file 2013-10-14 18:14:33 +00:00
craig.p.drummond
082ba80b75 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
cdb50ff0e5 Add config item to control prompting when clear playqueue. 2013-10-09 18:58:24 +00:00
craig.p.drummond
607621e366 Typo 2013-10-08 17:59:51 +00:00
craig.p.drummond
2e53762816 Fix typo 2013-10-07 15:54:38 +00:00
craig.p.drummond
cdd9fde53a 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
180c8e9c2a Add a config item to disable all network access.
BUG: 311
2013-10-06 18:11:54 +00:00
craig.p.drummond
17d6b23a05 - 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
6833e67efc 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
d28cf9ea50 Limit maxCoverUpdatePerIteration to range 1..20 2013-09-30 18:18:04 +00:00
craig.p.drummond
96f485cbeb Update 2013-09-26 18:04:23 +00:00
craig.p.drummond
e5959bc97e Store data under XDG_DATA_HOME (~/.local/share) 2013-09-24 18:38:31 +00:00
craig.p.drummond@gmail.com
b20e7723aa Typo... 2013-09-16 11:06:46 +00:00
craig.p.drummond@gmail.com
a9174634e4 Update 2013-09-04 11:19:39 +00:00
craig.p.drummond
b800ead19a If playqueue is cleared when dynamizer is running, then also stop dynamizer. 2013-09-02 18:27:30 +00:00
craig.p.drummond
95fe802c5b Allow sub-categories (first level only) to also have icons. 2013-08-29 18:26:14 +00:00
craig.p.drummond
a037777ea5 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
3f4bb8ddf5 Correct taglib build notes 2013-08-19 17:52:13 +00:00
craig.p.drummond
14a6751453 Spelling 2013-08-14 20:12:49 +00:00
craig.p.drummond
5cd8a763b2 Update 2013-08-13 19:41:57 +00:00
craig.p.drummond
50b8273d53 Update windows cmake command 2013-08-12 19:31:14 +00:00
craig.p.drummond
b757ac8b5f Update 2013-07-31 20:05:29 +00:00
craig.p.drummond
83bf3339d9 Remove lame usage, its not actually required for audio cd playback! 2013-07-12 19:29:34 +00:00
craig.p.drummond
12cc3c0822 SoundCloud support 2013-07-11 19:41:41 +00:00
craig.p.drummond
8ee84a88f2 Add debug to stream fetching 2013-07-07 19:46:19 +00:00
craig.p.drummond
2506297309 Correct path to script 2013-07-04 19:48:21 +00:00
craig.p.drummond
95e3d5dfdd Add some debug info to MPDParseUtils 2013-07-03 19:27:46 +00:00
craig.p.drummond
0e0242896d For MPD versions 0.17 and above, if Cantata can read a .cue file then it will list each track as a separate entry in the artists and albums views.
BUG: 249
2013-07-02 19:20:40 +00:00
craig.p.drummond
108b460db4 Set default time-to-live as 1 for UDP multicast message. Allow this to be changed via config. 2013-06-20 19:10:37 +00:00
craig.p.drummond
d547fc7171 Update 2013-06-19 18:26:12 +00:00
craig.p.drummond
aba6d81ac7 Poll cantata-dynamic if its not running 2013-06-19 18:22:07 +00:00
craig.p.drummond@gmail.com
73e7843171 Send UDP message details from helper to client via id request 2013-06-19 11:15:34 +00:00
craig.p.drummond
dc4f6dc14f Send ID from helper to client 2013-06-18 18:36:57 +00:00
craig.p.drummond
169ea9443e If cantata-dynamic is started in server mode, then communicate status via UDP multicast messages. 2013-06-18 18:35:10 +00:00
craig.p.drummond
06a8a8f971 Spelling 2013-06-14 17:29:59 +00:00