From 0bc91e8bee6bb6bb237495b8721e5e0312f4ed0d Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 26 Jul 2019 08:59:38 +0200 Subject: [PATCH] Create 2to3_language_code.sh This is a example to see if we can make it possible to change the language code from 2 to 3 iso code. add this to your postprocessing line. --- Bazarr/2to3_language_code.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Bazarr/2to3_language_code.sh diff --git a/Bazarr/2to3_language_code.sh b/Bazarr/2to3_language_code.sh new file mode 100644 index 000000000..82d947357 --- /dev/null +++ b/Bazarr/2to3_language_code.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +mv "{{subtitles}}" "{{directory}}/{{episode_name}}.{{subtitles_language_code3}}.srt" + +exit