Skip to content

PathParser cannot find rule? #582

@SturmB

Description

@SturmB

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions