From b45cdd1e30bc6fb2c2ee75c2b8f7fea2ebf530ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 10:38:31 +0000 Subject: [PATCH 1/6] Bump mkdocs-material from 8.3.0 to 8.3.3 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.3.0 to 8.3.3. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.3.0...8.3.3) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b70e6bda3..f7f0bb6f9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,6 +2,6 @@ lightgallery==0.5 mkdocs-awesome-pages-plugin==2.7.0 mkdocs-git-revision-date-localized-plugin==1.0.1 mkdocs-macros-plugin==0.7.0 -mkdocs-material==8.3.0 +mkdocs-material==8.3.3 mkdocs-minify-plugin==0.5.0 mkdocs-redirects==1.0.4 From eacb998dcddfd8e334537c74ab2d74e3cff1435f Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 13 Jun 2022 21:02:14 +0200 Subject: [PATCH 2/6] Shortened Streaming Service naming - Changed: On request Streaming Service to short names. --- docs/json/radarr/amazon.json | 2 +- docs/json/radarr/apple-tvplus.json | 2 +- docs/json/radarr/disneyplus.json | 2 +- docs/json/radarr/hbo-max.json | 2 +- docs/json/radarr/netflix.json | 2 +- docs/json/radarr/paramountplus.json | 2 +- docs/json/radarr/peacock-tv.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/json/radarr/amazon.json b/docs/json/radarr/amazon.json index 96ad1d912..61a519280 100644 --- a/docs/json/radarr/amazon.json +++ b/docs/json/radarr/amazon.json @@ -1,6 +1,6 @@ { "trash_id": "b3b3a6ac74ecbd56bcdbefa4799fb9df", - "name": "Amazon", + "name": "AMZN", "includeCustomFormatWhenRenaming": true, "specifications": [ { diff --git a/docs/json/radarr/apple-tvplus.json b/docs/json/radarr/apple-tvplus.json index b345644ef..9291cffdf 100644 --- a/docs/json/radarr/apple-tvplus.json +++ b/docs/json/radarr/apple-tvplus.json @@ -1,6 +1,6 @@ { "trash_id": "3472d276482257d68f7836a55ca24877", - "name": "Apple TV+", + "name": "APTV", "includeCustomFormatWhenRenaming": true, "specifications": [ { diff --git a/docs/json/radarr/disneyplus.json b/docs/json/radarr/disneyplus.json index 3b62e7c1c..bde408be2 100644 --- a/docs/json/radarr/disneyplus.json +++ b/docs/json/radarr/disneyplus.json @@ -1,6 +1,6 @@ { "trash_id": "84272245b2988854bfb76a16e60baea5", - "name": "Disney+", + "name": "DSNP", "includeCustomFormatWhenRenaming": true, "specifications": [ { diff --git a/docs/json/radarr/hbo-max.json b/docs/json/radarr/hbo-max.json index f7e50d380..689545e8e 100644 --- a/docs/json/radarr/hbo-max.json +++ b/docs/json/radarr/hbo-max.json @@ -1,6 +1,6 @@ { "trash_id": "5763d1b0ce84aff3b21038eea8e9b8ad", - "name": "HBO Max", + "name": "HMAX", "includeCustomFormatWhenRenaming": true, "specifications": [ { diff --git a/docs/json/radarr/netflix.json b/docs/json/radarr/netflix.json index bee77be77..f328c1578 100644 --- a/docs/json/radarr/netflix.json +++ b/docs/json/radarr/netflix.json @@ -1,6 +1,6 @@ { "trash_id": "170b1d363bd8516fbf3a3eb05d4faff6", - "name": "Netflix", + "name": "NF", "includeCustomFormatWhenRenaming": true, "specifications": [ { diff --git a/docs/json/radarr/paramountplus.json b/docs/json/radarr/paramountplus.json index b568569f7..dbf9080d2 100644 --- a/docs/json/radarr/paramountplus.json +++ b/docs/json/radarr/paramountplus.json @@ -1,6 +1,6 @@ { "trash_id": "e36a0ba1bc902b26ee40818a1d59b8bd", - "name": "Paramount+", + "name": "PMTP", "includeCustomFormatWhenRenaming": true, "specifications": [ { diff --git a/docs/json/radarr/peacock-tv.json b/docs/json/radarr/peacock-tv.json index 787fcefa2..aee2f861c 100644 --- a/docs/json/radarr/peacock-tv.json +++ b/docs/json/radarr/peacock-tv.json @@ -1,6 +1,6 @@ { "trash_id": "c9fd353f8f5f1baf56dc601c4cb29920", - "name": "Peacock TV", + "name": "PCOK", "includeCustomFormatWhenRenaming": true, "specifications": [ { From f019dcfdcaa25bc98930d639f6ecd3d06cb57660 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 13 Jun 2022 21:04:00 +0200 Subject: [PATCH 3/6] # 2022-06-13 # 2022-06-13 --- docs/updates.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/updates.txt b/docs/updates.txt index 0d0e567bf..5d22732d5 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,7 @@ +# 2022-06-13 +Shortened Streaming Service naming #626 +- Changed: On request Streaming Service to short names. + # 2022-06-08 Radarr cf dv hdr10 fix for bad (re)named files #615 - Added: Fix for bad (re)named DV HDR10 releases. From 63cbe2acf43e32289faa02cdb91cf7f8edab8f6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 19:05:57 +0000 Subject: [PATCH 4/6] Bump actions/setup-python from 3 to 4 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e88d971e1..36e02ab6a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: '0' - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v4 with: python-version: 3.x - run: pip install -r docs/requirements.txt From fdd1adcd6af164784eebf310d373dce70c863c57 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Tue, 14 Jun 2022 23:19:16 +0200 Subject: [PATCH 5/6] Added: Score 0 for recyclarr compatibility - Added: Score 0 for recyclarr compatibility --- docs/json/radarr/amazon.json | 1 + docs/json/radarr/apple-tvplus.json | 1 + docs/json/radarr/disneyplus.json | 1 + docs/json/radarr/hbo-max.json | 1 + docs/json/radarr/hulu.json | 1 + docs/json/radarr/netflix.json | 1 + docs/json/radarr/paramountplus.json | 1 + docs/json/radarr/peacock-tv.json | 1 + 8 files changed, 8 insertions(+) diff --git a/docs/json/radarr/amazon.json b/docs/json/radarr/amazon.json index 61a519280..bad6ac096 100644 --- a/docs/json/radarr/amazon.json +++ b/docs/json/radarr/amazon.json @@ -1,5 +1,6 @@ { "trash_id": "b3b3a6ac74ecbd56bcdbefa4799fb9df", + "trash_score": "0", "name": "AMZN", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/apple-tvplus.json b/docs/json/radarr/apple-tvplus.json index 9291cffdf..0f54c3c91 100644 --- a/docs/json/radarr/apple-tvplus.json +++ b/docs/json/radarr/apple-tvplus.json @@ -1,5 +1,6 @@ { "trash_id": "3472d276482257d68f7836a55ca24877", + "trash_score": "0", "name": "APTV", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/disneyplus.json b/docs/json/radarr/disneyplus.json index bde408be2..2ff5ccee2 100644 --- a/docs/json/radarr/disneyplus.json +++ b/docs/json/radarr/disneyplus.json @@ -1,5 +1,6 @@ { "trash_id": "84272245b2988854bfb76a16e60baea5", + "trash_score": "0", "name": "DSNP", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/hbo-max.json b/docs/json/radarr/hbo-max.json index 689545e8e..ae7d3c351 100644 --- a/docs/json/radarr/hbo-max.json +++ b/docs/json/radarr/hbo-max.json @@ -1,5 +1,6 @@ { "trash_id": "5763d1b0ce84aff3b21038eea8e9b8ad", + "trash_score": "0", "name": "HMAX", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/hulu.json b/docs/json/radarr/hulu.json index 09ea11fa5..a3116bc1e 100644 --- a/docs/json/radarr/hulu.json +++ b/docs/json/radarr/hulu.json @@ -1,5 +1,6 @@ { "trash_id": "526d445d4c16214309f0fd2b3be18a89", + "trash_score": "0", "name": "Hulu", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/netflix.json b/docs/json/radarr/netflix.json index f328c1578..6bc4d146d 100644 --- a/docs/json/radarr/netflix.json +++ b/docs/json/radarr/netflix.json @@ -1,5 +1,6 @@ { "trash_id": "170b1d363bd8516fbf3a3eb05d4faff6", + "trash_score": "0", "name": "NF", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/paramountplus.json b/docs/json/radarr/paramountplus.json index dbf9080d2..61cac5845 100644 --- a/docs/json/radarr/paramountplus.json +++ b/docs/json/radarr/paramountplus.json @@ -1,5 +1,6 @@ { "trash_id": "e36a0ba1bc902b26ee40818a1d59b8bd", + "trash_score": "0", "name": "PMTP", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/peacock-tv.json b/docs/json/radarr/peacock-tv.json index aee2f861c..b9e3de37d 100644 --- a/docs/json/radarr/peacock-tv.json +++ b/docs/json/radarr/peacock-tv.json @@ -1,5 +1,6 @@ { "trash_id": "c9fd353f8f5f1baf56dc601c4cb29920", + "trash_score": "0", "name": "PCOK", "includeCustomFormatWhenRenaming": true, "specifications": [ From 1a7fc188ba8b4dcbb12c94de954d49af643cb92f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 17:18:14 +0000 Subject: [PATCH 6/6] Bump mkdocs-material from 8.3.3 to 8.3.5 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.3.3 to 8.3.5. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.3.3...8.3.5) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f7f0bb6f9..f4bfd58a9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,6 +2,6 @@ lightgallery==0.5 mkdocs-awesome-pages-plugin==2.7.0 mkdocs-git-revision-date-localized-plugin==1.0.1 mkdocs-macros-plugin==0.7.0 -mkdocs-material==8.3.3 +mkdocs-material==8.3.5 mkdocs-minify-plugin==0.5.0 mkdocs-redirects==1.0.4