create(regex): Apple TV / ATV Regex / CF Add to all Profiles
This commit is contained in:
parent
f099ea3d35
commit
59749a53bd
|
|
@ -0,0 +1,40 @@
|
|||
name: ATV
|
||||
description: Matches 'Apple TV' WEB-DLs. Negates any encodes.
|
||||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
conditions:
|
||||
- name: ATV Regex
|
||||
negate: false
|
||||
pattern: Apple TV
|
||||
required: true
|
||||
type: release_title
|
||||
- name: WEB-DL
|
||||
negate: false
|
||||
required: false
|
||||
source: web_dl
|
||||
type: source
|
||||
- name: WEBRip
|
||||
negate: false
|
||||
required: false
|
||||
source: webrip
|
||||
type: source
|
||||
tests:
|
||||
- conditionResults:
|
||||
- matches: true
|
||||
name: APTV Regex
|
||||
negate: false
|
||||
pattern: Apple TV+
|
||||
required: true
|
||||
type: release_title
|
||||
- matches: true
|
||||
name: x265
|
||||
negate: true
|
||||
pattern: x265
|
||||
required: false
|
||||
type: release_title
|
||||
expected: false
|
||||
id: 2
|
||||
input: Little America 2020 S01 1080p APTV Webrip x265 10bit EAC3 5 1 - Ainz
|
||||
lastRun: '2024-12-03T02:27:03.531343'
|
||||
passes: true
|
||||
|
|
@ -55,6 +55,8 @@ custom_formats:
|
|||
score: 500
|
||||
- name: AMZN
|
||||
score: 400
|
||||
- name: ATV
|
||||
score: 400
|
||||
- name: ATVP
|
||||
score: 400
|
||||
- name: DSNP
|
||||
|
|
|
|||
|
|
@ -73,6 +73,8 @@ custom_formats:
|
|||
score: 300
|
||||
- name: AMZN
|
||||
score: 200
|
||||
- name: ATV
|
||||
score: 200
|
||||
- name: ATVP
|
||||
score: 200
|
||||
- name: DSNP
|
||||
|
|
|
|||
|
|
@ -73,6 +73,8 @@ custom_formats:
|
|||
score: 500
|
||||
- name: AMZN
|
||||
score: 400
|
||||
- name: ATV
|
||||
score: 400
|
||||
- name: ATVP
|
||||
score: 400
|
||||
- name: DSNP
|
||||
|
|
|
|||
|
|
@ -65,6 +65,8 @@ custom_formats:
|
|||
score: 500
|
||||
- name: AMZN
|
||||
score: 400
|
||||
- name: ATV
|
||||
score: 400
|
||||
- name: ATVP
|
||||
score: 400
|
||||
- name: DSNP
|
||||
|
|
|
|||
|
|
@ -42,6 +42,8 @@ custom_formats:
|
|||
score: 500
|
||||
- name: AMZN
|
||||
score: 400
|
||||
- name: ATV
|
||||
score: 400
|
||||
- name: ATVP
|
||||
score: 400
|
||||
- name: DSNP
|
||||
|
|
|
|||
|
|
@ -70,6 +70,8 @@ custom_formats:
|
|||
score: 500
|
||||
- name: AMZN
|
||||
score: 400
|
||||
- name: ATV
|
||||
score: 400
|
||||
- name: ATVP
|
||||
score: 400
|
||||
- name: DSNP
|
||||
|
|
|
|||
|
|
@ -85,6 +85,8 @@ custom_formats:
|
|||
score: 500
|
||||
- name: AMZN
|
||||
score: 400
|
||||
- name: ATV
|
||||
score: 400
|
||||
- name: ATVP
|
||||
score: 400
|
||||
- name: DSNP
|
||||
|
|
|
|||
|
|
@ -50,6 +50,8 @@ custom_formats:
|
|||
score: 500
|
||||
- name: AMZN
|
||||
score: 400
|
||||
- name: ATV
|
||||
score: 400
|
||||
- name: ATVP
|
||||
score: 400
|
||||
- name: DSNP
|
||||
|
|
|
|||
|
|
@ -42,6 +42,8 @@ custom_formats:
|
|||
score: 500
|
||||
- name: AMZN
|
||||
score: 400
|
||||
- name: ATV
|
||||
score: 400
|
||||
- name: ATVP
|
||||
score: 400
|
||||
- name: DSNP
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
name: Apple TV
|
||||
pattern: \b(ATV)\b
|
||||
description: 'Apple TV channels offer a curated selection of content from various
|
||||
streaming services and providers, allowing users to subscribe and access content
|
||||
directly within the Apple TV app. These channels provide a centralized platform
|
||||
for accessing a wide range of movies, TV shows, live sports, and more. '
|
||||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
tests: []
|
||||
Loading…
Reference in New Issue