diff --git a/custom_formats/1080p Bluray.yml b/custom_formats/1080p Bluray.yml new file mode 100644 index 0000000..d63ffcc --- /dev/null +++ b/custom_formats/1080p Bluray.yml @@ -0,0 +1,16 @@ +name: 1080p Bluray +description: Matches 1080p Blurays that are NOT remuxes +tags: +- Source +conditions: +- name: 1080p + type: resolution + required: true + negate: false + resolution: 1080p +- name: Bluray + negate: false + required: true + source: bluray + type: source +tests: [] diff --git a/custom_formats/1080p Remux.yml b/custom_formats/1080p Remux.yml new file mode 100644 index 0000000..20f8c5f --- /dev/null +++ b/custom_formats/1080p Remux.yml @@ -0,0 +1,16 @@ +name: 1080p Remux +description: Matches 1080p Remux +tags: +- Source +conditions: +- name: 1080p + type: resolution + required: true + negate: false + resolution: 1080p +- name: Remux + negate: false + pattern: Remux + required: true + type: release_title +tests: [] diff --git a/custom_formats/1080p WEBDL.yml b/custom_formats/1080p WEBDL.yml new file mode 100644 index 0000000..766d035 --- /dev/null +++ b/custom_formats/1080p WEBDL.yml @@ -0,0 +1,16 @@ +name: 1080p WEBDL +description: Matches 1080p WEBDLs. +tags: +- Source +conditions: +- name: 1080p + type: resolution + required: true + negate: false + resolution: 1080p +- name: WEBDL + negate: false + required: true + source: web_dl + type: source +tests: [] diff --git a/custom_formats/1080p WEBRip.yml b/custom_formats/1080p WEBRip.yml new file mode 100644 index 0000000..c3337c7 --- /dev/null +++ b/custom_formats/1080p WEBRip.yml @@ -0,0 +1,16 @@ +name: 1080p WEBRip +description: Matches 1080p WEBRips. +tags: +- Source +conditions: +- name: 1080p + type: resolution + required: true + negate: false + resolution: 1080p +- name: WEBRip + negate: false + required: true + source: webrip + type: source +tests: [] diff --git a/custom_formats/2160p Remux.yml b/custom_formats/2160p Remux.yml new file mode 100644 index 0000000..df43c49 --- /dev/null +++ b/custom_formats/2160p Remux.yml @@ -0,0 +1,16 @@ +name: 2160p Remux +description: Matches 2160p Remux +tags: +- Source +conditions: +- name: 2160p + type: resolution + required: true + negate: false + resolution: 2160p +- name: Remux + negate: false + pattern: Remux + required: true + type: release_title +tests: [] diff --git a/custom_formats/2160p WEBDL.yml b/custom_formats/2160p WEBDL.yml new file mode 100644 index 0000000..b60dad9 --- /dev/null +++ b/custom_formats/2160p WEBDL.yml @@ -0,0 +1,16 @@ +name: 2160p WEBDL +description: Matches 2160p WEBDLs. +tags: +- Source +conditions: +- name: 2160p + type: resolution + required: true + negate: false + resolution: 2160p +- name: WEBDL + negate: false + required: true + source: web_dl + type: source +tests: [] diff --git a/custom_formats/2160p WEBRip.yml b/custom_formats/2160p WEBRip.yml new file mode 100644 index 0000000..0842e72 --- /dev/null +++ b/custom_formats/2160p WEBRip.yml @@ -0,0 +1,16 @@ +name: 2160p WEBRip +description: Matches 2160p WEBRips. +tags: +- Source +conditions: +- name: 2160p + type: resolution + required: true + negate: false + resolution: 2160p +- name: WEBRip + negate: false + required: true + source: webrip + type: source +tests: [] diff --git a/custom_formats/480p Bluray.yml b/custom_formats/480p Bluray.yml new file mode 100644 index 0000000..babe8cd --- /dev/null +++ b/custom_formats/480p Bluray.yml @@ -0,0 +1,16 @@ +name: 480p Bluray +description: Matches 480p Blurays that are NOT remuxes +tags: +- Source +conditions: +- name: 480p + type: resolution + required: true + negate: false + resolution: 480p +- name: Bluray + negate: false + required: true + source: bluray + type: source +tests: [] diff --git a/custom_formats/480p WEBDL.yml b/custom_formats/480p WEBDL.yml new file mode 100644 index 0000000..633c2b7 --- /dev/null +++ b/custom_formats/480p WEBDL.yml @@ -0,0 +1,16 @@ +name: 480p WEBDL +description: Matches 480p WEBDLs. +tags: +- Source +conditions: +- name: 480p + type: resolution + required: true + negate: false + resolution: 480p +- name: WEBDL + negate: false + required: true + source: web_dl + type: source +tests: [] diff --git a/custom_formats/480p WEBRip.yml b/custom_formats/480p WEBRip.yml new file mode 100644 index 0000000..bb10ed6 --- /dev/null +++ b/custom_formats/480p WEBRip.yml @@ -0,0 +1,16 @@ +name: 480p WEBRip +description: Matches 480p WEBRips. +tags: +- Source +conditions: +- name: 480p + type: resolution + required: true + negate: false + resolution: 480p +- name: WEBRip + negate: false + required: true + source: webrip + type: source +tests: [] diff --git a/custom_formats/720p Bluray.yml b/custom_formats/720p Bluray.yml new file mode 100644 index 0000000..fedc51c --- /dev/null +++ b/custom_formats/720p Bluray.yml @@ -0,0 +1,16 @@ +name: 720p Bluray +description: Matches 720p Blurays that are NOT remuxes +tags: +- Source +conditions: +- name: 720p + type: resolution + required: true + negate: false + resolution: 720p +- name: Bluray + negate: false + required: true + source: bluray + type: source +tests: [] diff --git a/custom_formats/720p WEBDL.yml b/custom_formats/720p WEBDL.yml new file mode 100644 index 0000000..03674a0 --- /dev/null +++ b/custom_formats/720p WEBDL.yml @@ -0,0 +1,16 @@ +name: 720p WEBDL +description: Matches 720p WEBDLs. +tags: +- Source +conditions: +- name: 720p + type: resolution + required: true + negate: false + resolution: 720p +- name: WEBDL + negate: false + required: true + source: web_dl + type: source +tests: [] diff --git a/custom_formats/720p WEBRip.yml b/custom_formats/720p WEBRip.yml new file mode 100644 index 0000000..1c4c29c --- /dev/null +++ b/custom_formats/720p WEBRip.yml @@ -0,0 +1,16 @@ +name: 720p WEBRip +description: Matches 720p WEBRips. +tags: +- Source +conditions: +- name: 720p + type: resolution + required: true + negate: false + resolution: 720p +- name: WEBRip + negate: false + required: true + source: webrip + type: source +tests: [] diff --git a/custom_formats/Remux (Quality Match).yml b/custom_formats/Remux (Quality Match).yml new file mode 100644 index 0000000..c761241 --- /dev/null +++ b/custom_formats/Remux (Quality Match).yml @@ -0,0 +1,16 @@ +name: Remux (Quality Match) +description: Matches Remux using a quality modifier +tags: +- Storage +conditions: +- name: Remux + type: quality_modifier + required: true + negate: false + qualityModifier: remux +- name: DVD + negate: true + required: true + source: dvd + type: source +tests: []