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.
Perform rename/move script on only specific TV shows
Re: Perform rename/move script on only specific TV shows
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.
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.
Re: Perform rename/move script on only specific TV shows
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.
Regarding #3, when I tried it, it didn't seem to go inside a "jimmy.fallon.2014.xxxxx" folder.
Re: Perform rename/move script on only specific TV shows
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:
prefix.csv
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.
@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}
Code: Select all
Dark Angel;/media/Data2/Dark Angel
Firefly;/media/Data2/Firefly