marcoc1712 wrote: 
> Hi, first serie of error "couldn't find binary for:" is not becouse
> C-3Po,l but some other convert.conf settings  looking for those codecs.
> 
> Error "[17-08-12 16:51:44.0728]
> Slim::Player::StreamingController::_playersMessage (789) Problem: Can't
> open file for::
> dashflac://vs-dash-ww-rd-live.bbcfmt.hs.llnwd.net/al/lossless/client_manifest.mpd|"
> is the one fromLMS:
> 
> [17-08-12 16:51:43.2065] Slim::Player::Song::open (558) Tokenized
> command: "/usr/share/squeezeboxserver/Bin/x86_64-linux/flac" -dcs
> --totally-silent -- - |
> "/usr/share/squeezeboxserver/Bin/x86_64-linux/sox" -q -t wav - -t wav 
> -b 32 --buffer 32768 --multi-threaded -   gain -h  rate -v -I -b 90.7
> 384000
> 
> C-3PO is wrong here becouse it try to convert and resample even if you
> did not select the options, I'll  correct this soon, tanks to point me
> to this, but the real problem is LMS that reject a valid convert line
> (try it in custom-convert.conf). Where are you running LMS Win or LInux?

Hi Marco,

Thanks very much for the pointers. I'm running in Linux and at the
moment have the folliwing convert.conf files:

# updatedb

# locate convert.conf
/etc/squeezeboxserver/convert.conf
/usr/share/perl5/Slim/Plugin/NetTest/custom-convert.conf
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/CDplayer/custom-convert.conf
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/custom-convert.conf
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/custom-convert.conf

As the custom files are specific, looking at the one in /etc

Here's where the missing codec errors come from:

Code:
--------------------
    
  ...
  ...
  # specific combinations match before wildcards
  
  mp4 mp3 * *
  # FB:{BITRATE=--abr %B}T:{START=-j %s}U:{END=-e %u}
  [faad] -q -w -f 1 $START$ $END$ $FILE$ | [lame] --silent -q $QUALITY$ 
$BITRATE$ - -
  
  aac mp3 * *
  # IFB:{BITRATE=--abr %B}
  [faad] -q -w -f 1 $FILE$ | [lame] --silent -q $QUALITY$ $BITRATE$ - -
  
  sls mp3 * *
  # FB:{BITRATE=--abr %B}D:{RESAMPLE=--resample %D}
  [sls] $FILE$ - -s | [lame] --silent -q $QUALITY$ $RESAMPLE$ $BITRATE$ - -
  
  alc mp3 * *
  # FB:{BITRATE=--abr %B}D:{RESAMPLE=--resample %D}T:{START=-j %s}U:{END=-e %u}
  [faad] -q -w -f 1 $START$ $END$ $FILE$ | [lame] --silent -q $QUALITY$ 
$RESAMPLE$ $BITRATE$ - -
  
  ogg mp3 * *
  # IFB:{BITRATE=--abr %B}D:{RESAMPLE=--resample %D}
  [sox] -q -t ogg $FILE$ -t wav - | [lame] --silent -q $QUALITY$ $RESAMPLE$ 
$BITRATE$ - -
  
  wav mp3 * *
  # IFB:{BITRATE=--abr %B}D:{RESAMPLE=--resample %D}
  [lame] --silent -q $QUALITY$ $RESAMPLE$ $BITRATE$ $FILE$ -
  
  aif mp3 * *
  # IFB:{BITRATE=--abr %B}D:{RESAMPLE=--resample %D}
  [lame] --silent -q $QUALITY$ $RESAMPLE$ $BITRATE$ $FILE$ -
  
  flc mp3 * *
  # FB:{BITRATE=--abr 
%B}T:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=--resample %D}
  [flac] -dcs $START$ $END$ -- $FILE$ | [lame] --silent -q $QUALITY$ $RESAMPLE$ 
