Make me a script please

All about user-defined episode / movie / file name format expressions
Post Reply
yoe
Posts: 6
Joined: 11 Dec 2015, 06:40

Make me a script please

Post 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!!
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Make me a script please

Post 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 ↴
:idea: Please read the FAQ and How to Request Help.
yoe
Posts: 6
Joined: 11 Dec 2015, 06:40

Re: Make me a script please

Post 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?
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Make me a script please

Post by rednoah »

Yes, that's what it does.
:idea: Please read the FAQ and How to Request Help.
Post Reply