automation with uTorrent
Posted: 30 Dec 2013, 01:59
Hello,
I am having a little trouble getting uTorrent to run the AMC script. I followed the tutorial for uTorrent but I don't have something right. When I run the script from CLI, it works great except for how it names the season folder (which I will talk about in a minute). uTorrent tries to execute the script but it doesn't do anything.
Here is the script I have entered into uTorrent:
uTorrent's Logger tab shows:
It doesn't do anything. I'm missing something.
This is the CLI script:
This is the output I get when I use the CLI:
Any help is greatly appreciated.
I am having a little trouble getting uTorrent to run the AMC script. I followed the tutorial for uTorrent but I don't have something right. When I run the script from CLI, it works great except for how it names the season folder (which I will talk about in a minute). uTorrent tries to execute the script but it doesn't do anything.
Here is the script I have entered into uTorrent:
Code: Select all
filebot.launcher -script fn:amc --output "Z:/" --log-file amc.log --action move --conflict override -non-strict --def music=n artwork=n --def "seriesFormat=TV/{n}/{\"Season \${s.pad(2)}\"}/{s00e00} {t}/{n} {s00e00} {t}" "movieFormat=Movies/{n} ({y}) {\"[\$vf]\"}/{n} ({y})" --def clean=y --def plex=localhost "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"
Code: Select all
[2013-12-29 20:23:43] Executing: filebot.launcher -script fn:amc --output "Z:/" --log-file amc.log --action move --conflict override -non-strict --def music=n artwork=n --def "seriesFormat=TV/{n}/{\"Season \${s.pad(2)}\"}/{s00e00} {t}/{n} {s00e00} {t}" "movieFormat=Movies/{n} ({y}) {\"[\$vf]\"}/{n} ({y})" --def clean=y --def plex=localhost "ut_dir=C:\Users\Amishman\Downloads" "ut_file=The.Big.Bang.Theory.S07E11.HDTV.x264-LOL.mp4" "ut_kind=single" "ut_title=The.Big.Bang.Theory.S07E11.HDTV.x264-LOL.mp4" "ut_label=" "ut_state=5"
This is the CLI script:
Code: Select all
C:\Users\Amishman>filebot -script fn:amc "C:/1_test" --output "Z:/" --log-file a
mc.log --action move --conflict override -non-strict --def music=n subtitles=en
artwork=n --def "seriesFormat=TV/{n}/{\"Season \${s.pad(2)}\"}/{s00e00} {t}/{n}{s00e00} {t}" "movieFormat=Movies/{n} ({y}) {\"[\$vf]\"}/{n} ({y})" --def clean=y --def plex=localhost
Everything looks just the way I want it except for the season folder. I don't know why it shows as Season ${s.pad(2)}Z:\TV\The Big Bang Theory\Season ${s.pad(2)}\S07E11 The Cooper Extraction\The Big Ba
ng Theory S07E11 The Cooper Extraction.mp4
Any help is greatly appreciated.