Merge branch 'master' into master

pull/1002/head
Michael Thomas 2 years ago committed by GitHub
commit 3ba80a6b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,39 +5,30 @@
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"name": "ABBIE",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
"value": "\\b(ABBIE)\\b"
}
},
{
"name": "ABBIE",
"name": "AJP69",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(ABBIE)\\b"
"value": "\\b(AJP69)\\b"
}
},
{
"name": "AJP69",
"name": "APEX",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(AJP69)\\b"
"value": "\\b(APEX)\\b"
}
},
{
@ -156,6 +147,24 @@
"fields": {
"value": "\\b(TEPES)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}

@ -22,6 +22,15 @@
"value": "\\b(AJP69)\\b"
}
},
{
"name": "APEX",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(APEX)\\b"
}
},
{
"name": "CasStudio",
"implementation": "ReleaseGroupSpecification",

@ -1,3 +1,19 @@
# 2022-12-04 18:30
**[Starr]**
- Added: `APEX` to CF `WEB Tier 01`. *PR#1003*
- Added: `Proper2` condition to CF `Repack v2`. *PR#1000*
- Updated: CF `MA` score so it's not trumped by repacks. *PR#1000*
- Added: `PQ` condition to CF `SDR` `2160p`. *PR#1000*
**[Radarr]**
- Updated: CF `Repack` scores to match Sonarr. *PR#1000*
**[Guides]**
*How to setup Quality Profiles (French) PR#995*
- Corrected some French wording and grammar.
- Corrected VFQ format to not recognise FRENCH alone. It needs now MULTi in front of it (but will not recognise the Multi-French format) so it should leave alone the French original movies.
- This is still not bulletproof but should lead to less false positives.
# 2022-11-27 18:00
**[NZBGet]**
*Downloaders - Download Clients PR#992*

Loading…
Cancel
Save