Page 1 of 1

uTorrent run program no longer working with movies

Posted: 14 Sep 2019, 17:25
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.

Re: uTorrent run program no longer working with movies

Posted: 14 Sep 2019, 17:26
by rednoah
What does the log say?

Re: uTorrent run program no longer working with movies

Posted: 14 Sep 2019, 17:34
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?

Re: uTorrent run program no longer working with movies

Posted: 14 Sep 2019, 17:39
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

Re: uTorrent run program no longer working with movies

Posted: 14 Sep 2019, 17:41
by russco
Okay, I've got this error:

Code: Select all

Failed to load movie index: For input string: "0Ac"

Re: uTorrent run program no longer working with movies

Posted: 14 Sep 2019, 17:42
by rednoah
Probably just a matter of clearing the cache. Upgrading FileBot to the latest and greatest will conveniently also clear / reset the cache.

Re: uTorrent run program no longer working with movies

Posted: 15 Sep 2019, 06:52
by russco
Okay installing the new version worked, thanks!