Sam.Z.D
Results
3
comments of
Sam.Z.D
We are facing the same issue
same thing here
for people using bazarr, add this as a custom post-processing script `ffmpeg -y -i "{{subtitles}}" "$(dirname "{{subtitles}}")/$(basename "{{subtitles}}" .srt).ass" && rm -f "{{subtitles}}"` It will convert all the downloaded subtitles...