mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-12-08 23:02:34 -05:00
Ricoloic (#672)
* added base ricoloic config * fix: assets url remove spaces * fix: removed duplicated collection * update new collections * removed unused config
This commit is contained in:
@@ -2,7 +2,7 @@ templates:
|
||||
Chart:
|
||||
collection_order: custom
|
||||
sync_mode: sync
|
||||
sort_title: ++_<<collection_name>>
|
||||
sort_title: " !++_<<collection_name>>"
|
||||
url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Show/Chart/Poster/<<poster>>.png
|
||||
|
||||
collections:
|
||||
|
||||
@@ -4,7 +4,7 @@ templates:
|
||||
summary: <<summary>>
|
||||
default:
|
||||
exclude: Children, Anime
|
||||
sort_title: +08<<collection_name>>
|
||||
sort_title: " !+08<<collection_name>>"
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
validate: false
|
||||
|
||||
@@ -1,172 +0,0 @@
|
||||
templates:
|
||||
Resolution:
|
||||
optional:
|
||||
- overlay_level
|
||||
- use_<<opt1>>
|
||||
- use_<<opt2>>
|
||||
collection_level: <<overlay_level>>
|
||||
allowed_library_types:
|
||||
- <<use_<<opt1>>>>
|
||||
- <<use_<<opt2>>>>
|
||||
url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Show/Resolution/Poster/<<collection_name>>.png
|
||||
NoResolution:
|
||||
optional:
|
||||
- overlay_level
|
||||
- use_<<opt1>>
|
||||
- use_<<opt2>>
|
||||
default:
|
||||
horizontal_offset: 15
|
||||
horizontal_align: left
|
||||
vertical_offset: 15
|
||||
vertical_align: top
|
||||
collection_level: <<overlay_level>>
|
||||
allowed_library_types:
|
||||
- <<use_<<opt1>>>>
|
||||
- <<use_<<opt2>>>>
|
||||
|
||||
collections:
|
||||
4K-DV:
|
||||
template:
|
||||
- name: Resolution
|
||||
weight: 120
|
||||
opt1: 4k
|
||||
opt2: dv
|
||||
plex_search:
|
||||
all:
|
||||
resolution.regex: '(?i)2160|4k'
|
||||
filters:
|
||||
has_dolby_vision: true
|
||||
|
||||
4K-HDR:
|
||||
template:
|
||||
- name: Resolution
|
||||
weight: 110
|
||||
opt1: 4k
|
||||
opt2: hdr
|
||||
plex_search:
|
||||
all:
|
||||
resolution.regex: '(?i)2160|4k'
|
||||
hdr: true
|
||||
|
||||
4K:
|
||||
template:
|
||||
- name: Resolution
|
||||
weight: 100
|
||||
opt1: 4k
|
||||
plex_search:
|
||||
any:
|
||||
resolution.regex: '(?i)2160|4k'
|
||||
|
||||
1080P-DV:
|
||||
template:
|
||||
- name: Resolution
|
||||
weight: 90
|
||||
opt1: 1080p
|
||||
opt2: dv
|
||||
plex_search:
|
||||
all:
|
||||
resolution.regex: '(?i)1080|2k'
|
||||
filters:
|
||||
has_dolby_vision: true
|
||||
|
||||
1080P-HDR:
|
||||
template:
|
||||
- name: Resolution
|
||||
weight: 80
|
||||
opt1: 1080p
|
||||
opt2: hdr
|
||||
plex_search:
|
||||
all:
|
||||
resolution.regex: '(?i)1080|2k'
|
||||
hdr: true
|
||||
|
||||
1080P:
|
||||
template:
|
||||
- name: Resolution
|
||||
weight: 70
|
||||
opt1: 1080p
|
||||
plex_search:
|
||||
any:
|
||||
resolution.regex: '(?i)1080|2k'
|
||||
|
||||
720P-DV:
|
||||
template:
|
||||
- name: Resolution
|
||||
weight: 60
|
||||
opt1: 720p
|
||||
opt2: dv
|
||||
plex_search:
|
||||
all:
|
||||
resolution.regex: '(?i)720|hd'
|
||||
filters:
|
||||
has_dolby_vision: true
|
||||
|
||||
720P-HDR:
|
||||
template:
|
||||
- name: Resolution
|
||||
weight: 50
|
||||
opt1: 720p
|
||||
opt2: hdr
|
||||
plex_search:
|
||||
all:
|
||||
resolution.regex: '(?i)720|hd'
|
||||
hdr: true
|
||||
|
||||
720P:
|
||||
template:
|
||||
- name: Resolution
|
||||
weight: 40
|
||||
opt1: 720p
|
||||
plex_search:
|
||||
any:
|
||||
resolution.regex: '(?i)720|hd'
|
||||
|
||||
480P-DV:
|
||||
template:
|
||||
- name: Resolution
|
||||
weight: 30
|
||||
opt1: 480p
|
||||
opt2: dv
|
||||
plex_search:
|
||||
all:
|
||||
resolution.regex: '(?i)480|sd'
|
||||
filters:
|
||||
has_dolby_vision: true
|
||||
|
||||
480P-HDR:
|
||||
template:
|
||||
- name: Resolution
|
||||
weight: 20
|
||||
opt1: 480p
|
||||
opt2: hdr
|
||||
plex_search:
|
||||
all:
|
||||
resolution.regex: '(?i)480|sd'
|
||||
hdr: true
|
||||
|
||||
480P:
|
||||
template:
|
||||
- name: Resolution
|
||||
weight: 10
|
||||
opt1: 480p
|
||||
plex_search:
|
||||
any:
|
||||
resolution.regex: '(?i)480|sd'
|
||||
|
||||
DV:
|
||||
template:
|
||||
- name: Resolution
|
||||
weight: 5
|
||||
opt1: dv
|
||||
plex_all: true
|
||||
filters:
|
||||
has_dolby_vision: true
|
||||
|
||||
HDR:
|
||||
template:
|
||||
- name: Resolution
|
||||
weight: 1
|
||||
opt1: hdr
|
||||
plex_search:
|
||||
all:
|
||||
hdr: true
|
||||
@@ -23,7 +23,7 @@ templates:
|
||||
- network
|
||||
tmdb_network: <<network>>
|
||||
url_poster: https://theposterdb.com/api/assets/<<poster>>
|
||||
sort_title: +++_<<collection_name>>
|
||||
sort_title: " !+++_<<collection_name>>"
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
|
||||
|
||||
Reference in New Issue
Block a user