* added base ricoloic config

* fix: assets url remove spaces

* fix: removed duplicated collection

* update new collections

* removed unused config
pull/673/head
LOÏC RICO 4 months ago committed by GitHub
parent 37a3fe8d59
commit 809366921c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,21 +3,21 @@ templates:
anilist_top_rated: 100 anilist_top_rated: 100
collection_order: custom collection_order: custom
sync_mode: sync sync_mode: sync
sort_title: +++_Chart_<<collection_name>> sort_title: " !+++_Chart_<<collection_name>>"
url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Anime/Chart/Poster/<<poster>>.png url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Anime/Chart/Poster/<<poster>>.png
summary: <<summary>> summary: <<summary>>
AniList Popular Anime: AniList Popular Anime:
anilist_popular: 100 anilist_popular: 100
collection_order: custom collection_order: custom
sync_mode: sync sync_mode: sync
sort_title: +++_Chart_<<collection_name>> sort_title: " !+++_Chart_<<collection_name>>"
url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Anime/Chart/Poster/<<poster>>.png url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Anime/Chart/Poster/<<poster>>.png
summary: <<summary>> summary: <<summary>>
AniList Trending Anime: AniList Trending Anime:
anilist_trending: 100 anilist_trending: 100
collection_order: custom collection_order: custom
sync_mode: sync sync_mode: sync
sort_title: +++_Chart_<<collection_name>> sort_title: " !+++_Chart_<<collection_name>>"
url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Anime/Chart/Poster/<<poster>>.png url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Anime/Chart/Poster/<<poster>>.png
summary: <<summary>> summary: <<summary>>

@ -5,7 +5,7 @@ templates:
collection_order: custom collection_order: custom
collection_mode: hide collection_mode: hide
sync_mode: sync sync_mode: sync
sort_title: aaa_Genre_<<collection_name>> sort_title: " !aaa_Genre_<<collection_name>>"
url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Anime/Genre/Poster/<<poster>>.png url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Anime/Genre/Poster/<<poster>>.png
summary: <<summary>> summary: <<summary>>

@ -9,7 +9,7 @@ templates:
limit: 500 limit: 500
sort_by: members sort_by: members
sync_mode: sync sync_mode: sync
sort_title: zzzz_Season_<<sort_year>>_<<season_index>>_<<year>> sort_title: "zzzz_Season_<<sort_year>>_<<season_index>>_<<year>>"
summary: Anime airing during <<season_lower>> anime season in <<year>>. summary: Anime airing during <<season_lower>> anime season in <<year>>.
smart_label: release.desc smart_label: release.desc
@ -17,7 +17,7 @@ collections:
Current Season: Current Season:
### Always displayed as the first collection. ### Always displayed as the first collection.
sort_title: ++++++++++++++++++_Current Season sort_title: "zzzz_++++++++++++++++++_Current Season"
mal_season: mal_season:
sort_by: members sort_by: members
limit: 500 limit: 500

@ -7,7 +7,7 @@ templates:
sort_by: rating.desc sort_by: rating.desc
limit: 500 limit: 500
url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Movie/Decade/Poster/<<year>>s.png url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Movie/Decade/Poster/<<year>>s.png
sort_title: +07Best<<year>> sort_title: " !+07Best<<year>>"
sync_mode: append sync_mode: append
collection_order: custom collection_order: custom
summary: <<summary>> summary: <<summary>>

@ -4,7 +4,7 @@ templates:
summary: <<summary>> summary: <<summary>>
default: default:
exclude: Children, Anime exclude: Children, Anime
sort_title: +08<<collection_name>> sort_title: " !+08<<collection_name>>"
smart_filter: smart_filter:
sort_by: release.desc sort_by: release.desc
validate: false validate: false
@ -16,7 +16,7 @@ templates:
summary: <<summary>> summary: <<summary>>
sync_mode: append sync_mode: append
smart_label: release.desc smart_label: release.desc
sort_title: +08<<collection_name>> sort_title: " !+08<<collection_name>>"
collections: collections:
Action: Action:

