About .ISO
Posted: 26 May 2016, 18:00
Hello,
1st thank you for all your developing and hard work, it's a fantastic job you are doing.
I am stuck, like really stuck on a problem.
My cfg is like this:
filebot -script fn:amc --output "xx:\Movies" --action copy --conflict skip -non-strict --log-file amc.log --def storeReport=n --def reportError=y --def clean=y --def unsorted=n --def excludeList=amc.txt --def music=n --def minFileSize=524288000 --def ignore=iso --def "movieFormat=xx:\Movies/{n.upperInitial().space('.')}.{y}.{vf}.{source}.{vc}{'-'+group}/{fn}" "seriesFormat={fn =~ /(?i)xxxxxxxxx/ ? 'xxx:/Movies/Series/.PLEXIGNORE' : 'xxx:/Movies/Series'}/{n}/{'Season '+s}/{n.space('.')}.{'S'+s.pad(2)}E{e.pad(2)}.{vf}.{source}.{vc.replace('x264','X264')}{'-'+group}" --def plex=xxxxxx:xxxxxxxx artwork=n "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
xxxxx = private information
I want the script to skip unpacking archives that contains .iso files.
Even if I add ignore on iso, the unpack process starts and ends successfully.
I use a 2.2 ut vers. I don't use smart tags, and all downloads go to one location.
Thank you for all your attention and help !
1st thank you for all your developing and hard work, it's a fantastic job you are doing.
I am stuck, like really stuck on a problem.
My cfg is like this:
filebot -script fn:amc --output "xx:\Movies" --action copy --conflict skip -non-strict --log-file amc.log --def storeReport=n --def reportError=y --def clean=y --def unsorted=n --def excludeList=amc.txt --def music=n --def minFileSize=524288000 --def ignore=iso --def "movieFormat=xx:\Movies/{n.upperInitial().space('.')}.{y}.{vf}.{source}.{vc}{'-'+group}/{fn}" "seriesFormat={fn =~ /(?i)xxxxxxxxx/ ? 'xxx:/Movies/Series/.PLEXIGNORE' : 'xxx:/Movies/Series'}/{n}/{'Season '+s}/{n.space('.')}.{'S'+s.pad(2)}E{e.pad(2)}.{vf}.{source}.{vc.replace('x264','X264')}{'-'+group}" --def plex=xxxxxx:xxxxxxxx artwork=n "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
xxxxx = private information
I want the script to skip unpacking archives that contains .iso files.
Even if I add ignore on iso, the unpack process starts and ends successfully.
I use a 2.2 ut vers. I don't use smart tags, and all downloads go to one location.
Thank you for all your attention and help !