Perform rename/move script on only specific TV shows

Any questions? Need some help?
Post Reply
lel
Posts: 2
Joined: 13 May 2014, 04:26

Perform rename/move script on only specific TV shows

Post by lel »

Hello everyone!

I was looking a for an automated TV show organizer and found FileBot. It looks good, but I'm not sure how to do something...

This is what I need:
1. Torrent finishes on Deluge
2. Certain TV shows get moved to /media/Data1/{n}, and certain other ones get moved to /media/Data2/{n}

I'm quite sure how to do any of this, so help is appreciated, but the main topic is about the specific TV shows.

(The reason I need this is because then my roommates can each have a folder for their TV shows, which get downloaded via http://www.showrss.info)

Something else I noticed is that it won't search subfolders? Some torrents are packaged inside a folder, and it won't seem to modify those.

Thanks.
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Perform rename/move script on only specific TV shows

Post by rednoah »

1.
AMC Script Deluge Integration

2.
Custom Episode Format with a simple if-contains-then-else

3.
It does "search" subfolders, or do you mean "rename" folders? Which is the wrong way of thinking about it, read the FAQ.
:idea: Please read the FAQ and How to Request Help.
lel
Posts: 2
Joined: 13 May 2014, 04:26

Re: Perform rename/move script on only specific TV shows

Post by lel »

Could you provide a link to a tutorial for #2? I'm quite new to this.

Regarding #3, when I tried it, it didn't seem to go inside a "jimmy.fallon.2014.xxxxx" folder.
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Perform rename/move script on only specific TV shows

Post by rednoah »

2. You will find these posts inspiring:
@see http://www.filebot.net/forums/viewtopic ... &t=2#p3272
@see http://www.filebot.net/forums/viewtopic ... 1277#p1277

e.g. you could force the output path like this:

Code: Select all

{csv('X:/prefix.csv').get(n) ?: '/media/Data1/'+n}
prefix.csv

Code: Select all

Dark Angel;/media/Data2/Dark Angel
Firefly;/media/Data2/Firefly
3. If the folder is already cleaned up (e.g contains movie.nfo file) filebot will not allow you to rename single files unless you delete the nfo file.
:idea: Please read the FAQ and How to Request Help.
Post Reply