GrandOrgue / OdfEdit

A tool for GrandOrgue ODF edition, and Hauptwerk to GrandOrgue ODF conversion.
GNU General Public License v3.0
7 stars 1 forks source link

Delimiter duplicated in HW conversion #49

Closed Psi58 closed 6 months ago

Psi58 commented 7 months ago

I'm trying to convert https://www.pipeloops.com//product_info.php?cPath=23&products_id=64.

The samples are not found; there appear to be extra spurious "/" delimiters in many of the paths of the GO ODF. EG, from the log: WARNING : in package ID 2049, file not found : P_Subbass16//Front//Main/036-C.wav

Apologies if this is just user error, this is my first time to attempt HW2GO conversion using ODFEdit.

Using Python executable of ODFEdit v2.10 on W10.

Thanks.

eturpault commented 7 months ago

I downloaded this sample set and made the test, indeed in the original HW ODF the files path contain double slashes delimiters, it is the first time I see this. Probably it is supported by Hauptwerk, but it is not by OdfEdit and by Windows/Linux (I see it is supported by GrandOrgue). What you can do is to edit the file "Pipeloops Romantic Village Church Organ.Organ_Hauptwerk_xml" (with Notepad++ for example) which is located in the folder OrganDefinitions of the sample set (firstly make a copy of it) and inside replace all the // by /, and save the modifications. After that you will be able to load the corrected HW ODF in OdfEdit without issue, and to load the generated GO ODF in GrandOrgue without issue as well.

eturpault commented 7 months ago

In next OdfEdit version I can add a line of code to replace the "//" by "/" in the paths.

Psi58 commented 7 months ago

Thank you, that works.

eturpault commented 6 months ago

OdfEdit v2.11 supports "//" in the files paths.