Hering;388814 Wrote: > Hi Klaas, thank you very much for the new release! > > Unfortunately, I didn't manage to get it to run... I installed in on a > pretty plain 7.3.3 - 24736 SC release on Ubuntu 8.04. The only thing i > altered were the folders > I used your example filters (v1.0.1) as a starting point. Of course I > changed the absolut path for BruteFIR to write its wisdom file. >
checkout my homepage, I have a post with more infos about the release! I am running on Ubuntu 8.10 with SC 7.3.2 - 24695. So your setup should be no problem. The things you should try: 1. type "sox" in a prompt and check that version is 14.x (maybe you have 13.x in ubuntu 8.04). If you have sox 13.x you can replace all "-2" with "-w" in "template_custom-convert.conf" 2.1. in the web gui, go to something like "Advanced-->Logging options" and set the option for "player.source" to debug 2.2. play a mp3, ogg or flac and then check the log file (should be under /var/log/squeezecenter/server.log) there you should have something about the options, i.e. (for flac from my log): ------------------ [09-01-24 18:58:11.3599] Slim::Player::TranscodingHelper::checkBin (237) Found command: [flac] -dcs --force-raw-format --endian=little --sign=signed -- $FILE$ | /usr/share/squeezecenter/Plugins/BrutefirDrc/brutefirwrapper 00:04:20:06:b4:65 /etc/squeezecenter/BrutefirDrc/settings/filter-00_04_20_06_b4_65 44100 | [flac] -cs -0 --totally-silent --endian=little --sign=signed --channels=2 --bps=24 --sample-rate=44100 - [09-01-24 18:58:11.3601] Slim::Player::TranscodingHelper::getConvertCommand2 (454) Matched: flc->flc via: [flac] -dcs --force-raw-format --endian=little --sign=signed -- $FILE$ | /usr/share/squeezecenterPlugins/BrutefirDrc/brutefirwrapper 00:04:20:06:b4:65 /etc/squeezecenter/BrutefirDrc/settings/filter-00_04_20_06_b4_65 44100 | [flac] -cs -0 --totally-silent --endian=little --sign=signed --channels=2 --bps=24 --sample-rate=44100 - [09-01-24 18:58:11.3605] Slim::Player::Song::open (340) Transcoder: streamMode=I, streamformat=flc [09-01-24 18:58:11.3607] Slim::Player::Song::open (364) Opening stream (no direct streaming) using Slim::Player::Protocols::File [file:///music/slimserver/flac/Bands/Lamb/Between_Darkness_And_Wonder/08.Learn.flac] [09-01-24 18:58:11.3615] Slim::Player::Protocols::File::open (79) duration: [133] size: [13021065] endian [] offset: [0] for file:///music/slimserver/flac/Bands/Lamb/Between_Darkness_And_Wonder/08.Learn.flac [09-01-24 18:58:11.3617] Slim::Player::Protocols::File::open (96) Opening file /music/slimserver/flac/Bands/Lamb/Between_Darkness_And_Wonder/08.Learn.flac [09-01-24 18:58:11.3623] Slim::Player::Song::open (385) URL is a song (audio): file:///music/slimserver/flac/Bands/Lamb/Between_Darkness_And_Wonder/08.Learn.flac, type=flc [09-01-24 18:58:11.3631] Slim::Player::TranscodingHelper::tokenizeConvertCommand2 (557) Using command for conversion: "/usr/bin/flac" -dcs --force-raw-format --endian=little --sign=signed -- "-" | /usr/share/squeezecenter/Plugins/BrutefirDrc/brutefirwrapper 00:04:20:06:b4:65 /etc/squeezecenter/BrutefirDrc/settings/filter-00_04_20_06_b4_65 44100 | "/usr/bin/flac" -cs -0 --totally-silent --endian=little --sign=signed --channels=2 --bps=24 --sample-rate=44100 - [09-01-24 18:58:11.3647] Slim::Player::Song::open (457) Tokenized command "/usr/bin/flac" -dcs --force-raw-format --endian=little --sign=signed -- "-" | /usr/share/squeezecenter/Plugins/BrutefirDrc/brutefirwrapper 00:04:20:06:b4:65 /etc/squeezecenter/BrutefirDrc/settings/filter- 00_04_20_06_b4_65 44100 | "/usr/bin/flac" -cs -0 --totally-silent --endian=little --sign=signed --channels=2 --bps=24 --sample-rate=44100 - ----------------- 2.3. take the command and replace all the variables, i.e. [flac] with flac [sox] with sox, whatever... for the $FILE$ use a path to a file. 2.4. try the command in prompt, you should see strange output. Did something help? Cheers Klaas -- Klaas Creator of *BrutefirDrc* see http://klaasprause.com/brutefirdrc Hardware: Squeezebox v3 with digital out tweaking and custom power supply, Tact TDA2200 Digital Amplifier, MBL 311-D Speaker ------------------------------------------------------------------------ Klaas's Profile: http://forums.slimdevices.com/member.php?userid=8026 View this thread: http://forums.slimdevices.com/showthread.php?t=45347 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
