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.pull/1/head
parent
9dd89d9fe1
commit
0bc91e8bee
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
mv "{{subtitles}}" "{{directory}}/{{episode_name}}.{{subtitles_language_code3}}.srt"
|
||||
|
||||
exit
|
Loading…
Reference in new issue