Qt.labs.platform for 4.5 plugins
Hi everyone,
Is there any chance to have some alternative for the Qt.labs.platform in the latest and future versions?
Particularly, I would like to execute a cmd command from the plugin. I'm working on an updated versione of the batchconvert plugin.
Thank you!
Comments
As per https://github.com/musescore/MuseScore/wiki/Updating-plugins-for-MuseSc… Qt.labs.settings are now integrated, but there's no word about Qt.labs.platform.
However, lacking APIs for opening, reading and writing files is the killer for the Batch Convert plugin, see https://github.com/musescore/MuseScore/issues/13593. And the PRs https://github.com/musescore/MuseScore/pull/20822 and https://github.com/musescore/MuseScore/pull/27324
In reply to As per https://github.com… by Jojo-Schmitz
Yes, I could make a very basic gui for the conversion, but than is full of workoarounds for all the reading files and directories and executing the commands... Let's hope they will implement something in the new versions...
In reply to As per https://github.com… by Jojo-Schmitz
I made a working batch converter for the newer version of musescore. At the moment it's only for windows and it's full of workarounds because even qprocess is not working on windows. In a couple of days I will publish it on GitHub. If it's ok for you I will mention you cause i'm using your custom radio btns and checkbox since the standard won't work.
I don't have any macos or linux machine so i cannot test it properly for other os...
In reply to I could make a working batch… by Lorenzo Gavanna
Any update on this or where can I find the plugin on GitHub. I would accept all workarounds if it is working on Windows. At the moment this is my big show stopper why not to use Musescore 4
In reply to Any update on this or where… by M.Thum
Hi!
I created this, there are a lot of limitations due to the lack of the qt things missing, but it should work. If you want you can try it and please send me any feedback or ideas!
Here you can find the repository
https://github.com/lorenzogavanna/Musescore-Batch-Convert-4.0/releases/…
Thank you.