johentsch / ms3

A parser for annotated MuseScore 3 files.
https://ms3.readthedocs.io
GNU General Public License v3.0
42 stars 3 forks source link

`ms3 convert` doesn't recognize absolute path #27

Closed fabianmoss closed 1 year ago

fabianmoss commented 2 years ago

I was trying to use

ms3 convert -m usr/bin/mscore3 -f some/input/path/file.cap -t mscx -o ~/some/output/path

but ms3 tried to save the file to

some/input/path/~/some/output/path

which is obviously not valid.