uTorrent run program no longer working with movies

Support for Windows users
Post Reply
russco
Posts: 22
Joined: 17 Nov 2014, 17:58

uTorrent run program no longer working with movies

Post by russco »

This is what I have in 'run program' in uTorrent:

Code: Select all

cmd /c START /MIN cmd /c filebot -script fn:amc --output "F:" --def "seriesFormat=F:/TV/{n}/{'Season '+s}/{n} - {sxe} - {t}{'.'+lang}" "movieFormat=F:/Films/{n}" --log-file amc.log --action copy --conflict override -non-strict --def music=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" --def xbmc=127.0.0.1
Nothing has changed with my setup, and TV shows still are getting renamed just fine, but for some reason movies aren't anymore.

Any idea what the problem might be? My amc.log file hasn't had any new entries since 2018, so I'm not sure how to debug this.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: uTorrent run program no longer working with movies

Post by rednoah »

What does the log say?
:idea: Please read the FAQ and How to Request Help.
russco
Posts: 22
Joined: 17 Nov 2014, 17:58

Re: uTorrent run program no longer working with movies

Post by russco »

rednoah wrote: 14 Sep 2019, 17:26 What does the log say?
That's just it, the log's last entry was from 2018.

It should be at AppData > Roaming > Filebot > logs right?
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: uTorrent run program no longer working with movies

Post by rednoah »

1.
I recommend using an absolute path for the log, so that you know where the log is:

Code: Select all

--log-file F:/amc.log

2.
Depending on how you have installed FileBot and what OS you're using, you will find the application data folder in different locations:
rednoah wrote: 16 Nov 2011, 16:46 Q: Where does FileBot store its application data files? Where is the rename history? Where are the logs?
The default location for application data is %APP_DATA% on Windows and $HOME on Mac and Linux.

e.g. Windows:

Code: Select all

%APPDATA%\FileBot
e.g. Mac, Linux, BSD:

Code: Select all

$HOME/.filebot
e.g. Mac App Store:

Code: Select all

$HOME/Library/Containers/net.filebot.FileBot/Data/Library/Application Support/User Data
e.g. Windows Store:

Code: Select all

%USERPROFILE%\AppData\Local\Packages\PointPlanck.FileBot_*\LocalCache\Roaming\FileBot
:idea: Please read the FAQ and How to Request Help.
russco
Posts: 22
Joined: 17 Nov 2014, 17:58

Re: uTorrent run program no longer working with movies

Post by russco »

Okay, I've got this error:

Code: Select all

Failed to load movie index: For input string: "0Ac"
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: uTorrent run program no longer working with movies

Post by rednoah »

Probably just a matter of clearing the cache. Upgrading FileBot to the latest and greatest will conveniently also clear / reset the cache.
:idea: Please read the FAQ and How to Request Help.
russco
Posts: 22
Joined: 17 Nov 2014, 17:58

Re: uTorrent run program no longer working with movies

Post by russco »

Okay installing the new version worked, thanks!
Post Reply