Skip to content

Commit

Permalink
added bluray in hd quality profile in sonarr
Browse files Browse the repository at this point in the history
  • Loading branch information
milindpatel63 committed Aug 24, 2024
1 parent 03ffb85 commit 6dc8dbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ quality_profiles:
- 'Prefer x265 (HD)'
upgrade:
allowed: true
until_quality: WEB 1080p
until_quality: Bluray-1080p
until_score: 10000
min_format_score: 0
quality_sort: top
qualities:
- name: Bluray-1080p
- name: WEB 1080p
qualities:
- WEBDL-1080p
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ quality_profiles:
- 'Prefer x265 (HD)'
upgrade:
allowed: true
until_quality: WEB 2160p
until_quality: Bluray-2160p
until_score: 10000
min_format_score: 0
quality_sort: top
qualities:
- name: Bluray-2160p
- name: WEB 2160p
qualities:
- WEBDL-2160p
Expand Down

0 comments on commit 6dc8dbf

Please sign in to comment.