Exclude movies

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
trugulum78
Posts: 3
Joined: 21 Feb 2014, 14:22

Exclude movies

Post by trugulum78 »

Hi,I'm using utorrent + automated media center script and all is working fine (great job).
But i don't want to procces movies,only tvshows.Is there a way to do it?
--def Movies=n is not working.
Thanks a lot for your work.
User avatar
rednoah
The Source
Posts: 23939
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Exclude movies

Post by rednoah »

You could have your own script filter out non-episode files and then just process only episode files.
:idea: Please read the FAQ and How to Request Help.
trugulum78
Posts: 3
Joined: 21 Feb 2014, 14:22

Re: Exclude movies

Post by trugulum78 »

Hi,thanks for your quick response.
You want to say I create my own groovy script with my args and then call it in utorrent?
I´m going to study it,but i´m not programmer and i think it´s too hard for me.
I´m going to try forcing the "ignore" label when i download movies.Is that correct?
Thanks for your time and sorry for my english.
User avatar
rednoah
The Source
Posts: 23939
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Exclude movies

Post by rednoah »

That would work. If you make filebot ignore the movie files completely that will do, it'll be excluded before filebot even checks if the file is an episode or a movie or whatever.
:idea: Please read the FAQ and How to Request Help.
trugulum78
Posts: 3
Joined: 21 Feb 2014, 14:22

Re: Exclude movies

Post by trugulum78 »

Ok,thanks for all.
Label is working for now,i'll try to make my own script.
Post Reply