Nick Steel
Nick Steel
Does the audio stop during this period? I really need a log of this.
Sorry, I mean a DEBUG log as described in https://github.com/pimusicbox/pimusicbox/issues/400#issuecomment-290943063 (it's a bit of a faff)
My guess was that the stream starts buffering and then the webclient starts erroneously sending a load of requests for the current time position (see https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/237) which create a backlog...
Have a go at the things discussed at: * https://robblewis.me/convert-spotify-facebook-to-email-login/index.html * https://news.ycombinator.com/item?id=18212383 Or contact Spotify support and get them to sort it out for you. Please let us know what...
Mopidy-Spotify does not support Spotify Connect in any way. Reporting of playback status on other devices is part of Spotify connect. What should be happening is that when you start...
@majuscule are you still having a problem here?
One quick experiment would be to comment out / remove all the deprecated properties such as `PlaylistsController.playlists` and see if that makes any difference.
They are ultimately the same work-around. It will be fixed as part of Mopidy 3.x when we are able to [remove deprecated Core APIs](https://github.com/mopidy/mopidy/issues/1461), for this issue in particular, removal...
There are no changes required to libspotify (or pyspotify) to implement this feature as they already have [full support for modifying playlists](https://pyspotify.mopidy.com/en/latest/api/playlist/). The changes required to implement this feature are...
I don't know of anyone working on it. We need to start using the Web API for most playlist stuff so that probably includes this. Although since you can't edit...