Page 1 of 1
Exclude movies
Posted: 21 Feb 2014, 14:34
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.
Re: Exclude movies
Posted: 21 Feb 2014, 15:30
by rednoah
You could have your own script filter out non-episode files and then just process only episode files.
Re: Exclude movies
Posted: 21 Feb 2014, 16:44
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.
Re: Exclude movies
Posted: 21 Feb 2014, 16:47
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.
Re: Exclude movies
Posted: 21 Feb 2014, 18:00
by trugulum78
Ok,thanks for all.
Label is working for now,i'll try to make my own script.