Hi, thank you so much for making this tool. I don't know if it is in development anymore but I certainly hope so.
The program worked perfectly for the university of iowa samples. When I went to do the philharmonia samples, the program returned that it was a bad zip. It downloaded the correct zip file, but failed to extract it. Here is the message:
python open_orch.py philharmonia.json Using orchestra philharmonia.json Extract phil_tmp/dwnld/trombone.zip Traceback (most recent call last): File "open_orch.py", line 217, in <module> file_zip = zipfile.ZipFile(dst_file, "r") File "C:\Program Files\Python\lib\zipfile.py", line 770, in __init__ self._RealGetContents() File "C:\Program Files\Python\lib\zipfile.py", line 811, in _RealGetContents raise BadZipfile, "File is not a zip file" zipfile.BadZipfile: File is not a zip file
It is trombone instead of french horn because I temporarily removed the french horn dataset from the json file, but this same message would usually appear for french horn anyway. Thank you.
Hi, thank you so much for making this tool. I don't know if it is in development anymore but I certainly hope so.
The program worked perfectly for the university of iowa samples. When I went to do the philharmonia samples, the program returned that it was a bad zip. It downloaded the correct zip file, but failed to extract it. Here is the message:
python open_orch.py philharmonia.json Using orchestra philharmonia.json Extract phil_tmp/dwnld/trombone.zip Traceback (most recent call last): File "open_orch.py", line 217, in <module> file_zip = zipfile.ZipFile(dst_file, "r") File "C:\Program Files\Python\lib\zipfile.py", line 770, in __init__ self._RealGetContents() File "C:\Program Files\Python\lib\zipfile.py", line 811, in _RealGetContents raise BadZipfile, "File is not a zip file" zipfile.BadZipfile: File is not a zip fileIt is trombone instead of french horn because I temporarily removed the french horn dataset from the json file, but this same message would usually appear for french horn anyway. Thank you.