generate-identifiers

Generate custom identifier rules for MoviePilot media recognition.

11.5k|1.4k|Updated May 31, 2023
One-click install
npx skills add https://github.com/jxxghp/MoviePilot --skill generate-identifiers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-identifiers
Source: https://github.com/jxxghp/MoviePilot/tree/main/skills/generate-identifiers
Command: npx skills add https://github.com/jxxghp/MoviePilot --skill generate-identifiers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps create custom identifier rules to fix mislabeling in torrent/file-name recognition and to manage global identifiers across MoviePilot.

Core Features & Use Cases

  • Generate conservative, sample-specific regex-based identifier rules based on user-provided samples.
  • Check for duplicates against existing rules and save updates via MCP tools to ensure global consistency.
  • Support multiple rule formats (block words, replacements, episode offsets, and combined rules) and use the WordsMatcher preprocessing logic to apply them.

Quick Start

Provide a sample torrent or file name showing mislabeling and ask to generate identifier rules.

Frequently Asked Questions about generate-identifiers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix misidentification of torrent names in media recognition systems?

To fix misidentification of torrent names, you can generate custom identifier rules that target specific naming patterns. This Skill creates conservative regex-based rules to correct mislabeled torrent and file names for accurate media recognition.

What types of identifier rules can I generate for file-name recognition?

You can generate four rule formats for file-name recognition: block words, replacements, episode offsets, and combined replacement plus offset rules. These formats use WordsMatcher preprocessing logic to apply corrections across typical torrent patterns.

How do I generate identifier rules using sample torrent names?

To generate identifier rules, provide a sample torrent or file name showing the mislabeling. The Skill analyzes the pattern, checks for duplicates against existing rules, and saves the updated regex rules via MCP tools for global consistency.

Does this identifier generation tool check for duplicate rules before saving?

Yes, the identifier generation process checks for duplicates against existing rules before saving. This ensures that newly generated regex rules do not conflict with or redundantly overlap current MoviePilot media recognition configurations.

How are generated identifier rules persisted for global media recognition?

Generated identifier rules are persisted through MCP tooling. Once saved via MCP tools, the block word and replacement rules apply globally across the MoviePilot system, ensuring consistent media recognition for all future torrent naming patterns.

When should I use episode offset rules for torrent naming corrections?

Use episode offset rules when torrent or file names have shifted episode numbers that cause misidentification. The combined replacement plus offset rule format corrects both naming terms and episode indexing simultaneously within the WordsMatcher logic.