Save patterns for scene filename parser

As far as I can tell, there is no way to save filename patterns for future use. This is unfortunate because I have some studios for which I do regularly download new scenes and don’t want to keep entering the pattern again.

Also it would be nice to support associating patterns with studios. E.g. all files matching pattern X should also set studio to X

Relatedly, I would love to integrate this into scan. For example, new scenes matching pattern HL{mm}{dd}{yy} would set the date per the filename and could set the studio to a fixed name (hunter’s lair in this case).

pathParser or filenameParser plugins should be able to achieve this.

Ah interesting!

Reading the code for filename parser it looks like it’s trying to be all automatic, which won’t work for me I think

But path parser should work. (Seems I have to edit the source code to configure patterns, would be nice if the readme mentioned that)

Actually path parser does not seem to support setting dates :frowning:

Maybe I’ll have to write my own plugin…

My bad. I missed that in the README. If you write one or update one of the existing ones, please share.