Skip to content

Correct use of Scene Filename Parser #2740

Answered by WithoutPants
LeGrosFromage asked this question in Q&A
Discussion options

You must be logged in to vote

I was able to get it to parse correctly by using {performer} - {title}({date}).{ext}

Performer internally gets mapped to .* in the regex pattern, then stash tries to match the performer with the name. I think in this case the parser ends up with the trailing space, causing it to not match. We could probably change it to trim the leading and trailing whitespace to make it less finicky.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by WithoutPants
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
2 participants
Converted from issue

This discussion was converted from issue #2717 on July 13, 2022 07:07.