@ -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/Movie/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

@ -0,0 +1,209 @@
##############################################################################
# Audio Language Collections #
# Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://kometa.wiki/en/latest/defaults/both/audio_language #
##############################################################################
external_templates:
default: templates
template_variables:
collection_section: "090"
dynamic_collections:
Audio Language:
type: audio_language
title_format: <<key_name>> Audio
other_name: Other Audio
template:
- smart_filter
- shared
other_template:
- other_collection
- smart_filter
- shared
template_variables:
search_term:
default: audio_language
image:
default: audio_language/<<key>>
translation_key:
default: audio_language
other: audio_language_other
dynamic:
default: true
url_poster:
default: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Shared/Audio/Poster/<<key>>.png
include:
- ab # Abkhazian
- aa # Afar
- af # Afrikaans
- ak # Akan
- sq # Albanian
- am # Amharic
- ar # Arabic
- an # Aragonese
- hy # Armenian
- as # Assamese
- av # Avaric
- ae # Avestan
- ay # Aymara
- az # Azerbaijani
- bm # Bambara
- ba # Bashkir
- eu # Basque
- be # Belarusian
- bn # Bengali
- bi # Bislama
- bs # Bosnian
- br # Breton
- bg # Bulgarian
- my # Burmese
- ca # Catalan
- ch # Chamorro
- ce # Chechen
- ny # Chichewa
- zh # Chinese
- cv # Chuvash
- kw # Cornish
- co # Corsican
- cr # Cree
- hr # Croatian
- cs # Czech
- da # Danish
- dv # Divehi
- nl # Dutch
- dz # Dzongkha
- en # English
- eo # Esperanto
- et # Estonian
- ee # Ewe
- fo # Faroese
- fj # Fijian
- fil # Filipino
- fi # Finnish
- fr # French
- ff # Fulah
- gd # Gaelic
- gl # Galician
- lg # Ganda
- ka # Georgian
- de # German
- el # Greek
- gn # Guarani
- gu # Gujarati
- ht # Haitian
- ha # Hausa
- he # Hebrew
- hz # Herero
- hi # Hindi
- hu # Hungarian
- is # Icelandic
- io # Ido
- ig # Igbo
- id # Indonesian
- ia # Interlingua
- ie # Interlingue
- iu # Inuktitut
- ik # Inupiaq
- ga # Irish
- it # Italian
- ja # Japanese
- jv # Javanese
- kl # Kalaallisut
- kn # Kannada
- kr # Kanuri
- ks # Kashmiri
- kk # Kazakh
- ki # Kikuyu
- rw # Kinyarwanda
- ky # Kirghiz
- kv # Komi
- kg # Kongo
- ko # Korean
- kj # Kuanyama
- ku # Kurdish
- lo # Lao
- la # Latin
- lv # Latvian
- li # Limburgan
- ln # Lingala
- lt # Lithuanian
- lu # Luba-Katanga
- lb # Luxembourgish
- mk # Macedonian
- mg # Malagasy
- ms # Malay
- ml # Malayalam
- mt # Maltese
- gv # Manx
- mi # Maori
- mr # Marathi
- mh # Marshallese
- mn # Mongolian
- na # Nauru
- nv # Navajo
- ng # Ndonga
- ne # Nepali
- no # Norwegian
- oc # Occitan
- oj # Ojibwa
- or # Oriya
- om # Oromo
- os # Ossetian
- pi # Pali
- ps # Pashto
- fa # Persian
- pl # Polish
- pt # Portuguese
- pa # Punjabi
- qu # Quechua
- ro # Romanian
- rm # Romansh
- rom # Romany
- rn # Rundi
- ru # Russian
- sm # Samoan
- sg # Sango
- sa # Sanskrit
- sc # Sardinian
- sr # Serbian
- sn # Shona
- sd # Sindhi
- si # Sinhala
- sk # Slovak
- sl # Slovenian
- so # Somali
- su # Sundanese
- sw # Swahili
- ss # Swati
- sv # Swedish
- tl # Tagalog
- ty # Tahitian
- tai # Tai
- tg # Tajik
- ta # Tamil
- tt # Tatar
- te # Telugu
- th # Thai
- bo # Tibetan
- ti # Tigrinya
- to # Tonga
- ts # Tsonga
- tn # Tswana
- tr # Turkish
- tk # Turkmen
- tw # Twi
- uk # Ukrainian
- ur # Urdu
- uz # Uzbek
- ve # Venda
- vi # Vietnamese
- vo # Volapük
- wa # Walloon
- cy # Welsh
- wo # Wolof
- xh # Xhosa
- yi # Yiddish
- yo # Yoruba
- zu # Zulu