$BITRATE$ - -
  
  wma mp3 * *
  # F:{PATH=%f}R:{PATH=%F}B:{BITRATE=--abr %B}D:{RESAMPLE=--resample %D}
  [wmadec] -w $PATH$ | [lame] --silent -q $QUALITY$ $RESAMPLE$ $BITRATE$ - -
  
  wmal mp3 * *
  # F:{PATH=%f}R:{PATH=%F}B:{BITRATE=--abr %B}D:{RESAMPLE=--resample %D}
  [wmadec] -w $PATH$ | [lame] --silent -q $QUALITY$ $RESAMPLE$ $BITRATE$ - -
  
  wmap mp3 * *
  # F:{PATH=%f}R:{PATH=%F}B:{BITRATE=--abr %B}D:{RESAMPLE=--resample %D}
  [wmadec] -w $PATH$ | [lame] --silent -q $QUALITY$ $RESAMPLE$ $BITRATE$ - -
  
  mpc mp3 * *
  # IRB:{BITRATE=--abr %B}D:{RESAMPLE=--resample %D}
  [mppdec] --silent --prev --gain 3 - - | [lame] --silent -q $QUALITY$ 
$RESAMPLE$ $BITRATE$ - -
  
  ape mp3 * *
  # FB:{BITRATE=--abr %B}D:{RESAMPLE=--resample %D}
  [mac] $FILE$ - -d | [lame] --silent -q $QUALITY$ $RESAMPLE$ $BITRATE$ - -
  
  wvp mp3 * *
  # FB:{BITRATE=--abr 
%B}T:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=--resample %D}
  [wvunpack] $FILE$ -wq $START$ $END$ -o - | [lame] --silent -q $QUALITY$ 
$RESAMPLE$ $BITRATE$ - -
  
  mp3 mp3 * *
  -
  # Non-mp3 starts here
  aif aif * *
  -
  
  wav pcm * *
  -
  
  flc pcm * *
  # FT:{START=--skip=%t}U:{END=--until=%v}
  [flac] -dcs --force-raw-format --endian=little --sign=signed $START$ $END$ -- 
$FILE$
  
  flc aif * *
  # FT:{START=--skip=%t}U:{END=--until=%v}
  [flac] -dcs --force-raw-format --endian=big --sign=signed $START$ $END$ -- 
$FILE$
  
  ogf ogf * *
  -
  
  ogf flc * *
  [flac] --ogg -dcs -- $FILE$ | [flac] -cs --ignore-chunk-sizes 
--totally-silent --compression-level-0 - 
  
  ogg ogg * *
  -
  
  ogg aif * *
  [sox] -q -t ogg $FILE$ -t raw -r 44100 -c 2 -2 -s $-x$ -
  
  ogg pcm * *
  [sox] -q -t ogg $FILE$ -t raw -r 44100 -c 2 -2 -s -
  
  wma pcm * *
  # F:{PATH=%f}R:{PATH=%F}
  [wmadec] -r 44100 -b 16 -n 2 $PATH$ 
  
  wmal pcm * *
  # F:{PATH=%f}R:{PATH=%F}
  [wmadec] -r 44100 -b 16 -n 2 $PATH$ 
  
  wmap pcm * *
  # F:{PATH=%f}R:{PATH=%F}
  [wmadec] -r 44100 -b 16 -n 2 $PATH$ 
  
  mpc pcm * *
  # IR
  [mppdec] --raw-le --silent --prev --gain 2 - -
  
  ape pcm * *
  # F
  [mac] $FILE$ - -d
  
  mpc aif * *
  # IR
  [mppdec] --raw-be --silent --prev --gain 2 - -
  
  alc pcm * *
  # FT:{START=-j %s}U:{END=-e %u}
  [faad] -q -w -f 2 $START$ $END$ $FILE$
  
  wvp pcm * *
  # FT:{START=--skip=%t}U:{END=--until=%v}
  [wvunpack] $FILE$ -rq $START$ $END$ -o -
  
  mp4 pcm * *
  # FT:{START=-j %s}U:{END=-e %u}
  [faad] -q -w -f 2 -b 1 $START$ $END$ $FILE$
  
  aac pcm * *
  # IF
  [faad] -q -w -f 2 -b 1 $FILE$
  
  sls pcm * *
  # F
  [sls] $FILE$ - -r -s
  
  wma wma * *
  -
  
  wmal wmal * *
  -
  
  wmap wmap * *
  -
  
  # FLAC output starts here 
  
  #mp3 flc * *
  #       [lame] --mp3input --decode -t --silent $FILE$ - | [flac] -cs 
