cdown / srt

A simple library and set of tools for parsing, modifying, and composing SRT files.
MIT License
473 stars 44 forks source link

Split out sort_and_reindex into multiple phases #82

Open cdown opened 2 years ago

cdown commented 2 years ago

sort_and_reindex currently does too much. It:

  1. Sorts the subtitles
  2. Reindexes them
  3. Skips subtitles based on the rules

Each of these should ideally become its own function, and sort_and_reindex should be deprecated.