Expand music.mopidy
backend into a full music.mopidy
plugin #381
No reviewers
Labels
No labels
architecture
authentication
backend
bug
ci/cd
cleanup
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
media
mobile
new feature
notes
packaging
question
ui
voice
waiting user input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: platypush/platypush#381
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "297-mopidy-plugin"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The backend only listens on the websocket and triggers playback-related events.
The new plugin adds the full
MusicPlugin
interface implementation on top of it.The new plugin should be used as a substitute of
music.mpd
when a Mopidy server is available.It provides the same features over the same interface, and more features (like images and more granular search results), on top of a websocket interface - instead of polling the MPD server.
Note: this PR only covers the backend part. The frontend part will be covered in a separate PR.
Closes the backend side of #297
music.mopidy
refactor, initial backend rewrite. 4e8c6dd435music.mpd
c3015bc687