platypush/platypush/plugins/music/mpd
Fabio Manganiello d2e5e5230b [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-04-03 23:01:22 +00:00
..
__init__.py [music.mpd] Removed deprecated actions. 2024-04-03 23:01:22 +00:00
_conf.py [#295] Merged `music.mpd` plugin and backend. 2024-03-03 22:37:26 +01:00
_listener.py [#295] Merged `music.mpd` plugin and backend. 2024-03-03 22:37:26 +01:00
manifest.yaml [#295] Merged `music.mpd` plugin and backend. 2024-03-03 22:37:26 +01:00