Automated update from GitHub Actions

This commit is contained in:
Github Actions 2025-12-07 07:35:48 +00:00
parent f523fede3f
commit 4325cad05e
4 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,28 @@
name: Radarr - PLAY
description: '[Custom format from TRaSH-Guides.](https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats#play)'
tags:
- Radarr
- Release Title
- Source
conditions:
- name: Radarr - PLAY
negate: false
required: false
type: release_title
pattern: PLAY
- name: Radarr - PLAY Rename
negate: false
required: false
type: release_title
pattern: PLAY Rename
- name: Radarr - WEBDL
negate: false
required: false
type: source
source: web_dl
- name: Radarr - WEBRIP
negate: false
required: false
type: source
source: webrip
tests: []

View file

@ -0,0 +1,28 @@
name: Sonarr - PLAY
description: '[Custom format from TRaSH-Guides.](https://trash-guides.info/Sonarr/sonarr-collection-of-custom-formats#play)'
tags:
- Sonarr
- Release Title
- Source
conditions:
- name: Sonarr - PLAY
negate: false
required: false
type: release_title
pattern: PLAY
- name: Sonarr - PLAY Rename
negate: false
required: false
type: release_title
pattern: PLAY Rename
- name: Sonarr - WEBDL
negate: false
required: false
type: source
source: web_dl
- name: Sonarr - WEBRIP
negate: false
required: false
type: source
source: webrip
tests: []

View file

@ -0,0 +1,7 @@
name: PLAY Rename
pattern: \[(Play)\b|\b(Play)\]
description: ''
tags:
- Radarr
- Sonarr
tests: []

7
regex_patterns/PLAY.yml Normal file
View file

@ -0,0 +1,7 @@
name: PLAY
pattern: \b(Play)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)
description: ''
tags:
- Radarr
- Sonarr
tests: []