English language only in movie (speaking language)
Posted: 01 Jan 2021, 19:10
Hello!
I use this code and everything works great, thanks for helping me before!
Now i want to skip all movie with other languange except english. How should my code be for that?
In animation and serie swedish and english is okej.
Regards
I use this code and everything works great, thanks for helping me before!
Now i want to skip all movie with other languange except english. How should my code be for that?
In animation and serie swedish and english is okej.
Code: Select all
filebot.sh -script fn:amc --output "$CONFIG_OUTPUT" --action duplicate --conflict auto -non-strict --log-file amc.log --def excludeList=".excludes" ut_dir="$ARG_PATH" ut_kind="multi" ut_title="$ARG_NAME" ut_label="$ARG_LABEL" --def ignore="dansk_tex|fylla_disken|uppackat" --def movieFormat=""$CONFIG_OUTPUT"{any{/Animation/ in genres ? 'animerat/Movies' : genres =~ /Documentary/? 'dokumentar/radera' : 'film/Movies'}{'film/Movies'}}/{plex.tail}" seriesFormat=""$CONFIG_OUTPUT"serie/{plex}" &&