entropia / tip-toi-reveng

Trying to understand the file format of Tip Toi
http://tttool.entropia.de/
MIT License
644 stars 121 forks source link

`welcome` field trims quoted filenames #264

Closed cstuder closed 2 years ago

cstuder commented 2 years ago

Consider the following YAML:

product-id: 900
welcome: "01 welcome.ogg"
scripts:
  ...

When assembling, this will search for the audio file 01.ogg instead of 01 welcome.ogg.

tttool 1.10 on MacOS 11.6.1.

nomeata commented 2 years ago

Hmm, odd. Maybe it's because welcome can actually be a sequence of files? But yes, I should look into this when I have a quiet minute.

nomeata commented 2 years ago

Ok, I debugged this. There are a few things coming together:

With the last point fixed you’ll get an error message like

In welcome column 4:
01 welcome.ogg
   ↑
unexpected 'w'
expecting "," or end of input

It’s still easiest to avoid spaces in filenames :-)