GoogleCast
GoogleCast copied to clipboard
Way to control queue after it has been loaded?
I can load a queue of media items successfully, but I don't see any way to control the playback of the queue after this. That is, are there next/previous commands, get/set current index in queue, etc.? Thanks.
I ended up doing some work extending GoogleCast a bit to implement some extra queueing features, just like the ones you mentioned, not too long ago. Have a look at my DayCast repo and let me know if you have any questions!
I will take a look. Thanks!
can I create a Playlist/Queu and play them in order? did you find any solution?
Have a look at my GoogleCast fork for queue functionality and my DayCast repo for implementation of it. Let me know if you have any issues with it!