Revert "feat(radarr): fixed mistakes & added regex examples"

This reverts commit 3548bf0f56.
pull/1176/head
nuxen 1 year ago
parent b1a16cbcc9
commit 5cd2ba0948

@ -19,7 +19,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(\\b|\\d)))(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(\\b|\\d)))(?!.*\\b(SDR)\\b)(?!.*\\b(HLG)\\b)(?!.*\\b(PQ)\\b)"
}
},
{

@ -1,7 +1,7 @@
{
"trash_id": "e23edd2482476e595fb990b12e7c609c",
"trash_score": "1500",
"trash_regex": "https://regex101.com/r/xIFQQR/1",
"trash_regex": "https://regex101.com/r/pADWJD/8",
"name": "DV HDR10",
"includeCustomFormatWhenRenaming": false,
"specifications": [

@ -1,7 +1,6 @@
{
"trash_id": "55d53828b9d81cbe20b02efd00aa0efd",
"trash_score": "1500",
"trash_regex": "https://regex101.com/r/Bc7NTL/2",
"name": "DV HLG",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?=.*\\b(HLG(\\b|\\d)))"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?=.*\\b(HLG)\\b)"
}
}
]

@ -1,7 +1,6 @@
{
"trash_id": "a3e19f8f627608af0211acd02bf89735",
"trash_score": "1500",
"trash_regex": "https://regex101.com/r/aJn0H8/1",
"name": "DV SDR",
"includeCustomFormatWhenRenaming": false,
"specifications": [

@ -1,7 +1,6 @@
{
"trash_id": "923b6abef9b17f937fab56cfcf89e1f1",
"trash_score": "-10000",
"trash_regex": "https://regex101.com/r/Jqg9Jo/2",
"name": "DV (WEBDL)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(\\b|\\d)))(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(\\b|\\d)))(?!.*\\b(SDR)\\b)(?!.*\\b(HLG)\\b)(?!.*\\b(PQ)\\b)"
}
},
{

@ -1,7 +1,6 @@
{
"trash_id": "58d6a88f13e2db7f5059c41047876f00",
"trash_score": "1500",
"trash_regex": "https://regex101.com/r/h9VdrP/2",
"name": "DV",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(10[^+P])?)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(10[^+P])?)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG)\\b)(?!.*\\b(PQ)\\b)"
}
}
]

@ -55,7 +55,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(HLG(\\b|\\d))"
"value": "\\b(HLG)\\b"
}
},
{

@ -1,7 +1,6 @@
{
"trash_id": "e61e28db95d22bedcadf030b8f156d96",
"trash_score": "500",
"trash_regex": "https://regex101.com/r/Jy24ye/2",
"name": "HDR",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(HDR)\\b)(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
"value": "^(?=.*\\b(HDR)\\b)(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG)\\b)(?!.*\\b(PQ)\\b)"
}
},
{

@ -1,7 +1,6 @@
{
"trash_id": "dfb86d5941bc9075d6af23b09c2aeecd",
"trash_score": "500",
"trash_regex": "https://regex101.com/r/EsT3YN/2",
"name": "HDR10",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(HDR10[^+P])\\b)(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
"value": "^(?=.*\\b(HDR10[^+P])\\b)(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG)\\b)(?!.*\\b(PQ)\\b)"
}
}
]

@ -1,7 +1,7 @@
{
"trash_id": "b17886cb4158d9fea189859409975758",
"trash_score": "901",
"trash_regex": "https://regex101.com/r/keKCbP/2",
"trash_regex": "https://regex101.com/r/hCAQEO/4",
"name": "HDR10+ Boost",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +11,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(HDR10(\\+|P(lus)?)))(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
"value": "^(?=.*\\b(HDR10(\\+|P(lus)?)))(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG)\\b)(?!.*\\b(PQ)\\b)"
}
}
]

@ -1,7 +1,7 @@
{
"trash_id": "b974a6cd08c1066250f1f177d7aa1225",
"trash_score": "600",
"trash_regex": "https://regex101.com/r/keKCbP/2",
"trash_regex": "https://regex101.com/r/hCAQEO/4",
"name": "HDR10+",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +11,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(HDR10(\\+|P(lus)?)))(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
"value": "^(?=.*\\b(HDR10(\\+|P(lus)?)))(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG)\\b)(?!.*\\b(PQ)\\b)"
}
}
]

@ -1,7 +1,6 @@
{
"trash_id": "9364dd386c9b4a1100dde8264690add7",
"trash_score": "500",
"trash_regex": "https://regex101.com/r/gAoHQt/1",
"name": "HLG",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(HLG(\\b|\\d)))(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(\\b|\\d)))(?!.*\\b(SDR)\\b)(?!.*\\b(PQ)\\b)"
"value": "^(?=.*\\b(HLG)\\b)(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(\\b|\\d)))(?!.*\\b(SDR)\\b)(?!.*\\b(PQ)\b)"
}
}
]

@ -1,7 +1,6 @@
{
"trash_id": "08d6d8834ad9ec87b1dc7ec8148e7a1f",
"trash_score": "500",
"trash_regex": "https://regex101.com/r/aaUkkW/2",
"name": "PQ",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(PQ)\\b)(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(\\b|\\d)))(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))"
"value": "(?=.*\\b(PQ)\\b)(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(\\b|\\d)))(?!.*\\b(SDR)\\b)(?!.*\\b(HLG)\b)"
}
}
]

Loading…
Cancel
Save