The script i'm testing at the moment is this.
Code: Select all
filebot -script fn:amc --output "E:\Users\[i]username[/i]\Videos" --log-file amc.log --action test --conflict override -non-strict --def music=y subtitles=en "seriesFormat=E:/Users/[i]username[/i]/Videos/TV/{n}/Season {+s}/{n} - {sxe} - {t} " "movieFormat=E:/Users/[i]username[/i]/Videos/Movies/ {n} ({y})/{n} ({y}) : {fn =~ /UFC/ ? } E:/Users/[i]username[/i]/Videos/UFC/{n}" "ut_label=Movie" "ut_state=5" "ut_title=UFC Fight Night 62 Maia vs LaFlare 2015 03 21 HDTV x264-NWCHD -={SPARROW}=-" "ut_kind=%K" "ut_file=" "ut_dir=E:\Users\[i]username[/i]\Downloads\utorrent RSS\Complete\UFC Fight Night 62 Maia vs LaFlare 2015 03 21 HDTV x264-NWCHD -={SPARROW}=-"
Code: Select all
Parameter: music = y
Parameter: subtitles = en
Parameter: seriesFormat = E:/Users/[i]username[/i]/Videos/TV/{n}/Season {+s}/{n} - {sxe} - {t}
Parameter: movieFormat = E:/Users/[i]username[/i]/Videos/Movies/ {n} ({y})/{n} ({y}) : {fn =~ /UFC/ ? } E:/Users/[i]username[/i]/Videos/UFC/{n}
Parameter: ut_label = Movie
Parameter: ut_state = 5
Parameter: ut_title = UFC Fight Night 62 Maia vs LaFlare 2015 03 21 HDTV x264-NWCHD -={SPARROW}=-
Parameter: ut_kind = %K
Parameter: ut_file =
Parameter: ut_dir = E:\Users\[i]username[/i]\Downloads\utorrent RSS\Complete\UFC Fight Night 62 Maia vs LaFlare 2015 03 21 HDTV x264-NWCHD -={SPARROW}=-
Input: E:\Users\[i]username[/i]\Downloads\utorrent RSS\Complete\UFC Fight Night 62 Maia vs LaFlare 2015 03 21 HDTV x264-NWCHD -={SPARROW}=-\UFC.Fight.Night.62.Maia.vs.LaFlare.2015.03.21.HDTV.x264-NWCHD.mp4
Exclude: E:\Users\[i]username[/i]\Downloads\utorrent RSS\Complete\UFC Fight Night 62 Maia vs LaFlare 2015 03 21 HDTV x264-NWCHD -={SPARROW}=-\Torrent Downloaded From ExtraTorrent.cc.txt
Mar 27, 2015 6:52:48 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Group: [mov:null] => [UFC.Fight.Night.62.Maia.vs.LaFlare.2015.03.21.HDTV.x264-NWCHD.mp4]
Get [English] subtitles for 1 files
CmdlineException: OpenSubtitles: Please enter your login details by calling `filebot -script fn:configure`
Finished without processing any files
Failure (°_°)
If i remove the label it tries to match it as a TV, here's what's in the log.
Code: Select all
Group: [tvs:ufc fight night 62 maia vs laflare] => [UFC.Fight.Night.62.Maia.vs.LaFlare.2015.03.21.HDTV.x264-NWCHD.mp4]
Rename episodes using [TheTVDB]
Auto-detected query: [UFC Fight Night 62 Maia vs LaFlare, UFC Fight Night 62 Maia LaFlare]
Failed to fetch episode data: [UFC Fight Night 62 Maia vs LaFlare, UFC Fight Night 62 Maia LaFlare]
CmdlineException: Unable to match files to episode data
Anyone have any ideas what's going on with it, how I can get it to match as a movie and also it move it to it's own folder?
Thanks