I cannot reproduce your problems. I worked a bit on the plugin and everything seams to work perfect: - ogg is working, I can switch between songs no problem (the problem you discribed should have nothing to do with squeezecenter or the plugin) -Replacements in custom-convert.conf are correct. Each player that has brutefir enabled gets its own entry with the clients mac address
Example of my custom convert. It has two clients that are brutefir enabled (a squeezebox and a softsqueeze player). All entries are correct. The plugin does not touch any lines that are not plugin specific. It writes START and END comments for its entries to make sure it just replaces it's own entries. So the beginning in the file (only comments) are left untouched. After this are two brutefir client parts with the ogg conversion that is working flawless on my system. Content ([...] deleted stuff for readability): # # Configuration file for transcoding [...] (comment stuff that is ignored and left in file) # specific combinations match before wildcards # START client config for Brutefir DRC Clients-MAC address: 00:04:20:06:b4:65 mp3 flc * 00:04:20:06:b4:65 [lame] --mp3input --decode -t --silent $FILE$ - - | brutefir -quiet -nodefault /etc/squeezecenter/filter-00_04_20_06_b4_65 | [flac] -cs -0 --totally-silent --endian=little --sign=signed --channels=2 --bps=24 --sample-rate=44100 - flc flc * 00:04:20:06:b4:65 [flac] -dcs --force-raw-format --endian=little --sign=signed --skip=$START$ --until=$END$ -- $FILE$ | brutefir -quiet -nodefault /etc/squeezecenter/filter-00_04_20_06_b4_65 | [flac] -cs -0 --totally-silent --endian=little --sign=signed --channels=2 --bps=24 --sample-rate=44100 - [...] ogg flc * 00:04:20:06:b4:65 [sox] -t ogg $FILE$ -t raw -L -r 44100 -c 2 -w -s - | brutefir -quiet -nodefault /etc/squeezecenter/filter-00_04_20_06_b4_65 | [flac] -cs -0 --totally-silent --endian=little --sign=signed --channels=2 --bps=24 --sample-rate=44100 - [...] custom entries # END client config for Brutefir DRC Clients-MAC address: 00:04:20:06:b4:65 # START client config for Brutefir DRC Clients-MAC address: ca:da:f1:b7:4f:25 mp3 flc * ca:da:f1:b7:4f:25 [lame] --mp3input --decode -t --silent $FILE$ - - | brutefir -quiet -nodefault /etc/squeezecenter/filter-ca_da_f1_b7_4f_25 | [flac] -cs -0 --totally-silent --endian=little --sign=signed --channels=2 --bps=24 --sample-rate=44100 - [...] (a lot of custom entries all as above) # END client config for Brutefir DRC Clients-MAC address: ca:da:f1:b7:4f:25 I will finish the EQ feature, test everything and publish a new version. I don't know if I will be finished today. If not I have to publish it next week, my holidays are over :) I am sure that the InguzEQ will be reworked for SqueezeCenter, but you should ask Inguz about it... -- Klaas ------------------------------------------------------------------------ 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
