Expand music.mopidy backend into a full music.mopidy plugin #381

Merged
blacklight merged 6 commits from 297-mopidy-plugin into master 2024-04-04 01:01:05 +02:00

6 Commits

Author SHA1 Message Date
Fabio Manganiello 189859d0b5 Merge branch 'master' into 297-mopidy-plugin
continuous-integration/drone/push Build is passing Details
2024-04-04 00:58:41 +02:00
Fabio Manganiello 5fe24a501a
Better timeout management on mopidy status refresh.
continuous-integration/drone/push Build is passing Details
2024-04-04 00:51:39 +02:00
Fabio Manganiello c3015bc687
[WIP] API adaptations for `music.mpd` 2024-04-03 22:44:29 +02:00
Fabio Manganiello 4e8c6dd435
[WIP] `music.mopidy` refactor, initial backend rewrite. 2024-04-02 16:18:11 +02:00
Fabio Manganiello 9f819bb4d9
[music.mpd] Removed deprecated actions.
- `setvol` ➡️  `set_volume`
- `seekcur` ➡️  `seek`
- `playlistinfo` ➡️  `get_tracks`
- `listplaylists` ➡️  `get_playlists`
- `listplaylist` ➡️  `get_playlist`
- `listplaylistinfo` ➡️  `get_playlist`
- `playlistadd` ➡️  `add_to_playlist`
- `playlistdelete` ➡️  `remove_from_playlist`
- `playlistmove` ➡️  `playlist_move`
- `playlistclear` ➡️  `playlist_clear`
- `rename` ➡️  `rename_playlist`
- `rm` ➡️  `delete_playlist`

stuff
2024-03-10 12:56:22 +01:00
Fabio Manganiello 0f12c15bdc
[music.mpd] Adjust default poll_interval: 5 -> 20 seconds. 2024-03-04 01:06:49 +01:00