-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add gapless playback #160
Comments
This is an issue with mopidy-spotify, it seems to be sending invalid data to the buffer after the song ends. Here's a workaround:
if duration == 500_000_000: return num_frames |
I know this issue has been closed, but I did want to report something experienced earlier I set up a fresh install of Pirate Audio on the line out board for a zero WH using the guide here as reference. I'm not sure why but initially gapless playback was not working properly on my device. I messed around with stuff and eventually ran the command: Afterwards gapless playback is working nicely, although I'm not sure why a fresh install of the software would not have already included the updates found in the install script. I just wanted to mention this in case it is important in the future! |
Was your original installation from Debian packages? If so, that would explain what you experienced. The release with gapless support was released just a few days ago, so the Debian packages are not up to date yet. |
Yup, that explains it then! Thanks |
Especially when playing back live-albums on Spotify I can recognize small pauses between the tracks. Would be great, if that issue could be fixed.
From my experience MPD has the ability for gapless playback (buffering). Don't know if this is an issue for mopidy or mopidy-spotify.
The text was updated successfully, but these errors were encountered: