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.
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 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!
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.
I've tried checking the server logs, but I can't find anything that sounds like it has to do with playback.
I have tried only allowing mp3 files, changing the audio quality from
ExtremetoHigh, 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!