Skip to content
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

Closed
unraun opened this issue Sep 24, 2017 · 4 comments
Closed

Add gapless playback #160

unraun opened this issue Sep 24, 2017 · 4 comments

Comments

@unraun
Copy link

unraun commented Sep 24, 2017

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.

@ArthaTi
Copy link

ArthaTi commented Jul 23, 2020

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:

mopidy-spotify/playback.py, line 188, place this below:

if duration == 500_000_000: return num_frames

@Sirnut
Copy link

Sirnut commented Dec 10, 2020

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: sudo pip3 install --upgrade mopidy-spotify

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!

@jodal
Copy link
Member

jodal commented Dec 11, 2020

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.

@Sirnut
Copy link

Sirnut commented Dec 11, 2020

Was your original installation from Debian packages?

Yup, that explains it then! Thanks

@jodal jodal closed this as completed Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants