Page 1 of 1

Make me a script please

Posted: 17 Nov 2016, 07:50
by yoe
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!!

Re: Make me a script please

Posted: 17 Nov 2016, 08:36
by rednoah
Create a cmd file and paste this command:

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
PayPal link is in my signature ↴

Re: Make me a script please

Posted: 22 Nov 2016, 04:01
by yoe
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?

Re: Make me a script please

Posted: 22 Nov 2016, 08:58
by rednoah
Yes, that's what it does.