sdailey
sdailey
Ah! Amazing, is there any documentation on the CLI features/api (like a link you could point me to)? I'm looking to programmatically bring up Helium and start/stop a specific video,...
So I've tried shell commands like: open -a /Applications/Helium.app --args "https://www.youtube.com/watch?v=OTL8dW6PqPE" open -a /Applications/Helium.app --args https://www.youtube.com/watch?v=OTL8dW6PqPE open -a /Applications/Helium.app https://www.youtube.com/watch?v=OTL8dW6PqPE open -a /Applications/Helium.app "https://www.youtube.com/watch?v=OTL8dW6PqPE" And so on, and all that...
Wow, so - just found your app in the store, congrats! Next, I figured out how to play local files from the command line, with a command like open -a...