Skip to content

Bazarr Scripts

Here you will find a collection of Scripts you can use with Bazarr.

Most of them are provided by other users, if you got a script you want to share don't hesitate to create a PR for it

2 to 3 language code

2 to 3 language code
  • Title: 2to3_language_code.sh
  • Author(s): ???

Changes the 2 iso code to 3 iso code.

Script
#!/bin/bash

mv "{{subtitles}}" "{{directory}}/{{episode_name}}.{{subtitles_language_code3}}.srt"

exit