Thread: [User feedback required] Packagizer to exitloop once condition is matched
View Single Post
  #5  
Old 23.02.2020, 06:21
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,484
Default

Quote:
Originally Posted by zreenmkr View Post
my rational is the reverse of you explained. have all the specific rules at the top if those conditions not met then assign unknown generic ebooks to general ebooks folder.
There are a couple of options to achieve it with packagzier. For e.g. you could add a second condition (package name contains not) in your generic package name rule and set a new one only if it has not already been set.

A better option would be to use a script (Javascript) with packagizer hook in the Eventscripter extension, where you can control the exit accurately. It is also more convenient to search/add/remove keywords.
Reply With Quote