Help with uTorrent

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Maxxpowa
Posts: 2
Joined: 29 Jul 2014, 01:16

Help with uTorrent

Post by Maxxpowa »

Hi,

I recently tried to update filebot and had a problem, it resulted in me needing to uninstall and reinstall.

Filebot had been working fine previous to this, now I am getting an error when uTorrent runs the command to rename and move my movies and tv series.

The command is:

Code: Select all

filebot -script fn:amc --output "D:/ServerFolders/New Downloads" --log-file amc.log --action copy --conflict override -non-strict --def music=n subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" "seriesFormat=D:/ServerFolders/TV Series/{n}/{'S'+s}/{fn}" "movieFormat=F:/ServerFolders/Movies/{n} {y}/{fn}"
The log output is:

Code: Select all

Parameter: music = n
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_label = %L
Parameter: ut_state = %S
Parameter: ut_title = %N
Parameter: ut_kind = %K
Parameter: ut_file = %F
Parameter: ut_dir = %D
Parameter: seriesFormat = D:/ServerFolders/TV Series/{n}/{'S'+s}/{fn}
Parameter: movieFormat = F:/ServerFolders/Movies/{n} {y}/{fn}
No files selected for processing
Failure (°_°)
Parameter: music = n
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_label = %L
Parameter: ut_state = %S
Parameter: ut_title = %N
Parameter: ut_kind = %K
Parameter: ut_file = %F
Parameter: ut_dir = %D
Parameter: seriesFormat = D:/ServerFolders/TV Series/{n}/{'S'+s}/{fn}
Parameter: movieFormat = F:/ServerFolders/Movies/{n} {y}/{fn}
No files selected for processing
Failure (°_°)
Parameter: music = n
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_label = %L
Parameter: ut_state = %S
Parameter: ut_title = %N
Parameter: ut_kind = %K
Parameter: ut_file = %F
Parameter: ut_dir = %D
Parameter: seriesFormat = D:/ServerFolders/TV Series/{n}/{'S'+s}/{fn}
Parameter: movieFormat = F:/ServerFolders/Movies/{n} {y}/{fn}
No files selected for processing
Failure (°_°)
All the file paths are correct, there are episodes there that should be picked up - but its not doing as it should

Any help would be greatly appreciated! thanks.
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Help with uTorrent

Post by rednoah »

This log was most certainly not created by uTorrent running filebot. RTFM ;)

Hint: uTorrent would replace the %variables
:idea: Please read the FAQ and How to Request Help.
Maxxpowa
Posts: 2
Joined: 29 Jul 2014, 01:16

Re: Help with uTorrent

Post by Maxxpowa »

Ahh true sorry - I was doing testing with the command line....which I know I cant do without changing some stuff.

Sorry for the that.

Will report back with a correct log very shortly.
Post Reply