mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 16:26:58 +00:00
* addition: custom formats imported from dev * feat. Added scripts to conduct automate testing * feat. Added CODEOWNERS file for reviews * feat. Added workflow for automated testing on PR * change. test script now exits on fail * fix. Use py3 for running regex script * fix. Adjusted sys exits on failed tests * addition. Added placeholder json files from profilarr
112 lines
3.7 KiB
JSON
112 lines
3.7 KiB
JSON
{
|
|
"name": "2160p x265",
|
|
"includeCustomFormatWhenRenaming": false,
|
|
"specifications": [
|
|
{
|
|
"name": "x265",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"implementationName": "Release Title",
|
|
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
|
|
"negate": false,
|
|
"required": true,
|
|
"fields": [
|
|
{
|
|
"order": 0,
|
|
"name": "value",
|
|
"label": "Regular Expression",
|
|
"helpText": "Custom Format RegEx is Case Insensitive",
|
|
"value": "^(?!.*(?i:remux)).*([x]\\s?(\\.?265))",
|
|
"type": "textbox",
|
|
"advanced": false,
|
|
"privacy": "normal",
|
|
"isFloat": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Disc",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"implementationName": "Release Title",
|
|
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": [
|
|
{
|
|
"order": 0,
|
|
"name": "value",
|
|
"label": "Regular Expression",
|
|
"helpText": "Custom Format RegEx is Case Insensitive",
|
|
"value": "^(?!.*\\b((?<!HD[._ -]|HD)DVD|BDRip|MKV|XviD|WMV|d3g|BDREMUX|REMUX|^(?=.*1080p)(?=.*HEVC)|[xh][-_. ]?26[45]|German.*DL|((?<=\\d{4}).*German.*(DL)?)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2)\\b))\\b)(((?=.*\\b(Blu[-_. ]?ray|BD|HD[-_. ]?DVD)\\b)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2|BDMV|ISO)\\b))|^((?=.*\\b(^((?=.*\\b((.*_)?COMPLETE.*|Dis[ck])\\b)(?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_. ]?(25|50|66|100|ISO)))))))).*|(?i)(DVD9|DVD5|NTSC|PAL|VOB IFO|VC-1|AVC|MPEG-2|\\bCOMPLETE[-.\\s]?(?:UHD[-.\\s])?BLU[-.\\s]?RAY\\b|\\bCOMPLETE BLURAY\\b|\\bBR-Disk\\b)",
|
|
"type": "textbox",
|
|
"advanced": false,
|
|
"privacy": "normal",
|
|
"isFloat": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Remux",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"implementationName": "Release Title",
|
|
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": [
|
|
{
|
|
"order": 0,
|
|
"name": "value",
|
|
"label": "Regular Expression",
|
|
"helpText": "Custom Format RegEx is Case Insensitive",
|
|
"value": "(?i)(REMUX|DVDRip)",
|
|
"type": "textbox",
|
|
"advanced": false,
|
|
"privacy": "normal",
|
|
"isFloat": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "2160p",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"implementationName": "Release Title",
|
|
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
|
|
"negate": false,
|
|
"required": true,
|
|
"fields": [
|
|
{
|
|
"order": 0,
|
|
"name": "value",
|
|
"label": "Regular Expression",
|
|
"helpText": "Custom Format RegEx is Case Insensitive",
|
|
"value": "(?<=^|[\\s.\\-(])(2160p|UHD)\\b",
|
|
"type": "textbox",
|
|
"advanced": false,
|
|
"privacy": "normal",
|
|
"isFloat": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "1080p",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"implementationName": "Release Title",
|
|
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": [
|
|
{
|
|
"order": 0,
|
|
"name": "value",
|
|
"label": "Regular Expression",
|
|
"helpText": "Custom Format RegEx is Case Insensitive",
|
|
"value": "[.\\- (\\[]?1080p",
|
|
"type": "textbox",
|
|
"advanced": false,
|
|
"privacy": "normal",
|
|
"isFloat": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|