Movie Format Being Ignored
Posted: 29 Jul 2015, 21:40
Hi
I got Filebot installed on my NAS and it works mostly but I added custom Movie format so that it creates folders with movie name if the original file was not in its own folder.
However it only uses Series format and ignores movies. Will this still work for movies which already have a folder or will it create duplicate folders?
Here is the code:
'
I got Filebot installed on my NAS and it works mostly but I added custom Movie format so that it creates folders with movie name if the original file was not in its own folder.
However it only uses Series format and ignores movies. Will this still work for movies which already have a folder or will it create duplicate folders?
Here is the code:
Code: Select all
filebot.sh -script fn:amc --output "/volume1/Stuff" --log-file amc.log --action move --conflict override -non-strict --def music=n artwork=n "seriesFormat=/volume1/Stuff/TV/{n}/{episode.special ? 'S00E'+special.pad(2) : s00e00} - {t}" "movieFormat=/volume1/Stuff/Movies/{n} {y}/{n} ({y}) {sdhd}"