tweak(everything): Banned overhaul (#67)

- create(regex): add various banned groups - YTS, YIFY, SHD, NhaNc3, AOC
- create(format): IMAX 
- create(format): Sing Along

- tweak(everything): change "UnWanted' to 'Banned'
- tweak(profile): remove UHDBits negation from profiles
- tweak(profile): ban sing along

Co-authored-by: Seraphys <156842860+xshatterx@users.noreply.github.com>
This commit is contained in:
Samuel Chau
2025-07-09 05:45:44 +09:30
committed by GitHub
parent 5d303f9d39
commit d6348f499d
63 changed files with 212 additions and 101 deletions

16
custom_formats/IMAX.yml Normal file
View File

@@ -0,0 +1,16 @@
name: IMAX
description: ''
tags:
- Edition
conditions:
- name: IMAX
type: release_title
required: true
negate: false
pattern: IMAX
- name: Not IMAX Enhanced
type: release_title
required: true
negate: true
pattern: IMAX Enhanced
tests: []