mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-05 16:08:54 -05:00
bugfixes; fix assets' filename
This commit is contained in:
parent
73c21a1ea7
commit
057b8e7270
@ -33,6 +33,7 @@
|
||||
|
||||
- _parental.yml
|
||||
- Parental: All (https://mdblist.com/lists/archivist/list-parental)
|
||||
- Parental: Unwatched
|
||||
- Parental: Random
|
||||
- Parental: Recently Added
|
||||
- Parental: Recently Released
|
||||
@ -40,6 +41,7 @@
|
||||
|
||||
- _family.yml
|
||||
- Family: All
|
||||
- Family: Unwatched
|
||||
- Family: Random
|
||||
- Family: Recently Added
|
||||
- Family: Recently Released
|
||||
@ -47,6 +49,7 @@
|
||||
|
||||
- _documentary.yml
|
||||
- Documentaries: All
|
||||
- Documentaries: Unwatched
|
||||
- Documentaries: Random
|
||||
- Documentaries: Recently Added
|
||||
- Documentaries: Recently Released
|
||||
@ -54,6 +57,7 @@
|
||||
|
||||
- _standup.yml
|
||||
- Stand-up: All (https://mdblist.com/lists/archivist/list-standup)
|
||||
- Stand-up: Unwatched
|
||||
- Stand-up: Random
|
||||
- Stand-up: Recently Added
|
||||
- Stand-up: Recently Released
|
||||
@ -61,6 +65,7 @@
|
||||
|
||||
- _sports.yml
|
||||
- Sports: All
|
||||
- Sports: Unwatched
|
||||
- Sports: Random
|
||||
- Sports: Recently Added
|
||||
- Sports: Recently Released
|
||||
@ -68,6 +73,7 @@
|
||||
|
||||
- _anime.yml
|
||||
- Anime: All
|
||||
- Anime: Unwatched
|
||||
- Anime: Random
|
||||
- Anime: Recently Added
|
||||
- Anime: Recently Released
|
||||
|
||||
@ -50,5 +50,5 @@ With the parental configuration, there is a 'Parental' label added to their coll
|
||||
#
|
||||
#
|
||||
###### A successful run will result in something similar to this:
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
|
||||
- _parental.yml
|
||||
- Parental: All (https://mdblist.com/lists/archivist/list-parental)
|
||||
- Parental: Unwatched
|
||||
- Parental: Random
|
||||
- Parental: Recently Added
|
||||
- Parental: Recently Released
|
||||
@ -31,6 +32,7 @@
|
||||
|
||||
- _family.yml
|
||||
- Family: All
|
||||
- Family: Unwatched
|
||||
- Family: Random
|
||||
- Family: Recently Added
|
||||
- Family: Recently Released
|
||||
@ -38,6 +40,7 @@
|
||||
|
||||
- _documentary.yml
|
||||
- Documentaries: All
|
||||
- Documentaries: Unwatched
|
||||
- Documentaries: Random
|
||||
- Documentaries: Recently Added
|
||||
- Documentaries: Recently Released
|
||||
@ -45,6 +48,7 @@
|
||||
|
||||
- _sports.yml
|
||||
- Sports: All
|
||||
- Sports: Unwatched
|
||||
- Sports: Random
|
||||
- Sports: Recently Added
|
||||
- Sports: Recently Released
|
||||
@ -52,6 +56,7 @@
|
||||
|
||||
- _anime.yml
|
||||
- Anime: All
|
||||
- Anime: Unwatched
|
||||
- Anime: Random
|
||||
- Anime: Recently Added
|
||||
- Anime: Recently Released
|
||||
|
||||
@ -12,12 +12,26 @@ templates:
|
||||
visible_shared: false
|
||||
|
||||
collections:
|
||||
"Parental: Unwatched":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_unwatched.png
|
||||
summary: "Unwatched parental"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
unplayed: true
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Parental: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_random.png
|
||||
summary: "Random movies suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -30,7 +44,7 @@ collections:
|
||||
summary: "Recently added movies suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -43,7 +57,7 @@ collections:
|
||||
summary: "Recently released movies suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -56,7 +70,7 @@ collections:
|
||||
summary: "Top rated movies suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
num: "5"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
|
||||
@ -24,12 +24,26 @@ collections:
|
||||
- filepath: "/mnt/movies-family"
|
||||
- filepath: "/mnt/movies-family-4k"
|
||||
|
||||
"Family: Unwatched":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_unwatched.png
|
||||
summary: "Unwatched family"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Family: All"
|
||||
unplayed: true
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Family: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_random.png
|
||||
summary: "Random family"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -43,7 +57,7 @@ collections:
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -56,7 +70,7 @@ collections:
|
||||
summary: "Recently released family"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -69,7 +83,7 @@ collections:
|
||||
summary: "Top rated family"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
num: "5"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
|
||||
@ -14,7 +14,7 @@ collections:
|
||||
"Documentaries: All":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_all.png
|
||||
summary: "Documentaries"
|
||||
collection_order: alpha
|
||||
# collection_order: alpha
|
||||
template: {
|
||||
name: plex,
|
||||
num: "0"
|
||||
@ -28,12 +28,27 @@ collections:
|
||||
genre: documentary
|
||||
sort_by: title.asc
|
||||
|
||||
"Documentary: Unwatched":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_unwatched.png
|
||||
summary: "Unwatched documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
# collection: "Documentaries: All"
|
||||
genre: documentary
|
||||
unplayed: true
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Documentaries: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_random.png
|
||||
summary: "Random documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -48,7 +63,7 @@ collections:
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -62,7 +77,7 @@ collections:
|
||||
summary: "Recently released documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -76,7 +91,7 @@ collections:
|
||||
summary: "Top rated documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
num: "5"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
|
||||
@ -14,7 +14,7 @@ templates:
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+070_<<num>>_<<collection_name>>"
|
||||
sort_title: "+062_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
@ -48,14 +48,27 @@ collections:
|
||||
name: mdblist,
|
||||
num: "0"
|
||||
}
|
||||
|
||||
|
||||
"Stand-up: Unwatched":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_standup/stand-up_unwatched.png
|
||||
summary: "Unwatched stand-up"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Stand-up: All"
|
||||
unplayed: true
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Stand-up: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_standup/stand-up_random.png
|
||||
summary: "Random Stand-up"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -68,7 +81,7 @@ collections:
|
||||
summary: "Recently added Stand-up"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -81,7 +94,7 @@ collections:
|
||||
summary: "Recently released Stand-up"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -94,7 +107,7 @@ collections:
|
||||
summary: "Top rated Stand-up"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
num: "5"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
|
||||
@ -14,7 +14,7 @@ collections:
|
||||
"Sports: All":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_all.png
|
||||
summary: "Sports"
|
||||
collection_order: alpha
|
||||
# collection_order: alpha
|
||||
template: {
|
||||
name: plex,
|
||||
num: "0"
|
||||
@ -38,12 +38,36 @@ collections:
|
||||
- "WWE Home Video"
|
||||
sort_by: title.asc
|
||||
|
||||
"Sports: Unwatched":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_unwatched.png
|
||||
summary: "Unwatched sports"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
# collection: "Sports: All"
|
||||
any:
|
||||
studio:
|
||||
- "All Elite Wrestling"
|
||||
- "BBC Sport"
|
||||
- "HBO Sports"
|
||||
- "Total Nonstop Action (TNA)"
|
||||
- "UFC"
|
||||
- "Ultimate Fighting Championship"
|
||||
- "World Wrestling Entertainment (WWE)"
|
||||
- "WWE Home Video"
|
||||
unplayed: true
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Sports: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_random.png
|
||||
summary: "Random sports"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
# all:
|
||||
@ -66,7 +90,7 @@ collections:
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
# all:
|
||||
@ -88,7 +112,7 @@ collections:
|
||||
summary: "Recently released sports"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
# all:
|
||||
@ -110,7 +134,7 @@ collections:
|
||||
summary: "Top rated sports"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
num: "5"
|
||||
}
|
||||
smart_filter:
|
||||
# all:
|
||||
|
||||
@ -23,13 +23,27 @@ collections:
|
||||
filters:
|
||||
- filepath: "/mnt/movies-anime"
|
||||
- filepath: "/mnt/movies-anime-4k"
|
||||
|
||||
"Anime: Unwatched":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_unwatched.png
|
||||
summary: "Unwatched anime"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Anime: All"
|
||||
unplayed: true
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Anime: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_random.png
|
||||
summary: "Random anime"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -43,7 +57,7 @@ collections:
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -56,7 +70,7 @@ collections:
|
||||
summary: "Recently released anime"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -69,7 +83,7 @@ collections:
|
||||
summary: "Top rated anime"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
num: "5"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
|
||||
@ -22,7 +22,7 @@ templates:
|
||||
|
||||
collections:
|
||||
"Top Rated of 2024":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2024.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2024.png
|
||||
summary: "Top rated movies in 2024"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -35,7 +35,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2023":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2023.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2023.png
|
||||
summary: "Top rated movies in 2023"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -48,7 +48,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2022":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2022.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2022.png
|
||||
summary: "Top rated movies in 2022"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -61,7 +61,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2021":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2021.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2021.png
|
||||
summary: "Top rated movies in 2021"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -74,7 +74,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2020":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2020.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2020.png
|
||||
summary: "Top rated movies in 2020"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -87,7 +87,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2019":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2019.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2019.png
|
||||
summary: "Top rated movies in 2019"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -100,7 +100,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2018":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2018.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2018.png
|
||||
summary: "Top rated movies in 2018"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -113,7 +113,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2017":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2017.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2017.png
|
||||
summary: "Top rated movies in 2017"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -126,7 +126,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2016":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2016.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2016.png
|
||||
summary: "Top rated movies in 2016"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -139,7 +139,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2015":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2015.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2015.png
|
||||
summary: "Top rated movies in 2015"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -152,7 +152,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2014":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2014.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2014.png
|
||||
summary: "Top rated movies in 2014"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -165,7 +165,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2013":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2013.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2013.png
|
||||
summary: "Top rated movies in 2013"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -178,7 +178,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2012":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2012.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2012.png
|
||||
summary: "Top rated movies in 2012"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -191,7 +191,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2011":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2011.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2011.png
|
||||
summary: "Top rated movies in 2011"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -204,7 +204,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2010":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2010.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2010.png
|
||||
summary: "Top rated movies in 2010"
|
||||
template: {
|
||||
language: "en",
|
||||
|
||||
@ -25,7 +25,7 @@ templates:
|
||||
|
||||
collections:
|
||||
"Top Rated in Action":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_action.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_action.png
|
||||
summary: "Top rated movies in Action"
|
||||
template: {
|
||||
genre: "action",
|
||||
@ -38,7 +38,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Adventure":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_adventure.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_adventure.png
|
||||
summary: "Top rated movies in Adventure"
|
||||
template: {
|
||||
genre: "adventure",
|
||||
@ -51,7 +51,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Animation":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_animation.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_animation.png
|
||||
summary: "Top rated movies in Animation"
|
||||
template: {
|
||||
genre: "animation",
|
||||
@ -64,7 +64,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Biography":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_biography.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_biography.png
|
||||
summary: "Top rated movies in Biography"
|
||||
template: {
|
||||
genre: "biography",
|
||||
@ -77,7 +77,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Comedy":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_comedy.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_comedy.png
|
||||
summary: "Top rated movies in Comedy"
|
||||
template: {
|
||||
genre: "comedy",
|
||||
@ -90,7 +90,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Crime":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_crime.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_crime.png
|
||||
summary: "Top rated movies in Crime"
|
||||
template: {
|
||||
genre: "crime",
|
||||
@ -103,7 +103,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Documentary":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_documentary.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_documentary.png
|
||||
summary: "Top rated movies in Documentary"
|
||||
template: {
|
||||
genre: "documentary",
|
||||
@ -115,7 +115,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Drama":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_drama.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_drama.png
|
||||
summary: "Top rated movies in Drama"
|
||||
template: {
|
||||
genre: "drama",
|
||||
@ -128,7 +128,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Family":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_family.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_family.png
|
||||
summary: "Top rated movies in Family"
|
||||
template: {
|
||||
genre: "family",
|
||||
@ -142,7 +142,7 @@ collections:
|
||||
|
||||
"Top Rated in Fantasy":
|
||||
summary: "Top rated movies in Fantasy"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_fantasy.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_fantasy.png
|
||||
template: {
|
||||
genre: "fantasy",
|
||||
genre.not: "documentary",
|
||||
@ -154,7 +154,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in History":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_history.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_history.png
|
||||
summary: "Top rated movies in History"
|
||||
template: {
|
||||
genre: "history",
|
||||
@ -168,7 +168,7 @@ collections:
|
||||
|
||||
"Top Rated in Horror":
|
||||
summary: "Top rated movies in Horror"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_horror.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_horror.png
|
||||
template: {
|
||||
genre: "horror",
|
||||
genre.not: "documentary",
|
||||
@ -180,7 +180,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Music":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_music.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_music.png
|
||||
summary: "Top rated movies in Music"
|
||||
template: {
|
||||
genre: "music",
|
||||
@ -193,7 +193,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Musicals":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_musicals.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_musicals.png
|
||||
summary: "Top rated movies in Musicals"
|
||||
template: {
|
||||
genre: "musical",
|
||||
@ -206,7 +206,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Mystery":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_mystery.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_mystery.png
|
||||
summary: "Top rated movies in Mystery"
|
||||
template: {
|
||||
genre: "mystery",
|
||||
@ -219,7 +219,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Romance":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_romance.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_romance.png
|
||||
summary: "Top rated movies in Romance"
|
||||
template: {
|
||||
genre: "romance",
|
||||
@ -232,7 +232,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Sci-Fi":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_sci-fi.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_sci-fi.png
|
||||
summary: "Top rated movies in Sci-Fi"
|
||||
template: {
|
||||
genre: "sci-fi",
|
||||
@ -245,7 +245,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Sport":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_sport.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_sport.png
|
||||
summary: "Top rated movies in Sport"
|
||||
template: {
|
||||
genre: "sport",
|
||||
@ -258,7 +258,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Thriller":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_thriller.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_thriller.png
|
||||
summary: "Top rated movies in Thriller"
|
||||
template: {
|
||||
genre: "thriller",
|
||||
@ -271,7 +271,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in War":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_war.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_war.png
|
||||
summary: "Top rated movies in War"
|
||||
template: {
|
||||
genre: "war",
|
||||
@ -284,7 +284,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Western":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_western.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_western.png
|
||||
summary: "Top rated movies in Western"
|
||||
template: {
|
||||
genre: "western",
|
||||
|
||||
@ -12,12 +12,26 @@ templates:
|
||||
visible_shared: false
|
||||
|
||||
collections:
|
||||
"Parental: Unwatched":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_unwatched.png
|
||||
summary: "Unwatched parental"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
plays.lt: 1
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Parental: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_parental/parental_random.png
|
||||
summary: "Random TV shows suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -30,7 +44,7 @@ collections:
|
||||
summary: "Recently added TV shows suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -43,7 +57,7 @@ collections:
|
||||
summary: "Recently released TV shows suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -56,7 +70,7 @@ collections:
|
||||
summary: "Top rated TV shows suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
num: "5"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
|
||||
@ -24,12 +24,26 @@ collections:
|
||||
- filepath: "/mnt/tv-family"
|
||||
- filepath: "/mnt/tv-family-4k"
|
||||
|
||||
"Family: Unwatched":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_unwatched.png
|
||||
summary: "Unwatched family"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Family: All"
|
||||
plays.lt: 1
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Family: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_family/family_random.png
|
||||
summary: "Random family"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -43,7 +57,7 @@ collections:
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -56,7 +70,7 @@ collections:
|
||||
summary: "Recently released family"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -69,7 +83,7 @@ collections:
|
||||
summary: "Top rated family"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
num: "5"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
|
||||
@ -14,7 +14,7 @@ collections:
|
||||
"Documentaries: All":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_all.png
|
||||
summary: "Documentaries"
|
||||
collection_order: alpha
|
||||
# collection_order: alpha
|
||||
template: {
|
||||
name: plex,
|
||||
num: "0"
|
||||
@ -28,12 +28,27 @@ collections:
|
||||
genre: documentary
|
||||
sort_by: title.asc
|
||||
|
||||
"Documentary: Unwatched":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_unwatched.png
|
||||
summary: "Unwatched documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
# collection: "Documentaries: All"
|
||||
genre: documentary
|
||||
plays.lt: 1
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Documentaries: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_documentary/documentary_random.png
|
||||
summary: "Random documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -48,7 +63,7 @@ collections:
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -62,7 +77,7 @@ collections:
|
||||
summary: "Recently released documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -76,7 +91,7 @@ collections:
|
||||
summary: "Top rated documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
num: "5"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
|
||||
@ -14,7 +14,7 @@ collections:
|
||||
"Sports: All":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_all.png
|
||||
summary: "Sports"
|
||||
collection_order: alpha
|
||||
# collection_order: alpha
|
||||
template: {
|
||||
name: plex,
|
||||
num: "0"
|
||||
@ -38,12 +38,36 @@ collections:
|
||||
- "WWE Home Video"
|
||||
sort_by: title.asc
|
||||
|
||||
"Sports: Unwatched":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_unwatched.png
|
||||
summary: "Unwatched sports"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
# collection: "Sports: All"
|
||||
any:
|
||||
studio:
|
||||
- "All Elite Wrestling"
|
||||
- "BBC Sport"
|
||||
- "HBO Sports"
|
||||
- "Total Nonstop Action (TNA)"
|
||||
- "UFC"
|
||||
- "Ultimate Fighting Championship"
|
||||
- "World Wrestling Entertainment (WWE)"
|
||||
- "WWE Home Video"
|
||||
plays.lt: 1
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Sports: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_sports/sports_random.png
|
||||
summary: "Random sports"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
# all:
|
||||
@ -66,7 +90,7 @@ collections:
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
# all:
|
||||
@ -88,7 +112,7 @@ collections:
|
||||
summary: "Recently released sports"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
# all:
|
||||
@ -110,7 +134,7 @@ collections:
|
||||
summary: "Top rated sports"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
num: "5"
|
||||
}
|
||||
smart_filter:
|
||||
# all:
|
||||
|
||||
@ -24,12 +24,26 @@ collections:
|
||||
- filepath: "/mnt/tv-anime"
|
||||
- filepath: "/mnt/tv-anime-4k"
|
||||
|
||||
"Anime: Unwatched":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_unwatched.png
|
||||
summary: "Unwatched anime"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Anime: All"
|
||||
plays.lt: 1
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Anime: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_anime/anime_random.png
|
||||
summary: "Random anime"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -43,7 +57,7 @@ collections:
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -56,7 +70,7 @@ collections:
|
||||
summary: "Recently released anime"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
@ -69,7 +83,7 @@ collections:
|
||||
summary: "Top rated anime"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
num: "5"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
|
||||
@ -22,7 +22,7 @@ templates:
|
||||
|
||||
collections:
|
||||
"Top Rated of 2024":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2024.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2024.png
|
||||
summary: "Top rated TV shows in 2024"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -35,7 +35,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2023":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2023.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2023.png
|
||||
summary: "Top rated TV shows in 2023"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -48,7 +48,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2022":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2022.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2022.png
|
||||
summary: "Top rated TV shows in 2022"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -61,7 +61,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2021":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2021.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2021.png
|
||||
summary: "Top rated TV shows in 2021"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -74,7 +74,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2020":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2020.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2020.png
|
||||
summary: "Top rated TV shows in 2020"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -87,7 +87,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2019":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2019.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2019.png
|
||||
summary: "Top rated TV shows in 2019"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -100,7 +100,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2018":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2018.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2018.png
|
||||
summary: "Top rated TV shows in 2018"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -113,7 +113,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2017":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2017.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2017.png
|
||||
summary: "Top rated TV shows in 2017"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -126,7 +126,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2016":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2016.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2016.png
|
||||
summary: "Top rated TV shows in 2016"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -139,7 +139,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2015":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2015.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2015.png
|
||||
summary: "Top rated TV shows in 2015"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -152,7 +152,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2014":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2014.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2014.png
|
||||
summary: "Top rated TV shows in 2014"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -165,7 +165,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2013":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2013.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2013.png
|
||||
summary: "Top rated TV shows in 2013"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -178,7 +178,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2012":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2012.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2012.png
|
||||
summary: "Top rated TV shows in 2012"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -191,7 +191,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2011":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2011.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2011.png
|
||||
summary: "Top rated TV shows in 2011"
|
||||
template: {
|
||||
language: "en",
|
||||
@ -204,7 +204,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2010":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top-rated_2010.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_year_top/year_top_2010.png
|
||||
summary: "Top rated TV shows in 2010"
|
||||
template: {
|
||||
language: "en",
|
||||
|
||||
@ -25,7 +25,7 @@ templates:
|
||||
|
||||
collections:
|
||||
"Top Rated in Action":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_action.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_action.png
|
||||
summary: "Top rated TV shows in Action"
|
||||
template: {
|
||||
genre: "action",
|
||||
@ -38,7 +38,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Adventure":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_adventure.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_adventure.png
|
||||
summary: "Top rated TV shows in Adventure"
|
||||
template: {
|
||||
genre: "adventure",
|
||||
@ -51,7 +51,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Animation":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_animation.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_animation.png
|
||||
summary: "Top rated TV shows in Animation"
|
||||
template: {
|
||||
genre: "animation",
|
||||
@ -64,7 +64,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Biography":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_biography.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_biography.png
|
||||
summary: "Top rated TV shows in Biography"
|
||||
template: {
|
||||
genre: "biography",
|
||||
@ -77,7 +77,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Comedy":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_comedy.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_comedy.png
|
||||
summary: "Top rated TV shows in Comedy"
|
||||
template: {
|
||||
genre: "comedy",
|
||||
@ -90,7 +90,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Crime":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_crime.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_crime.png
|
||||
summary: "Top rated TV shows in Crime"
|
||||
template: {
|
||||
genre: "crime",
|
||||
@ -103,7 +103,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Documentary":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_documentary.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_documentary.png
|
||||
summary: "Top rated TV shows in Documentary"
|
||||
template: {
|
||||
genre: "documentary",
|
||||
@ -115,7 +115,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Drama":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_drama.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_drama.png
|
||||
summary: "Top rated TV shows in Drama"
|
||||
template: {
|
||||
genre: "drama",
|
||||
@ -128,7 +128,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Family":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_family.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_family.png
|
||||
summary: "Top rated TV shows in Family"
|
||||
template: {
|
||||
genre: "family",
|
||||
@ -141,7 +141,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Fantasy":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_fantasy.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_fantasy.png
|
||||
summary: "Top rated TV shows in Fantasy"
|
||||
template: {
|
||||
genre: "fantasy",
|
||||
@ -154,7 +154,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in History":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_history.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_history.png
|
||||
summary: "Top rated TV shows in History"
|
||||
template: {
|
||||
genre: "history",
|
||||
@ -167,7 +167,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Horror":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_horror.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_horror.png
|
||||
summary: "Top rated TV shows in Horror"
|
||||
template: {
|
||||
genre: "horror",
|
||||
@ -180,7 +180,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Music":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_music.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_music.png
|
||||
summary: "Top rated TV shows in Music"
|
||||
template: {
|
||||
genre: "music",
|
||||
@ -193,7 +193,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Musicals":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_musicals.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_musicals.png
|
||||
summary: "Top rated TV shows in Musicals"
|
||||
template: {
|
||||
genre: "musical",
|
||||
@ -206,7 +206,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Mystery":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_mystery.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_mystery.png
|
||||
summary: "Top rated TV shows in Mystery"
|
||||
template: {
|
||||
genre: "mystery",
|
||||
@ -219,7 +219,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Romance":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_romance.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_romance.png
|
||||
summary: "Top rated TV shows in Romance"
|
||||
template: {
|
||||
genre: "romance",
|
||||
@ -232,7 +232,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Sci-Fi":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_sci-fi.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_sci-fi.png
|
||||
summary: "Top rated TV shows in Sci-Fi"
|
||||
template: {
|
||||
genre: "sci-fi",
|
||||
@ -245,7 +245,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Sport":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_sport.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_sport.png
|
||||
summary: "Top rated TV shows in Sport"
|
||||
template: {
|
||||
genre: "sport",
|
||||
@ -258,7 +258,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Thriller":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_thriller.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_thriller.png
|
||||
summary: "Top rated TV shows in Thriller"
|
||||
template: {
|
||||
genre: "thriller",
|
||||
@ -271,7 +271,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in War":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_war.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_war.png
|
||||
summary: "Top rated TV shows in War"
|
||||
template: {
|
||||
genre: "war",
|
||||
@ -284,7 +284,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Western":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top-rated_western.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/kometa.config/assets/_genre_top/genre_top_western.png
|
||||
summary: "Top rated TV shows in Western"
|
||||
template: {
|
||||
genre: "western",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user