Versions Compared

Key

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

...

Like audio.ini, we should have an ini for sequences that also associates the relevant subtitle files with the videos centrally, rather than having to define them at point of use.

(lightbulb) New idea: Why not just move supertitles and subtitles in to the ini file? Then no longer need to have external .txt and .txa files.

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
 
[subtitles]
<time> = _(<on-screen text>) // would need some way to do multiline

The suptitle (subtitles that appear at top of video, ie. "supertitles"), subtitle (those that appear at bottom) and keywords are all optional.

...