--totally-silent --compression-level-0 -
  
  flc flc * *
  -
  
  aif flc * *
  # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
  [flac] -cs --totally-silent --compression-level-0 $START$ $END$ -- $FILE$ | 
[sox] -q -t flac - -t flac -C 0 $RESAMPLE$ -        
  
  wav flc * *
  # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
  [flac] -cs --totally-silent --compression-level-0 $START$ $END$ -- $FILE$ | 
[sox] -q -t flac - -t flac -C 0 $RESAMPLE$ -
  
  ogg flc * *
  # IFRD:{RESAMPLE=-r %d}
  [sox] -t ogg $FILE$ -t flac -C 0 $RESAMPLE$ -
  
  wma flc * *
  # F:{PATH=%f}R:{PATH=%F}
  [wmadec] -w $PATH$ | [flac] -cs --totally-silent --compression-level-0 -
  
  wmal flc * *
  # F:{PATH=%f}R:{PATH=%F}
  [wmadec] -w $PATH$ | [flac] -cs --totally-silent --compression-level-0 -
  
  wmap flc * *
  # F:{PATH=%f}R:{PATH=%F}
  [wmadec] -w $PATH$ | [flac] -cs --totally-silent --compression-level-0 -
  
  mpc flc * *
  # IR
  [mppdec] --silent --prev --gain 2 - - | [flac] -cs --totally-silent 
--compression-level-0 -
  
  ape flc * *
  # F
  [mac] $FILE$ - -d | [flac] -cs --totally-silent --compression-level-0 -
  mp4 flc * *
  # FT:{START=-j %s}U:{END=-e %u}
  [faad] -q -w -f 1 $START$ $END$ $FILE$ | [flac] -cs --totally-silent 
--compression-level-0 --ignore-chunk-sizes -
  
  aac flc * *
  # IF
  [faad] -q -w -f 1 $FILE$ | [flac] -cs --totally-silent --compression-level-0 
--ignore-chunk-sizes -
  
  sls flc * *
  # FD:{RESAMPLE=-r %d}
  [sls] $FILE$ - -s | [sox] -q -t wav - -t flac -C 0 $RESAMPLE$ -
  
  alc flc * *
  # FT:{START=-j %s}U:{END=-e %u}D:{RESAMPLE=-r %d}
  [faad] -q -w -f 1 $START$ $END$ $FILE$ | [sox] -q -t wav - -t flac -C 0 
$RESAMPLE$ -
  
  wvp flc * *
  # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
  [wvunpack] $FILE$ -wq $START$ $END$ -o - | [sox] -q -t wav - -t flac -C 0 
$RESAMPLE$ -
  
  # AAC & ALAC output start here
  
  aac aac * *
  -
  
  mp4 aac * *
  -
  
  sls aac * *
  -
  
  alc alc * *
  -
  
  # special case for smart bitrates on mp3 input
  mp3 mp3 transcode *
  # IFB:{BITRATE=--abr %B}D:{RESAMPLE=--resample %D}
  [lame] --silent -q $QUALITY$ $BITRATE$ $RESAMPLE$ --mp3input $FILE$ -
  
  flc flc transcode *
  # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
  [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t flac -C 0 
$RESAMPLE$ - 
  
  # This example transcodes MP3s to MP3s, if the target machine has the 
  # given MAC address. This rule will take precedence over the
  # previous rule because it's more specific. 
  #mp3 mp3 squeezebox 00:02:dd:34:e9:62
  #       ./brute_filter $FILE$ -
  
  spdr spdr * *
  -
  
  dsf dsf * *
  # IFD
  -
  
  dff dff * *
  # IFD
  -
--------------------


------------------------------------------------------------------------
Learnincurve's Profile: http://forums.slimdevices.com/member.php?userid=64807
View this thread: http://forums.slimdevices.com/showthread.php?t=105309

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

Reply via email to