Merge branch 'master' into dependabot/pip/mkdocs-material-9.0.15

pull/1190/head
TRaSH 1 year ago committed by GitHub
commit cdc1938557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,26 +1,36 @@
{
"trash_id": "957d0f44b592285f26449575e8b1167e",
"trash_score": "125",
"trash_regex": "https://regex101.com/r/ZUo0H1/1",
"trash_regex": "https://regex101.com/r/44pLFg/1",
"name": "Special Edition",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Special Edition",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "(?<!^|{)\\b(extended|uncut|directors|special|unrated|uncensored|cut|version|edition)(\\b|\\d)"
}
},
{
"name": "Not Theatrical ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "Theatrical"
}
"specifications": [
{
"name": "Special Edition",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "(?<!^|{)\\b(extended|uncut|directors|special|unrated|uncensored|cut|version|edition)(\\b|\\d)"
}
},
{
"name": "Not Theatrical ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "Theatrical"
}
},
{
"name": "Not IMAX Edition",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(IMAX[ ._-]Edition)\\b"
}
}
]
}

@ -1,6 +1,6 @@
radarr:
radarr-anime: # A custom name used to identify this particular instance.
base_url: [sonarr_url_goes_here]
base_url: [radarr_url_goes_here]
api_key: [api_key_goes_here]
quality_definition:

@ -21,24 +21,29 @@
"id": "anime-radarr"
},
{
"template": "radarr/sqp-1.yml",
"id": "sqp-1"
"template": "radarr/sqp/sqp-1.yml",
"id": "sqp-1",
"hidden": true
},
{
"template": "radarr/sqp-2.yml",
"id": "sqp-2"
"template": "radarr/sqp/sqp-2.yml",
"id": "sqp-2",
"hidden": true
},
{
"template": "radarr/sqp-3.yml",
"id": "sqp-3"
"template": "radarr/sqp/sqp-3.yml",
"id": "sqp-3",
"hidden": true
},
{
"template": "radarr/sqp-4.yml",
"id": "sqp-4"
"template": "radarr/sqp/sqp-4.yml",
"id": "sqp-4",
"hidden": true
},
{
"template": "radarr/sqp-5.yml",
"id": "sqp-5"
"template": "radarr/sqp/sqp-5.yml",
"id": "sqp-5",
"hidden": true
}
],
"sonarr": [

@ -89,7 +89,7 @@ plugins:
How-to-setup-for/Synology.md: Hardlinks/How-to-setup-for/Synology.md
How-to-setup-for/Unraid.md: Hardlinks/How-to-setup-for/Unraid.md
# Random redirects
Misc/trash-sync.md: Guide-Sync/guide-sync.md
Misc/trash-sync.md: Guide-Sync/index.md
# Shortcuts redirects
hardlinks.md: Hardlinks/Hardlinks-and-Instant-Moves.md
hardlink.md: Hardlinks/Hardlinks-and-Instant-Moves.md

Loading…
Cancel
Save