You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add customizable suffix env vars for synced subtitle filenames (fixes#25) (#58)
Add FFSUBSYNC_SUFFIX, AUTOSUBSYNC_SUFFIX, and ALASS_SUFFIX env vars
so users can control the output filename suffix for Bazarr compatibility.
Includes duplicate suffix prevention (e.g., movie.en.cc.srt won't become
movie.en.cc.cc.srt when suffix is "cc").
0 commit comments