From 3fd58fa9ba9d976ab7e3cf856a9cb5b526b06426 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 18 Mar 2025 20:15:43 +0100 Subject: [PATCH] TRaSH anime version formats --- custom_formats/v0.yml | 12 ++++++++++++ custom_formats/v1.yml | 12 ++++++++++++ custom_formats/v2.yml | 12 ++++++++++++ custom_formats/v3.yml | 12 ++++++++++++ custom_formats/v4.yml | 12 ++++++++++++ 5 files changed, 60 insertions(+) create mode 100644 custom_formats/v0.yml create mode 100644 custom_formats/v1.yml create mode 100644 custom_formats/v2.yml create mode 100644 custom_formats/v3.yml create mode 100644 custom_formats/v4.yml diff --git a/custom_formats/v0.yml b/custom_formats/v0.yml new file mode 100644 index 0000000..ccc9f17 --- /dev/null +++ b/custom_formats/v0.yml @@ -0,0 +1,12 @@ +name: v0 +description: Matches the 'v0' Regex Pattern +tags: +- TRaSH +- Anime +conditions: +- name: v0 + negate: false + pattern: v0 + required: true + type: release_title +tests: [] diff --git a/custom_formats/v1.yml b/custom_formats/v1.yml new file mode 100644 index 0000000..290552f --- /dev/null +++ b/custom_formats/v1.yml @@ -0,0 +1,12 @@ +name: v1 +description: Matches the 'v1' Regex Pattern +tags: +- TRaSH +- Anime +conditions: +- name: v1 + negate: false + pattern: v1 + required: true + type: release_title +tests: [] diff --git a/custom_formats/v2.yml b/custom_formats/v2.yml new file mode 100644 index 0000000..01d0d4c --- /dev/null +++ b/custom_formats/v2.yml @@ -0,0 +1,12 @@ +name: v2 +description: Matches the 'v2' Regex Pattern +tags: +- TRaSH +- Anime +conditions: +- name: v2 + negate: false + pattern: v2 + required: true + type: release_title +tests: [] diff --git a/custom_formats/v3.yml b/custom_formats/v3.yml new file mode 100644 index 0000000..7012f11 --- /dev/null +++ b/custom_formats/v3.yml @@ -0,0 +1,12 @@ +name: v3 +description: Matches the 'v3' Regex Pattern +tags: +- TRaSH +- Anime +conditions: +- name: v3 + negate: false + pattern: v3 + required: true + type: release_title +tests: [] diff --git a/custom_formats/v4.yml b/custom_formats/v4.yml new file mode 100644 index 0000000..59a30a2 --- /dev/null +++ b/custom_formats/v4.yml @@ -0,0 +1,12 @@ +name: v4 +description: Matches the 'v4' Regex Pattern +tags: +- TRaSH +- Anime +conditions: +- name: v4 + negate: false + pattern: v4 + required: true + type: release_title +tests: []