Thanks for your suggestion.  Have incorporated it into my current
custom-convert.conf (with proper MAC address) and it seems to be
working.  I copied some additional variables from another file in the
hope that it would allow seek but no luck.  Not a big loss as I rarely
use it but is its loss unavoidable?


Code:
--------------------
    
  # Apply parametric equalizer to single player identified by MAC address
  
  flc flc * 00:00:00:00:00:00
        # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r%d}
        [sox] -D -q -t flac $FILE$ -t flac -e signed -C 0 -b 24 $RESAMPLE$ - 
equalizer 360 0.3 -6 equalizer 2750 0.3 +3
  
  mp3 flc * 00:00:00:00:00:00
        # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r%d}
        [sox] -D -q -t mp3 $FILE$ -t flac -e signed -C 0 -b 24 $RESAMPLE$ - 
equalizer 360 0.3 -6 equalizer 2750 0.3 +3
  
  ogg flc * 00:00:00:00:00:00
        # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r%d}
        [sox] -D -q -t ogg $FILE$ -t flac -e signed -C 0 -b 24 $RESAMPLE$ - 
equalizer 360 0.3 -6 equalizer 2750 0.3 +3
  
--------------------


------------------------------------------------------------------------
Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
View this thread: http://forums.slimdevices.com/showthread.php?t=104868

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

Reply via email to