Filebot only trying to process the jpg file instead of movie file
Posted: 09 Apr 2017, 21:03
Everything was working until lately none of my movies are getting processed. When i look into my log I notice the file it's trying to process is the jpg file that is located in the movie folder and not the mp4 file itself.
my script in utorrent:
log:
It use to work just fine. I also tried to tell UT to not download the jpg but it keeps downloading it.
Nevermind: Got it to work: I updated Filebot and all is good.
my script in utorrent:
Code: Select all
filebot -script fn:amc --output "R:/media" --action copy --conflict override -non-strict --def music=n subtitles=en artwork=y plex=192.168.1.91 "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" "seriesFormat=TV Shows/{n}/Season {s}/{n} - {s00e00} - {t}" "movieFormat=Movies/{n} ({y})/{n} ({y}){\" CD$pi\"}"
Code: Select all
[2017-04-09 15:53:38] Executing: filebot -script fn:amc --output "R:/media" --action copy --conflict override -non-strict --def music=n subtitles=en artwork=y plex=192.168.1.91 "ut_dir=C:\Media\uTorrent\Movies\Hidden Figures (2016)" "ut_file=WWW.xxx.xxx.jpg" "ut_kind=multi" "ut_title=Hidden Figures (2016)" "ut_label=" "ut_state=5" "seriesFormat=TV Shows/{n}/Season {s}/{n} - {s00e00} - {t}" "movieFormat=Movies/{n} ({y})/{n} ({y}){\" CD$pi\"}"
It use to work just fine. I also tried to tell UT to not download the jpg but it keeps downloading it.
Nevermind: Got it to work: I updated Filebot and all is good.