ignore a Label from UT, or ignore a Folder

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
cobbtm2003
Posts: 10
Joined: 24 Apr 2014, 14:41

ignore a Label from UT, or ignore a Folder

Post by cobbtm2003 »

I have been using filebot with utorrent for some time now with 80% success. though this is by no fault of filebot. All my BBC/PBS downloads are named so out of whack that they require quite a bit a tweaking to get them to work in filebot. I tried having utorrent run the amc.groovy script on a per label basis, but it doesnt seem to work, it only works in the main utorrent preferences. so, i am looking for a way to tell filebot to ignore either the label for all bbc episodes (BBC) or perhaps i can have the bbc downloads go to there own folder and tell filebot to ignore it if its in that folder. Any help with this would be appreciated.
Last edited by cobbtm2003 on 24 Apr 2014, 18:14, edited 1 time in total.
User avatar
rednoah
The Source
Posts: 23934
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: ignore a Lebel from UT, or ignore a Folder

Post by rednoah »

Have you tried setting the ignore option?

Code: Select all

--def ignore=BBC|bbc
:idea: Please read the FAQ and How to Request Help.
cobbtm2003
Posts: 10
Joined: 24 Apr 2014, 14:41

Re: ignore a Lebel from UT, or ignore a Folder

Post by cobbtm2003 »

what does this ignore? is it the label? a folder with that name? or is it all encompassing?
User avatar
rednoah
The Source
Posts: 23934
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: ignore a Lebel from UT, or ignore a Folder

Post by rednoah »

It excludes files where it can find a given pattern in the file path. Label doesn't matter.
:idea: Please read the FAQ and How to Request Help.
cobbtm2003
Posts: 10
Joined: 24 Apr 2014, 14:41

Re: ignore a Lebel from UT, or ignore a Folder

Post by cobbtm2003 »

ah, so then i should have them all dropped into a folder called BBC or bbc then?
User avatar
rednoah
The Source
Posts: 23934
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: ignore a Lebel from UT, or ignore a Folder

Post by rednoah »

That'll work. Though I'd assume that all the filenames contain BBC as well and that's already good enough.
:idea: Please read the FAQ and How to Request Help.
cobbtm2003
Posts: 10
Joined: 24 Apr 2014, 14:41

Re: ignore a Lebel from UT, or ignore a Folder

Post by cobbtm2003 »

indeed. mvgroup labels almost ALL there torrents with BBC at the front. that combined with the fact that they always do (series1.3of 23) instead of s01e03, is most of the reason i have to manually rename them with the renamer. it almost never picks up the actual show name. :(
cobbtm2003
Posts: 10
Joined: 24 Apr 2014, 14:41

Re: ignore a Lebel from UT, or ignore a Folder

Post by cobbtm2003 »

rednoah wrote:That'll work. Though I'd assume that all the filenames contain BBC as well and that's already good enough.

Worked perfectly....thanks-a-muches! :D
Post Reply