From d5a0a632701d0b9e95fa8a0f76cdfe373f2cde9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Dec 2022 11:31:22 +0000 Subject: [PATCH 1/3] build(deps): bump actions/setup-python from 4.0.0 to 4.4.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.0.0...v4.4.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/metadata-validation.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b30a789a5..1d37d5b89 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.0.0 - - uses: actions/setup-python@v4.0.0 + - uses: actions/setup-python@v4.4.0 with: python-version: 3.x - uses: actions/cache@v3.0.0 @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v3.0.0 with: fetch-depth: '0' - - uses: actions/setup-python@v4.0.0 + - uses: actions/setup-python@v4.4.0 with: python-version: 3.x - uses: actions/cache@v3.0.0 diff --git a/.github/workflows/metadata-validation.yml b/.github/workflows/metadata-validation.yml index f37a27683..72f97f4a0 100644 --- a/.github/workflows/metadata-validation.yml +++ b/.github/workflows/metadata-validation.yml @@ -18,7 +18,7 @@ jobs: name: Validate metadata.json steps: - uses: actions/checkout@v3.0.0 - - uses: actions/setup-python@v4.0.0 + - uses: actions/setup-python@v4.4.0 with: python-version: "3.x" - run: pip install jsonschema From e0734567a51269eebf45234be716cd59349f0fd0 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Sat, 31 Dec 2022 00:55:39 +0000 Subject: [PATCH 2/3] Clarify Audio Channels CFs --- docs/Radarr/radarr-setup-quality-profiles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Radarr/radarr-setup-quality-profiles.md b/docs/Radarr/radarr-setup-quality-profiles.md index 9c68866f8..5c2b83c53 100644 --- a/docs/Radarr/radarr-setup-quality-profiles.md +++ b/docs/Radarr/radarr-setup-quality-profiles.md @@ -346,9 +346,9 @@ This is a must have for every Quality Profile you use in my opinion. All these C ??? info "Audio Channels - [CLICK TO EXPAND]" - Personally I wouldn't add the audio channels Custom Formats being you could limit yourself in the amount of releases you're able to get. Only use this if you got specific reasons that you need them. + Elsewhere in the guide, you will find a separate group of custom formats called `Audio Channels`. These will match the number of audio channels in a release, for example 2.0 (stereo) or 5.1/7.1 (surround sound). Personally I wouldn't add the audio channels Custom Formats as you could limit yourself in the amount of releases you're able to get. Only use them if you have a specific need for them. - Using it with any kind of Remuxes Quality Profile is useless in my opinion being that 99% of all remuxes are multi audio anyway. You can get better scores using the `Audio Advanced` Custom Formats. + Using it with any kind of Remuxes Quality Profile is useless in my opinion being that 99% of all remuxes are multi audio anyway. You can get better scores just using the `Audio Advanced` Custom Formats. ### Avoid using the x264/x265 Custom Format From 12f12dda7731c6731a3b4e39f926bf26397ec7ed Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Sat, 31 Dec 2022 00:57:08 +0000 Subject: [PATCH 3/3] Clarify Audio Channels CFs --- docs/Sonarr/sonarr-setup-quality-profiles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Sonarr/sonarr-setup-quality-profiles.md b/docs/Sonarr/sonarr-setup-quality-profiles.md index 2e427e385..06c97fa88 100644 --- a/docs/Sonarr/sonarr-setup-quality-profiles.md +++ b/docs/Sonarr/sonarr-setup-quality-profiles.md @@ -255,9 +255,9 @@ This is a must have for every Quality Profile you use in my opinion. All these C ??? info "Audio Channels - [CLICK TO EXPAND]" - Personally I wouldn't add the audio channels Custom Formats being you could limit yourself in the amount of releases you're able to get. Only use this if you got specific reasons that you need them. + Elsewhere in the guide, you will find a separate group of custom formats called `Audio Channels`. These will match the number of audio channels in a release, for example 2.0 (stereo) or 5.1/7.1 (surround sound). Personally I wouldn't add the audio channels Custom Formats as you could limit yourself in the amount of releases you're able to get. Only use them if you have a specific need for them. - Using it with any kind of Remuxes Quality Profile is useless in my opinion being that 99% of all remuxes are multi audio anyway. You can get better scores using the `Audio Advanced` Custom Formats. + Using it with any kind of Remuxes Quality Profile is useless in my opinion being that 99% of all remuxes are multi audio anyway. You can get better scores just using the `Audio Advanced` Custom Formats. ### Avoid using the x264/x265 Custom Format