Adding the ability to have sounds on server started and when it finished shutting down
I was speaking with Emma about this since now some days and we got to a point were i found exactly what was happening in the StatusOrb.js and a potential way to intercept the server status using the internal API with an application key, now Emma recommended me to come here to ask you other developers to get help with it since she's really busy at the moment.
Thanks!
4 Replies
Probably best is for me to just rewrite statusorb and send a modified version over here
If anyone is interested in doing this before I get the chance to - feel free to modify the file but don't send it publicly. Send it over to their DMs instead
I'm doing some debugging with node.js for it to play an sound file inside of an html page, its the hardest part at this moment (for me at least, you and the others devs here do it in a an eye movement most probably xD)
window.play("/path/to/mp3") wasnt this an official js api
not nodejs though
did something like this on the cats extension
for anyone curious, did some good progress
first i used window.play for the file, with button since it require an user interaction and then i separated the html from the script and made a standalone statusSounds.js with everything related to playing the actual sounds, and the html only calling this script and handling the 3 buttons
it mean i just need to find a way to integrate it in the current orb script and its gg, on paper at least now reality has to come for me to know what to do next