Hi.

I'd like to continue this discussion.

Below a custom-convert.conf example.


Code:
--------------------
    
  
  mp3 flc * *
  # FT
  [sox] -D -q -t mp3 $FILE$ -t flac -e signed  -C 0 -b 24 - 2>/tmp/sox.log
  
  flc flc * *
  # F
  [sox] -D -q -t flac $FILE$ -t flac -e signed  -C 0 -b 24 - 2>/tmp/sox.log
  
  flc pcm * *
  # F
  [sox] -D -q -t flac $FILE$ -t wavpcm -e signed  -b 24 - 2>/tmp/sox.log
  
  flc pcm * 00:00:00:00:00:00
  # F
  [sox1] -D -q -t flac $FILE$ -t wavpcm -e signed  -b 24 - rate -v -s -L 384000 
2>/tmp/sox.log
  
  flc pcm * b8:ae:ed:77:18:31
  # F
  [sox2] -D -q -t flac $FILE$ -t wavpcm -e signed  -b 24 - rate -v -s -L 88200 
2>/tmp/sox.log
  
  
--------------------



If "flac flac" and also the bottom customized rules "flac pcm" are
enabled, "flac flac" overrules the customized options.

Rather low performance devices/players  (phone/tablet/bathroom)  shall
use the "flac flac" option and my main 
systems shall use "flac pcm" option.


Can this be changed? 


To e.g. ->> If there is a "routed" rule inside the "flac" section with
"whatever" output format selected, that one will be taken as default
rule for this particular player.



And just to mention it. As you can see in above, there's another
weakness with the player routing setup. 
If I don't copy and rename my sox binaries ( e.g. sox1, sox2)  I can't
distinguish the different rules/player in the Advanced settings GUI.
They'll all look the same.  That's not nice.

Thx



::: ' Touch Toolbox and more' (http://soundcheck-audio.blogspot.com) :::
by soundcheck
------------------------------------------------------------------------
soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
View this thread: http://forums.slimdevices.com/showthread.php?t=106517

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to