37 lines
628 B
JSON
37 lines
628 B
JSON
{
|
|
"Patterns": [
|
|
{
|
|
"Enabled": true,
|
|
"Regex": "\\[\\d+\\]",
|
|
"Start": 1,
|
|
"End": -1
|
|
},
|
|
{
|
|
"Enabled": true,
|
|
"Regex": "[s]\\d+[e]\\d+",
|
|
"Start": 4,
|
|
"End": null,
|
|
"IgnoreCase": true
|
|
},
|
|
{
|
|
"Enabled": true,
|
|
"Regex": "[s]\\d+[.][e]\\d+",
|
|
"Start": 5,
|
|
"End": null,
|
|
"IgnoreCase": true
|
|
},
|
|
{
|
|
"Enabled": false,
|
|
"Regex": "[ ]\\d{2}[ ]",
|
|
"Start": 1,
|
|
"End": null
|
|
},
|
|
{
|
|
"Enabled": true,
|
|
"Regex": "\\d+$",
|
|
"Start": 0,
|
|
"End": null
|
|
}
|
|
],
|
|
"Extensions": [".mkv", ".avi", ".mp4"]
|
|
} |