feat(guides): Add hallowed to (U)HD Bluray Tier 03 and create new `hallowed` Radarr custom format (#1978)

* - Add hallowed rlsgrp to (U)HD Bluray Tier 03
- Create new `hallowed` Radarr custom format
- Give default score of `600` to new `hallowed` Radarr custom format

* - Update changelog
pull/1982/head
yammes08 6 months ago committed by GitHub
parent 551009695b
commit 644c00bc4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,19 @@
{
"trash_id": "7a0d1ad358fee9f5b074af3ef3f9d9ef",
"trash_scores": {
"default": 600
},
"name": "hallowed",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "hallowed",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": true,
"fields": {
"value": "^(hallowed)$"
}
}
]
}

@ -44,6 +44,15 @@
"value": "^(BHDStudio)$"
}
},
{
"name": "hallowed",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(hallowed)$"
}
},
{
"name": "HONE",
"implementation": "ReleaseGroupSpecification",

@ -54,6 +54,15 @@
"value": "^(BHDStudio)$"
}
},
{
"name": "hallowed",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(hallowed)$"
}
},
{
"name": "HONE",
"implementation": "ReleaseGroupSpecification",

@ -1,3 +1,6 @@
# 2024-06-15 22:00
- [feat(guides): Add hallowed to (U)HD Bluray Tier 03 and create new hallowed Radarr custom format (#1978)](https://github.com/TRaSH-Guides/Guides/pull/1978)
# 2024-06-14 04:00
- Synology: [feat(jellyseerr): add jellyseerr (#209)](https://github.com/TRaSH-Guides/Synology-Templates/pull/209)
- Synology: [fix(env): add missing details and clarify for plex (#207)](https://github.com/TRaSH-Guides/Synology-Templates/pull/207)

Loading…
Cancel
Save