I started playing with this yesterday and I thought that I got everything working but I ran into one problem with the newest Marvel's Agents of S.H.I.E.L.D. episode.
Code: Select all
filebot -script fn:amc --output "X:" --log-file amc.log --action copy --conflict override -non-strict --def "seriesFormat=X:/Videos/TV Serier/{n.replaceAll(\":\")}/Season {s}/{n.space('.').replaceAll(\":\")}.{s00e00}{'.'+vf.match(/720[pP]|1080[pP]/)}" "movieFormat=X:/Videos/Film/{n.replaceAll(\":\").space(\".\")}.{y}{'.'+fn.matchAll(/EXTENDED|UNCUT|UNRATED|REMASTERED|DIRECTORS.CUT|LIMITED|IMAX|WEB-DL/).upper()}.{vf}/{n.replaceAll(\":\").space(\".\")}.{y}{'.'+fn.matchAll(/EXTENDED|UNCUT|UNRATED|REMASTERED|DIRECTORS.CUT|LIMITED|IMAX|WEB-DL/).upper()}.{vf}" --def clean=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
marvels.agents.of.s.h.i.e.l.d.s02e13.proper.720p.hdtv.x264-2hd.mkv
After:
Marvel's.Agents.of.S.H.I.E.L.D.S02E13.mkv
For some reason it doesn't include the video format. I tried a couple of other proper releases of previous episodes (same show) and same result, no video format. It works fine on other shows, it only seems to fail with this show.
Any suggestions?
Edit: Running Windows 7 x64 and latest version of Java.