After Update Separate 3D Folder Format Not Work

All about user-defined episode / movie / file name format expressions
Post Reply
neocronomican
Posts: 9
Joined: 05 Oct 2013, 04:04

After Update Separate 3D Folder Format Not Work

Post by neocronomican »

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:

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}"
the error log is like this

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}
seems that movieFormat can not loaded.

Thanks
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: After Update Separate 3D Folder Format Not Work

Post by rednoah »

Try the latest revision.
:idea: Please read the FAQ and How to Request Help.
neocronomican
Posts: 9
Joined: 05 Oct 2013, 04:04

Re: After Update Separate 3D Folder Format Not Work

Post by neocronomican »

Thankyou Rednoah... SOLVED With 4.1 R2289
Post Reply