mirror of
https://github.com/denizsafak/abogen.git
synced 2026-09-20 11:40:57 +02:00
- infrastructure/subtitle_writer.py: add resolve_subtitle_format() that maps format strings (e.g. 'ass_centered_narrow') to (extension, alignment), and make_subtitle_writer() convenience that resolves + creates writer or None - conversion_runner.py: replace _create_subtitle_writer() with make_subtitle_writer() - pyqt/conversion.py: replace _subtitle_alignment_from_format() and 3 manual create_subtitle_writer() call sites with resolve_subtitle_format()/make_subtitle_writer()