I'm having troubles playing back native Ogg on endpoints that do support
Ogg decoding.
I'm using LMS Version: 8.2.1 - 1639114554 @ Fri Dec 10 07:58:57 WEST
2021
Operating system: Windows 10 - EN - cp1252
Platform Architecture: 8664
Perl Version: 5.14.1 - MSWin32-x86-multi-thread
Audio::Scan: 1.02
IO::Socket::SSL: 2.068
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Spotty is at version 4.8.0
I found the custom-convert.conf with this content:
Code:
--------------------
spt flc * *
# RT:{START=--start-position %s}
[spotty] -n Squeezebox -c "$CACHE$" --single-track $URL$ --bitrate 320
--disable-discovery --disable-audio-cache $START$ | [flac] -cs --channels=2
--sample-rate=44100 --bps=16 --endian=little --sign=signed --fast
--totally-silent --ignore-chunk-sizes -
spt mp3 * *
# RB:{BITRATE=--abr %B}T:{START=--start-position %s}
[spotty] -n Squeezebox -c "$CACHE$" --single-track $URL$ --bitrate 320
--disable-discovery --disable-audio-cache $START$ | [lame] -r --silent -q
$QUALITY$ $BITRATE$ - -
spt pcm * *
# RT:{START=--start-position %s}
[spotty] -n Squeezebox -c "$CACHE$" --single-track $URL$ --bitrate 320
--disable-discovery --disable-audio-cache $START$
proxy spt pcm,ogg
spt ogg * *
# RT:{START=--start-position %s}
[spotty-ogg] -n Squeezebox -c "$CACHE$" --single-track $URL$ --bitrate
320 --disable-discovery --disable-audio-cache --pass-through $START$
--------------------
With this, under Server Settings/File Types I see Spotty-->Ogg Vorbis as
disabled and greyed out, I cannot change it.
Logs display the following:
Slim::Player::TranscodingHelper::checkBin (301) couldn't find binary
for: spotty-ogg
If I remove everything from custom-convert.conf and leave only:
Code:
--------------------
spt ogg * *
# RT:{START=--start-position %s}
[spotty-ogg] -n Squeezebox -c "$CACHE$" --single-track $URL$ --bitrate
320 --disable-discovery --disable-audio-cache --pass-through $START$
--------------------
Under Server Settings/File Types Spotty-->Ogg Vorbis is no longer
disabled and it refers to spotty.exe.
But if I try to play an album I get, as an example:
Code:
--------------------
[22-03-04 03:11:11.0842] Slim::Player::TranscodingHelper::checkBin (301)
couldn't find binary for: spotty-ogg
[22-03-04 03:11:11.0843] Slim::Player::TranscodingHelper::getConvertCommand2
(490) Error: Didn't find any command matches for type: spt
[22-03-04 03:11:11.0844] Slim::Player::Song::open (417) Error: Couldn't
create command line for spt playback for
[spotify://track:1V8aPypxFrIk5TSa8E3qM0]
[22-03-04 03:11:11.0846] Slim::Player::StreamingController::_playersMessage
(796) Problem: Unable to play file type for::
spotify://track:1V8aPypxFrIk5TSa8E3qM0
[22-03-04 03:11:11.0848] Slim::Player::StreamingController::_willRetry (1408)
no retry data
[22-03-04 03:11:11.0849]
Slim::Player::StreamingController::_setStreamingState (2386) new streaming
state IDLE
[22-03-04 03:11:11.0850] Slim::Player::StreamingController::nextsong (889)
The next song is number 0, was 11
--------------------
How can I solve this?
------------------------------------------------------------------------
gorman's Profile: http://forums.slimdevices.com/member.php?userid=56
View this thread: http://forums.slimdevices.com/showthread.php?t=111923
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins