Adding to the script

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
naming_things
Posts: 2
Joined: 04 Nov 2014, 03:46

Adding to the script

Post by naming_things »

I would like to add stuff to the script I am using

Once I download a movie, I do the following.

1. Go to the folder D:\movies\the.movie.i.downloaded

2. Extract the movie & subs from the rars into the same directory. Then deleted the rar files. Leaving just the movie and subs.

3. So now I have D:\movies\the.movie.i.downloaded\the.movie.i.downloaded.mkv

4. I then place the folder into filebot and use the script D:\movies\{n} ({y})\{n} ({y}) (thanks to http://www.filebot.net/forums/viewtopic.php?f=6&t=829)
This creates and renames a folder and the movie the way I like it. Though I now have two folders in the directory, one with the way I like it and the original folder

I would like to add to this script that will deleted the original folder, also go off and Fetch Artwork and Nfo for Movies, in line with XBMC. I have seen there are scripts on the site for this. Though unfortunately I have no idea what I’m doing. I was hoping someone could fill in the blanks for me

Cheers
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Adding to the script

Post by rednoah »

Here you go:
http://www.filebot.net/forums/viewtopic ... =215#p1561

The details depend on your setup, but some (very) basic cmdline skills and the guide above should be more than enough.
:idea: Please read the FAQ and How to Request Help.
naming_things
Posts: 2
Joined: 04 Nov 2014, 03:46

Re: Adding to the script

Post by naming_things »

thanks rednoah, I will go check it out
Post Reply