mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-20 15:06:07 -05:00
add parental collections; various bugfixes
This commit is contained in:
1
0x5f3/metadata/show/0_debug.yml
Normal file
1
0x5f3/metadata/show/0_debug.yml
Normal file
@@ -0,0 +1 @@
|
||||
## 0_debug.yml
|
||||
9
0x5f3/metadata/show/0_sonarr.yml
Normal file
9
0x5f3/metadata/show/0_sonarr.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
## 0_sonarr.yml
|
||||
|
||||
collections:
|
||||
"Anticipated":
|
||||
build_collection: false
|
||||
schedule: daily
|
||||
sonarr_add_missing: true
|
||||
sonarr_folder:
|
||||
mdblist_list:
|
||||
155
0x5f3/metadata/show/1_parental.yml
Normal file
155
0x5f3/metadata/show/1_parental.yml
Normal file
@@ -0,0 +1,155 @@
|
||||
templates:
|
||||
plex:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
|
||||
mdblist_title:
|
||||
optional:
|
||||
- mdblist_extra_1
|
||||
- mdblist_extra_2
|
||||
- mdblist_extra_3
|
||||
- mdblist_extra_4
|
||||
- mdblist_extra_5
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
collection_order: title.asc
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
mdblist_list:
|
||||
- https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
- <<mdblist_extra_1>>
|
||||
- <<mdblist_extra_2>>
|
||||
- <<mdblist_extra_3>>
|
||||
- <<mdblist_extra_4>>
|
||||
- <<mdblist_extra_5>>
|
||||
|
||||
mdblist_added:
|
||||
optional:
|
||||
- mdblist_extra_1
|
||||
- mdblist_extra_2
|
||||
- mdblist_extra_3
|
||||
- mdblist_extra_4
|
||||
- mdblist_extra_5
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
limit: 250
|
||||
collection_mode: hide
|
||||
collection_order: added.desc
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
mdblist_list:
|
||||
- https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
- <<mdblist_extra_1>>
|
||||
- <<mdblist_extra_2>>
|
||||
- <<mdblist_extra_3>>
|
||||
- <<mdblist_extra_4>>
|
||||
- <<mdblist_extra_5>>
|
||||
|
||||
mdblist_random:
|
||||
optional:
|
||||
- mdblist_extra_1
|
||||
- mdblist_extra_2
|
||||
- mdblist_extra_3
|
||||
- mdblist_extra_4
|
||||
- mdblist_extra_5
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
limit: 250
|
||||
collection_mode: hide
|
||||
collection_order: random
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
mdblist_list:
|
||||
- https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
- <<mdblist_extra_1>>
|
||||
- <<mdblist_extra_2>>
|
||||
- <<mdblist_extra_3>>
|
||||
- <<mdblist_extra_4>>
|
||||
- <<mdblist_extra_5>>
|
||||
|
||||
mdblist_toprated:
|
||||
optional:
|
||||
- mdblist_extra_1
|
||||
- mdblist_extra_2
|
||||
- mdblist_extra_3
|
||||
- mdblist_extra_4
|
||||
- mdblist_extra_5
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
limit: 250
|
||||
collection_mode: hide
|
||||
collection_order: critic_rating.desc
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
mdblist_list:
|
||||
- https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
- <<mdblist_extra_1>>
|
||||
- <<mdblist_extra_2>>
|
||||
- <<mdblist_extra_3>>
|
||||
- <<mdblist_extra_4>>
|
||||
- <<mdblist_extra_5>>
|
||||
|
||||
collections:
|
||||
"Parental: All":
|
||||
summary: "TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-all.png
|
||||
template: {
|
||||
name: mdblist_title,
|
||||
num: "W",
|
||||
mdblist_user: "a2u2y13",
|
||||
mdblist_list: "list-suitable-for-children"
|
||||
}
|
||||
|
||||
"Parental: Recently Added":
|
||||
summary: "Recently added TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-added.png
|
||||
template: {
|
||||
name: mdblist_added,
|
||||
num: "X",
|
||||
mdblist_user: "a2u2y13",
|
||||
mdblist_list: "list-suitable-for-children"
|
||||
}
|
||||
|
||||
"Parental: Random":
|
||||
summary: "Random TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-random.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: plex,
|
||||
num: "Y"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
|
||||
"Parental: Top-Rated":
|
||||
summary: "Top-Rated TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-top-rated.png
|
||||
template: {
|
||||
name: mdblist_toprated,
|
||||
num: "Z",
|
||||
mdblist_user: "a2u2y13",
|
||||
mdblist_list: "list-suitable-for-children"
|
||||
}
|
||||
@@ -54,6 +54,7 @@ collections:
|
||||
"Random TV shows":
|
||||
summary: Random selection of TV shows
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/random.png
|
||||
visible_library: true
|
||||
schedule: daily
|
||||
template: {
|
||||
name: plex,
|
||||
@@ -81,6 +82,7 @@ collections:
|
||||
"Popular TV shows":
|
||||
summary: Popular TV shows across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/popular.png
|
||||
visible_library: true
|
||||
schedule: daily
|
||||
template: {
|
||||
name: imdb_popular,
|
||||
|
||||
@@ -18,7 +18,7 @@ templates:
|
||||
|
||||
collections:
|
||||
"Top Rated of 2023":
|
||||
summary: "Top rated shows in 2023"
|
||||
summary: "Top rated TV shows in 2023"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2023.png
|
||||
schedule: weekly(tuesday)
|
||||
template: {
|
||||
@@ -32,7 +32,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2022":
|
||||
summary: "Top rated shows in 2022"
|
||||
summary: "Top rated TV shows in 2022"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2022.png
|
||||
schedule: weekly(tuesday)
|
||||
template: {
|
||||
@@ -46,7 +46,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2021":
|
||||
summary: "Top rated shows in 2021"
|
||||
summary: "Top rated TV shows in 2021"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2021.png
|
||||
schedule: weekly(tuesday)
|
||||
template: {
|
||||
@@ -60,7 +60,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2020":
|
||||
summary: "Top rated shows in 2020"
|
||||
summary: "Top rated TV shows in 2020"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2020.png
|
||||
schedule: weekly(tuesday)
|
||||
template: {
|
||||
@@ -74,7 +74,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2019":
|
||||
summary: "Top rated shows in 2019"
|
||||
summary: "Top rated TV shows in 2019"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2019.png
|
||||
schedule: weekly(tuesday)
|
||||
template: {
|
||||
@@ -88,7 +88,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2018":
|
||||
summary: "Top rated shows in 2018"
|
||||
summary: "Top rated TV shows in 2018"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2018.png
|
||||
schedule: weekly(tuesday)
|
||||
template: {
|
||||
@@ -102,7 +102,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2017":
|
||||
summary: "Top rated shows in 2017"
|
||||
summary: "Top rated TV shows in 2017"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2017.png
|
||||
schedule: weekly(tuesday)
|
||||
template: {
|
||||
@@ -116,7 +116,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2016":
|
||||
summary: "Top rated shows in 2016"
|
||||
summary: "Top rated TV shows in 2016"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2016.png
|
||||
schedule: weekly(tuesday)
|
||||
template: {
|
||||
@@ -130,7 +130,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2015":
|
||||
summary: "Top rated shows in 2015"
|
||||
summary: "Top rated TV shows in 2015"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2015.png
|
||||
schedule: weekly(tuesday)
|
||||
template: {
|
||||
@@ -144,7 +144,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2014":
|
||||
summary: "Top rated shows in 2014"
|
||||
summary: "Top rated TV shows in 2014"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2014.png
|
||||
schedule: weekly(tuesday)
|
||||
template: {
|
||||
@@ -158,7 +158,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2013":
|
||||
summary: "Top rated shows in 2013"
|
||||
summary: "Top rated TV shows in 2013"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2013.png
|
||||
schedule: weekly(tuesday)
|
||||
template: {
|
||||
@@ -172,7 +172,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2012":
|
||||
summary: "Top rated shows in 2012"
|
||||
summary: "Top rated TV shows in 2012"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2012.png
|
||||
schedule: weekly(tuesday)
|
||||
template: {
|
||||
@@ -186,7 +186,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2011":
|
||||
summary: "Top rated shows in 2011"
|
||||
summary: "Top rated TV shows in 2011"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2011.png
|
||||
schedule: weekly(tuesday)
|
||||
template: {
|
||||
@@ -200,7 +200,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of 2010":
|
||||
summary: "Top rated shows in 2010"
|
||||
summary: "Top rated TV shows in 2010"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2010.png
|
||||
schedule: weekly(tuesday)
|
||||
template: {
|
||||
|
||||
@@ -18,7 +18,7 @@ templates:
|
||||
|
||||
collections:
|
||||
"Top Rated of the 1940s":
|
||||
summary: "Top rated shows of the 1940s"
|
||||
summary: "Top rated TV shows of the 1940s"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1940s.png
|
||||
schedule: weekly(wednesday)
|
||||
template: {
|
||||
@@ -32,7 +32,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of the 1950s":
|
||||
summary: "Top rated shows of the 1950s"
|
||||
summary: "Top rated TV shows of the 1950s"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1950s.png
|
||||
schedule: weekly(wednesday)
|
||||
template: {
|
||||
@@ -46,7 +46,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of the 1960s":
|
||||
summary: "Top rated shows of the 1960s"
|
||||
summary: "Top rated TV shows of the 1960s"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1960s.png
|
||||
schedule: weekly(wednesday)
|
||||
template: {
|
||||
@@ -60,7 +60,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of the 1970s":
|
||||
summary: "Top rated shows of the 1970s"
|
||||
summary: "Top rated TV shows of the 1970s"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1970s.png
|
||||
schedule: weekly(wednesday)
|
||||
template: {
|
||||
@@ -74,7 +74,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of the 1980s":
|
||||
summary: "Top rated shows of the 1980s"
|
||||
summary: "Top rated TV shows of the 1980s"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1980s.png
|
||||
schedule: weekly(wednesday)
|
||||
template: {
|
||||
@@ -88,7 +88,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of the 1990s":
|
||||
summary: "Top rated shows of the 1990s"
|
||||
summary: "Top rated TV shows of the 1990s"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1990s.png
|
||||
schedule: weekly(wednesday)
|
||||
template: {
|
||||
@@ -102,7 +102,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of the 2000s":
|
||||
summary: "Top rated shows of the 2000s"
|
||||
summary: "Top rated TV shows of the 2000s"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2000s.png
|
||||
schedule: weekly(wednesday)
|
||||
template: {
|
||||
@@ -116,7 +116,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of the 2010s":
|
||||
summary: "Top rated shows of the 2010s"
|
||||
summary: "Top rated TV shows of the 2010s"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2010s.png
|
||||
schedule: weekly(wednesday)
|
||||
template: {
|
||||
@@ -130,7 +130,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated of the 2020s":
|
||||
summary: "Top rated shows of the 2020s"
|
||||
summary: "Top rated TV shows of the 2020s"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2020s.png
|
||||
schedule: weekly
|
||||
template: {
|
||||
|
||||
@@ -18,7 +18,7 @@ templates:
|
||||
|
||||
collections:
|
||||
"Popular in Action":
|
||||
summary: "Popular shows in Action"
|
||||
summary: "Popular TV shows in Action"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-action.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -29,7 +29,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Adventure":
|
||||
summary: "Popular shows in Adventure"
|
||||
summary: "Popular TV shows in Adventure"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-adventure.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -40,7 +40,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Animation":
|
||||
summary: "Popular shows in Animation"
|
||||
summary: "Popular TV shows in Animation"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-animation.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -51,7 +51,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Biography":
|
||||
summary: "Popular shows in Biography"
|
||||
summary: "Popular TV shows in Biography"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-biography.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -62,7 +62,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Comedy":
|
||||
summary: "Popular shows in Comedy"
|
||||
summary: "Popular TV shows in Comedy"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-comedy.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -73,7 +73,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Crime":
|
||||
summary: "Popular shows in Crime"
|
||||
summary: "Popular TV shows in Crime"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-crime.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -84,7 +84,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Drama":
|
||||
summary: "Popular shows in Drama"
|
||||
summary: "Popular TV shows in Drama"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-drama.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -95,7 +95,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Family":
|
||||
summary: "Popular shows in Family"
|
||||
summary: "Popular TV shows in Family"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-family.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -106,7 +106,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Fantasy":
|
||||
summary: "Popular shows in Fantasy"
|
||||
summary: "Popular TV shows in Fantasy"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-fantasy.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -117,7 +117,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in History":
|
||||
summary: "Popular shows in History"
|
||||
summary: "Popular TV shows in History"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-history.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -128,7 +128,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Horror":
|
||||
summary: "Popular shows in Horror"
|
||||
summary: "Popular TV shows in Horror"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-horror.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -139,7 +139,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Music":
|
||||
summary: "Popular shows in Music"
|
||||
summary: "Popular TV shows in Music"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-music.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -150,7 +150,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Musicals":
|
||||
summary: "Popular shows in Musicals"
|
||||
summary: "Popular TV shows in Musicals"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-musicals.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -161,7 +161,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Mystery":
|
||||
summary: "Popular shows in Mystery"
|
||||
summary: "Popular TV shows in Mystery"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-mystery.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -172,7 +172,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Romance":
|
||||
summary: "Popular shows in Romance"
|
||||
summary: "Popular TV shows in Romance"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-romance.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -183,7 +183,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Sci-Fi":
|
||||
summary: "Popular shows in Sci-Fi"
|
||||
summary: "Popular TV shows in Sci-Fi"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-sci-fi.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -194,7 +194,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Thriller":
|
||||
summary: "Popular shows in Thriller"
|
||||
summary: "Popular TV shows in Thriller"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-thriller.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -205,7 +205,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in War":
|
||||
summary: "Popular shows in War"
|
||||
summary: "Popular TV shows in War"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-war.png
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -216,7 +216,7 @@ collections:
|
||||
}
|
||||
|
||||
"Popular in Western":
|
||||
summary: "Popular shows in Western"
|
||||
summary: "Popular TV shows in Western"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-western.png
|
||||
schedule: daily
|
||||
template: {
|
||||
|
||||
@@ -18,7 +18,7 @@ templates:
|
||||
|
||||
collections:
|
||||
"Top Rated in Action":
|
||||
summary: "Top rated movies in Action"
|
||||
summary: "Top rated TV shows in Action"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-action.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -31,7 +31,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Adventure":
|
||||
summary: "Top rated movies in Adventure"
|
||||
summary: "Top rated TV shows in Adventure"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-adventure.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -44,7 +44,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Animation":
|
||||
summary: "Top rated movies in Animation"
|
||||
summary: "Top rated TV shows in Animation"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-animation.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -57,7 +57,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Biography":
|
||||
summary: "Top rated movies in Biography"
|
||||
summary: "Top rated TV shows in Biography"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-biography.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -70,7 +70,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Comedy":
|
||||
summary: "Top rated movies in Comedy"
|
||||
summary: "Top rated TV shows in Comedy"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-comedy.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -83,7 +83,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Crime":
|
||||
summary: "Top rated movies in Crime"
|
||||
summary: "Top rated TV shows in Crime"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-crime.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -96,7 +96,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Drama":
|
||||
summary: "Top rated movies in Drama"
|
||||
summary: "Top rated TV shows in Drama"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-drama.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -109,7 +109,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Family":
|
||||
summary: "Top rated movies in Family"
|
||||
summary: "Top rated TV shows in Family"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-family.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -122,7 +122,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Fantasy":
|
||||
summary: "Top rated movies in Fantasy"
|
||||
summary: "Top rated TV shows in Fantasy"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-fantasy.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -135,7 +135,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in History":
|
||||
summary: "Top rated movies in History"
|
||||
summary: "Top rated TV shows in History"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-history.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -148,7 +148,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Horror":
|
||||
summary: "Top rated movies in Horror"
|
||||
summary: "Top rated TV shows in Horror"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-horror.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -161,7 +161,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Music":
|
||||
summary: "Top rated movies in Music"
|
||||
summary: "Top rated TV shows in Music"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-music.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -174,7 +174,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Musicals":
|
||||
summary: "Top rated movies in Musicals"
|
||||
summary: "Top rated TV shows in Musicals"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-musicals.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -187,7 +187,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Mystery":
|
||||
summary: "Top rated movies in Mystery"
|
||||
summary: "Top rated TV shows in Mystery"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-mystery.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -200,7 +200,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Romance":
|
||||
summary: "Top rated movies in Romance"
|
||||
summary: "Top rated TV shows in Romance"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-romance.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -213,7 +213,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Sci-Fi":
|
||||
summary: "Top rated movies in Sci-Fi"
|
||||
summary: "Top rated TV shows in Sci-Fi"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-sci-fi.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -226,7 +226,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Thriller":
|
||||
summary: "Top rated movies in Thriller"
|
||||
summary: "Top rated TV shows in Thriller"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-thriller.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -239,7 +239,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in War":
|
||||
summary: "Top rated movies in War"
|
||||
summary: "Top rated TV shows in War"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-war.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
@@ -252,7 +252,7 @@ collections:
|
||||
}
|
||||
|
||||
"Top Rated in Western":
|
||||
summary: "Top rated movies in Western"
|
||||
summary: "Top rated TV shows in Western"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-western.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
|
||||
Reference in New Issue
Block a user