Help with automated script

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
FusionDatabase
Posts: 1
Joined: 07 Feb 2015, 09:25

Help with automated script

Post by FusionDatabase »

Hi all,

I would be so grateful if somebody could help Ive been trying to get this to work for days and have looked at loads of tuts on here!

uTorrent:

Put new downloads in: C:\Users\FUSION\Documents\Downloads\incomplete
Move completed to: C:\Users\FUSION\Downloads\Torrents

Now this is basically what I want to happen: Torrent finishes downloading, gets moved to the folder above. Filebot will pick this up rename and place in my Plex folder.

Plex folder:
Movies: C:/Users/FUSION/Desktop/Plex/Movies
Tv shows: C:/Users/FUSION/Desktop/Plex/Tv Shows

I just can't get this to work but think i'm now too confused, this is the simple script im using:

filebot -script fn:amc --output "C:/Users/FUSION/Desktop/Plex" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"

If somebody could help I would appreciate it!

This is my output im getting:
C:\Users\FUSION>filebot -script fn:amc --output "C:/Users/FUSION/Desktop/Plex" -
-log-file amc.log --action copy --conflict override -non-strict --def music=y su
btitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_
file=%F" "ut_dir=%D"
Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
Locking C:\Users\FUSION\AppData\Roaming\FileBot\logs\amc.log
Parameter: music = y
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
No files selected for processing
Failure (┬░_┬░)
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Help with automated script

Post by rednoah »

Please read the Troubleshooting section carefully until it makes sense.

@see viewtopic.php?f=4&t=215
:idea: Please read the FAQ and How to Request Help.
Post Reply