I started using filebot recently on a rpi and I am still learning. So far it has been more I could ask for.
However I am experiencing a strange issue. filebot although renamed correctly a VIDEO_TS movie, for some reason it created a redundant folder.
More specifically:
The filebot arguments I used are the following:/input/Some Movie (yyyy) abcd efg/VIDEO_TS/ --> /output/Movies/Some Movie (yyyy)/Some Movie (yyyy)/VIDEO_TS/
Code: Select all
filebot -script fn:amc --output "/path/to/output" --action move -non-strict "/path/to/input" --def "@/path/to/amc.args"
Code: Select all
subtitles=en,gr
music=y
unsorted=y
excludeList=/path/to/amc.excludes
seriesFormat=Series/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}
Thanks in advance,
PS Be aware that it is the first time I used the program without the "--action test" option so I don't know if this is an isolated incident or not.