Use AMC to rename or replace existing sub with .eng.srt?
Posted: 31 Mar 2015, 08:07
Script:
Trying to get the following results:
- If .srt file exists, rename to .eng.srt
- If .srt file doesn't exist, download eng sub
Or I guess it could download an eng sub every time and overwrite the existing .srt.
How do I go about doing that? I've tried adding -non-strict and --conflict auto without success.
Code: Select all
filebot -script fn:amc “/path/to/source" --action move --def subtitles=en movieFormat=“/path/to/dest/{n} ({y}) [{vf}]/{fn}" clean=y
- If .srt file exists, rename to .eng.srt
- If .srt file doesn't exist, download eng sub
Or I guess it could download an eng sub every time and overwrite the existing .srt.
How do I go about doing that? I've tried adding -non-strict and --conflict auto without success.