Merge pull request #1211 from yammes08/master

Fix SQP Recyclarr Configs Page and Improve DV (WEBDL) config file comments
pull/1212/head
TRaSH 1 year ago committed by GitHub
commit 0fde72214d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ radarr:
- 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined)
- 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ
- 9364dd386c9b4a1100dde8264690add7 # HLG
# DV (WEBDL) - The next line must be uncommented if any devices using your library DO NOT support Dolby Vision
# DV (WEBDL) - The next line is uncommented by default, and ensures that releases with Dolby Vision will only be grabbed if they have HDR10 fallback. You can comment the line out if you do not need HDR10 fallback
- 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL)
# HDR10Plus Boost - Uncomment the next line if any of your devices DO support HDR10+
# - b17886cb4158d9fea189859409975758 # HDR10Plus Boost

@ -86,11 +86,11 @@ radarr:
# Custom Scoring
- trash_ids:
# DV (WEBDL)
# If you and all of your users have a setup that fully supports DV, then uncomment the score line below
- 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL)
quality_profiles:
- name: Remux|Bluray|IMAX-E|2160p
# score: 0 # overrides default of -10000
# If you and all of your users have a setup that fully supports DV, then uncomment the next line to override the default DV (WEBDL) score of -10000
# score: 0
# If you are only running one Radarr instance, you can comment out the next six lines so you will get the HD release if there is no UHD version
- trash_ids:
# Misc

@ -83,11 +83,11 @@ radarr:
# Custom Scoring
- trash_ids:
# DV (WEBDL)
# If you and all of your users have a setup that fully supports DV, then uncomment the score line below
- 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL)
quality_profiles:
- name: Remux|IMAX-E|2160p
# score: 0 # overrides default of -10000
- name: Remux|Bluray|IMAX-E|2160p
# If you and all of your users have a setup that fully supports DV, then uncomment the next line to override the default DV (WEBDL) score of -10000
# score: 0
# If you are only running one Radarr instance, you can comment out the next six lines so you will get the HD release if there is no UHD version
- trash_ids:
# Misc

@ -82,11 +82,11 @@ radarr:
# Custom Scoring
- trash_ids:
# DV (WEBDL)
# If you and all of your users have a setup that fully supports DV, then uncomment the score line below
- 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL)
quality_profiles:
- name: WEBDL|IMAX-E|2160p
# score: 0 # overrides default of -10000
- name: Remux|Bluray|IMAX-E|2160p
# If you and all of your users have a setup that fully supports DV, then uncomment the next line to override the default DV (WEBDL) score of -10000
# score: 0
# If you are only running one Radarr instance, you can comment out the next six lines so you will get the HD release if there is no UHD version
- trash_ids:
# Misc

@ -85,11 +85,11 @@ radarr:
# Custom Scoring
- trash_ids:
# DV (WEBDL)
# If you and all of your users have a setup that fully supports DV, then uncomment the score line below
- 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL)
quality_profiles:
- name: Bluray|IMAX-E|2160p
# score: 0 # overrides default of -10000
- name: Remux|Bluray|IMAX-E|2160p
# If you and all of your users have a setup that fully supports DV, then uncomment the next line to override the default DV (WEBDL) score of -10000
# score: 0
# If you are only running one Radarr instance, you can comment out the next six lines so you will get the HD release if there is no UHD version
- trash_ids:
# Misc

@ -35,7 +35,7 @@ radarr:
- 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined)
- 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ
- 9364dd386c9b4a1100dde8264690add7 # HLG
# DV (WEBDL) - The next line must be uncommented if any devices using your library DO NOT support Dolby Vision
# DV (WEBDL) - The next line is uncommented by default, and ensures that releases with Dolby Vision will only be grabbed if they have HDR10 fallback. You can comment the line out if you do not need HDR10 fallback
- 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL)
# HDR10Plus Boost - Uncomment the next line if any of your devices DO support HDR10+
# - b17886cb4158d9fea189859409975758 # HDR10Plus Boost

Loading…
Cancel
Save