diff --git a/custom_formats/1080p.yml b/custom_formats/1080p.yml new file mode 100644 index 0000000..9b499ff --- /dev/null +++ b/custom_formats/1080p.yml @@ -0,0 +1,11 @@ +name: 1080p +description: '' +tags: +- Resolution +conditions: +- name: 1080p + type: resolution + required: true + negate: false + resolution: 1080p +tests: [] diff --git a/custom_formats/2160p.yml b/custom_formats/2160p.yml new file mode 100644 index 0000000..ed8326b --- /dev/null +++ b/custom_formats/2160p.yml @@ -0,0 +1,11 @@ +name: 2160p +description: '' +tags: +- Resolution +conditions: +- name: 2160p + negate: false + required: true + resolution: 2160p + type: resolution +tests: [] diff --git a/custom_formats/720p.yml b/custom_formats/720p.yml new file mode 100644 index 0000000..b7ae8d0 --- /dev/null +++ b/custom_formats/720p.yml @@ -0,0 +1,11 @@ +name: 720p +description: '' +tags: +- Resolution +conditions: +- name: 720p + negate: false + required: true + resolution: 720p + type: resolution +tests: [] diff --git a/profiles/(1080p) Streaming Optimized.yml b/profiles/(1080p) Streaming Optimized.yml index da47631..eb93766 100644 --- a/profiles/(1080p) Streaming Optimized.yml +++ b/profiles/(1080p) Streaming Optimized.yml @@ -41,6 +41,8 @@ custom_formats: score: 20 - name: iT score: 15 +- name: 1080p + score: 10 - name: AMZN score: 10 - name: CR @@ -65,6 +67,8 @@ custom_formats: score: 7 - name: Repack2 score: 6 +- name: 720p + score: 5 - name: Repack Proper score: 5 - name: 10bit diff --git a/profiles/(1080p) TV Shows.yml b/profiles/(1080p) TV Shows.yml index d2d1af1..5cca165 100644 --- a/profiles/(1080p) TV Shows.yml +++ b/profiles/(1080p) TV Shows.yml @@ -51,6 +51,8 @@ custom_formats: score: 15 - name: STAN score: 15 +- name: 1080p + score: 10 - name: CR score: 10 - name: CRAV @@ -65,6 +67,8 @@ custom_formats: score: 7 - name: Repack2 score: 6 +- name: 720p + score: 5 - name: Repack Proper score: 5 - name: 10bit diff --git a/profiles/(2160p) Streaming Optimized.yml b/profiles/(2160p) Streaming Optimized.yml index 66c997c..7ed0c27 100644 --- a/profiles/(2160p) Streaming Optimized.yml +++ b/profiles/(2160p) Streaming Optimized.yml @@ -59,8 +59,12 @@ custom_formats: score: 20 - name: DSNP score: 20 +- name: 2160p + score: 15 - name: iT score: 15 +- name: 1080p + score: 10 - name: AMZN score: 10 - name: CR @@ -85,6 +89,8 @@ custom_formats: score: 7 - name: Repack2 score: 6 +- name: 720p + score: 5 - name: Golden Popcorn score: 5 - name: Repack Proper diff --git a/profiles/(2160p) TV Shows.yml b/profiles/(2160p) TV Shows.yml index 37c6c40..39494f6 100644 --- a/profiles/(2160p) TV Shows.yml +++ b/profiles/(2160p) TV Shows.yml @@ -63,6 +63,8 @@ custom_formats: score: 30 - name: HMAX score: 30 +- name: 2160p + score: 15 - name: iT score: 15 - name: NF @@ -73,6 +75,8 @@ custom_formats: score: 15 - name: STAN score: 15 +- name: 1080p + score: 10 - name: CR score: 10 - name: CRAV @@ -87,6 +91,8 @@ custom_formats: score: 7 - name: Repack2 score: 6 +- name: 720p + score: 5 - name: Repack Proper score: 5 - name: 10bit