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