`--score-meta` command line option not working in Windows
Reported version
3.6
Type
Development
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
active
Regression
No
Workaround
No
Project
On windows, when I try to extract a score's metadata, nothing happens
To reproduce :
-
Open Command Prompt
-
Run cmd: >MuseScore3.exe --score-meta MyScore.mscz
=> Nothing happens
I don't know if there's any log I can find to help (nothing in event viewer, no logs folder, ...) .
Comments
There's no stdout (in Qt-based apps) on Windows, that's probably why. Run it in a debugger to see the output.
Maybe we should document that in the manual somehow.
In reply to Maybe we should document… by Jojo-Schmitz
I'd like that !