mopidy
Here are 108 public repositories matching this topic...
If the dbus interface is misbehaving, commands can hang forever. We should add a timeout to exit in a timely manner, maybe 5 seconds.
Since pytest-3.0, fixtures using the normal fixture decorator can use a yield statement to provide fixture values and execute teardown code, exactly like yield_fixture in previous versions.
Marking functions as yield_fixture is still supported, but deprecated and should not be used in new code.
🎵🎩 Alfred workflow to control your Spotify library at your fingertips
-
Updated
Jan 26, 2020 - PHP
In the pimusicbox Web Frontend is no update of the stream title. The method core.playback.get_stream_title from the mopidy core library gives exactly the information needed, but there is no function implemented to call this from the "now Playing" view in the web frontend. Seems to me that this is "...one small step for man, one giant leap for mankind." :-)
I'm using gmusic over MPD with ncmpcpp and I wondered if there was any way to add my google music library to the media library view (see screenshot). I'm guessing not and that the media library is your local media only. Can you trick it with something like
[local]
library = gmusic
Either way, mopidy plus gmusic is awesome!!! Thanks so much.


https://github.com/mopidy/mopidy/blob/2ee130057113d7c0b46e16a0d7c19180614d5bd9/mopidy/core/tracklist.py#L370
Is this intentional to not return previous track when repeat mode is enabled ?