musescore-rich-presence
musescore-rich-presence copied to clipboard
Integration between the js file and the musescore plugin
If I understand this project correctly, it currently has two components. One is the MuseScore plugin which passes on the information to the rpc.js
file which is in charge of displaying the data in Discord.
I do not understand MuseScore plugins very well, but could there be a way for the plugin to manage rpc.js
script so that it runs as MuseScore starts up and gets killed when MuseScore shuts down? It would make using this much easier.
I may be able to implement this if I get enough time to learn about ms plugins
I spent a good amount of time experimenting with MS plugins, seeing if there was a way to integrate the two (which would drastically increase user experience, how nice would it be to just have it auto enable every time MS is launched!) If you're able to figure it out I'd love to hear about what you've learned or if you get the opportunity to make a PR too. Appreciate your support!