machinewrapped / gpt-subtrans

Open Source project using LLMs to translate SRT subtitles
Other
346 stars 39 forks source link

Custom functions for parsing and displaying timestamps #167

Closed machinewrapped closed 5 months ago

machinewrapped commented 5 months ago

Removed the reliance on SRT library for processing and displaying timestamps, since we need to handle some non-standard patterns and can customise the display for our UI. Added unit tests to ensure behaviour is as expected.