Skip to content

Commit

Permalink
added exception for dual audio custom format
Browse files Browse the repository at this point in the history
  • Loading branch information
milindpatel63 committed Nov 14, 2023
1 parent a198118 commit ee415c5
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions radarr/includes/legacy/hd-bluray-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ quality_profiles:
- name: HD-1080p
reset_unmatched_scores:
enabled: true
except:
- Dual Audio English/Hindi
upgrade:
allowed: true
until_quality: Bluray-1080p
Expand All @@ -22,6 +24,8 @@ quality_profiles:
- name: HD-1080p-Hindi
reset_unmatched_scores:
enabled: true
except:
- Dual Audio English/Hindi
upgrade:
allowed: true
until_quality: Bluray-1080p
Expand Down
2 changes: 2 additions & 0 deletions radarr/includes/legacy/remux-web-1080p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ quality_profiles:
- name: Remux + WEB 1080p
reset_unmatched_scores:
enabled: true
except:
- Dual Audio English/Hindi
upgrade:
allowed: true
until_quality: Remux-1080p
Expand Down
2 changes: 2 additions & 0 deletions radarr/includes/legacy/remux-web-2160p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ quality_profiles:
- name: Remux + WEB 2160p
reset_unmatched_scores:
enabled: true
except:
- Dual Audio English/Hindi
upgrade:
allowed: true
until_quality: Remux-2160p
Expand Down
4 changes: 4 additions & 0 deletions radarr/includes/legacy/uhd-bluray-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ quality_profiles:
- name: Ultra-HD
reset_unmatched_scores:
enabled: true
except:
- Dual Audio English/Hindi
upgrade:
allowed: true
until_quality: Bluray-2160p
Expand All @@ -21,6 +23,8 @@ quality_profiles:
- name: Ultra-HD-Hindi
reset_unmatched_scores:
enabled: true
except:
- Dual Audio English/Hindi
upgrade:
allowed: true
until_quality: Bluray-2160p
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ quality_profiles:
- name: HD-1080p
reset_unmatched_scores:
enabled: true
except:
- Dual Audio English/Hindi
upgrade:
allowed: true
until_quality: Bluray-1080p
Expand All @@ -19,6 +21,8 @@ quality_profiles:
- name: HD-1080p-Hindi
reset_unmatched_scores:
enabled: true
except:
- Dual Audio English/Hindi
upgrade:
allowed: true
until_quality: Bluray-1080p
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ quality_profiles:
- name: Remux + WEB 1080p
reset_unmatched_scores:
enabled: true
except:
- Dual Audio English/Hindi
upgrade:
allowed: true
until_quality: Remux-1080p
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ quality_profiles:
- name: Remux + WEB 2160p
reset_unmatched_scores:
enabled: true
except:
- Dual Audio English/Hindi
upgrade:
allowed: true
until_quality: Remux-2160p
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ quality_profiles:
- name: Ultra-HD
reset_unmatched_scores:
enabled: true
except:
- Dual Audio English/Hindi
upgrade:
allowed: true
until_quality: Bluray-2160p
Expand All @@ -18,6 +20,8 @@ quality_profiles:
- name: Ultra-HD-Hindi
reset_unmatched_scores:
enabled: true
except:
- Dual Audio English/Hindi
upgrade:
allowed: true
until_quality: Bluray-2160p
Expand Down

0 comments on commit ee415c5

Please sign in to comment.