After Update Separate 3D Folder Format Not Work
Posted: 02 Jul 2014, 11:12
Hi All,
Just update my Filebot 3.8 to 4.1 and I got some problem that It can not separate 3D movie folder again. Is there any new syntax to separate 3D and non 3D Movie ??
This is my script:
the error log is like this
seems that movieFormat can not loaded.
Thanks
Just update my Filebot 3.8 to 4.1 and I got some problem that It can not separate 3D movie folder again. Is there any new syntax to separate 3D and non 3D Movie ??
This is my script:
Code: Select all
@echo off > C:/filebot/amc.log
filebot -version
filebot -script fn:amc "I:/Temp/extracted/!movie" --output "I:" --log-file "C:/filebot/amc.log" --conflict override -non-strict --action test --def clean=y music=n subtitles=en artwork=y "movieFormat={fn =~ /3D/ ? 'Movie/!3D-Movie' : 'Movie'}/{n.upperInitial().space('.')}.{y}.{fn =~ /3D/ ? '[3D].[H-SBS].' : ''}{vf}/{fn}" "seriesFormat=TV/{n}/{'S'+s}/{fn}" "animeFormat=Anime/{n}/{fn}"
Code: Select all
C:\filebot>filebot-script.bat
FileBot 4.1 (r2245) / Java(TM) SE Runtime Environment 1.7.0_45
Parameter: clean = y
Parameter: music = n
Parameter: subtitles = en
Parameter: artwork = y
Parameter: movieFormat = {fn
Parameter: seriesFormat = TV/{n}/{'S'+s}/{fn}
Parameter: animeFormat = Anime/{n}/{fn}
Thanks