TRaSH anime version formats

This commit is contained in:
Michael 2025-03-18 20:15:43 +01:00
parent 0fbc10ab5e
commit 3fd58fa9ba
5 changed files with 60 additions and 0 deletions

12
custom_formats/v0.yml Normal file
View File

@ -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: []

12
custom_formats/v1.yml Normal file
View File

@ -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: []

12
custom_formats/v2.yml Normal file
View File

@ -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: []

12
custom_formats/v3.yml Normal file
View File

@ -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: []

12
custom_formats/v4.yml Normal file
View File

@ -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: []