Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AutoCategory plugin help
#1
I'm trying to get the AutoCategory plugin to automatically assign tags or Categories to downloaded files, and gave it the following regular expressions..
[Image: 2015-01-13_10-22-07.png]

I tested the REs using BBEdit's grep search functionality - and they seem correct.
However, dispite this, when movies or tv shows are downloaded by Vuze the categories and/or tags are not being assigned.

Can anyone offer any suggestions in this regard?
Thanks.
Reply
#2
Not an expert on the plugin, but 

1) Filename matches work against the overall name of the torrent, if it is a multi-file torrent then it won't work on the file names within the torrent
2) Tracker URL matching is most unlikely to work for you - check the tracker URLs in the sources tab of a download

I manually tried your first pattern in Java and it seemed to work OK

Pattern p = Pattern.compile( "^.*S\\d\\dE\\d+.*\\..*$");


Matcher m = p.matcher( "whatever_S11E04.fruit");

resulted in a match.
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Help with mass retargeting of Torrents GaryE 26 28,599 10-30-2019, 09:17 AM
Last Post: megatron
  Auto-Shutdown Plugin? BigBad64 2 7,286 03-26-2018, 02:17 PM
Last Post: Havokdan



Users browsing this thread: 1 Guest(s)