This script processes XML files in a specified directory, adjusting the chapter start times based on a user-defined offset. It reads the XML files, identifies <ChapterTimeStart>
tags, and updates their time values accordingly.
Here’s a step-by-step guide on how to use the script:
- Python 3.x: The script is written in Python and requires Python 3.x to run.
- XML Files: The script is designed to work with XML files that contain chapter timecodes in the
<ChapterTimeStart>
tags. - Text Editor: You can edit the script with any text editor, like VSCode or Sublime.