Sorry, if this is the wrong forum (pretty sure this is for channel dev's but maybe there's a skillset overlap) please move it if there's a better one to post this in. For reference
this is what I'm looking at.
I'm trying to create a simple wake-me-up script to launch loud music on my Roku. Doing this curl command works fine:
curl --data ''
http://192.168.299.3:8060/launch/837?co ... GxcwpP8N98However that creates an issue where subsequent attempts to do the above curl for other videos just results in the same video being played again. It's not creating a playlist or anything, it just sort of does the same video again and I have to reboot the roku to clear it out. If I manually exit the youtube app without rebooting then manually go into it again, it'll also play that same song again automatically without me selecting anything. I've searched a bit online and I guess the main problem is that I don't know what parameters the youtube app is going to be looking for. Is there a way to figure out what parameters are available for a given app? Is there a more preferred way of launching videos?