diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 453dabae1..9dc472a64 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v4.5.0 with: python-version: 3.x - - uses: actions/cache@v3.2.6 + - uses: actions/cache@v3.3.1 with: key: ${{ github.ref }} path: .cache @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-python@v4.5.0 with: python-version: 3.x - - uses: actions/cache@v3.2.6 + - uses: actions/cache@v3.3.1 with: key: ${{ github.ref }} path: .cache diff --git a/docs/Downloaders/SABnzbd/images/radarr-download-clients-sabnzbd.png b/docs/Downloaders/SABnzbd/images/radarr-download-clients-sabnzbd.png index 10d95d44a..f9bbffc4d 100644 Binary files a/docs/Downloaders/SABnzbd/images/radarr-download-clients-sabnzbd.png and b/docs/Downloaders/SABnzbd/images/radarr-download-clients-sabnzbd.png differ diff --git a/docs/Downloaders/SABnzbd/images/radarr-settings-download-clients.png b/docs/Downloaders/SABnzbd/images/radarr-settings-download-clients.png index cd9c5444e..bbcedb9e3 100644 Binary files a/docs/Downloaders/SABnzbd/images/radarr-settings-download-clients.png and b/docs/Downloaders/SABnzbd/images/radarr-settings-download-clients.png differ diff --git a/docs/Downloaders/SABnzbd/images/sabnzbd-special-host-whitelist.png b/docs/Downloaders/SABnzbd/images/sabnzbd-special-host-whitelist.png index faa65cfae..a8fae7b29 100644 Binary files a/docs/Downloaders/SABnzbd/images/sabnzbd-special-host-whitelist.png and b/docs/Downloaders/SABnzbd/images/sabnzbd-special-host-whitelist.png differ diff --git a/docs/Downloaders/SABnzbd/images/sabnzbd-unable-to-connect-to-sabnzbd.png b/docs/Downloaders/SABnzbd/images/sabnzbd-unable-to-connect-to-sabnzbd.png index 84cc84282..3137fe955 100644 Binary files a/docs/Downloaders/SABnzbd/images/sabnzbd-unable-to-connect-to-sabnzbd.png and b/docs/Downloaders/SABnzbd/images/sabnzbd-unable-to-connect-to-sabnzbd.png differ diff --git a/docs/Downloaders/SABnzbd/images/sonarr-settings-download-clients.png b/docs/Downloaders/SABnzbd/images/sonarr-settings-download-clients.png index a2750f0ca..b1098b368 100644 Binary files a/docs/Downloaders/SABnzbd/images/sonarr-settings-download-clients.png and b/docs/Downloaders/SABnzbd/images/sonarr-settings-download-clients.png differ diff --git a/docs/Downloaders/SABnzbd/images/starr-unable-to-connect-to-sabnzbd.png b/docs/Downloaders/SABnzbd/images/starr-unable-to-connect-to-sabnzbd.png index 4c62301ef..2947719b4 100644 Binary files a/docs/Downloaders/SABnzbd/images/starr-unable-to-connect-to-sabnzbd.png and b/docs/Downloaders/SABnzbd/images/starr-unable-to-connect-to-sabnzbd.png differ diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 0338373ec..491ccf0e2 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -80,6 +80,7 @@ I also made 3 guides related to this one. | | [SDR](#sdr) | [FanSUB](#fansub) | | | | [DV (FEL)](#dv-fel) | [FastSUB](#fastsub) | | | | [Line/Mic Dubbed](#linemic-dubbed) | | | +| | [HFR](#hfr) | | | ------ @@ -1237,6 +1238,22 @@ I also made 3 guides related to this one. ------ +### HFR + +??? question "HFR - [CLICK TO EXPAND]" + + - This will boost the score for HFR releases. HFR stands for High Frame Rate and refers to a video format that uses a higher number of frames per second than traditional video, resulting in smoother and more detailed motion. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/hfr.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ## Misc ------ diff --git a/docs/Sonarr/images/rp-lq-groups.png b/docs/Sonarr/images/rp-lq-groups.png index 439a8dde2..7a2f2e452 100644 Binary files a/docs/Sonarr/images/rp-lq-groups.png and b/docs/Sonarr/images/rp-lq-groups.png differ diff --git a/docs/Sonarr/images/rp-p2p-groups.png b/docs/Sonarr/images/rp-p2p-groups.png index f29b35dac..bc4ca3825 100644 Binary files a/docs/Sonarr/images/rp-p2p-groups.png and b/docs/Sonarr/images/rp-p2p-groups.png differ diff --git a/docs/Sonarr/images/rp-profiles.png b/docs/Sonarr/images/rp-profiles.png index 2166a1ca2..d58f70427 100644 Binary files a/docs/Sonarr/images/rp-profiles.png and b/docs/Sonarr/images/rp-profiles.png differ diff --git a/docs/Sonarr/images/rp-release-sources.png b/docs/Sonarr/images/rp-release-sources.png index 16893cef9..d363128ad 100644 Binary files a/docs/Sonarr/images/rp-release-sources.png and b/docs/Sonarr/images/rp-release-sources.png differ diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index 1a373aa8c..ca2fbd876 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -85,6 +85,7 @@ I also made 3 guides related to this one. | | [AV1](#av1) | [VOSTFR](#vostfr) | [FR LQ](#fr-lq) | | | [SDR](#sdr) | [FanSUB](#fansub) | | | | [DV (FEL)](#dv-fel) | [FastSUB](#fastsub) | | +| | [HFR](#hfr) | | | ------ @@ -1144,6 +1145,22 @@ I also made 3 guides related to this one. ------ +### HFR + +??? question "HFR - [CLICK TO EXPAND]" + + - This will boost the score for HFR releases. HFR stands for High Frame Rate and refers to a video format that uses a higher number of frames per second than traditional video, resulting in smoother and more detailed motion. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/hfr.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ## HQ Source Groups ------ diff --git a/docs/json/radarr/cf/hfr.json b/docs/json/radarr/cf/hfr.json new file mode 100644 index 000000000..5b0bdaf00 --- /dev/null +++ b/docs/json/radarr/cf/hfr.json @@ -0,0 +1,16 @@ +{ + "trash_id": "73613461ac2cea99d52c4cd6e177ab82", + "name": "HFR", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "HFR", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(HFR)\\b" + } + } + ] +} diff --git a/docs/json/sonarr/cf/hfr.json b/docs/json/sonarr/cf/hfr.json new file mode 100644 index 000000000..08ce14bbe --- /dev/null +++ b/docs/json/sonarr/cf/hfr.json @@ -0,0 +1,16 @@ +{ + "trash_id": "1bd69272e23c5e6c5b1d6c8a36fce95e", + "name": "HFR", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "HFR", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(HFR)\\b" + } + } + ] +} diff --git a/docs/requirements.txt b/docs/requirements.txt index 9a8a694c0..edb2d3048 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ mkdocs-glightbox==0.3.1 mkdocs-awesome-pages-plugin==2.8.0 mkdocs-git-revision-date-localized-plugin==1.2.0 mkdocs-macros-plugin==0.7.0 -mkdocs-material==9.1.1 +mkdocs-material==9.1.3 mkdocs-minify-plugin==0.6.2 mkdocs-redirects==1.2.0 mkdocs-include-markdown-plugin==4.0.4 diff --git a/includes/docker/docker-compose.yml b/includes/docker/docker-compose.yml index 2fc3e049c..0e1b97145 100644 --- a/includes/docker/docker-compose.yml +++ b/includes/docker/docker-compose.yml @@ -6,7 +6,6 @@ services: restart: unless-stopped logging: driver: json-file - network_mode: bridge ports: - 7878:7878 environment: @@ -23,7 +22,6 @@ services: restart: unless-stopped logging: driver: json-file - network_mode: bridge ports: - 8989:8989 environment: @@ -40,7 +38,6 @@ services: restart: unless-stopped logging: driver: json-file - network_mode: bridge ports: - 6767:6767 environment: @@ -57,7 +54,6 @@ services: restart: unless-stopped logging: driver: json-file - network_mode: bridge ports: - 8080:8080 - 9090:9090