mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-12-18 11:42:30 -05:00
added sport genre for popular/top collections; unwatched smart filter collections for: random, suggested, popular and top-rated; various bug-fixes
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
genre_popular:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
@@ -23,7 +22,7 @@ templates:
|
||||
collections:
|
||||
"Popular in Action":
|
||||
summary: "Popular TV shows in Action"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_action.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_action.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -34,7 +33,7 @@ collections:
|
||||
|
||||
"Popular in Adventure":
|
||||
summary: "Popular TV shows in Adventure"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_adventure.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_adventure.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -45,7 +44,7 @@ collections:
|
||||
|
||||
"Popular in Animation":
|
||||
summary: "Popular TV shows in Animation"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_animation.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_animation.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -56,7 +55,7 @@ collections:
|
||||
|
||||
"Popular in Biography":
|
||||
summary: "Popular TV shows in Biography"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_biography.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_biography.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -67,7 +66,7 @@ collections:
|
||||
|
||||
"Popular in Comedy":
|
||||
summary: "Popular TV shows in Comedy"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_comedy.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_comedy.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -78,7 +77,7 @@ collections:
|
||||
|
||||
"Popular in Crime":
|
||||
summary: "Popular TV shows in Crime"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_crime.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_crime.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -89,7 +88,7 @@ collections:
|
||||
|
||||
"Popular in Drama":
|
||||
summary: "Popular TV shows in Drama"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_drama.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_drama.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -100,7 +99,7 @@ collections:
|
||||
|
||||
"Popular in Family":
|
||||
summary: "Popular TV shows in Family"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_family.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_family.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -111,7 +110,7 @@ collections:
|
||||
|
||||
"Popular in Fantasy":
|
||||
summary: "Popular TV shows in Fantasy"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_fantasy.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_fantasy.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -122,7 +121,7 @@ collections:
|
||||
|
||||
"Popular in History":
|
||||
summary: "Popular TV shows in History"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_history.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_history.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -133,7 +132,7 @@ collections:
|
||||
|
||||
"Popular in Horror":
|
||||
summary: "Popular TV shows in Horror"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_horror.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_horror.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -144,7 +143,7 @@ collections:
|
||||
|
||||
"Popular in Music":
|
||||
summary: "Popular TV shows in Music"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_music.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_music.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -155,7 +154,7 @@ collections:
|
||||
|
||||
"Popular in Musicals":
|
||||
summary: "Popular TV shows in Musicals"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_musicals.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_musicals.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -166,7 +165,7 @@ collections:
|
||||
|
||||
"Popular in Mystery":
|
||||
summary: "Popular TV shows in Mystery"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_mystery.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_mystery.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -177,7 +176,7 @@ collections:
|
||||
|
||||
"Popular in Romance":
|
||||
summary: "Popular TV shows in Romance"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_romance.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_romance.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -188,7 +187,7 @@ collections:
|
||||
|
||||
"Popular in Sci-Fi":
|
||||
summary: "Popular TV shows in Sci-Fi"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_sci-fi.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_sci-fi.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -196,9 +195,21 @@ collections:
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Sport":
|
||||
summary: "Popular TV shows in Sport"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_sport.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "sport",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Thriller":
|
||||
summary: "Popular TV shows in Thriller"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_thriller.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_thriller.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -209,7 +220,7 @@ collections:
|
||||
|
||||
"Popular in War":
|
||||
summary: "Popular TV shows in War"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_war.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_war.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -220,7 +231,7 @@ collections:
|
||||
|
||||
"Popular in Western":
|
||||
summary: "Popular TV shows in Western"
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_western.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/5_genre_popular/genre_popular_western.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
|
||||
Reference in New Issue
Block a user