@ -0,0 +1,52 @@
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/Shared/Resolution/Poster/<<collection_name>>.png
collections:
4K:
template:
- name: Resolution
weight: 100
opt1: 4k
plex_search:
any:
resolution.regex: '(?i)2160|4k'
sort_title: zzzzzz_a4k
1080P:
template:
- name: Resolution
weight: 70
opt1: 1080p
plex_search:
any:
resolution.regex: '(?i)1080|2k'
sort_title: zzzzzz_b1080p
720P:
template:
- name: Resolution
weight: 40
opt1: 720p
plex_search:
any:
resolution.regex: '(?i)720|hd'
sort_title: zzzzzz_c720p
480P:
template:
- name: Resolution
weight: 10
opt1: 480p
plex_search:
any:
resolution.regex: '(?i)480|sd'
sort_title: zzzzzz_d480p

@ -2,7 +2,7 @@ templates:
Chart: Chart:
collection_order: custom collection_order: custom
sync_mode: sync 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 url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Show/Chart/Poster/<<poster>>.png
collections: collections:

@ -4,7 +4,7 @@ templates:
summary: <<summary>> summary: <<summary>>
default: default:
exclude: Children, Anime exclude: Children, Anime
sort_title: +08<<collection_name>> sort_title: " !+08<<collection_name>>"
smart_filter: smart_filter:
sort_by: release.desc sort_by: release.desc
validate: false 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 - network
tmdb_network: <<network>> tmdb_network: <<network>>
url_poster: https://theposterdb.com/api/assets/<<poster>> url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: +++_<<collection_name>> sort_title: " !+++_<<collection_name>>"
collection_mode: hide collection_mode: hide
sync_mode: sync sync_mode: sync

@ -5,21 +5,24 @@ libraries:
- file: config/Collection/Anime/Chart.yml - file: config/Collection/Anime/Chart.yml
- file: config/Collection/Anime/Genre.yml - file: config/Collection/Anime/Genre.yml
- file: config/Collection/Anime/Season.yml - file: config/Collection/Anime/Season.yml
- file: config/Collection/Shared/Audio.yml
Movies: Movies:
remove_overlays: true remove_overlays: true
collection_files: collection_files:
- file: config/Collection/Movie/Resolution.yml
- file: config/Collection/Movie/Decade.yml - file: config/Collection/Movie/Decade.yml
- file: config/Collection/Movie/Genre.yml - file: config/Collection/Movie/Genre.yml
- file: config/Collection/Shared/Audio.yml
- file: config/Collection/Shared/Resolution.yml
TV Shows: TV Shows:
remove_overlays: true remove_overlays: true
collection_files: collection_files:
- file: config/Collection/Show/Resolution.yml
- file: config/Collection/Show/Studio.yml - file: config/Collection/Show/Studio.yml
- file: config/Collection/Show/Genre.yml - file: config/Collection/Show/Genre.yml
- file: config/Collection/Show/Chart.yml - file: config/Collection/Show/Chart.yml
- file: config/Collection/Shared/Audio.yml
- file: config/Collection/Shared/Resolution.yml
settings: settings:
cache: true cache: true

Loading…
Cancel
Save