kwent / syno

Simple Node.js wrapper and CLI for Synology DSM REST API 5.x and 6.x.
http://kwent.github.io/syno
MIT License
316 stars 51 forks source link

Audiostation Play Song #46

Open fbbfnc opened 4 years ago

fbbfnc commented 4 years ago

Is it possible to play a song through AudioStation selecting a specified RemotePlayer?

I can correctly view the remote player via syno as listRemotePlayers, but i can't find a way to play a selected song on the remotePlayer.

Thanks in advance.

kwent commented 4 years ago

@fbbfnc I think it's possible through syno as controlRemotePlayer.

Maybe https://community.synology.com/enu/forum/17/post/85398 can help to see what is parameters available to you. Or look into the json payload in DSM GUI when you click on play a song using the developer tools.