diff --git a/docs/json/radarr/1080p.json b/docs/json/radarr/1080p.json new file mode 100644 index 000000000..52e994343 --- /dev/null +++ b/docs/json/radarr/1080p.json @@ -0,0 +1,17 @@ +{ + "trash_id": "820b09bb9acbfde9c35c71e0e565dad8", + "trash_score": "50", + "name": "1080p", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "1080p", + "implementation": "ResolutionSpecification", + "negate": false, + "required": true, + "fields": { + "value": 1080 + } + } + ] +} \ No newline at end of file diff --git a/docs/json/radarr/2160p.json b/docs/json/radarr/2160p.json index 66bb79a89..1b4501fe8 100644 --- a/docs/json/radarr/2160p.json +++ b/docs/json/radarr/2160p.json @@ -14,7 +14,7 @@ } }, { - "name": "HDR: HDR", + "name": "HDR", "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, @@ -23,16 +23,16 @@ } }, { - "name": "DoVi: Dolby Vision", + "name": "DV", "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(dv|dovi|dolby[ .]vision)\\b" + "value": "\\b(dv|dovi|dolby[ .]vision|DV[ .]HDR10|DV[ .]HLG|DV[ .]SDR)\\b" } }, { - "name": "HDR (undefined): FraMeSToR", + "name": "HDR (undefined)", "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, diff --git a/docs/json/radarr/720p.json b/docs/json/radarr/720p.json new file mode 100644 index 000000000..8ce6cb0ed --- /dev/null +++ b/docs/json/radarr/720p.json @@ -0,0 +1,17 @@ +{ + "trash_id": "b2be17d608fc88818940cd1833b0b24c", + "trash_score": "5", + "name": "720p", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "720p", + "implementation": "ResolutionSpecification", + "negate": false, + "required": true, + "fields": { + "value": 720 + } + } + ] +} \ No newline at end of file diff --git a/docs/json/radarr/atmos-undefined.json b/docs/json/radarr/atmos-undefined.json index ed65367d3..d98ae8285 100644 --- a/docs/json/radarr/atmos-undefined.json +++ b/docs/json/radarr/atmos-undefined.json @@ -1,6 +1,6 @@ { "trash_id": "417804f7f2c4308c1f4c5d380d4c4475", - "trash_score": "1800", + "trash_score": "3000", "name": "ATMOS (undefined)", "includeCustomFormatWhenRenaming": false, "specifications": [{ diff --git a/docs/json/radarr/bhdstudio.json b/docs/json/radarr/bhdstudio.json index dba12f7f6..ef14b064e 100644 --- a/docs/json/radarr/bhdstudio.json +++ b/docs/json/radarr/bhdstudio.json @@ -1,6 +1,6 @@ { "trash_id": "5153ec7413d9dae44e24275589b5e944", - "trash_score": "2100", + "trash_score": "2000", "name": "BHDStudio", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/dd-atmos.json b/docs/json/radarr/dd-atmos.json index 0341ae4fc..e945cfb16 100644 --- a/docs/json/radarr/dd-atmos.json +++ b/docs/json/radarr/dd-atmos.json @@ -1,6 +1,6 @@ { "trash_id": "1af239278386be2919e1bcee0bde047e", - "trash_score": "1800", + "trash_score": "3000", "name": "DD+ ATMOS", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/dd.json b/docs/json/radarr/dd.json index 504083b33..8ca7a7c7b 100644 --- a/docs/json/radarr/dd.json +++ b/docs/json/radarr/dd.json @@ -1,6 +1,6 @@ { "trash_id": "c2998bd0d90ed5621d8df281e839436e", - "trash_score": "900", + "trash_score": "750", "name": "DD", "includeCustomFormatWhenRenaming": false, "specifications": [{ diff --git a/docs/json/radarr/ddplus.json b/docs/json/radarr/ddplus.json index f63e7a447..992426894 100644 --- a/docs/json/radarr/ddplus.json +++ b/docs/json/radarr/ddplus.json @@ -1,6 +1,6 @@ { "trash_id": "185f1dd7264c4562b9022d963ac37424", - "trash_score": "1300", + "trash_score": "1750", "name": "DD+", "includeCustomFormatWhenRenaming": false, "specifications": [{ diff --git a/docs/json/radarr/dts-es.json b/docs/json/radarr/dts-es.json index ef8a10774..0a4eeb2f0 100644 --- a/docs/json/radarr/dts-es.json +++ b/docs/json/radarr/dts-es.json @@ -1,6 +1,6 @@ { "trash_id": "f9f847ac70a0af62ea4a08280b859636", - "trash_score": "1200", + "trash_score": "1500", "name": "DTS-ES", "includeCustomFormatWhenRenaming": false, "specifications": [{ diff --git a/docs/json/radarr/dts-hd-hra.json b/docs/json/radarr/dts-hd-hra.json index 91aa4da25..89b261323 100644 --- a/docs/json/radarr/dts-hd-hra.json +++ b/docs/json/radarr/dts-hd-hra.json @@ -1,6 +1,6 @@ { "trash_id": "8e109e50e0a0b83a5098b056e13bf6db", - "trash_score": "1400", + "trash_score": "2000", "name": "DTS-HD HRA", "includeCustomFormatWhenRenaming": false, "specifications": [{ diff --git a/docs/json/radarr/dts-hd-ma.json b/docs/json/radarr/dts-hd-ma.json index fb1b67dd6..7f1eab06c 100644 --- a/docs/json/radarr/dts-hd-ma.json +++ b/docs/json/radarr/dts-hd-ma.json @@ -1,97 +1,98 @@ { "trash_id": "dcf3ec6938fa32445f590a4da84256cd", - "trash_score": "1600", + "trash_score": "2500", "name": "DTS-HD MA", "includeCustomFormatWhenRenaming": false, - "specifications": [{ - "name": "DTS-HD MA", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "(dts(?>[-. ](?>ma|hd[^r](?!china))))" - } - }, - { - "name": "Not TrueHD/ATMOS", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "TrueHD|\\bATMOS(\\b|\\d)" - } - }, - { - "name": "Not Dolby Digital Plus", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "[^-]dd[p+]|eac3" - } - }, - { - "name": "Not Basic DTS", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "DTS[ .]?[1-9]" - } - }, - { - "name": "Not Basic Dolby Digital ", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "\\bDD(\\b|\\d)|(?[-. ](?>ma|hd[^r](?!china))))" + "value": "dts[ .-]?(ma\\b|hd[ .-]?ma|hd)(?!china|r)" } }, { diff --git a/docs/json/radarr/dv-hdr10.json b/docs/json/radarr/dv-hdr10.json index f7054e06f..cafe2b91d 100644 --- a/docs/json/radarr/dv-hdr10.json +++ b/docs/json/radarr/dv-hdr10.json @@ -1,6 +1,6 @@ { "trash_id": "e23edd2482476e595fb990b12e7c609c", - "trash_score": "1100", + "trash_score": "1550", "name": "DV HDR10", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/dv-hlg.json b/docs/json/radarr/dv-hlg.json index f047ba6dd..0ed32cf5b 100644 --- a/docs/json/radarr/dv-hlg.json +++ b/docs/json/radarr/dv-hlg.json @@ -1,6 +1,6 @@ { "trash_id": "55d53828b9d81cbe20b02efd00aa0efd", - "trash_score": "1000", + "trash_score": "1500", "name": "DV HLG", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/dv-sdr.json b/docs/json/radarr/dv-sdr.json index 7583d9896..91ef95328 100644 --- a/docs/json/radarr/dv-sdr.json +++ b/docs/json/radarr/dv-sdr.json @@ -1,6 +1,6 @@ { "trash_id": "a3e19f8f627608af0211acd02bf89735", - "trash_score": "1000", + "trash_score": "1500", "name": "DV SDR", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/dv.json b/docs/json/radarr/dv.json index 4c5bc42d1..afcc2549c 100644 --- a/docs/json/radarr/dv.json +++ b/docs/json/radarr/dv.json @@ -1,6 +1,6 @@ { "trash_id": "58d6a88f13e2db7f5059c41047876f00", - "trash_score": "1000", + "trash_score": "1500", "name": "DV", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/flac.json b/docs/json/radarr/flac.json index fcedb3d71..d4d3863ed 100644 --- a/docs/json/radarr/flac.json +++ b/docs/json/radarr/flac.json @@ -1,6 +1,6 @@ { "trash_id": "a570d4a0e56a2874b64e5bfa55202a1b", - "trash_score": "1500", + "trash_score": "2250", "name": "FLAC", "includeCustomFormatWhenRenaming": false, "specifications": [{ diff --git a/docs/json/radarr/hdr-undefined.json b/docs/json/radarr/hdr-undefined.json index bf43a458c..d4a36636c 100644 --- a/docs/json/radarr/hdr-undefined.json +++ b/docs/json/radarr/hdr-undefined.json @@ -1,6 +1,6 @@ { "trash_id": "2a4d9069cc1fe3242ff9bdaebed239bb", - "trash_score": "850", + "trash_score": "500", "name": "HDR (undefined)", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/hdr.json b/docs/json/radarr/hdr.json index 674756269..91b951014 100644 --- a/docs/json/radarr/hdr.json +++ b/docs/json/radarr/hdr.json @@ -1,6 +1,6 @@ { "trash_id": "e61e28db95d22bedcadf030b8f156d96", - "trash_score": "850", + "trash_score": "500", "name": "HDR", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/hdr10.json b/docs/json/radarr/hdr10.json index df9c3a789..c8882c819 100644 --- a/docs/json/radarr/hdr10.json +++ b/docs/json/radarr/hdr10.json @@ -1,6 +1,6 @@ { "trash_id": "dfb86d5941bc9075d6af23b09c2aeecd", - "trash_score": "875", + "trash_score": "550", "name": "HDR10", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/hdr10plus.json b/docs/json/radarr/hdr10plus.json index 91e221f01..5124009ad 100644 --- a/docs/json/radarr/hdr10plus.json +++ b/docs/json/radarr/hdr10plus.json @@ -1,6 +1,6 @@ { "trash_id": "b974a6cd08c1066250f1f177d7aa1225", - "trash_score": "900", + "trash_score": "600", "name": "HDR10+", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/hlg.json b/docs/json/radarr/hlg.json index 319b0217b..fd538263b 100644 --- a/docs/json/radarr/hlg.json +++ b/docs/json/radarr/hlg.json @@ -1,6 +1,6 @@ { "trash_id": "9364dd386c9b4a1100dde8264690add7", - "trash_score": "850", + "trash_score": "500", "name": "HLG", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/hq-remux.json b/docs/json/radarr/hq-remux.json index 30556f927..d035483ff 100644 --- a/docs/json/radarr/hq-remux.json +++ b/docs/json/radarr/hq-remux.json @@ -1,6 +1,6 @@ { "trash_id": "403f3f6266b90439cacc1e07cae4dc2d", - "trash_score": "1700", + "trash_score": "2000", "name": "HQ-Remux", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/hq-webdl.json b/docs/json/radarr/hq-webdl.json index 7ac336df6..0a00f9a05 100644 --- a/docs/json/radarr/hq-webdl.json +++ b/docs/json/radarr/hq-webdl.json @@ -1,6 +1,6 @@ { "trash_id": "26fa26253af4001701fedb56cec376dc", - "trash_score": "1700", + "trash_score": "1750", "name": "HQ-WEBDL", "includeCustomFormatWhenRenaming": false, "specifications": [ @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(-TOMMY|-BLUTONiUM|-NTG|-TEPES|-KiNGS|-NTb|-CMRG|AJP69|-PHOENiX|-monkee|-MZABI|ROCCaT|FLUX|NOSiViD)\\b" + "value": "\\b(-TOMMY|-BLUTONiUM|-NTG|-TEPES|-KiNGS|-NTb|-CMRG|AJP69|-PHOENiX|-monkee|-MZABI|ROCCaT|FLUX|NOSiViD|SIC)\\b" } }, { diff --git a/docs/json/radarr/hq.json b/docs/json/radarr/hq.json index b70796fd2..684dbb090 100644 --- a/docs/json/radarr/hq.json +++ b/docs/json/radarr/hq.json @@ -1,6 +1,6 @@ { "trash_id": "1c7d7b04b15cc53ea61204bebbcc1ee2", - "trash_score": "1700", + "trash_score": "1800", "name": "HQ", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/hybrid.json b/docs/json/radarr/hybrid.json index 58dddd0de..aad7d8195 100644 --- a/docs/json/radarr/hybrid.json +++ b/docs/json/radarr/hybrid.json @@ -1,6 +1,6 @@ { "trash_id": "0f12c086e289cf966fa5948eac571f44", - "trash_score": "200", + "trash_score": "100", "name": "Hybrid", "includeCustomFormatWhenRenaming": true, "specifications": [{ diff --git a/docs/json/radarr/imax-enchanced.json b/docs/json/radarr/imax-enchanced.json new file mode 100644 index 000000000..42f177b3a --- /dev/null +++ b/docs/json/radarr/imax-enchanced.json @@ -0,0 +1,17 @@ +{ + "trash_id": "9f6cbff8cfe4ebbc1bde14c7b7bec0de", + "trash_score": "750", + "name": "IMAX Enhanced", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "IMAX Enhanced", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "^(?=.*(DSNP|CORE(?=[ ._-]web[ ._-]?(dl|rip)\\b)|\\bBC(?=[ ._-]web[ ._-]?(dl|rip)\\b)|IMAX[- .]Enhanced)\\b)(?=.*\\b(IMAX|IMAX[- .]Enhanced)\\b).*" + } + } + ] +} \ No newline at end of file diff --git a/docs/json/radarr/imax.json b/docs/json/radarr/imax.json index 911feb3ee..c90eb9295 100644 --- a/docs/json/radarr/imax.json +++ b/docs/json/radarr/imax.json @@ -1,6 +1,6 @@ { "trash_id": "eecf3a857724171f968a66cb5719e152", - "trash_score": "190", + "trash_score": "25", "name": "IMAX", "includeCustomFormatWhenRenaming": true, "specifications": [ @@ -12,6 +12,15 @@ "fields": { "value": "\\bIMAX\\b" } + }, + { + "name": "NOT: IMAX Enhanced", + "implementation": "ReleaseTitleSpecification", + "negate": true, + "required": true, + "fields": { + "value": "^(?=.*(DSNP|CORE(?=[ ._-]web[ ._-]?(dl|rip)\\b)|\\bBC(?=[ ._-]web[ ._-]?(dl|rip)\\b)|IMAX[- .]Enhanced)\\b)(?=.*\\b(IMAX|IMAX[- .]Enhanced)\\b).*" + } } ] -} +} \ No newline at end of file diff --git a/docs/json/radarr/lq.json b/docs/json/radarr/lq.json index 4732ea9aa..48a81c250 100644 --- a/docs/json/radarr/lq.json +++ b/docs/json/radarr/lq.json @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(aXXo|CrEwSaDe|DNL|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b" + "value": "\\b(CDDHD|-EuReKA|DDR|DNL|-BARC0DE)\\b" } }, { @@ -68,4 +68,4 @@ } } ] -} +} \ No newline at end of file diff --git a/docs/json/radarr/pcm.json b/docs/json/radarr/pcm.json index f0526ae6a..dd4dba78c 100644 --- a/docs/json/radarr/pcm.json +++ b/docs/json/radarr/pcm.json @@ -1,6 +1,6 @@ { "trash_id": "e7c2fcae07cbada050a0af3357491d7b", - "trash_score": "1500", + "trash_score": "2250", "name": "PCM", "includeCustomFormatWhenRenaming": false, "specifications": [{ diff --git a/docs/json/radarr/pq.json b/docs/json/radarr/pq.json index efffabfc8..122efc605 100644 --- a/docs/json/radarr/pq.json +++ b/docs/json/radarr/pq.json @@ -1,6 +1,6 @@ { "trash_id": "08d6d8834ad9ec87b1dc7ec8148e7a1f", - "trash_score": "850", + "trash_score": "500", "name": "PQ", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/remaster.json b/docs/json/radarr/remaster.json index 39bbb9c96..b87d4a7f0 100644 --- a/docs/json/radarr/remaster.json +++ b/docs/json/radarr/remaster.json @@ -1,6 +1,6 @@ { "trash_id": "570bc9ebecd92723d2d21500f4be314c", - "trash_score": "190", + "trash_score": "25", "name": "Remaster", "includeCustomFormatWhenRenaming": false, "specifications": [{ diff --git a/docs/json/radarr/special-edition.json b/docs/json/radarr/special-edition.json index f1763bda9..366278d20 100644 --- a/docs/json/radarr/special-edition.json +++ b/docs/json/radarr/special-edition.json @@ -1,6 +1,6 @@ { "trash_id": "957d0f44b592285f26449575e8b1167e", - "trash_score": "180", + "trash_score": "25", "name": "Special Edition", "includeCustomFormatWhenRenaming": false, "specifications": [{ diff --git a/docs/json/radarr/truehd-atmos.json b/docs/json/radarr/truehd-atmos.json index 07d946058..daecbd60a 100644 --- a/docs/json/radarr/truehd-atmos.json +++ b/docs/json/radarr/truehd-atmos.json @@ -1,6 +1,6 @@ { "trash_id": "496f355514737f7d83bf7aa4d24f8169", - "trash_score": "2000", + "trash_score": "5000", "name": "TrueHD ATMOS", "includeCustomFormatWhenRenaming": false, "specifications": [{ diff --git a/docs/json/radarr/truehd.json b/docs/json/radarr/truehd.json index 1677836c5..645bde701 100644 --- a/docs/json/radarr/truehd.json +++ b/docs/json/radarr/truehd.json @@ -1,6 +1,6 @@ { "trash_id": "3cafb66171b47f226146a0770576870f", - "trash_score": "1700", + "trash_score": "2750", "name": "TrueHD", "includeCustomFormatWhenRenaming": false, "specifications": [{ diff --git a/docs/json/radarr/uhd-ctrlhd.json b/docs/json/radarr/uhd-ctrlhd.json index 875b7ba28..7d98cfc2b 100644 --- a/docs/json/radarr/uhd-ctrlhd.json +++ b/docs/json/radarr/uhd-ctrlhd.json @@ -1,6 +1,6 @@ { "trash_id": "66aaa8c2c03c0191a95f0d655b75ab10", - "trash_score": "3000", + "trash_score": "2300", "name": "UHD (CtrlHD)", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/uhd-don.json b/docs/json/radarr/uhd-don.json index d1c2d9af0..55490dece 100644 --- a/docs/json/radarr/uhd-don.json +++ b/docs/json/radarr/uhd-don.json @@ -1,6 +1,6 @@ { "trash_id": "afeb99e5db09290546f742503ce1cdb6", - "trash_score": "3000", + "trash_score": "2300", "name": "UHD (DON)", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/uhd-hqmux.json b/docs/json/radarr/uhd-hqmux.json index 93714eeaa..32e83e981 100644 --- a/docs/json/radarr/uhd-hqmux.json +++ b/docs/json/radarr/uhd-hqmux.json @@ -1,6 +1,6 @@ { "trash_id": "96848626e1570c122aba8642fe2714a2", - "trash_score": "2950", + "trash_score": "2250", "name": "UHD (HQMUX)", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/uhd-legi0n.json b/docs/json/radarr/uhd-legi0n.json index 021258684..72b0d6695 100644 --- a/docs/json/radarr/uhd-legi0n.json +++ b/docs/json/radarr/uhd-legi0n.json @@ -1,6 +1,6 @@ { "trash_id": "4da96773192a51cf96178212642ca3bb", - "trash_score": "2925", + "trash_score": "2200", "name": "UHD (LEGi0N)", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/uhd-w4nk3r.json b/docs/json/radarr/uhd-w4nk3r.json index 14501eecb..49ffc7523 100644 --- a/docs/json/radarr/uhd-w4nk3r.json +++ b/docs/json/radarr/uhd-w4nk3r.json @@ -1,6 +1,6 @@ { "trash_id": "ffebc267e9c98d3d383f37b238550079", - "trash_score": "3000", + "trash_score": "2300", "name": "UHD (W4NK3R)", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/uhd-webdv.json b/docs/json/radarr/uhd-webdv.json index 37797d23a..46491e8cf 100644 --- a/docs/json/radarr/uhd-webdv.json +++ b/docs/json/radarr/uhd-webdv.json @@ -1,6 +1,6 @@ { "trash_id": "ac49fdbf6a662d380556f40ff4856f29", - "trash_score": "2875", + "trash_score": "2150", "name": "UHD (WEBDV)", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/x265-7201080p.json b/docs/json/radarr/x265-7201080p.json index dc03d7b07..4f6766d8b 100644 --- a/docs/json/radarr/x265-7201080p.json +++ b/docs/json/radarr/x265-7201080p.json @@ -30,15 +30,6 @@ "fields": { "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" } - }, - { - "name": "Quality Group Exceptions", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "-MZABI|-NCmt\\b" - } } ] -} \ No newline at end of file +} diff --git a/docs/updates.txt b/docs/updates.txt index e50fad736..b04ccccc0 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,6 +1,14 @@ # 2022-01-14 +Updated: Radarr - Collection of Custom Formats - Fixed: CF [BR-DISK] Not matching if release group has DVD in it. +- Fixed: CF [DTS] so it doesn't match `dts-mar` or `dts.hdr`. +- Fixed: CF [DTS-HD MA] so it doesn't match `dts-mar` or `dts.hdr`. +- Updated: CF [HQ-WEBDL] added `SIC` as `HQ WEBDL`. +- Fixed: CF [LQ] corrected double paste and added correct block. +- Updated: CF [x265 (720/1080p)] removed `Quality Group Exceptions` condition after several complaints. +- NEW: CF [IMAX Enhanced] +- Fixed: CF [IMAX] to prevent double scoring with [IMAX Enhanced] +- Updated: Scores to the new scoring standard # 2022-01-14 Initial Release for the new changelog. -