Ugh.. I tried doing it myself but was quickly filled with despair...
Will a kind soul help me out? I want a shortcut on my desktop that when I click on it runs a script that fetches all the TV shows / Movies that were downloaded on uTorrent (through an RSS feed via showrss.info) , from the folder:
C:\Users\Yoav\Downloads
The script ignores other download files like programs, pictures and other downloads, renames only the files it is sure of and than moves them to these folders:
S:\MOVIES\
S:\TV SHOWS\
inside TV shows there is also a folder for each show.
I'd be happy to paypal / venmo a few bucks for whoever wants to help.
Thanks in advance!!
Make me a script please
Re: Make me a script please
Create a cmd file and paste this command:
PayPal link is in my signature ↴
Code: Select all
filebot -script fn:amc "C:\Users\Yoav\Downloads" --output "S:" --action copy -non-strict --log-file "S:\amc.log" --def excludeList=amc.txt
Re: Make me a script please
Thanks rednoah, but how will Filebot know to divide the files into TV SHOWS and MOVIES ? and will it know to ignore files that are not video files?