Originariamente inviato da
marcoc1712
Questa non l'hai provata?
codice:
flc pcm * *
# I:{URI=-f -}F:{URI=-f %f}R:{URI=-f %F}T:{START=-t %t}U:{END=-v %v}D:{RESAMPLE=-r %d}
[C-3PO] -c $CLIENTID$ -i flc -o wav $START$ $END$ $URI$ $RESAMPLE$
Si l ho provata e non andava, con il bat modificato solo qua
codice:
sanityCheck
set OK=1
if "%binDir%"=="" (set OK=0)
if "%C3PObinDir%"=="" (set OK=0)
if "%clientId%"=="" (set OK=0)
if "%inFormat%"=="" (set OK=0)
if "%outFormat%"=="" (set OK=0)
@rem if "%inURI%"=="" (set OK=0)
if "%inSamplerate%"=="" (set OK=0)
Adesso con il bat con le modifiche di sopra +
codice:
:normalizeFormats
if "%outFormat%"=="" (goto :end)
if %outFormat%=="flac" (set outFormat=flc)
if "%inURI%"=="" (set "inURI=-")
goto :end
@rem -- handle parameters coming from the LMS query --------------------------------
in convert
codice:
flc pcm * *
# IF:{URI=-f %f}R:{URI=-f %F}T:{START=-t %t}U:{END=-v %v}D:{RESAMPLE=-r %d}
[C-3PO] -c $CLIENTID$ -i flc -o wav $START$ $END$ $URI$ $RESAMPLE$
Neanche va
codice:
[15-10-18 09:47:18.2958] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in BUFFERING-STREAMING -> Slim::Player::StreamingController::_NoOp
[15-10-18 09:47:18.5246] Slim::Player::Source::_wakeupOnReadable (409) 50:e5:49:cc:b4:29
[15-10-18 09:47:18.5249] Slim::Player::Pipeline::sysread (282) Pipeline doesn't have pending bytes - trying to get some from source
[15-10-18 09:47:18.5250] Slim::Player::Pipeline::sysread (304) Attempting to write to pipeline writer
[15-10-18 09:47:18.5252] Slim::Player::Pipeline::sysread (310) Wrote 32768 bytes to pipeline writer
[15-10-18 09:47:18.5253] Slim::Player::Pipeline::sysread (282) Pipeline doesn't have pending bytes - trying to get some from source
[15-10-18 09:47:18.5254] Slim::Player::Pipeline::sysread (304) Attempting to write to pipeline writer
[15-10-18 09:47:18.5256] Slim::Player::Pipeline::sysread (310) Wrote 32768 bytes to pipeline writer
[15-10-18 09:47:18.5257] Slim::Player::Pipeline::sysread (282) Pipeline doesn't have pending bytes - trying to get some from source
[15-10-18 09:47:18.5258] Slim::Player::Pipeline::sysread (304) Attempting to write to pipeline writer
[15-10-18 09:47:18.5259] Slim::Player::Pipeline::sysread (310) Wrote 19664 bytes to pipeline writer
[15-10-18 09:47:18.5260] Slim::Player::Pipeline::sysread (282) Pipeline doesn't have pending bytes - trying to get some from source
[15-10-18 09:47:18.5261] Slim::Player::Source::_readNextChunk (350) Read to end of file or pipe
[15-10-18 09:47:18.5262] Slim::Player::Source::_readNextChunk (373) end of file or error on socket, song pos: 0
[15-10-18 09:47:18.5263] Slim::Player::Source::_readNextChunk (378) 50:e5:49:cc:b4:29 mark end of stream
[15-10-18 09:47:18.5264] Slim::Player::Source::_readNextChunk (386) Didn't stream any bytes for this song; mark it as failed
[15-10-18 09:47:18.5265] Slim::Player::StreamingController::playerStreamingFailed (2237) 50:e5:49:cc:b4:29
[15-10-18 09:47:18.5266] Slim::Player::StreamingController::_playersMessage (789) Problema: impossibile aprire il file per:: qobuz://27721071.flac
[15-10-18 09:47:18.5268] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StreamingFailed in BUFFERING-STREAMING -> Slim::Player::StreamingController::_StopNextIfMore
[15-10-18 09:47:18.5269] Slim::Player::StreamingController::_eventAction (284) params: errorDisconnect => undef
[15-10-18 09:47:18.5271] Slim::Player::StreamingController::_Stop (603) Song queue is now 8
[15-10-18 09:47:18.5274] Slim::Player::SongStreamController::DESTROY (44) DESTROY(Slim::Player::SongStreamController=HASH(0x9cbc364)) live=0
[15-10-18 09:47:18.5275] Slim::Player::StreamingController::_setPlayingState (2366) new playing state STOPPED
[15-10-18 09:47:18.5276] Slim::Player::StreamingController::_setStreamingState (2375) new streaming state IDLE
[15-10-18 09:47:18.5277] Slim::Player::StreamingController::_willRetry (1403) no retry data
[15-10-18 09:47:18.5279] Slim::Player::StreamingController::nextsong (882) The next song is number 0, was 8
[15-10-18 09:47:18.5280] Slim::Player::StreamingController::_eventAction (303) 50:e5:49:cc:b4:29: StreamingFailed - new state STOPPED-IDLE
[15-10-18 09:47:18.5283] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
[15-10-18 09:47:20.4063] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
[15-10-18 09:47:20.4064] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
[15-10-18 09:47:20.4065] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
[15-10-18 09:47:20.4066] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
[15-10-18 09:47:20.4067] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
[15-10-18 09:47:20.4068] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4069] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4070] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-squeezelite-*
[15-10-18 09:47:20.4071] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dsf-*-*
[15-10-18 09:47:20.4072] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4072] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4073] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-squeezelite-*
[15-10-18 09:47:20.4074] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-dff-*-*
[15-10-18 09:47:20.4075] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4076] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4077] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-squeezelite-*
[15-10-18 09:47:20.4078] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-alc-*-*
[15-10-18 09:47:20.4079] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4079] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4080] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-squeezelite-*
[15-10-18 09:47:20.4081] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wma-*-*
[15-10-18 09:47:20.4082] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4083] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4084] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-squeezelite-*
[15-10-18 09:47:20.4085] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmap-*-*
[15-10-18 09:47:20.4086] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4086] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4087] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-squeezelite-*
[15-10-18 09:47:20.4088] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-wmal-*-*
[15-10-18 09:47:20.4089] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4090] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4091] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-squeezelite-*
[15-10-18 09:47:20.4092] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aac-*-*
[15-10-18 09:47:20.4093] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4094] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4095] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-squeezelite-*
[15-10-18 09:47:20.4096] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-ogg-*-*
[15-10-18 09:47:20.4097] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4098] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4099] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-squeezelite-*
[15-10-18 09:47:20.4100] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-flc-*-*
[15-10-18 09:47:20.4100] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-flc-*-* is enabled
[15-10-18 09:47:20.4101] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
[15-10-18 09:47:20.4102] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-flc-*-*
[15-10-18 09:47:20.4103] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
[15-10-18 09:47:20.4104] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
[15-10-18 09:47:20.4105] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4106] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4107] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-*
[15-10-18 09:47:20.4107] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-*
[15-10-18 09:47:20.4108] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-aif-*-* is enabled
[15-10-18 09:47:20.4109] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
[15-10-18 09:47:20.4110] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-aif-*-*
[15-10-18 09:47:20.4111] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-aif-*-* Disabled **
[15-10-18 09:47:20.4112] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4113] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-50:e5:49:cc:b4:29
[15-10-18 09:47:20.4114] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-*
[15-10-18 09:47:20.4115] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-*
[15-10-18 09:47:20.4115] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-pcm-*-* is enabled
[15-10-18 09:47:20.4116] Slim::Player::TranscodingHelper::enabledFormat (217) There are 3 disabled formats...
[15-10-18 09:47:20.4117] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-pcm-*-*
[15-10-18 09:47:20.4118] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-pcm-*-*
[15-10-18 09:47:20.4119] Slim::Player::TranscodingHelper::enabledFormat (223) Testing wav-flc-*-* vs flc-pcm-*-*
[15-10-18 09:47:20.4120] Slim::Player::TranscodingHelper::checkBin (250) enabled
[15-10-18 09:47:20.4121] Slim::Player::TranscodingHelper::checkBin (252) Found command: [C-3PO] -c $CLIENTID$ -i flc -o wav $START$ $END$ $URI$ $RESAMPLE$
[15-10-18 09:47:20.4122] Slim::Player::TranscodingHelper::getConvertCommand2 (446) Matched: flc->pcm via: [C-3PO] -c $CLIENTID$ -i flc -o wav $START$ $END$ $URI$ $RESAMPLE$
[15-10-18 09:47:22.0015] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
[15-10-18 09:47:27.0013] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp