The PlaylistManager is a really good enhancement for LMS. We use it quite often, to add playing songs to one of our playlists. My plan would be, to add songs by amazon alexa. Which would be quite easy for me, if there is a http-command which could add the playing song to a defined playlist.
I already use alexa to give my songs a rating (stars), with a command like this:
http://192.168.2.1:9001/plugins/TrackStat/index.htm?player=" + mac_adress + "&trackstatcmd=rating&trackstatrating=" + stars
Is there a similar possibilty, to add a song to a defined playlist?
I already use alexa to give my songs a rating (stars), with a command like this:
http://192.168.2.1:9001/plugins/TrackStat/index.htm?player=" + mac_adress + "&trackstatcmd=rating&trackstatrating=" + stars
Is there a similar possibilty, to add a song to a defined playlist?