CustomStrategyConfig
Configuration for custom series strategy
Note: Volume/chapter extraction from filenames is handled by the book strategy, not the series strategy. Use CustomBookConfig for regex-based volume/chapter parsing.
patternstringrequired
Regex pattern with named capture groups for series detection
Supported groups: publisher, series, book
Example: "^(?P
seriesNameTemplatestring
Template for constructing series name from capture groups Example: "{publisher} - {series}"
CustomStrategyConfig
{
"pattern": "string",
"seriesNameTemplate": "string"
}