Search found 8 matches
- 06 Mar 2017, 09:25
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1036277
Re: Exclude Blacklist & Series-Mappings
How do i use those lists, or are they used automatically ?
- 05 Sep 2015, 13:39
- Forum: Scripting and Automation
- Topic: [CODE] Calling Filebot from JDownloader 2 Event Scripter
- Replies: 20
- Views: 34268
Re: [CODE] Calling Filebot from JDownloader 2 Event Scripter
Got another problem. Trying to use this on a synology nas (using linux style file paths) and the whole downloadBase folder stuff does not work. Doesn't get the packageroot correct, adding weird paths in front of download base path and so on...
- 05 Sep 2015, 11:36
- Forum: Scripting and Automation
- Topic: Do NOT rename/move unfinished archived
- Replies: 2
- Views: 2923
Do NOT rename/move unfinished archived
Hi, Is there any way i can prevent filebot from trying to rename/move unfinished archives ? I'm using Filebot together with JDownloader, as a archive is finished extracting, Filebot starts via JDownloader's Eventscripter Plugin. If at this time other parallel downloads have files in my download ...
- 26 Aug 2015, 19:34
- Forum: Scripting and Automation
- Topic: Same genres, different renaming/moving
- Replies: 8
- Views: 5144
Re: Same genres, different renaming/moving
Nope, but i try yours later on...for the unsorted format, i need to fetch the amc groovy script and edit this, or ?
- 26 Aug 2015, 12:28
- Forum: Scripting and Automation
- Topic: Same genres, different renaming/moving
- Replies: 8
- Views: 5144
Re: Same genres, different renaming/moving
I read about the --def unsorted=y but i didn't see a way to set a path/folder for this. About the genres, shouldn't that be something like: {genres =~ /Children|Family|Animation/ ? 'Serien - Kinder' : 'Serien' genres ? : 'No Genre'} I want tv shows with genre children, family. animation to go to ...
- 25 Aug 2015, 21:15
- Forum: Scripting and Automation
- Topic: Same genres, different renaming/moving
- Replies: 8
- Views: 5144
Re: Same genres, different renaming/moving
That worked and it was the caching, thank you. Another Question, if i use this for tv shows: "seriesFormat=/volume1/{genres =~ /Children|Family|Animation/ ? 'Serien - Kinder' : 'Serien'}/{n}/Staffel {s}/{n} {s00e00} - {t}" Can i add something to this query to have the file moved to a third location ...
- 23 Aug 2015, 11:11
- Forum: Scripting and Automation
- Topic: Same genres, different renaming/moving
- Replies: 8
- Views: 5144
Re: Same genres, different renaming/moving
Sorry fot the stupid question. but how would that query look like ? I'm quite new to filebot and still trying to understand how different options and switches play together.
- 23 Aug 2015, 07:52
- Forum: Scripting and Automation
- Topic: Same genres, different renaming/moving
- Replies: 8
- Views: 5144
Same genres, different renaming/moving
Hi, Got a strange Problem. I'm using Filebot to automatically rename and move different TV Shows to different Folders, since i have a Folder for TV-Shows for Kids and a folder for all other TV-Shows. I use this: "seriesFormat=/volume1/{genres =~ /Children|Family|Animation/ ? 'Serien - Kinder ...