You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume since this opens a youtube link thats its written to run on a computer, but If I run it on a raspberry pi would it be easy to play an mp3 file instead?
The text was updated successfully, but these errors were encountered:
All this does is run on a device which can run Node.js and execute spawn('open', ['https://www.youtube.com/watch?v=oHg5SJYRHA0']) which may not do anything on any given OS. To know for fact, you'd have to look into the spawn/open behavior, but I'd not expect it to work on anything but a full-fledged desktop OS or a web-based one (like Chromebook maybe).
I assume since this opens a youtube link thats its written to run on a computer, but If I run it on a raspberry pi would it be easy to play an mp3 file instead?
The text was updated successfully, but these errors were encountered: