View Single Post
  #2  
Old 30.07.2019, 10:55
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,549
Default

Example rule to match TV Series:

Code:
If > File Name > contains > s\d{1,3}e\d{1,3}(?:$|\D) (Enable the regex button at the end of the field)
Then set > Download Directory > TV Series

To accurately identify movie files, you will need to use additional criteria (use other strings in filename or url), and not just negate the above rule.
Reply With Quote