-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hello! I am trying to set up Spotty on my LMS server, and while browsing works perfectly, the playback seemingly doesn't. Whenever something is choosen through Spotty, no music is played, and the playback time keeps resetting to 0:00. I am using a Spotify family account.
I am running the LMS server in a Docker container with host network privileges. When checking for active spotty instances, I can tell that it's starting instances of spotty helper, but the playback doesn't seem to make it to my player.
root@LMS:/config# ps aux | grep spotty
squeeze+ 27 0.0 0.1 24132 7540 ? Sl 20:46 0:00 /config/cache/InstalledPlugins/Plugins/Spotty/Bin/i386-linux/spotty-x86_64 -n Squeezebox -c /config/cache/spo
tty/637a6808 --single-track spotify://track:1lTqq0aC6r2bXLviQ3oaVt --bitrate 160 --disable-discovery --disable-audio-cache
squeeze+ 39 0.1 0.1 24192 7492 ? Sl 20:47 0:00 /config/cache/InstalledPlugins/Plugins/Spotty/Bin/i386-linux/spotty-x86_64 -n Squeezebox -c /config/cache/spo
tty/637a6808 --single-track spotify://track:4UddKz4WBKn5b9tDB6tq2L --bitrate 160 --disable-discovery --disable-audio-cache
root 56 0.0 0.0 3748 1932 pts/1 S+ 20:49 0:00 grep spotty I've tried checking the server logs, but I can't find anything that sounds like it has to do with playback.
[25-12-30 20:48:19.9543] Plugins::Spotty::ProtocolHandler::getMetadataFor (153) Returning metadata cached in song object for spotify://track:1ZIh3FQJca9NrBoZAwr1De
[25-12-30 20:48:19.9554] Plugins::Spotty::ProtocolHandler::getMetadataFor (154) {
album => 2025,
artist => "Nisch, JB",
bitrate => "160k VBR",
cover => "https://i.scdn.co/image/ab67616d0000b2737aefad4c2a595452f0bf59dc",
duration => "155.217",
icon => "/html/images/cover.png",
originalType => "Ogg Vorbis (Spotify)",
title => "Som Magnolia",
type => "Ogg Vorbis (Spotify)",
url => "spotify://track:1ZIh3FQJca9NrBoZAwr1De",
year => 2025,
}
[25-12-30 20:48:20.1539] Plugins::Spotty::ProtocolHandler::getMetadataFor (153) Returning metadata cached in song object for spotify://track:4UddKz4WBKn5b9tDB6tq2L
[25-12-30 20:48:20.1550] Plugins::Spotty::ProtocolHandler::getMetadataFor (154) {
album => "DON'T TAP THE GLASS",
artist => "Tyler, The Creator",
bitrate => "320kbit/s CBR",
cover => "https://i.scdn.co/image/ab67616d0000b2734b7fbb849ed845ddedcce346",
duration => "202.133",
icon => "/html/images/cover.png",
originalType => "Ogg Vorbis (Spotify)",
originaltype => "Ogg Vorbis (Spotify)",
title => "Tell Me What It Is",
type => "Ogg Vorbis (Spotify) (Konverterad till mp3)",
url => "spotify://track:4UddKz4WBKn5b9tDB6tq2L",
year => 2025,
}
[25-12-30 20:48:20.1569] Plugins::Spotty::ProtocolHandler::getMetadataFor (153) Returning metadata cached in song object for spotify://track:4UddKz4WBKn5b9tDB6tq2L
[25-12-30 20:48:20.1579] Plugins::Spotty::ProtocolHandler::getMetadataFor (154) {
album => "DON'T TAP THE GLASS",
artist => "Tyler, The Creator",
bitrate => "320kbit/s CBR",
cover => "https://i.scdn.co/image/ab67616d0000b2734b7fbb849ed845ddedcce346",
duration => "202.133",
icon => "/html/images/cover.png",
originalType => "Ogg Vorbis (Spotify)",
originaltype => "Ogg Vorbis (Spotify)",
title => "Tell Me What It Is",
type => "Ogg Vorbis (Spotify) (Konverterad till mp3)",
url => "spotify://track:4UddKz4WBKn5b9tDB6tq2L",
year => 2025,
}
[25-12-30 20:48:20.8263] Plugins::Spotty::ProtocolHandler::getMetadataFor (153) Returning metadata cached in song object for spotify://track:4UddKz4WBKn5b9tDB6tq2L
[25-12-30 20:48:20.8274] Plugins::Spotty::ProtocolHandler::getMetadataFor (154) {
album => "DON'T TAP THE GLASS",
artist => "Tyler, The Creator",
bitrate => "320kbit/s CBR",
cover => "https://i.scdn.co/image/ab67616d0000b2734b7fbb849ed845ddedcce346",
duration => "202.133",
icon => "/html/images/cover.png",
originalType => "Ogg Vorbis (Spotify)",
originaltype => "Ogg Vorbis (Spotify)",
title => "Tell Me What It Is",
type => "Ogg Vorbis (Spotify) (Konverterad till mp3)",
url => "spotify://track:4UddKz4WBKn5b9tDB6tq2L",
year => 2025,
}
[25-12-30 20:48:20.8295] Plugins::Spotty::ProtocolHandler::getMetadataFor (153) Returning metadata cached in song object for spotify://track:4UddKz4WBKn5b9tDB6tq2L
[25-12-30 20:48:20.8306] Plugins::Spotty::ProtocolHandler::getMetadataFor (154) {
album => "DON'T TAP THE GLASS",
artist => "Tyler, The Creator",
bitrate => "320kbit/s CBR",
cover => "https://i.scdn.co/image/ab67616d0000b2734b7fbb849ed845ddedcce346",
duration => "202.133",
icon => "/html/images/cover.png",
originalType => "Ogg Vorbis (Spotify)",
originaltype => "Ogg Vorbis (Spotify)",
title => "Tell Me What It Is",
type => "Ogg Vorbis (Spotify) (Konverterad till mp3)",
url => "spotify://track:4UddKz4WBKn5b9tDB6tq2L",
year => 2025,
}
I have tried only allowing mp3 files, changing the audio quality from Extreme to High, but to no avail.
I apologize if I'm not to meant to ask for help here - I am feeling quite lost, and don't really know where to ask. Thanks in advance for any help!