I’m reading this documentation, but I’m still confused:
I want to use StreamController to do a series of things at the press of a button:
- Clear the current playlist
- Open a specific playlist
- Shuffle the playlist
- Set a specific volume
- Play
So the 5 steps above needs to be chained into a single “custom command” and set to a new keyboard shortcut (which I can trigger via StreamController). But I don’t see any examples on how to accomplish this (or maybe it needs scripting, but that’s advanced so I don’t fully understand how to do that).
Can anyone give me a few pointers here, please?