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 diff --git a/docs/json/radarr/amazon.json b/docs/json/radarr/amazon.json index 96ad1d912..bad6ac096 100644 --- a/docs/json/radarr/amazon.json +++ b/docs/json/radarr/amazon.json @@ -1,6 +1,7 @@ { "trash_id": "b3b3a6ac74ecbd56bcdbefa4799fb9df", - "name": "Amazon", + "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 b345644ef..0f54c3c91 100644 --- a/docs/json/radarr/apple-tvplus.json +++ b/docs/json/radarr/apple-tvplus.json @@ -1,6 +1,7 @@ { "trash_id": "3472d276482257d68f7836a55ca24877", - "name": "Apple TV+", + "trash_score": "0", + "name": "APTV", "includeCustomFormatWhenRenaming": true, "specifications": [ { diff --git a/docs/json/radarr/disneyplus.json b/docs/json/radarr/disneyplus.json index 3b62e7c1c..2ff5ccee2 100644 --- a/docs/json/radarr/disneyplus.json +++ b/docs/json/radarr/disneyplus.json @@ -1,6 +1,7 @@ { "trash_id": "84272245b2988854bfb76a16e60baea5", - "name": "Disney+", + "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 f7e50d380..ae7d3c351 100644 --- a/docs/json/radarr/hbo-max.json +++ b/docs/json/radarr/hbo-max.json @@ -1,6 +1,7 @@ { "trash_id": "5763d1b0ce84aff3b21038eea8e9b8ad", - "name": "HBO Max", + "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 bee77be77..6bc4d146d 100644 --- a/docs/json/radarr/netflix.json +++ b/docs/json/radarr/netflix.json @@ -1,6 +1,7 @@ { "trash_id": "170b1d363bd8516fbf3a3eb05d4faff6", - "name": "Netflix", + "trash_score": "0", + "name": "NF", "includeCustomFormatWhenRenaming": true, "specifications": [ { diff --git a/docs/json/radarr/paramountplus.json b/docs/json/radarr/paramountplus.json index b568569f7..61cac5845 100644 --- a/docs/json/radarr/paramountplus.json +++ b/docs/json/radarr/paramountplus.json @@ -1,6 +1,7 @@ { "trash_id": "e36a0ba1bc902b26ee40818a1d59b8bd", - "name": "Paramount+", + "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 787fcefa2..b9e3de37d 100644 --- a/docs/json/radarr/peacock-tv.json +++ b/docs/json/radarr/peacock-tv.json @@ -1,6 +1,7 @@ { "trash_id": "c9fd353f8f5f1baf56dc601c4cb29920", - "name": "Peacock TV", + "trash_score": "0", + "name": "PCOK", "includeCustomFormatWhenRenaming": true, "specifications": [ { diff --git a/docs/requirements.txt b/docs/requirements.txt index b70e6bda3..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.0 +mkdocs-material==8.3.5 mkdocs-minify-plugin==0.5.0 mkdocs-redirects==1.0.4 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.