mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 07:46:58 +00:00
- Adjust scoring for each profile to better differentiate resolution and release type - Add 720p Fallback - Change streaming service names to match their regex targets - Add Stan, BCORE streaming services - Negate bleeding edge codecs (AV1, VVC) - Reduce scene score - Various tag/name improvements
28 lines
507 B
YAML
28 lines
507 B
YAML
name: SD Golden Popcorn
|
|
description: Matches SD Golden Popcorns. Only works on PassThePopcorn
|
|
tags:
|
|
- Flag
|
|
- Golden Popcorn
|
|
conditions:
|
|
- flag: ptp_golden
|
|
name: Golden Popcorn
|
|
negate: false
|
|
required: true
|
|
type: indexer_flag
|
|
- name: Not 2160p
|
|
negate: true
|
|
required: true
|
|
resolution: 2160p
|
|
type: resolution
|
|
- name: Not 1080p
|
|
negate: true
|
|
required: true
|
|
resolution: 1080p
|
|
type: resolution
|
|
- name: Not 720p
|
|
negate: true
|
|
required: true
|
|
resolution: 720p
|
|
type: resolution
|
|
tests: []
|