-
-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Description
I'm attempting to run this rule I created, but it doesn't seem to be working.
var rules = [
{
name: 'Performer/Performers - Title',
pattern: [
'be',
null,
/(.+) - (.+)/
],
fields: {
performers: '#1',
movie_title: '#2'
}
}
];
Here are the errors I receive:
25-06-18 17:15:13 Error
Plugin returned error: No rule matches id: 45
2025-06-18 17:15:13 Info
[Plugin / Path Parser] [PathParser] /be/Little Puck/Little Puck - Massive Milfy Mammaries Breast Growth.mp4
No matching rule!
'45' appears to be the id of this scene in my stash db.
What am I doing wrong?
Metadata
Metadata
Assignees
Labels
No labels