Search found 3 matches
- 08 May 2019, 15:29
- Forum: Scripting and Automation
- Topic: Trying to understand filtering
- Replies: 4
- Views: 2500
Re: Trying to understand filtering
Now it's working perfectly. Thanks alot!
- 07 May 2019, 19:41
- Forum: Scripting and Automation
- Topic: Trying to understand filtering
- Replies: 4
- Views: 2500
Re: Trying to understand filtering
I see! Thanks alot for the explanation!
I got it working!
Follow up question, right now, if there is no label it won't work. Any way to fix that?
I got it working!
Follow up question, right now, if there is no label it won't work. Any way to fix that?

- 07 May 2019, 17:14
- Forum: Scripting and Automation
- Topic: Trying to understand filtering
- Replies: 4
- Views: 2500
Trying to understand filtering
Trying to apply a filter so that torrents with a specific label use the age filter and all torrents with other labels ignore the filtering altogether but I can't seem to get it working. filebot -list --q Firefly --filter "if (label == /test/) e < 5" --def ut_label=test returns 4 episodes as expected ...