Re: [SlimDevices: SqueezeCenter] Ogg not playing as expected using Inguz EQ

2021-09-15 Thread bpa
Apesbrain wrote: > This works - EDIT IN PLUGIN.PM (24-BIT FLAC SECTION): > > > Code: > > > ogg flc * $CLIENTID$ > # IFRD:{RESAMPLE=-r %d} > [sox] -t ogg $FILE$ -t wav $RESAMPLE$ - | [$CONVAPP$] -id "$CLIENTID$" -wav -wavo -d 24 | [flac] -cs -0

Re: [SlimDevices: SqueezeCenter] Ogg not playing as expected using Inguz EQ

2021-09-15 Thread Apesbrain
This works - EDIT IN PLUGIN.PM (24-BIT FLAC SECTION): Code: ogg flc * $CLIENTID$ # IFRD:{RESAMPLE=-r %d} [sox] -t ogg $FILE$ -t wav $RESAMPLE$ - | [$CONVAPP$] -id "$CLIENTID$" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -

Re: [SlimDevices: SqueezeCenter] Ogg not playing as expected using Inguz EQ

2021-09-13 Thread bpa
Apesbrain wrote: > You can see all Ogg filetype options in my first post. If I understand, > disabling the Ogg-Ogg "Native" option will direct to the alternate > Ogg-FLAC "sox/InguzDSP" per player conversion rules. I can confirm the > two statements. > > It's a puzzle as it should work. For

Re: [SlimDevices: SqueezeCenter] Ogg not playing as expected using Inguz EQ

2021-09-13 Thread Apesbrain
bpa wrote: > What changed ? Before you seem to indicate the ogg flc only had Native > and Disabled option - perhaps I misunderstood. > > Just to backstep and confirm. > > 1. the sox/inguzSP now appears as an option in Filetype for ogg-flc and > is selected. > 2. The error appears when you are

Re: [SlimDevices: SqueezeCenter] Ogg not playing as expected using Inguz EQ

2021-09-13 Thread bpa
Apesbrain wrote: > *"required capability T not supported"* This doesn't look like the log lines I was expecting with "input: ogg output: flc" - so I think we are on a different problem. What changed ? Before you seem to indicate the ogg flc only had Native and Disabled option - perhaps I

Re: [SlimDevices: SqueezeCenter] Ogg not playing as expected using Inguz EQ

2021-09-13 Thread Apesbrain
Here's the log output: Code: [21-09-13 08:19:15.7249] Slim::Player::TranscodingHelper::checkBin (278) Found command: [sox] -t ogg $FILE$ -t wav $RESAMPLE$ -w - | [InguzDSP] -id "00:00:00:00:00:00" -be -wavo -d 24 | [flac] -cs -0 --totally-silent - [21-09-13

Re: [SlimDevices: SqueezeCenter] Ogg not playing as expected using Inguz EQ

2021-09-13 Thread bpa
I can't see what's wrong/ If you enable logging player.source to DEBUG then the successful processing of the conf file lines will be logged something like "input: ogg output: flc clienttype: .." I can't remember if the rule processing occurs only once at LMS startup (in which case the

Re: [SlimDevices: SqueezeCenter] Ogg not playing as expected using Inguz EQ

2021-09-13 Thread Apesbrain
Thanks for your reply. bpa wrote: > Give examples of the "working" flac/InguzDsp rules from other lines in > the conf file for comparison. This one works: Code: mp3 flc * 00:00:00:00:00:00 #MAC address for player # IFD:{RESAMPLE=--resample %D} [lame]

Re: [SlimDevices: SqueezeCenter] Ogg not playing as expected using Inguz EQ

2021-09-13 Thread bpa
Apesbrain wrote: > Maybe there are missing dependencies? I'd first check the conf file format. Is the MAC address of the player really 00:00:00:00:00:00 as isn't really valid but usually used for a player who hasn't set their MAC address.

Re: [SlimDevices: SqueezeCenter] Ogg not playing as expected using Inguz EQ

2021-09-13 Thread bpa
Apesbrain wrote: > Maybe there are missing dependencies? I'd first check the formatting of the conf file. IIRC LMS used to be very picky and I thought the "#" and "[" had to be first char in line. bpa's Profile: