Merge branch 'master' into dependabot/github_actions/actions/cache-3.2.6

pull/1189/head
TRaSH 2 years ago committed by GitHub
commit cf53a13a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,26 +1,36 @@
{ {
"trash_id": "957d0f44b592285f26449575e8b1167e", "trash_id": "957d0f44b592285f26449575e8b1167e",
"trash_score": "125", "trash_score": "125",
"trash_regex": "https://regex101.com/r/ZUo0H1/1", "trash_regex": "https://regex101.com/r/44pLFg/1",
"name": "Special Edition", "name": "Special Edition",
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [{ "specifications": [
"name": "Special Edition", {
"implementation": "ReleaseTitleSpecification", "name": "Special Edition",
"negate": false, "implementation": "ReleaseTitleSpecification",
"required": true, "negate": false,
"fields": { "required": true,
"value": "(?<!^|{)\\b(extended|uncut|directors|special|unrated|uncensored|cut|version|edition)(\\b|\\d)" "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 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:
radarr-anime: # A custom name used to identify this particular instance. 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] api_key: [api_key_goes_here]
quality_definition: quality_definition:

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

@ -2,7 +2,7 @@ mkdocs-glightbox==0.3.1
mkdocs-awesome-pages-plugin==2.8.0 mkdocs-awesome-pages-plugin==2.8.0
mkdocs-git-revision-date-localized-plugin==1.1.0 mkdocs-git-revision-date-localized-plugin==1.1.0
mkdocs-macros-plugin==0.7.0 mkdocs-macros-plugin==0.7.0
mkdocs-material==9.0.13 mkdocs-material==9.0.15
mkdocs-minify-plugin==0.6.2 mkdocs-minify-plugin==0.6.2
mkdocs-redirects==1.2.0 mkdocs-redirects==1.2.0
mkdocs-include-markdown-plugin==4.0.3 mkdocs-include-markdown-plugin==4.0.3

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

Loading…
Cancel
Save