Hi all,

sorry for posting this issue here in this forum a second time, but I
cannot believe that nobody here can give me some help... Probably my
wording was not very clear... The original post in
"ripping/encoding/transcoding" can be found here:
http://forums.slimdevices.com/showthread.php?t=41783

My problem is the following: I want to do some filtering using BrutFIR.
I use BruteFIR between two unix pipes:
flac decoder -> BruteFIR filter -> flac encoder
OR
ogg decoder -> BruteFIR -> flac encoder

And I want to do this for a SINGLE SqueezeBox, all other SBs should
work WITHOUT the filter, and thus by direct streaming the flac or ogg
files.

A comment in the convert.conf files tells me that when I add an entry
in covert.conf (or in custom-convert.conf) that is more specific than
another it is preferred. So, my entry is more specific since I
explicitely inserted the MAC address of the respective SB.

But, when I activate the (unspecific) direct flac (or ogg) streaming to
all SBs, the specific entry is disregarded:

My "more specific" custom-convert.conf entry is:
flc flc * 00:04:20:06:7a:08
[flac] -dcs --force-raw-format --endian=little --sign=signed
--skip=$START$ --until=$END$ -- $FILE$ | [brutefir]
/etc/slimserver/.brutefir_hrtf 2> /etc/
slimserver/brutefir.log | [flac] -cs -0 --totally-silent
--endian=little --sign=signed --channels=2 --bps=24
--sample-rate=$RATE$ -


The related direct FLAC entry in the convert.conf is:
flc flc * *
-

But when I deselect the direct flac streaming entry (in
"settings"->"advanced"->"file types"), my specific rule is processed.
But then I cannot stream flac to any other SB.

How should I edit my custom-convert.conf, that all SBs get a direct
flac (or ogg, or mp3) stream, but one gets the filtered stream:
flac->filter->flac (or ogg->filter->flac or mp3->filter->flac)

Thanks for your help,
Hering

PS: Debian, SqueezeCentre


-- 
Hering
------------------------------------------------------------------------
Hering's Profile: http://forums.slimdevices.com/member.php?userid=6163
View this thread: http://forums.slimdevices.com/showthread.php?t=41923

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to