LMS looks through all the rules sort of in parallel so the log can show
"rejects" after an "accept".

All the accept results will then be examined and best match wins  (i.e
roughly a MAC specific match beats player type match beats a generic
match but flac vs PCM  vs MP3  and direct vs trasncode are also factors)
- the command is then tokenized

The simplest way to look at the log is to consider only the only entries
that are "direct streaming" or "tokenized command"

so the chosen rules for this entry is in red ebcause it need a "$START$"
which became --skip=1:47.33 

Code:
--------------------
    
  [20-07-03 17:15:44.3455] Slim::Player::TranscodingHelper::checkBin (252)   
Found command: [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t flac 
-C 0 $RESAMPLE$ -
  [20-07-03 17:15:44.3458] Slim::Player::TranscodingHelper::getConvertCommand2 
(446) Matched: flc->flc via: [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t 
wav - -t flac -C 0 $RESAMPLE$ -
  [20-07-03 17:15:44.3462] Slim::Player::Song::open (409) Transcoder: 
streamMode=F, streamformat=flc
  [20-07-03 17:15:44.3471] 
Slim::Player::TranscodingHelper::tokenizeConvertCommand2 (617) Using command 
for conversion: "/usr/share/squeezeboxserver/Bin/x86_64-linux/flac" -dcs 
--skip=1:47.33 -- "/home/michael/Music/Library/Rock & pop/Richman, 
Jonathan/1985 - Rockin' and romance/03 - Richman, Jonathan - Down in 
Bermuda.flac" | "/usr/share/squeezeboxserver/Bin/x86_64-linux/sox" -q -t wav - 
-t flac -C 0 - & |
  [20-07-03 17:15:44.3475] Slim::Player::Song::open (559) Tokenized command: 
"/usr/share/squeezeboxserver/Bin/x86_64-linux/flac" -dcs --skip=1:47.33 -- 
"/home/michael/Music/Library/Rock & pop/Richman, Jonathan/1985 - Rockin' and 
romance/03 - Richman, Jonathan - Down in Bermuda.flac" | 
"/usr/share/squeezeboxserver/Bin/x86_64-linux/sox" -q -t wav - -t flac -C 0 - & 
|
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=112497

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

Reply via email to