mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #392] listen only one song #254
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#254
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HarryCover78 on GitHub (Nov 1, 2019).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/392
Good morning all :)
Thank you for all the work already done on your project.
I come to you because my librespot instalation works just for one song :(
(RPI 3B+ RASPIAN BUSTER LITE, connected at one LG bluetooth soundbar to bluealsa)
If I change the usual or if the song is finished and passes to the following, there is no sound ... :(
I can show you the result of any command to solve this problem, and I hope it will be useful to others :)
Yours truly.
PS: sorry for my english
@kaibenn commented on GitHub (Nov 12, 2019):
I think I have the same problem, if I understand HarryCover78 correctly.
I am using librespot with the current librespot kodi addon (from awiouy) on a CoreElec installation.
Starting to playing a complete album I am used to start the first song and spotify automatically plays the complete album. This has worked good in the past. Since a while this often fails. Only the first song is in the playlist.
If I play local on the mobile, this works always.
As a workaround I can add the complete album to the playlist (spotify menu option on the album)
Best regards
@5amSmith commented on GitHub (Dec 14, 2019):
I have the same issue with LibreELEC on my Raspberry Pi.
@kaibenn commented on GitHub (Jan 7, 2020):
I have not observed this problem anymore for a while, now. Was it related to the spotify side? And is it fixed, already? We will see.
@Malvineous commented on GitHub (Feb 26, 2020):
I'm new to the code but I think the way it works is that some player (Spotify app, Kodi, etc.) tells Spotify what song to play, and Spotify passes that to librespot. The player can pass either a song ID (of one song only) or a playlist ID. If the playlist ID is sent, librespot will play all the songs on the playlist automatically, even if the player is closed. But if the ID of only one song is passed through, then librespot will stop once that song is complete.
If you're only hearing one song, but it works with an official Spotify client (e.g. website), I think this is a problem with the player you're using rather than librespot.