Skip to content

new scripts to generate rcc files

Timothée Giet requested to merge work/new_generate_script into master

Rewrite all the scripts used to generate external rcc files.

Main goal is to fix the versioning on the server:

  • only generate new rcc files for folders which have been updated.
  • retrieve the checksum and filename of untouched rcc files from the old Contents file to the new one.
  • generate full-codec.rcc files in any case if there's at least one new commit since last time.

Cleans-up a lot of things compared to the previous scripts (no more file copies, all symlinked audio is only transcoded once, all scripts are unified as much as possible, all the output is properly arranged in one folder...).

Merge request reports