empi89 / mqtt2mpd

This proof of concept transforms the MPD API to MQTT.
MIT License
2 stars 0 forks source link

List of all available commands and states #1

Open MrSliff opened 5 years ago

MrSliff commented 5 years ago

Hey, thank you for implementation.

Since i didnt get the oh1 mpd plugin to work yet, I use yours.

Is the a list of states and commands which are available, or are there just the commands for start/stop and volume?

Can I retreive song and artist id or set a playlist to play in any way?

Would be a nice feature, but not a game breaker, since i can also use the Mopidy app, but for displaying in HabPanel it would be nice.

empi89 commented 5 years ago

Thanks for your feedback!

Are you trying to get oh1 mpd plugin to work with oh2 or with oh1?

Code is quite simple, you should be able to react on all mpdClient output and also forward every command directly from oh to mpd. I do not have implemented any specific commands.

I am no longer using this code by myself since I switched to sonos.