08-30-2022, 06:30 PM
The Web API is described here
https://github.com/moode-player/moode/bl.../setup.txt
The API actually accepts native MPD commands most of which are also MPC commands. Some exceptions are "prev" which icorresponds to the MPD command "previous"
Try
MPD commands are here
https://mpd.readthedocs.io/en/latest/protocol.html
https://github.com/moode-player/moode/bl.../setup.txt
The API actually accepts native MPD commands most of which are also MPC commands. Some exceptions are "prev" which icorresponds to the MPD command "previous"
Try
Code:
http://moode/command/?cmd=previous
MPD commands are here
https://mpd.readthedocs.io/en/latest/protocol.html