dxing97 / subs2cia

Condensed Immersive Audiovisual media generator from subtitles for language learning
MIT License
89 stars 10 forks source link

Don't skip lines with alignment tags #28

Closed Ben-Kerman closed 1 year ago

Ben-Kerman commented 1 year ago

Lines with SSA-style alignment tags (e.g. {\an8}) are probably dialogue and shouldn't be skipped. I added a regex check for lines containing such alignment tags, and also moved the check for musical notes up so lyrics with alignment are skipped anyway

I also added a shebang to main.py so the file can be directly executed on Unix systems