Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(lightbulb) New idea: Why not just move supertitles and subtitles in to the ini file? And have one .ini per .ogg? Then no longer need to have external .txt and .txa files, and much easier to add new .oggs.

Code Block
themeRDark
titleProposed format for sequences.ini
linenumberstrue
[devastation.ogg]
path     = sequences/
// suptitle = sequenceaudio/devastation.txt
// subtitle = sequenceaudio/devestation.txa
keywords = male, nasda, nuke, etc...
 
[supertitles]
<time> = _(<on-screen text>) // would need some way to do multiline -- \n in text?
 
[subtitles]
<time> = _(<on-screen text>) // would need some way to do multiline -- \n in text?

...