Nachdem man bei Spotify neue Playlists hinzugefügt hatte, waren nach einem Neustart der MusicBox sämtliche Playlists verschwunden.
Workaround ist, in der
vi /usr/local/lib/python2.7/dist-packages/mopidy_spotify/session_manager.py
folgende Zeilen auszukommentieren:
def refresh_playlists(self):
"""Refresh the playlists in the backend with data from Spotify"""
# if not self._initial_data_receive_completed:
# logger.debug('Still getting data; skipped refresh of playlists')
# return
Quelle: Github Mopidy
Quelle: Mopidy Forum