Commit Graph

14 Commits

Author SHA1 Message Date
rembo10 3b757cfce0 Fixed the encoder adding 'lame', 'ffmpeg', 'xld' to the end of the encoder path which was breaking encoding on windows. Also prevent Headphones from daemonizing under Windows 2012-12-05 05:06:49 -05:00
rembo10 705b56c696 Added xld option to config page 2012-10-30 16:38:01 -04:00
Ade 608ccb2c0a XLD encoding
+ bonus post processing xld cue splitting.

Currently uses Advanced Encoding Options to determine xld and the xld
profile to use, e.g xld Apple Lossless. Would like to use congig
instead but can't figure out how to do it
2012-10-25 11:19:18 +13:00
ka2er 0d35b99a30 replace print cmd with a logger.debug 2012-10-18 16:51:40 +03:00
ka2er d57fea0040 fix various breaks if file name contains non ascii characters (>127) 2012-10-17 23:45:41 +02:00
rembo10 54ad3732ed Fix for encoder failing on files with non-ascii characters 2012-08-31 21:11:05 +01:00
rembo10 f2674b55a1 Backend stuff done to get separate lossless & lossy directories working 2012-08-17 16:07:22 +05:30
rembo10 967f4c610c Fixed unicodedecodeerror in music_encoder: paths were being converted to unicode which wasn't necessary 2012-08-11 14:02:53 +05:30
rembo10 9cc5dbb4a2 Fixed some of the log levels in the music_encoder 2012-06-26 20:29:02 +05:30
rembo10 20bd6ae35f GPL v3 2012-06-19 13:02:12 +05:30
rembo10 a3f6d90f74 CoSome general cleanup. Converted all tabs to spaces for consistency, removed templates.py as it was no longer being used 2012-06-19 12:46:44 +05:30
Pablo Alcantara 61fad9a375 Removed ffmpeg problematic parameter. 2012-05-16 20:26:15 -03:00
pablo@pabloalcantara.eti.br 8e16333753 Change function time.clock() to time.time(), because time.clock() works only on windows version. 2012-05-16 15:18:50 -03:00
pablo@pabloalcantara.eti.br c18a9dcdb4 changes nessesary for new music_encoder version. 2012-05-16 15:07:32 -03:00