Upsampling con LMS e Squeezelite, terza puntata

Pagina 8 di 14
prima
1 2 3 4 5 6 7 8 9 10 11 12 13 14 ultimo
Visualizzazione dei risultati da 71 a 80 su 136
  1. #71
    pebibyte L'avatar di marcoc1712
    Registrato
    Jan 2013
    Messaggi
    5,254
    configurazione

    Predefinito

    Originariamente inviato da antonellocaroli
    Grande Marco!!! Complimenti!!!

    provato con Flac e va!!!

    purtroppo con QbastardBuz non va...
    ...mi sono dimenticato di scriverlo... Hai eliminato (o rinominato) il custom-convert.conf? Non dovrebbe essree fondamentale, a meno che tu non abbia impostato il singolo player anche li, ma...


    Se ancora non va, posta il solito log con i debug attivi, avendo cura di attivate (ad Informazione) anche il log di C-3PO (plugin....), non c'è motivo alcuno per cui non debba andare, ho preso questa strada proprio per essere sicuro di usare il 'lms way'... A meno di porcate prima...
    Ciao, Marco.

    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
    — E. F. Schumacher (mis-attributed to A. Einstein)
    ________________________________________________________________________________
    Autore della patch R2 per Squeezelite e del plugin C-3PO. note libere
    Logitech media Server 7.9 > miniPc + squeezelite-R2 / SB+ > "Lu Scalmentu" NOS R2R DAC by TubeOne/ AudioResearch DAC 1-20 >
    Klimo Merlino Gold TPS > DIS Interconnect > Kent Gold > Reference > Monitor Audio Studio 20 SE

  2. #72
    tebibyte
    Registrato
    Aug 2011
    Età
    50
    Messaggi
    2,928
    configurazione

    Predefinito

    Marco questo é il mio convert.conf, il custom-convert é vuoto.

    codice:
    # 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 * *
    	-
    
    flc pcm * *
          -
    
    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
    	-

  3. #73
    tebibyte
    Registrato
    Aug 2011
    Età
    50
    Messaggi
    2,928
    configurazione

    Predefinito

    questo il log: (il custom l ho rinominato)
    codice:
    [15-10-22 10:31:53.7804] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:53.7805] Slim::Player::TranscodingHelper::getConvertCommand2 (446) Matched: flc->pcm via: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:53.7806] Slim::Player::Song::open (387) seek=false time=0 canSeek=2
    [15-10-22 10:31:53.7807] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
    [15-10-22 10:31:53.7808] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:53.7809] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
    [15-10-22 10:31:53.7810] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-10-22 10:31:53.7811] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-10-22 10:31:53.7812] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7813] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7814] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-*
    [15-10-22 10:31:53.7814] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-*
    [15-10-22 10:31:53.7815] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7816] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7817] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-*
    [15-10-22 10:31:53.7818] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-*
    [15-10-22 10:31:53.7819] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7820] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7821] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-*
    [15-10-22 10:31:53.7821] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-*
    [15-10-22 10:31:53.7822] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7823] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7824] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-*
    [15-10-22 10:31:53.7825] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-*
    [15-10-22 10:31:53.7826] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7827] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7828] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-*
    [15-10-22 10:31:53.7828] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-*
    [15-10-22 10:31:53.7829] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7830] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7831] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-*
    [15-10-22 10:31:53.7832] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-*
    [15-10-22 10:31:53.7833] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7834] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7834] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-*
    [15-10-22 10:31:53.7835] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-*
    [15-10-22 10:31:53.7836] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7837] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7838] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-*
    [15-10-22 10:31:53.7839] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-*
    [15-10-22 10:31:53.7840] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7841] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7841] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-*
    [15-10-22 10:31:53.7842] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-*
    [15-10-22 10:31:53.7843] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
    [15-10-22 10:31:53.7844] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:53.7845] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
    [15-10-22 10:31:53.7846] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-10-22 10:31:53.7847] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-10-22 10:31:53.7848] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7848] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7849] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-*
    [15-10-22 10:31:53.7850] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-*
    [15-10-22 10:31:53.7851] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-aif-*-* is enabled
    [15-10-22 10:31:53.7852] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:53.7853] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-aif-*-*
    [15-10-22 10:31:53.7854] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-aif-*-* Disabled **
    [15-10-22 10:31:53.7855] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7855] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7856] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-pcm-*-50:e5:49:cc:b4:29 is enabled
    [15-10-22 10:31:53.7857] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:53.7858] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7859] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7860] Slim::Player::TranscodingHelper::enabledFormat (223) Testing wav-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7861] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [15-10-22 10:31:53.7861] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:53.7863] Slim::Player::TranscodingHelper::getConvertCommand2 (446) Matched: flc->pcm via: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:53.7864] Slim::Player::Song::open (408) Transcoder: streamMode=R, streamformat=pcm
    [15-10-22 10:31:53.7866] Slim::Player::TranscodingHelper::tokenizeConvertCommand2 (617) Using command for conversion: "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe" -dcs --totally-silent -- "qobuz://21537895.flac" | "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:53.7867] Slim::Player::Song::open (558) Tokenized command: "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe" -dcs --totally-silent -- "qobuz://21537895.flac" | "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:53.7885] Slim::Player::Pipeline::new (96) Launching process with command: "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\socketwrapper.exe"  -D  -w -o 53133 -c "\"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe\" -dcs --totally-silent -- \"qobuz://21537895.flac\" | \"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe\" -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000"
    [15-10-22 10:31:53.7969] Slim::Player::SongStreamController::new (31) live=1
    [15-10-22 10:31:53.7973] Slim::Player::StreamingController::_Stream (1277) 50:e5:49:cc:b4:29: stream
    [15-10-22 10:31:53.7981] Slim::Player::StreamingController::_Stream (1314) Song queue is now 5
    [15-10-22 10:31:53.7983] Slim::Player::StreamingController::_setPlayingState (2366) new playing state BUFFERING
    [15-10-22 10:31:53.7984] Slim::Player::StreamingController::_setStreamingState (2375) new streaming state STREAMING
    [15-10-22 10:31:53.7985] Slim::Player::StreamingController::_eventAction (303) 50:e5:49:cc:b4:29: NextTrackReady - new state BUFFERING-STREAMING
    [15-10-22 10:31:53.8214] Slim::Player::Pipeline::acceptReader (203) Pipeline reader connected
    [15-10-22 10:31:53.8708] Slim::Player::Source::_wakeupOnReadable (409) 50:e5:49:cc:b4:29
    [15-10-22 10:31:53.8710] Slim::Player::Source::_readNextChunk (350) Read to end of file or pipe
    [15-10-22 10:31:53.8712] Slim::Player::Source::_readNextChunk (373) end of file or error on socket, song pos: 81174528
    [15-10-22 10:31:53.8713] Slim::Player::Source::_readNextChunk (378) 50:e5:49:cc:b4:29 mark end of stream
    [15-10-22 10:31:53.8714] Slim::Player::Source::_readNextChunk (386) Didn't stream any bytes for this song; mark it as failed
    [15-10-22 10:31:53.8715] Slim::Player::StreamingController::playerStreamingFailed (2237) 50:e5:49:cc:b4:29
    [15-10-22 10:31:53.8716] Slim::Player::StreamingController::_playersMessage (789) Problema: impossibile aprire il file per:: qobuz://21537895.flac
    [15-10-22 10:31:53.8718] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StreamingFailed in BUFFERING-STREAMING -> Slim::Player::StreamingController::_StopNextIfMore
    [15-10-22 10:31:53.8719] Slim::Player::StreamingController::_eventAction (284) params: errorDisconnect => undef
    [15-10-22 10:31:53.8721] Slim::Player::StreamingController::_Stop (603) Song queue is now 5
    [15-10-22 10:31:53.8724] Slim::Player::SongStreamController::DESTROY (44) DESTROY(Slim::Player::SongStreamController=HASH(0x9f20bf4)) live=0
    [15-10-22 10:31:53.8725] Slim::Player::StreamingController::_setPlayingState (2366) new playing state STOPPED
    [15-10-22 10:31:53.8726] Slim::Player::StreamingController::_setStreamingState (2375) new streaming state IDLE
    [15-10-22 10:31:53.8728] Slim::Player::StreamingController::_willRetry (1403) no retry data
    [15-10-22 10:31:53.8730] Slim::Player::StreamingController::nextsong (882) The next song is number 0, was 5
    [15-10-22 10:31:53.8731] Slim::Player::StreamingController::_eventAction (303) 50:e5:49:cc:b4:29: StreamingFailed - new state STOPPED-IDLE
    [15-10-22 10:31:53.9237] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    [15-10-22 10:31:54.0007] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    [15-10-22 10:31:54.1522] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
    [15-10-22 10:31:54.1524] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:54.1525] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
    [15-10-22 10:31:54.1526] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-10-22 10:31:54.1526] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-10-22 10:31:54.1527] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1528] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1529] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-*
    [15-10-22 10:31:54.1530] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-*
    [15-10-22 10:31:54.1531] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1532] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1533] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-*
    [15-10-22 10:31:54.1534] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-*
    [15-10-22 10:31:54.1535] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1535] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1536] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-*
    [15-10-22 10:31:54.1537] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-*
    [15-10-22 10:31:54.1538] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1539] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1540] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-*
    [15-10-22 10:31:54.1541] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-*
    [15-10-22 10:31:54.1542] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1542] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1543] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-*
    [15-10-22 10:31:54.1544] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-*
    [15-10-22 10:31:54.1545] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1546] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1547] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-*
    [15-10-22 10:31:54.1548] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-*
    [15-10-22 10:31:54.1549] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1549] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1550] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-*
    [15-10-22 10:31:54.1551] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-*
    [15-10-22 10:31:54.1552] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1553] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1554] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-*
    [15-10-22 10:31:54.1555] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-*
    [15-10-22 10:31:54.1556] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1557] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1557] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-*
    [15-10-22 10:31:54.1558] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-*
    [15-10-22 10:31:54.1559] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
    [15-10-22 10:31:54.1560] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:54.1561] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
    [15-10-22 10:31:54.1562] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-10-22 10:31:54.1563] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-10-22 10:31:54.1564] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1565] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1566] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-*
    [15-10-22 10:31:54.1567] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-*
    [15-10-22 10:31:54.1568] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-aif-*-* is enabled
    [15-10-22 10:31:54.1569] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:54.1570] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-aif-*-*
    [15-10-22 10:31:54.1571] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-aif-*-* Disabled **
    [15-10-22 10:31:54.1571] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1572] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1573] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-pcm-*-50:e5:49:cc:b4:29 is enabled
    [15-10-22 10:31:54.1574] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:54.1575] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1576] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1577] Slim::Player::TranscodingHelper::enabledFormat (223) Testing wav-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1578] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [15-10-22 10:31:54.1579] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:54.1580] Slim::Player::TranscodingHelper::getConvertCommand2 (446) Matched: flc->pcm via: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:59.0015] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    Ultima modifica di antonellocaroli : 22-10-2015 a 10:45

  4. #74
    pebibyte L'avatar di marcoc1712
    Registrato
    Jan 2013
    Messaggi
    5,254
    configurazione

    Predefinito

    Originariamente inviato da antonellocaroli
    questo il log: (il custom l ho rinominato)
    codice:
    [15-10-22 10:31:53.7804] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:53.7805] Slim::Player::TranscodingHelper::getConvertCommand2 (446) Matched: flc->pcm via: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:53.7806] Slim::Player::Song::open (387) seek=false time=0 canSeek=2
    [15-10-22 10:31:53.7807] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
    [15-10-22 10:31:53.7808] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:53.7809] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
    [15-10-22 10:31:53.7810] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-10-22 10:31:53.7811] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-10-22 10:31:53.7812] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7813] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7814] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-*
    [15-10-22 10:31:53.7814] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-*
    [15-10-22 10:31:53.7815] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7816] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7817] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-*
    [15-10-22 10:31:53.7818] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-*
    [15-10-22 10:31:53.7819] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7820] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7821] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-*
    [15-10-22 10:31:53.7821] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-*
    [15-10-22 10:31:53.7822] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7823] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7824] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-*
    [15-10-22 10:31:53.7825] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-*
    [15-10-22 10:31:53.7826] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7827] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7828] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-*
    [15-10-22 10:31:53.7828] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-*
    [15-10-22 10:31:53.7829] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7830] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7831] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-*
    [15-10-22 10:31:53.7832] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-*
    [15-10-22 10:31:53.7833] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7834] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7834] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-*
    [15-10-22 10:31:53.7835] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-*
    [15-10-22 10:31:53.7836] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7837] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7838] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-*
    [15-10-22 10:31:53.7839] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-*
    [15-10-22 10:31:53.7840] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7841] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7841] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-*
    [15-10-22 10:31:53.7842] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-*
    [15-10-22 10:31:53.7843] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
    [15-10-22 10:31:53.7844] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:53.7845] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
    [15-10-22 10:31:53.7846] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-10-22 10:31:53.7847] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-10-22 10:31:53.7848] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7848] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7849] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-*
    [15-10-22 10:31:53.7850] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-*
    [15-10-22 10:31:53.7851] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-aif-*-* is enabled
    [15-10-22 10:31:53.7852] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:53.7853] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-aif-*-*
    [15-10-22 10:31:53.7854] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-aif-*-* Disabled **
    [15-10-22 10:31:53.7855] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7855] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7856] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-pcm-*-50:e5:49:cc:b4:29 is enabled
    [15-10-22 10:31:53.7857] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:53.7858] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7859] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7860] Slim::Player::TranscodingHelper::enabledFormat (223) Testing wav-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:53.7861] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [15-10-22 10:31:53.7861] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:53.7863] Slim::Player::TranscodingHelper::getConvertCommand2 (446) Matched: flc->pcm via: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:53.7864] Slim::Player::Song::open (408) Transcoder: streamMode=R, streamformat=pcm
    [15-10-22 10:31:53.7866] Slim::Player::TranscodingHelper::tokenizeConvertCommand2 (617) Using command for conversion: "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe" -dcs --totally-silent -- "qobuz://21537895.flac" | "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:53.7867] Slim::Player::Song::open (558) Tokenized command: "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe" -dcs --totally-silent -- "qobuz://21537895.flac" | "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:53.7885] Slim::Player::Pipeline::new (96) Launching process with command: "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\socketwrapper.exe"  -D  -w -o 53133 -c "\"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe\" -dcs --totally-silent -- \"qobuz://21537895.flac\" | \"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe\" -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000"
    [15-10-22 10:31:53.7969] Slim::Player::SongStreamController::new (31) live=1
    [15-10-22 10:31:53.7973] Slim::Player::StreamingController::_Stream (1277) 50:e5:49:cc:b4:29: stream
    [15-10-22 10:31:53.7981] Slim::Player::StreamingController::_Stream (1314) Song queue is now 5
    [15-10-22 10:31:53.7983] Slim::Player::StreamingController::_setPlayingState (2366) new playing state BUFFERING
    [15-10-22 10:31:53.7984] Slim::Player::StreamingController::_setStreamingState (2375) new streaming state STREAMING
    [15-10-22 10:31:53.7985] Slim::Player::StreamingController::_eventAction (303) 50:e5:49:cc:b4:29: NextTrackReady - new state BUFFERING-STREAMING
    [15-10-22 10:31:53.8214] Slim::Player::Pipeline::acceptReader (203) Pipeline reader connected
    [15-10-22 10:31:53.8708] Slim::Player::Source::_wakeupOnReadable (409) 50:e5:49:cc:b4:29
    [15-10-22 10:31:53.8710] Slim::Player::Source::_readNextChunk (350) Read to end of file or pipe
    [15-10-22 10:31:53.8712] Slim::Player::Source::_readNextChunk (373) end of file or error on socket, song pos: 81174528
    [15-10-22 10:31:53.8713] Slim::Player::Source::_readNextChunk (378) 50:e5:49:cc:b4:29 mark end of stream
    [15-10-22 10:31:53.8714] Slim::Player::Source::_readNextChunk (386) Didn't stream any bytes for this song; mark it as failed
    [15-10-22 10:31:53.8715] Slim::Player::StreamingController::playerStreamingFailed (2237) 50:e5:49:cc:b4:29
    [15-10-22 10:31:53.8716] Slim::Player::StreamingController::_playersMessage (789) Problema: impossibile aprire il file per:: qobuz://21537895.flac
    [15-10-22 10:31:53.8718] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StreamingFailed in BUFFERING-STREAMING -> Slim::Player::StreamingController::_StopNextIfMore
    [15-10-22 10:31:53.8719] Slim::Player::StreamingController::_eventAction (284) params: errorDisconnect => undef
    [15-10-22 10:31:53.8721] Slim::Player::StreamingController::_Stop (603) Song queue is now 5
    [15-10-22 10:31:53.8724] Slim::Player::SongStreamController::DESTROY (44) DESTROY(Slim::Player::SongStreamController=HASH(0x9f20bf4)) live=0
    [15-10-22 10:31:53.8725] Slim::Player::StreamingController::_setPlayingState (2366) new playing state STOPPED
    [15-10-22 10:31:53.8726] Slim::Player::StreamingController::_setStreamingState (2375) new streaming state IDLE
    [15-10-22 10:31:53.8728] Slim::Player::StreamingController::_willRetry (1403) no retry data
    [15-10-22 10:31:53.8730] Slim::Player::StreamingController::nextsong (882) The next song is number 0, was 5
    [15-10-22 10:31:53.8731] Slim::Player::StreamingController::_eventAction (303) 50:e5:49:cc:b4:29: StreamingFailed - new state STOPPED-IDLE
    [15-10-22 10:31:53.9237] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    [15-10-22 10:31:54.0007] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    [15-10-22 10:31:54.1522] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
    [15-10-22 10:31:54.1524] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:54.1525] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
    [15-10-22 10:31:54.1526] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-10-22 10:31:54.1526] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-10-22 10:31:54.1527] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1528] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1529] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-*
    [15-10-22 10:31:54.1530] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-*
    [15-10-22 10:31:54.1531] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1532] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1533] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-*
    [15-10-22 10:31:54.1534] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-*
    [15-10-22 10:31:54.1535] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1535] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1536] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-*
    [15-10-22 10:31:54.1537] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-*
    [15-10-22 10:31:54.1538] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1539] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1540] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-*
    [15-10-22 10:31:54.1541] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-*
    [15-10-22 10:31:54.1542] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1542] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1543] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-*
    [15-10-22 10:31:54.1544] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-*
    [15-10-22 10:31:54.1545] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1546] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1547] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-*
    [15-10-22 10:31:54.1548] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-*
    [15-10-22 10:31:54.1549] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1549] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1550] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-*
    [15-10-22 10:31:54.1551] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-*
    [15-10-22 10:31:54.1552] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1553] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1554] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-*
    [15-10-22 10:31:54.1555] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-*
    [15-10-22 10:31:54.1556] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1557] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1557] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-*
    [15-10-22 10:31:54.1558] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-*
    [15-10-22 10:31:54.1559] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
    [15-10-22 10:31:54.1560] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:54.1561] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
    [15-10-22 10:31:54.1562] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-10-22 10:31:54.1563] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-10-22 10:31:54.1564] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1565] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1566] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-*
    [15-10-22 10:31:54.1567] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-*
    [15-10-22 10:31:54.1568] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-aif-*-* is enabled
    [15-10-22 10:31:54.1569] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:54.1570] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-aif-*-*
    [15-10-22 10:31:54.1571] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-aif-*-* Disabled **
    [15-10-22 10:31:54.1571] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1572] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1573] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-pcm-*-50:e5:49:cc:b4:29 is enabled
    [15-10-22 10:31:54.1574] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:31:54.1575] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1576] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1577] Slim::Player::TranscodingHelper::enabledFormat (223) Testing wav-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 10:31:54.1578] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [15-10-22 10:31:54.1579] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:54.1580] Slim::Player::TranscodingHelper::getConvertCommand2 (446) Matched: flc->pcm via: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000
    [15-10-22 10:31:59.0015] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    Qualcosa è cambiato...

    Tokenized command: "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe" -dcs --totally-silent -- "qobuz://21537895.flac" | "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -q -t wav - -t wav -r 384000 -c 2 -3 -s -L - gain -3 rate -v -M -a -b 90.7 384000


    Non usa più la pipe ma un nome file vero e proprio e questo mi suona strano...

    Nel log non vedo i messagdi di debug di C3PO, o non li hai attivati o non è attivo (il che vorrebbe dire cha hai ancora un custom-convert.conf attivo) o non li hai copiati.

    dovrebbero assomigliare a qualcosa del genere:

    codice:
    [15-10-22 00:45:34.1655] Plugins::C3PO::Plugin::clientCalback (275) new ClientCallback received from 
    id:                     e8:de:27:03:05:b2 
    mac address:            e8:de:27:03:05:b2 
    modelName:              SqueezeLite 
    model:                  squeezelite 
    name:                   Squeezelite-mc2 
    max samplerate:         192000 
    supported sample rates: 8000 11025 12000 16000 22050 24000 32000 44100 48000 88200 96000 176400 192000 
    supported codecs :      mp3 pcm dff aac aif flc dsf
    Ciao, Marco.

    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
    — E. F. Schumacher (mis-attributed to A. Einstein)
    ________________________________________________________________________________
    Autore della patch R2 per Squeezelite e del plugin C-3PO. note libere
    Logitech media Server 7.9 > miniPc + squeezelite-R2 / SB+ > "Lu Scalmentu" NOS R2R DAC by TubeOne/ AudioResearch DAC 1-20 >
    Klimo Merlino Gold TPS > DIS Interconnect > Kent Gold > Reference > Monitor Audio Studio 20 SE

  5. #75
    tebibyte
    Registrato
    Aug 2011
    Età
    50
    Messaggi
    2,928
    configurazione

    Predefinito

    Questo quello che trovo
    codice:
    [15-10-22 10:26:42.1067] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [C-3PO] -c $CLIENTID$ -p C:\ProgramData\Squeezebox\prefs\plugin\C3PO.prefs -i flc -o wav $START$ $END$ $RESAMPLE$ $FILE$
    [15-10-22 10:26:42.1176] Slim::Player::TranscodingHelper::checkBin (275)    couldn't find binary for: C-3PO
    [15-10-22 10:26:42.1177] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-*
    [15-10-22 10:26:42.1178] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-*
    [15-10-22 10:26:42.1179] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-pcm-*-* is enabled
    [15-10-22 10:26:42.1180] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
    [15-10-22 10:26:42.1181] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-pcm-*-*
    [15-10-22 10:26:42.1181] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-pcm-*-*
    [15-10-22 10:26:42.1182] Slim::Player::TranscodingHelper::enabledFormat (223) Testing wav-flc-*-* vs flc-pcm-*-*
    [15-10-22 10:26:42.1183] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [15-10-22 10:26:42.1184] Slim::Player::TranscodingHelper::checkBin (252)   Found command: -
    [15-10-22 10:26:42.1185] Slim::Player::TranscodingHelper::getConvertCommand2 (446) Matched: flc->pcm via: -
    [15-10-22 10:26:42.7102] Slim::Player::StreamingController::pause (2125) 50:e5:49:cc:b4:29
    [15-10-22 10:26:42.7104] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: Pause in PLAYING-STREAMING -> Slim::Player::StreamingController::_Pause
    [15-10-22 10:26:42.7105] Slim::Player::StreamingController::_setPlayingState (2366) new playing state PAUSED
    [15-10-22 10:26:42.7108] Slim::Player::StreamingController::_eventAction (303) 50:e5:49:cc:b4:29: Pause - new state PAUSED-STREAMING
    [15-10-22 10:26:42.7110] Slim::Player::Source::playmode (96) 50:e5:49:cc:b4:29: Current playmode: pause
    [15-10-22 10:26:42.7118] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in PAUSED-STREAMING -> Slim::Player::StreamingController::_CheckPaused
    [15-10-22 10:26:47.0016] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in PAUSED-STREAMING -> Slim::Player::StreamingController::_CheckPaused
    [15-10-22 10:26:52.0014] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in PAUSED-STREAMING -> Slim::Player::StreamingController::_CheckPaused
    [15-10-22 10:27:10.1809] main::init (383) Starting Logitech Media Server (v7.9.0, 1443102866, Fri Sep 25 04:04:57 CUT 2015) perl 5.014001
    [15-10-22 10:27:11.4978] Plugins::Qobuz::Plugin::__ANON__ (42) Success: using Text::LevenshteinXS to speed Qobuz up.
    [15-10-22 10:29:29.2183] main::init (383) Starting Logitech Media Server (v7.9.0, 1443102866, Fri Sep 25 04:04:57 CUT 2015) perl 5.014001
    [15-10-22 10:29:30.4491] Plugins::Qobuz::Plugin::__ANON__ (42) Success: using Text::LevenshteinXS to speed Qobuz up.
    [15-10-22 10:31:12.8193] Slim::Networking::IO::Select::__ANON__ (131) Error: Select task failed calling Slim::Web::HTTP::sendStreamingResponse: illegal file descriptor or filehandle (either no attached file descriptor or illegal value):  at /<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 134.
    ; fh=Slim::Web::HTTP::ClientConn=GLOB(0xb7b9c6c)
    [15-10-22 10:31:18.5217] Slim::Networking::IO::Select::__ANON__ (131) Error: Select task failed calling Slim::Web::HTTP::sendStreamingResponse: illegal file descriptor or filehandle (either no attached file descriptor or illegal value):  at /<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 134.
    ; fh=Slim::Web::HTTP::ClientConn=GLOB(0xb7baec4)
    [15-10-22 10:31:18.5219] Slim::Networking::IO::Select::__ANON__ (131) Error: Select task failed calling Slim::Web::HTTP::sendStreamingResponse: illegal file descriptor or filehandle (either no attached file descriptor or illegal value):  at /<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 134.
    ; fh=Slim::Web::HTTP::ClientConn=GLOB(0xb7baec4)
    [15-10-22 10:31:18.5221] Slim::Networking::IO::Select::__ANON__ (131) Error: Select task failed calling Slim::Web::HTTP::sendStreamingResponse: illegal file descriptor or filehandle (either no attached file descriptor or illegal value):  at /<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 134.
    ; fh=Slim::Web::HTTP::ClientConn=GLOB(0xb7baec4)
    [15-10-22 10:31:18.5223] Slim::Networking::IO::Select::__ANON__ (131) Error: Select task failed calling Slim::Web::HTTP::sendStreamingResponse: illegal file descriptor or filehandle (either no attached file descriptor or illegal value):  at /<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 134.
    ; fh=Slim::Web::HTTP::ClientConn=GLOB(0xb7baec4)
    [15-10-22 10:31:18.5225] Slim::Networking::IO::Select::__ANON__ (131) Error: Select task failed calling Slim::Web::HTTP::sendStreamingResponse: illegal file descriptor or filehandle (either no attached file descriptor or illegal value):  at /<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 134.

  6. #76
    tebibyte
    Registrato
    Aug 2011
    Età
    50
    Messaggi
    2,928
    configurazione

    Predefinito

    queto in Tipi di File


    Lasciato nativo
    e disattivato l´ultimo...

    Ma quando mando un flac....mi esce un fruscio...niente musica....

    anche con Qubuz lo stesso...

    quindi a quanto pare funziona....ma devo capire perché squeezelite non accetta il formato o il dac....

    Oppure ho qualche casino da qualche parte....
    Ultima modifica di antonellocaroli : 22-10-2015 a 13:41

  7. #77
    tebibyte
    Registrato
    Aug 2011
    Età
    50
    Messaggi
    2,928
    configurazione

    Predefinito

    se lascio come da immagine funziona con i flac ma non con qbuz, con questo log
    codice:
    [15-10-22 13:48:07.9873] Slim::Player::StreamingController::pause (2125) 50:e5:49:cc:b4:29
    [15-10-22 13:48:07.9874] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: Pause in PLAYING-STREAMING -> Slim::Player::StreamingController::_Pause
    [15-10-22 13:48:07.9880] Slim::Player::StreamingController::_setPlayingState (2366) new playing state PAUSED
    [15-10-22 13:48:07.9883] Slim::Player::StreamingController::_eventAction (303) 50:e5:49:cc:b4:29: Pause - new state PAUSED-STREAMING
    [15-10-22 13:48:07.9885] Slim::Player::Source::playmode (96) 50:e5:49:cc:b4:29: Current playmode: pause
    [15-10-22 13:48:07.9928] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in PAUSED-STREAMING -> Slim::Player::StreamingController::_CheckPaused
    [15-10-22 13:48:12.0011] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in PAUSED-STREAMING -> Slim::Player::StreamingController::_CheckPaused
    [15-10-22 13:48:17.0012] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in PAUSED-STREAMING -> Slim::Player::StreamingController::_CheckPaused
    [15-10-22 13:48:22.0011] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in PAUSED-STREAMING -> Slim::Player::StreamingController::_CheckPaused
    [15-10-22 13:48:25.8933] Slim::Player::StreamingController::stop (2106) 50:e5:49:cc:b4:29
    [15-10-22 13:48:25.8934] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: Stop in PAUSED-STREAMING -> Slim::Player::StreamingController::_Stop
    [15-10-22 13:48:25.8937] Slim::Player::StreamingController::_Stop (603) Song queue is now 0
    [15-10-22 13:48:25.8962] Slim::Player::SongStreamController::DESTROY (44) DESTROY(Slim::Player::SongStreamController=HASH(0x9ee8d84)) live=0
    [15-10-22 13:48:25.8963] Slim::Player::StreamingController::_setPlayingState (2366) new playing state STOPPED
    [15-10-22 13:48:25.8964] Slim::Player::StreamingController::_setStreamingState (2375) new streaming state IDLE
    [15-10-22 13:48:25.8966] Slim::Player::StreamingController::_eventAction (303) 50:e5:49:cc:b4:29: Stop - new state STOPPED-IDLE
    [15-10-22 13:48:25.8967] Slim::Player::Song::DESTROY (160) DESTROY(Slim::Player::Song=ARRAY(0xa2fedfc)) live=0: index=0, url=file:///C:/Users/filippo/Desktop/Music/David%20Virelles%20-%20Continuum%20(2012)%20[FLAC]%20%7BPi%20Recordings%7D/07%20-%20Our%20Birthright.flac
    [15-10-22 13:48:25.8968] Slim::Player::StreamingController::resetSongqueue (1788) Song queue is now 
    [15-10-22 13:48:25.9020] Slim::Player::StreamingController::play (2109) 50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9021] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: Play in STOPPED-IDLE -> Slim::Player::StreamingController::_StopGetNext
    [15-10-22 13:48:25.9022] Slim::Player::StreamingController::_eventAction (284) params: index => 0 seekdata => undef
    [15-10-22 13:48:25.9024] Slim::Player::StreamingController::_setPlayingState (2366) new playing state STOPPED
    [15-10-22 13:48:25.9025] Slim::Player::StreamingController::_setStreamingState (2375) new streaming state IDLE
    [15-10-22 13:48:25.9027] Slim::Player::Song::new (108) index 0 -> qobuz://26829508.flac
    [15-10-22 13:48:25.9029] Slim::Player::Song::new (150) live=1
    [15-10-22 13:48:25.9030] Slim::Player::StreamingController::_setStreamingState (2375) new streaming state TRACKWAIT
    [15-10-22 13:48:25.9034] Slim::Player::StreamingController::_playersMessage (789) Recupero informazioni sullo stream in corso...: qobuz://26829508.flac
    [15-10-22 13:48:25.9036] Slim::Player::Song::getNextSong (229) qobuz://26829508.flac
    [15-10-22 13:48:25.9037] Slim::Player::Song::getNextSong (251) scanning URL qobuz://26829508.flac
    [15-10-22 13:48:25.9038] Slim::Player::Song::getNextSong (229) qobuz://26829508.flac
    [15-10-22 13:48:25.9049] Slim::Player::StreamingController::_eventAction (303) 50:e5:49:cc:b4:29: Play - new state STOPPED-TRACKWAIT
    [15-10-22 13:48:25.9066] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-TRACKWAIT -> Slim::Player::StreamingController::_NoOp
    [15-10-22 13:48:25.9068] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-TRACKWAIT -> Slim::Player::StreamingController::_NoOp
    [15-10-22 13:48:25.9249] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
    [15-10-22 13:48:25.9250] Slim::Player::TranscodingHelper::enabledFormat (217) There are 4 disabled formats...
    [15-10-22 13:48:25.9251] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
    [15-10-22 13:48:25.9252] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-10-22 13:48:25.9253] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-10-22 13:48:25.9254] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9255] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9256] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-*
    [15-10-22 13:48:25.9257] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-*
    [15-10-22 13:48:25.9258] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9259] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9259] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-*
    [15-10-22 13:48:25.9260] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-*
    [15-10-22 13:48:25.9261] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9262] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9263] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-*
    [15-10-22 13:48:25.9264] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-*
    [15-10-22 13:48:25.9265] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9266] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9267] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-*
    [15-10-22 13:48:25.9267] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-*
    [15-10-22 13:48:25.9268] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9269] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9270] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-*
    [15-10-22 13:48:25.9271] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-*
    [15-10-22 13:48:25.9272] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9273] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9274] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-*
    [15-10-22 13:48:25.9275] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-*
    [15-10-22 13:48:25.9275] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9276] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9277] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-*
    [15-10-22 13:48:25.9278] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-*
    [15-10-22 13:48:25.9279] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9280] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9281] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-*
    [15-10-22 13:48:25.9282] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-*
    [15-10-22 13:48:25.9283] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9283] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9284] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-*
    [15-10-22 13:48:25.9285] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-*
    [15-10-22 13:48:25.9287] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
    [15-10-22 13:48:25.9288] Slim::Player::TranscodingHelper::enabledFormat (217) There are 4 disabled formats...
    [15-10-22 13:48:25.9289] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
    [15-10-22 13:48:25.9290] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-10-22 13:48:25.9290] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-10-22 13:48:25.9291] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9292] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9293] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-*
    [15-10-22 13:48:25.9294] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-*
    [15-10-22 13:48:25.9295] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-aif-*-* is enabled
    [15-10-22 13:48:25.9296] Slim::Player::TranscodingHelper::enabledFormat (217) There are 4 disabled formats...
    [15-10-22 13:48:25.9297] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-aif-*-*
    [15-10-22 13:48:25.9298] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-aif-*-* Disabled **
    [15-10-22 13:48:25.9298] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9299] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9300] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-pcm-*-50:e5:49:cc:b4:29 is enabled
    [15-10-22 13:48:25.9301] Slim::Player::TranscodingHelper::enabledFormat (217) There are 4 disabled formats...
    [15-10-22 13:48:25.9302] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9303] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9304] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-pcm-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9305] Slim::Player::TranscodingHelper::enabledFormat (223) Testing wav-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:25.9306] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [15-10-22 13:48:25.9306] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -4 -s -L - gain -3 rate -v -L -a -b 90.7 384000
    [15-10-22 13:48:25.9308] Slim::Player::TranscodingHelper::getConvertCommand2 (446) Matched: flc->pcm via: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -4 -s -L - gain -3 rate -v -L -a -b 90.7 384000
    [15-10-22 13:48:26.2126] Slim::Player::StreamingController::_nextTrackReady (737) 50:e5:49:cc:b4:29: nextTrack will be index 0
    [15-10-22 13:48:26.2127] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: NextTrackReady in STOPPED-TRACKWAIT -> Slim::Player::StreamingController::_Stream
    [15-10-22 13:48:26.2129] Slim::Player::StreamingController::_Stream (1215) Song queue is now 0
    [15-10-22 13:48:26.2129] Slim::Player::StreamingController::_Stream (1218) 50:e5:49:cc:b4:29: preparing to stream song index 0
    [15-10-22 13:48:26.2131] Slim::Player::Song::open (363) qobuz://26829508.flac
    [15-10-22 13:48:26.2132] Slim::Player::Song::open (387) seek=false time=0 canSeek=2
    [15-10-22 13:48:26.2134] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
    [15-10-22 13:48:26.2135] Slim::Player::TranscodingHelper::enabledFormat (217) There are 4 disabled formats...
    [15-10-22 13:48:26.2136] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
    [15-10-22 13:48:26.2137] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-10-22 13:48:26.2138] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-10-22 13:48:26.2139] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2140] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2140] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-*
    [15-10-22 13:48:26.2141] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-*
    [15-10-22 13:48:26.2142] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2143] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2144] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-*
    [15-10-22 13:48:26.2145] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-*
    [15-10-22 13:48:26.2146] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2147] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2148] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-*
    [15-10-22 13:48:26.2148] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-*
    [15-10-22 13:48:26.2149] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2150] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2151] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-*
    [15-10-22 13:48:26.2152] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-*
    [15-10-22 13:48:26.2153] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2154] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2155] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-*
    [15-10-22 13:48:26.2156] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-*
    [15-10-22 13:48:26.2156] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2157] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2158] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-*
    [15-10-22 13:48:26.2159] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-*
    [15-10-22 13:48:26.2160] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2161] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2162] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-*
    [15-10-22 13:48:26.2163] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-*
    [15-10-22 13:48:26.2164] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2165] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2165] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-*
    [15-10-22 13:48:26.2166] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-*
    [15-10-22 13:48:26.2167] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2168] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2169] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-*
    [15-10-22 13:48:26.2170] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-*
    [15-10-22 13:48:26.2171] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
    [15-10-22 13:48:26.2172] Slim::Player::TranscodingHelper::enabledFormat (217) There are 4 disabled formats...
    [15-10-22 13:48:26.2173] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
    [15-10-22 13:48:26.2174] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-10-22 13:48:26.2175] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-10-22 13:48:26.2176] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2177] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2178] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-*
    [15-10-22 13:48:26.2178] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-*
    [15-10-22 13:48:26.2179] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-aif-*-* is enabled
    [15-10-22 13:48:26.2180] Slim::Player::TranscodingHelper::enabledFormat (217) There are 4 disabled formats...
    [15-10-22 13:48:26.2181] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-aif-*-*
    [15-10-22 13:48:26.2182] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-aif-*-* Disabled **
    [15-10-22 13:48:26.2183] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2184] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2185] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-pcm-*-50:e5:49:cc:b4:29 is enabled
    [15-10-22 13:48:26.2186] Slim::Player::TranscodingHelper::enabledFormat (217) There are 4 disabled formats...
    [15-10-22 13:48:26.2186] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2187] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2188] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-pcm-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2189] Slim::Player::TranscodingHelper::enabledFormat (223) Testing wav-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:26.2190] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [15-10-22 13:48:26.2191] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -4 -s -L - gain -3 rate -v -L -a -b 90.7 384000
    [15-10-22 13:48:26.2192] Slim::Player::TranscodingHelper::getConvertCommand2 (446) Matched: flc->pcm via: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -4 -s -L - gain -3 rate -v -L -a -b 90.7 384000
    [15-10-22 13:48:26.2193] Slim::Player::Song::open (408) Transcoder: streamMode=R, streamformat=pcm
    [15-10-22 13:48:26.2195] Slim::Player::TranscodingHelper::tokenizeConvertCommand2 (617) Using command for conversion: "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe" -dcs --totally-silent -- "qobuz://26829508.flac" | "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -q -t wav - -t wav -r 384000 -c 2 -4 -s -L - gain -3 rate -v -L -a -b 90.7 384000
    [15-10-22 13:48:26.2196] Slim::Player::Song::open (558) Tokenized command: "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe" -dcs --totally-silent -- "qobuz://26829508.flac" | "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -q -t wav - -t wav -r 384000 -c 2 -4 -s -L - gain -3 rate -v -L -a -b 90.7 384000
    [15-10-22 13:48:26.2215] Slim::Player::Pipeline::new (96) Launching process with command: "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\socketwrapper.exe"  -D  -w -o 49807 -c "\"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe\" -dcs --totally-silent -- \"qobuz://26829508.flac\" | \"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe\" -q -t wav - -t wav -r 384000 -c 2 -4 -s -L - gain -3 rate -v -L -a -b 90.7 384000"
    [15-10-22 13:48:26.2300] Slim::Player::SongStreamController::new (31) live=1
    [15-10-22 13:48:26.2303] Slim::Player::StreamingController::_Stream (1277) 50:e5:49:cc:b4:29: stream
    [15-10-22 13:48:26.2309] Slim::Player::StreamingController::_Stream (1314) Song queue is now 0
    [15-10-22 13:48:26.2312] Slim::Player::StreamingController::_setPlayingState (2366) new playing state BUFFERING
    [15-10-22 13:48:26.2313] Slim::Player::StreamingController::_setStreamingState (2375) new streaming state STREAMING
    [15-10-22 13:48:26.2314] Slim::Player::StreamingController::_eventAction (303) 50:e5:49:cc:b4:29: NextTrackReady - new state BUFFERING-STREAMING
    [15-10-22 13:48:26.2549] Slim::Player::Pipeline::acceptReader (203) Pipeline reader connected
    [15-10-22 13:48:26.3069] Slim::Player::Source::_wakeupOnReadable (409) 50:e5:49:cc:b4:29
    [15-10-22 13:48:26.3072] Slim::Player::Source::_readNextChunk (350) Read to end of file or pipe
    [15-10-22 13:48:26.3073] Slim::Player::Source::_readNextChunk (373) end of file or error on socket, song pos: 148168704
    [15-10-22 13:48:26.3075] Slim::Player::Source::_readNextChunk (378) 50:e5:49:cc:b4:29 mark end of stream
    [15-10-22 13:48:26.3076] Slim::Player::Source::_readNextChunk (386) Didn't stream any bytes for this song; mark it as failed
    [15-10-22 13:48:26.3077] Slim::Player::StreamingController::playerStreamingFailed (2237) 50:e5:49:cc:b4:29
    [15-10-22 13:48:26.3078] Slim::Player::StreamingController::_playersMessage (789) Problema: impossibile aprire il file per:: qobuz://26829508.flac
    [15-10-22 13:48:26.3080] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StreamingFailed in BUFFERING-STREAMING -> Slim::Player::StreamingController::_StopNextIfMore
    [15-10-22 13:48:26.3081] Slim::Player::StreamingController::_eventAction (284) params: errorDisconnect => undef
    [15-10-22 13:48:26.3084] Slim::Player::StreamingController::_Stop (603) Song queue is now 0
    [15-10-22 13:48:26.3086] Slim::Player::SongStreamController::DESTROY (44) DESTROY(Slim::Player::SongStreamController=HASH(0xb664104)) live=0
    [15-10-22 13:48:26.3088] Slim::Player::StreamingController::_setPlayingState (2366) new playing state STOPPED
    [15-10-22 13:48:26.3089] Slim::Player::StreamingController::_setStreamingState (2375) new streaming state IDLE
    [15-10-22 13:48:26.3090] Slim::Player::StreamingController::_willRetry (1403) no retry data
    [15-10-22 13:48:26.3092] Slim::Player::StreamingController::nextsong (882) The next song is number 0, was 0
    [15-10-22 13:48:26.3094] Slim::Player::StreamingController::_eventAction (303) 50:e5:49:cc:b4:29: StreamingFailed - new state STOPPED-IDLE
    [15-10-22 13:48:26.3606] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    [15-10-22 13:48:27.0010] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    [15-10-22 13:48:27.0500] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
    [15-10-22 13:48:27.0501] Slim::Player::TranscodingHelper::enabledFormat (217) There are 4 disabled formats...
    [15-10-22 13:48:27.0502] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
    [15-10-22 13:48:27.0503] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-10-22 13:48:27.0504] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-10-22 13:48:27.0505] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0506] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0507] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-*
    [15-10-22 13:48:27.0508] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-*
    [15-10-22 13:48:27.0509] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0510] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0511] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-*
    [15-10-22 13:48:27.0512] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-*
    [15-10-22 13:48:27.0512] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0513] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0514] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-*
    [15-10-22 13:48:27.0515] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-*
    [15-10-22 13:48:27.0516] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0517] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0518] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-*
    [15-10-22 13:48:27.0519] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-*
    [15-10-22 13:48:27.0520] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0521] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0521] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-*
    [15-10-22 13:48:27.0522] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-*
    [15-10-22 13:48:27.0523] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0524] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0525] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-*
    [15-10-22 13:48:27.0526] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-*
    [15-10-22 13:48:27.0527] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0528] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0529] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-*
    [15-10-22 13:48:27.0530] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-*
    [15-10-22 13:48:27.0530] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0531] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0532] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-*
    [15-10-22 13:48:27.0533] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-*
    [15-10-22 13:48:27.0534] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0535] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0536] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-*
    [15-10-22 13:48:27.0537] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-*
    [15-10-22 13:48:27.0538] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
    [15-10-22 13:48:27.0538] Slim::Player::TranscodingHelper::enabledFormat (217) There are 4 disabled formats...
    [15-10-22 13:48:27.0539] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
    [15-10-22 13:48:27.0540] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-10-22 13:48:27.0541] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-10-22 13:48:27.0542] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0543] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0544] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-*
    [15-10-22 13:48:27.0545] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-*
    [15-10-22 13:48:27.0545] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-aif-*-* is enabled
    [15-10-22 13:48:27.0546] Slim::Player::TranscodingHelper::enabledFormat (217) There are 4 disabled formats...
    [15-10-22 13:48:27.0547] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-aif-*-*
    [15-10-22 13:48:27.0548] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-aif-*-* Disabled **
    [15-10-22 13:48:27.0549] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0550] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0551] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-pcm-*-50:e5:49:cc:b4:29 is enabled
    [15-10-22 13:48:27.0552] Slim::Player::TranscodingHelper::enabledFormat (217) There are 4 disabled formats...
    [15-10-22 13:48:27.0553] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0553] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0554] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-pcm-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0555] Slim::Player::TranscodingHelper::enabledFormat (223) Testing wav-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [15-10-22 13:48:27.0556] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [15-10-22 13:48:27.0557] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -4 -s -L - gain -3 rate -v -L -a -b 90.7 384000
    [15-10-22 13:48:27.0558] Slim::Player::TranscodingHelper::getConvertCommand2 (446) Matched: flc->pcm via: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -4 -s -L - gain -3 rate -v -L -a -b 90.7 384000
    [15-10-22 13:48:32.0013] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    [15-10-22 13:48:37.0006] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp

  8. #78
    pebibyte L'avatar di marcoc1712
    Registrato
    Jan 2013
    Messaggi
    5,254
    configurazione

    Predefinito

    Originariamente inviato da DacPassion
    Posso provarlo (giusto per curiosità) su osx o non è fattibile?
    Non ho provato (il mio mac è stato requisito da mio figlio...), ma qui puoi scaricare la versione già compilata per mac.

    PRIMA di installare il plugin in LMS, ma dopo averlo scaricato e decompresso nella cartella dei plugin, devi andrae nella cartella C3PO/Bin e creare la cartella darwin (se non esiste), duindi metti in darwin l'eseguibile che hai scaricato. Installa il plugin in LMS e dovrebbe funzionare tutto.

    Puoi farlo anche a plugin già installato, ma devi ripetere l'operazione anche nella cartella dei plugin installati, verificando tra quelle elencate in Impostazioni->Informazioni->Cartelle plugin.

    Occhio che in mac le cartelle delle preferenze sono particolari.

    Quando saremo in beta ci sarà sicuramente la versione per mac già preimpostata, adesso vorrei chiudere una versione completa e funzionante prima di preoccuparmi di portarla su tutti gli OS.
    Ciao, Marco.

    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
    — E. F. Schumacher (mis-attributed to A. Einstein)
    ________________________________________________________________________________
    Autore della patch R2 per Squeezelite e del plugin C-3PO. note libere
    Logitech media Server 7.9 > miniPc + squeezelite-R2 / SB+ > "Lu Scalmentu" NOS R2R DAC by TubeOne/ AudioResearch DAC 1-20 >
    Klimo Merlino Gold TPS > DIS Interconnect > Kent Gold > Reference > Monitor Audio Studio 20 SE

  9. #79
    pebibyte L'avatar di marcoc1712
    Registrato
    Jan 2013
    Messaggi
    5,254
    configurazione

    Predefinito

    Originariamente inviato da antonellocaroli
    se lascio come da immagine funziona con i flac ma non con qbuz, con questo log

    [15-10-22 13:48:26.2196] Slim::Player::Song::open (558) Tokenized command: "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe" -dcs --totally-silent -- "qobuz://26829508.flac" | "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -q -t wav - -t wav -r 384000 -c 2 -4 -s -L - gain -3 rate -v -L -a -b 90.7 384000

    [15-10-22 13:48:26.2215] Slim::Player::Pipeline::new (96) Launching process with command: "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\socketwrapper.exe" -D -w -o 49807 -c "\"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe\" -dcs --totally-silent -- \"qobuz://26829508.flac\" | \"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe\" -q -t wav - -t wav -r 384000 -c 2 -4 -s -L - gain -3 rate -v -L -a -b 90.7 384000"

    [/CODE]
    Sei sicuro di aver attivato il debug per il plugin C-3PO? Non vedo le righe di log che dovrebbe produrre, quindi o il log non è attivo o non è attivo il plugin.

    Il problema potrebbe stare nelle righe di errore in partenza, se hai chiuso il server con il player che tentava di riprodurre qubuz, può essere, nel qual caso, prova per cortesia ad eseguire un file 'normale' prima di chiudere il server, così vediamo se e come parte il plugin.

    Questa è la primissima cosa da chiarire, anche perchè è l'unico modo per vedere quali sono la capabilities attivate (la seconda riga #IFR...), senza le quali il comando in se dice poco.

    Se, come credo, è attivo, quindi quel comando è quello prodotto dal plugin, dovresti provare a disattivarlo ripristinando il custom-confert.conf che funziona, lanciarlo e verificare nel log SE e COME è diverso il Tokenized command.... e il successivo Launching process with command quando mandi in esecuzione un brano da cubox.

    Io mi aspetto siano identici, nel qual caso il problema è da ricercare altrove, ma potrei aver commesso un errore che mi sfugge, tipo uno spazio, una maiuscola o cose così. Ti sarei grato se potessi verificare e darmene conferma.
    Ciao, Marco.

    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
    — E. F. Schumacher (mis-attributed to A. Einstein)
    ________________________________________________________________________________
    Autore della patch R2 per Squeezelite e del plugin C-3PO. note libere
    Logitech media Server 7.9 > miniPc + squeezelite-R2 / SB+ > "Lu Scalmentu" NOS R2R DAC by TubeOne/ AudioResearch DAC 1-20 >
    Klimo Merlino Gold TPS > DIS Interconnect > Kent Gold > Reference > Monitor Audio Studio 20 SE

  10. #80
    tebibyte
    Registrato
    Aug 2011
    Età
    50
    Messaggi
    2,928
    configurazione

    Predefinito

    Mi accorgo che é attivo il plug-in dall´uso della rete...25 Mbps che dovrebbe essere un file PCM

Pagina 8 di 14
prima
1 2 3 4 5 6 7 8 9 10 11 12 13 14 ultimo

Informazioni Thread

Users Browsing this Thread

Ci sono attualmente 1 utenti che stanno visualizzando questa discussione. (0 utenti e 1 ospiti)

Regole d'invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
nexthardware.com - © 2002-2022