mopidy / mopidy-gmusic

DEPRECATED (Mopidy extension for playing music from Google Play Music)
https://mopidy.com
Apache License 2.0
214 stars 60 forks source link

Playing stops after prolonged pause #160

Closed ghost closed 3 years ago

ghost commented 8 years ago

Tested on ncmpc through the mpd interface.

To replicate: pause a song for a decent period of time (>2 minutes?), unpausing will allow the song to play again for around 30 seconds and then the playing will stop, appearing to go to the beginning of the track in the unpaused state and frozen.

It's possible this is simply a buffering issue, however this never seems to happen with continuous playback.

belak commented 7 years ago

This is an issue with how gstreamer streams files... it doesn't grab the whole thing. I need to find a workaround to cache the whole song because the gmusicapi urls don't last very long.

dwminer commented 7 years ago

@belak Would it be easier to reload the track and seek to the point at which it was paused?

belak commented 7 years ago

Quite possibly. Sorry I haven't had any time to work on this. Pull requests would be welcome.

belak commented 7 years ago

This was originally done to fix another issue, but it should fix this as well when it goes in. https://github.com/mopidy/mopidy/pull/1608

jodal commented 3 years ago

Closing because Google Play Music has been shut down, and this project is being discontinued.