mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-12-12 00:32: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:
|
||||
plex:
|
||||
cache_builders: 4
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
@@ -14,7 +13,7 @@ templates:
|
||||
collections:
|
||||
"Documentaries: All":
|
||||
summary: "Documentaries"
|
||||
url_poster: config/assets/1_documentary/documentary_all.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_all.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "F"
|
||||
@@ -26,7 +25,7 @@ collections:
|
||||
|
||||
"Documentaries: Random":
|
||||
summary: "Random documentaries"
|
||||
url_poster: config/assets/1_documentary/documentary_random.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_random.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "G"
|
||||
@@ -37,9 +36,10 @@ collections:
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Documentaries: Recently Released":
|
||||
summary: "Recently released documentaries"
|
||||
url_poster: config/assets/1_documentary/documentary_recently-released.png
|
||||
"Documentaries: Recently Added":
|
||||
summary: "Recently added documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-added.png
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "H"
|
||||
@@ -47,13 +47,12 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
|
||||
"Documentaries: Recently Added":
|
||||
summary: "Recently added documentaries"
|
||||
url_poster: config/assets/1_documentary/documentary_recently-added.png
|
||||
visible_library: true
|
||||
"Documentaries: Recently Released":
|
||||
summary: "Recently released documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-released.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "I"
|
||||
@@ -61,12 +60,12 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Documentaries: Top Rated":
|
||||
summary: "Top rated documentaries"
|
||||
url_poster: config/assets/1_documentary/documentary_top-rated.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_top-rated.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "J"
|
||||
@@ -75,4 +74,4 @@ collections:
|
||||
all:
|
||||
genre: documentary
|
||||
sort_by: critic_rating.desc
|
||||
limit: 250
|
||||
limit: 250
|
||||
|
||||
@@ -2,20 +2,19 @@
|
||||
|
||||
templates:
|
||||
plex:
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
label.sync: Parental
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
label.sync: Parental
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
visible_shared: false
|
||||
|
||||
collections:
|
||||
"Parental: Random":
|
||||
summary: "Random TV shows suitable for children"
|
||||
url_poster: config/assets/1_parental/parental_random.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_random.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "B"
|
||||
@@ -26,9 +25,9 @@ collections:
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Parental: Recently Released":
|
||||
summary: "Recently released TV shows suitable for children"
|
||||
url_poster: config/assets/1_parental/parental_recently-released.png
|
||||
"Parental: Recently Added":
|
||||
summary: "Recently added TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-added.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "C"
|
||||
@@ -36,12 +35,12 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
|
||||
"Parental: Recently Added":
|
||||
summary: "Recently added TV shows suitable for children"
|
||||
url_poster: config/assets/1_parental/parental_recently-added.png
|
||||
"Parental: Recently Released":
|
||||
summary: "Recently released TV shows suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-released.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "D"
|
||||
@@ -49,12 +48,12 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Parental: Top Rated":
|
||||
summary: "Top rated TV shows suitable for children"
|
||||
url_poster: config/assets/1_parental/parental_top-rated.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_top-rated.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "E"
|
||||
|
||||
@@ -1,35 +1,34 @@
|
||||
## 1_parental_sync.yml
|
||||
|
||||
templates:
|
||||
mdblist:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
delete_not_scheduled: false
|
||||
item_label.sync: Parental
|
||||
label.sync: Parental
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
mdblist_list:
|
||||
sort_by: title.asc
|
||||
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
optional:
|
||||
- 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: config/assets/1_parental/parental-all.png
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: "A",
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "list-parental"
|
||||
## 1_parental_sync.yml
|
||||
|
||||
templates:
|
||||
mdblist:
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
delete_not_scheduled: false
|
||||
item_label.sync: Parental
|
||||
label.sync: Parental
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
mdblist_list:
|
||||
sort_by: title.asc
|
||||
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
optional:
|
||||
- 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/main/assets/1_parental/parental_all.png
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: "A",
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "list-parental"
|
||||
}
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
plex:
|
||||
cache_builders: 4
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
@@ -12,7 +11,6 @@ templates:
|
||||
visible_shared: false
|
||||
|
||||
trakt:
|
||||
cache_builders: 4
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
@@ -64,7 +62,6 @@ templates:
|
||||
- trakt_list_extra_20
|
||||
|
||||
mdblist:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
@@ -86,7 +83,7 @@ templates:
|
||||
collections:
|
||||
"Random TV shows":
|
||||
summary: "Random selection of TV shows"
|
||||
url_poster: config/assets/1_suggested/suggested_random.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_random.png
|
||||
visible_library: true
|
||||
schedule: daily
|
||||
template: {
|
||||
@@ -94,20 +91,18 @@ collections:
|
||||
num: 0
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
year.gte: 1940
|
||||
any:
|
||||
audio_language: English, english
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
|
||||
"Recently Added TV shows":
|
||||
summary: "Recently added TV shows"
|
||||
url_poster: config/assets/1_suggested/suggested_recently-added.png
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_recently-added.png
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: 1
|
||||
num: 0
|
||||
}
|
||||
smart_filter:
|
||||
any:
|
||||
@@ -116,40 +111,66 @@ collections:
|
||||
limit: 200
|
||||
|
||||
"Recently Released TV shows":
|
||||
summary: "Recently added TV shows"
|
||||
url_poster: config/assets/1_suggested/suggested_recently-released.png
|
||||
summary: "Recently released TV shows"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_recently-released.png
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: 1
|
||||
num: 0
|
||||
}
|
||||
smart_filter:
|
||||
any:
|
||||
audio_language: English, english
|
||||
sort_by: release.desc
|
||||
limit: 200
|
||||
|
||||
|
||||
"Suggested TV shows":
|
||||
collection_order: random
|
||||
summary: "Based on watched and favourited TV shows"
|
||||
url_poster: config/assets/1_suggested/suggested_suggested.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_suggested.png
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 2
|
||||
num: 0
|
||||
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/tv-recommendations-couchmoney-tv",
|
||||
# trakt_list_extra_02: "https://trakt.tv/users/########/lists/tv-based-on-recently-watched-couchmoney-tv"
|
||||
}
|
||||
trakt_userlist:
|
||||
- userlist: recommendations
|
||||
user: me
|
||||
trakt_chart:
|
||||
- chart: recommended
|
||||
time_period: daily
|
||||
languages: en
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
limit: 25
|
||||
- chart: recommended
|
||||
time_perid: weekly
|
||||
languages: en
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
limit: 50
|
||||
- chart: recommended
|
||||
time_period: monthly
|
||||
languages: en
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
limit: 100
|
||||
- chart: recommended
|
||||
time_period: yearly
|
||||
languages: en
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
limit: 150
|
||||
- chart: recommended
|
||||
time_period: all
|
||||
languages: en
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
limit: 200
|
||||
|
||||
"Trending TV shows":
|
||||
summary: "TV shows trending across the internet"
|
||||
url_poster: config/assets/1_suggested/suggested_trending.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_trending.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: 2,
|
||||
num: 0,
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "tv-trending",
|
||||
mdblist_sort: "rank.desc"
|
||||
@@ -158,12 +179,12 @@ collections:
|
||||
|
||||
"Popular TV shows":
|
||||
summary: "Popular TV shows across the internet"
|
||||
url_poster: config/assets/1_suggested/suggested_popular.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_popular.png
|
||||
visible_library: true
|
||||
schedule: daily
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: 3,
|
||||
num: 1,
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "tv-popular",
|
||||
mdblist_sort: "imdbpopular.desc"
|
||||
@@ -172,25 +193,83 @@ collections:
|
||||
|
||||
"Top Rated TV shows":
|
||||
summary: "Top rated TV shows across the internet"
|
||||
url_poster: config/assets/1_suggested/suggested_top-rated.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_top-rated.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: 3,
|
||||
num: 1,
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "tv-top-rated",
|
||||
mdblist_sort: "imdbrating.desc"
|
||||
}
|
||||
limit: 500
|
||||
|
||||
"Unwatched: Random TV shows":
|
||||
summary: "Random selection of TV shows"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_unwatched_random.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: 1
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
plays.lt: 1
|
||||
any:
|
||||
audio_language: English, english
|
||||
collection_filtering: user
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Unwatched: Suggested TV shows":
|
||||
summary: "Based on watched and favourited TV shows"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_unwatched_suggested.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: 1
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Suggested TV shows"
|
||||
plays.lt: 1
|
||||
collection_filtering: user
|
||||
sort_by: random
|
||||
|
||||
"Unwatched: Popular TV shows":
|
||||
summary: "Popular TV shows across the internet"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_unwatched_popular.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: 2
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Popular TV shows"
|
||||
plays.lt: 1
|
||||
collection_filtering: user
|
||||
sort_by: random
|
||||
|
||||
"Unwatched: Top Rated TV shows":
|
||||
summary: "Top rated TV shows across the internet"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_unwatched_top-rated.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: 2
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Top Rated TV shows"
|
||||
plays.lt: 1
|
||||
collection_filtering: user
|
||||
sort_by: random
|
||||
|
||||
"Most Watched Daily":
|
||||
summary: "TV shows trending across the internet"
|
||||
url_poster: config/assets/1_suggested/suggested_most-watched-daily.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_most-watched-daily.png
|
||||
collection_order: custom
|
||||
schedule: daily
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 4
|
||||
num: 3
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
@@ -201,12 +280,12 @@ collections:
|
||||
|
||||
"Most Watched Weekly":
|
||||
summary: "TV shows trending across the internet"
|
||||
url_poster: config/assets/1_suggested/suggested_most-watched-weekly.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_most-watched-weekly.png
|
||||
collection_order: custom
|
||||
schedule: daily
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 5
|
||||
num: 3
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
@@ -217,12 +296,12 @@ collections:
|
||||
|
||||
"Most Watched Monthly":
|
||||
summary: "TV shows trending across the internet"
|
||||
url_poster: config/assets/1_suggested/suggested_most-watched-monthly.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_most-watched-monthly.png
|
||||
collection_order: custom
|
||||
schedule: weekly(sunday)
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 6
|
||||
num: 4
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
@@ -233,16 +312,16 @@ collections:
|
||||
|
||||
"Most Watched Yearly":
|
||||
summary: "TV shows trending across the internet"
|
||||
url_poster: config/assets/1_suggested/suggested_most-watched-yearly.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_most-watched-yearly.png
|
||||
collection_order: custom
|
||||
schedule: weekly(sunday)
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 7
|
||||
num: 4
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
time_period: yearly
|
||||
languages: en
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
limit: 100
|
||||
limit: 100
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
year_top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
@@ -24,10 +23,10 @@ templates:
|
||||
collections:
|
||||
"Top Rated of 2024":
|
||||
summary: "Top rated TV shows in 2024"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2024.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2024.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "M",
|
||||
num: "L",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2024-01-01,
|
||||
release.before: 2024-12-31,
|
||||
@@ -37,7 +36,7 @@ collections:
|
||||
|
||||
"Top Rated of 2023":
|
||||
summary: "Top rated TV shows in 2023"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2023.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2023.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "M",
|
||||
@@ -50,7 +49,7 @@ collections:
|
||||
|
||||
"Top Rated of 2022":
|
||||
summary: "Top rated TV shows in 2022"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2022.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2022.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "N",
|
||||
@@ -63,7 +62,7 @@ collections:
|
||||
|
||||
"Top Rated of 2021":
|
||||
summary: "Top rated TV shows in 2021"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2021.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2021.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "O",
|
||||
@@ -76,7 +75,7 @@ collections:
|
||||
|
||||
"Top Rated of 2020":
|
||||
summary: "Top rated TV shows in 2020"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2020.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2020.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "P",
|
||||
@@ -89,7 +88,7 @@ collections:
|
||||
|
||||
"Top Rated of 2019":
|
||||
summary: "Top rated TV shows in 2019"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2019.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2019.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "Q",
|
||||
@@ -102,7 +101,7 @@ collections:
|
||||
|
||||
"Top Rated of 2018":
|
||||
summary: "Top rated TV shows in 2018"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2018.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2018.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "R",
|
||||
@@ -115,7 +114,7 @@ collections:
|
||||
|
||||
"Top Rated of 2017":
|
||||
summary: "Top rated TV shows in 2017"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2017.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2017.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "S",
|
||||
@@ -128,7 +127,7 @@ collections:
|
||||
|
||||
"Top Rated of 2016":
|
||||
summary: "Top rated TV shows in 2016"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2016.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2016.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "T",
|
||||
@@ -141,7 +140,7 @@ collections:
|
||||
|
||||
"Top Rated of 2015":
|
||||
summary: "Top rated TV shows in 2015"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2015.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2015.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "U",
|
||||
@@ -154,7 +153,7 @@ collections:
|
||||
|
||||
"Top Rated of 2014":
|
||||
summary: "Top rated TV shows in 2014"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2014.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2014.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "V",
|
||||
@@ -167,7 +166,7 @@ collections:
|
||||
|
||||
"Top Rated of 2013":
|
||||
summary: "Top rated TV shows in 2013"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2013.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2013.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "W",
|
||||
@@ -180,7 +179,7 @@ collections:
|
||||
|
||||
"Top Rated of 2012":
|
||||
summary: "Top rated TV shows in 2012"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2012.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2012.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "X",
|
||||
@@ -193,7 +192,7 @@ collections:
|
||||
|
||||
"Top Rated of 2011":
|
||||
summary: "Top rated TV shows in 2011"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2011.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2011.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "Y",
|
||||
@@ -206,7 +205,7 @@ collections:
|
||||
|
||||
"Top Rated of 2010":
|
||||
summary: "Top rated TV shows in 2010"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2010.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2010.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "Z",
|
||||
@@ -215,4 +214,4 @@ collections:
|
||||
release.before: 2010-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
decade_top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
@@ -22,13 +21,27 @@ templates:
|
||||
votes.gte: <<votes.gte>>
|
||||
|
||||
collections:
|
||||
"Top Rated of the 1940s":
|
||||
summary: "Top rated TV shows of the 1940s"
|
||||
url_poster: config/assets/3_decades_top/decades_top_1940s.png
|
||||
"Top Rated of the 1930s":
|
||||
summary: "Top rated TV shows of the 1930s"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1930s.png
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "Z",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1930-01-01,
|
||||
release.before: 1939-12-31,
|
||||
votes.gte: 100,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
|
||||
"Top Rated of the 1940s":
|
||||
summary: "Top rated TV shows of the 1940s"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1940s.png
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "Y",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1940-01-01,
|
||||
release.before: 1949-12-31,
|
||||
votes.gte: 100,
|
||||
@@ -37,10 +50,10 @@ collections:
|
||||
|
||||
"Top Rated of the 1950s":
|
||||
summary: "Top rated TV shows of the 1950s"
|
||||
url_poster: config/assets/3_decades_top/decades_top_1950s.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1950s.png
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "Y",
|
||||
num: "X",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1950-01-01,
|
||||
release.before: 1959-12-31,
|
||||
@@ -50,10 +63,10 @@ collections:
|
||||
|
||||
"Top Rated of the 1960s":
|
||||
summary: "Top rated TV shows of the 1960s"
|
||||
url_poster: config/assets/3_decades_top/decades_top_1960s.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1960s.png
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "X",
|
||||
num: "W",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1960-01-01,
|
||||
release.before: 1969-12-31,
|
||||
@@ -63,10 +76,10 @@ collections:
|
||||
|
||||
"Top Rated of the 1970s":
|
||||
summary: "Top rated TV shows of the 1970s"
|
||||
url_poster: config/assets/3_decades_top/decades_top_1970s.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1970s.png
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "W",
|
||||
num: "V",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1970-01-01,
|
||||
release.before: 1979-12-31,
|
||||
@@ -76,10 +89,10 @@ collections:
|
||||
|
||||
"Top Rated of the 1980s":
|
||||
summary: "Top rated TV shows of the 1980s"
|
||||
url_poster: config/assets/3_decades_top/decades_top_1980s.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1980s.png
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "V",
|
||||
num: "U",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1980-01-01,
|
||||
release.before: 1989-12-31,
|
||||
@@ -89,10 +102,10 @@ collections:
|
||||
|
||||
"Top Rated of the 1990s":
|
||||
summary: "Top rated TV shows of the 1990s"
|
||||
url_poster: config/assets/3_decades_top/decades_top_1990s.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1990s.png
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "U",
|
||||
num: "T",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1990-01-01,
|
||||
release.before: 1999-12-31,
|
||||
@@ -102,10 +115,10 @@ collections:
|
||||
|
||||
"Top Rated of the 2000s":
|
||||
summary: "Top rated TV shows of the 2000s"
|
||||
url_poster: config/assets/3_decades_top/decades_top_2000s.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2000s.png
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "T",
|
||||
num: "S",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2000-01-01,
|
||||
release.before: 2009-12-31,
|
||||
@@ -115,10 +128,10 @@ collections:
|
||||
|
||||
"Top Rated of the 2010s":
|
||||
summary: "Top rated TV shows of the 2010s"
|
||||
url_poster: config/assets/3_decades_top/decades_top_2010s.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2010s.png
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "S",
|
||||
num: "R",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2010-01-01,
|
||||
release.before: 2019-12-31,
|
||||
@@ -128,10 +141,10 @@ collections:
|
||||
|
||||
"Top Rated of the 2020s":
|
||||
summary: "Top rated TV shows of the 2020s"
|
||||
url_poster: config/assets/3_decades_top/decades_top_2020s.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2020s.png
|
||||
template: {
|
||||
name: decade_top,
|
||||
num: "R",
|
||||
num: "Q",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2020-01-01,
|
||||
release.before: 2029-12-31,
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
award_nominee:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: release.desc
|
||||
delete_not_scheduled: false
|
||||
@@ -18,7 +17,6 @@ templates:
|
||||
type: <<type>>
|
||||
|
||||
award_winner:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: release.desc
|
||||
delete_not_scheduled: false
|
||||
@@ -36,7 +34,7 @@ templates:
|
||||
collections:
|
||||
"Emmy Award Nominees":
|
||||
summary: "A collection of Emmy Award Nominees"
|
||||
url_poster: config/assets/4_awards/awards_nominees_emmy.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_nominees_emmy.png
|
||||
template: {
|
||||
name: award_nominee,
|
||||
num: "A",
|
||||
@@ -47,7 +45,7 @@ collections:
|
||||
|
||||
"Emmy Award Winners":
|
||||
summary: "A collection of Emmy Award Winners"
|
||||
url_poster: config/assets/4_awards/awards_winners_emmy.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_emmy.png
|
||||
template: {
|
||||
name: award_winner,
|
||||
num: "B",
|
||||
@@ -58,7 +56,7 @@ collections:
|
||||
|
||||
"Golden Globes Nominees":
|
||||
summary: "A collection of Golden Globes Nominees"
|
||||
url_poster: config/assets/4_awards/awards_nominees_golden-globespng.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_nominees_golden-globes.png
|
||||
template: {
|
||||
name: award_nominee,
|
||||
num: "C",
|
||||
@@ -69,7 +67,7 @@ collections:
|
||||
|
||||
"Golden Globes Winners":
|
||||
summary: "A collection of Golden Globes Winners"
|
||||
url_poster: config/assets/4_awards/awards_winners_golden_globes.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_golden_globes.png
|
||||
template: {
|
||||
name: award_winner,
|
||||
num: "D",
|
||||
@@ -80,7 +78,7 @@ collections:
|
||||
|
||||
"BAFTA Winners":
|
||||
summary: "A collection of BAFTA Winners"
|
||||
url_poster: config/assets/4_awards/awards_winners_bafta.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_bafta.png
|
||||
template: {
|
||||
name: award_winner,
|
||||
num: "E",
|
||||
@@ -91,11 +89,11 @@ collections:
|
||||
|
||||
"Critic's Choice Winners":
|
||||
summary: "A collection of Critic's Choice Winners"
|
||||
url_poster: config/assets/4_awards/awards_winners_critics-choice.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_critics-choice.png
|
||||
template: {
|
||||
name: award_winner,
|
||||
num: "K",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
event.winning: "choice",
|
||||
language: "en"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
genre_top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
@@ -24,7 +23,7 @@ templates:
|
||||
collections:
|
||||
"Top Rated in Action":
|
||||
summary: "Top rated TV shows in Action"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_action.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_action.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -36,7 +35,7 @@ collections:
|
||||
|
||||
"Top Rated in Adventure":
|
||||
summary: "Top rated TV shows in Adventure"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_adventure.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_adventure.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -48,7 +47,7 @@ collections:
|
||||
|
||||
"Top Rated in Animation":
|
||||
summary: "Top rated TV shows in Animation"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_animation.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_animation.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -60,7 +59,7 @@ collections:
|
||||
|
||||
"Top Rated in Biography":
|
||||
summary: "Top rated TV shows in Biography"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_biography.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_biography.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -72,7 +71,7 @@ collections:
|
||||
|
||||
"Top Rated in Comedy":
|
||||
summary: "Top rated TV shows in Comedy"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_comedy.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_comedy.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -84,7 +83,7 @@ collections:
|
||||
|
||||
"Top Rated in Crime":
|
||||
summary: "Top rated TV shows in Crime"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_crime.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_crime.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -96,7 +95,7 @@ collections:
|
||||
|
||||
"Top Rated in Drama":
|
||||
summary: "Top rated TV shows in Drama"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_drama.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_drama.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
genre: "drama",
|
||||
@@ -108,7 +107,7 @@ collections:
|
||||
|
||||
"Top Rated in Family":
|
||||
summary: "Top rated TV shows in Family"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_family.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_family.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -120,7 +119,7 @@ collections:
|
||||
|
||||
"Top Rated in Fantasy":
|
||||
summary: "Top rated TV shows in Fantasy"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_fantasy.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_fantasy.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -132,7 +131,7 @@ collections:
|
||||
|
||||
"Top Rated in History":
|
||||
summary: "Top rated TV shows in History"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_history.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_history.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -144,7 +143,7 @@ collections:
|
||||
|
||||
"Top Rated in Horror":
|
||||
summary: "Top rated TV shows in Horror"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_horror.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_horror.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -156,7 +155,7 @@ collections:
|
||||
|
||||
"Top Rated in Music":
|
||||
summary: "Top rated TV shows in Music"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_music.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_music.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -168,7 +167,7 @@ collections:
|
||||
|
||||
"Top Rated in Musicals":
|
||||
summary: "Top rated TV shows in Musicals"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_musicals.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_musicals.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -180,7 +179,7 @@ collections:
|
||||
|
||||
"Top Rated in Mystery":
|
||||
summary: "Top rated TV shows in Mystery"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_mystery.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_mystery.png
|
||||
|
||||
template: {
|
||||
name: genre_top,
|
||||
@@ -193,7 +192,7 @@ collections:
|
||||
|
||||
"Top Rated in Romance":
|
||||
summary: "Top rated TV shows in Romance"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_romance.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_romance.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -205,7 +204,7 @@ collections:
|
||||
|
||||
"Top Rated in Sci-Fi":
|
||||
summary: "Top rated TV shows in Sci-Fi"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_sci-fi.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_sci-fi.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -215,9 +214,21 @@ collections:
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Sport":
|
||||
summary: "Top rated TV shows in Sport"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_sport.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "sport",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Thriller":
|
||||
summary: "Top rated TV shows in Thriller"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_thriller.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_thriller.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -229,7 +240,7 @@ collections:
|
||||
|
||||
"Top Rated in War":
|
||||
summary: "Top rated TV shows in War"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_war.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_war.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
@@ -241,7 +252,7 @@ collections:
|
||||
|
||||
"Top Rated in Western":
|
||||
summary: "Top rated TV shows in Western"
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_western.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_western.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
templates:
|
||||
network:
|
||||
cache_builders: 4
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
sort_title: "+7_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
@@ -14,7 +14,7 @@ templates:
|
||||
collections:
|
||||
"A&E":
|
||||
summary: "TV shows from A&E"
|
||||
url_poster: config/assets/7_network/network_a-e.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_a-e.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "129, 2639, 3688"
|
||||
@@ -22,7 +22,7 @@ collections:
|
||||
|
||||
"ABC":
|
||||
summary: "TV shows from ABC"
|
||||
url_poster: config/assets/7_network/network_abc.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_abc.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "2, 18, 75, 279, 321, 601, 1327, 1345, 1410, 2488, 2791, 2854, 3322, 5069"
|
||||
@@ -30,7 +30,7 @@ collections:
|
||||
|
||||
"Adult Swim":
|
||||
summary: "TV shows from Adult Swim"
|
||||
url_poster: config/assets/7_network/network_adult-swim.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_adult-swim.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "80, 5629, 6929"
|
||||
@@ -38,7 +38,7 @@ collections:
|
||||
|
||||
"Amazon":
|
||||
summary: "TV shows from Amazon"
|
||||
url_poster: config/assets/7_network/network_amazon.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_amazon.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "1024, 5533, 5865, 5920, 6550"
|
||||
@@ -46,7 +46,7 @@ collections:
|
||||
|
||||
"AMC":
|
||||
summary: "TV shows from AMC"
|
||||
url_poster: config/assets/7_network/network_amc.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_amc.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "174, 4661, 6400"
|
||||
@@ -54,7 +54,7 @@ collections:
|
||||
|
||||
"Animal Planet":
|
||||
summary: "TV shows from Animal Planet"
|
||||
url_poster: config/assets/7_network/network_animal-planet.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_animal-planet.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "91, 2781, 3627, 4454, 5721"
|
||||
@@ -62,7 +62,7 @@ collections:
|
||||
|
||||
"Apple+":
|
||||
summary: "TV shows from Apple+"
|
||||
url_poster: config/assets/7_network/network_apple-plus.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_apple-plus.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "1932, 2552"
|
||||
@@ -70,7 +70,7 @@ collections:
|
||||
|
||||
"BBC":
|
||||
summary: "TV shows from BBC"
|
||||
url_poster: config/assets/7_network/network_bbc.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_bbc.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "3, 4, 15, 100, 126, 317, 332, 375, 414, 428, 493, 1001, 1051, 1155, 3278, 3546, 3590, 3660, 5384, 5421, 6142, 6223, 6291, 6419, 6824, 6852"
|
||||
@@ -78,7 +78,7 @@ collections:
|
||||
|
||||
"Bravo":
|
||||
summary: "TV shows from Bravo"
|
||||
url_poster: config/assets/7_network/network_bravo.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_bravo.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "74, 312, 485"
|
||||
@@ -86,7 +86,7 @@ collections:
|
||||
|
||||
"Cartoon Network":
|
||||
summary: "TV shows from Cartoon Network"
|
||||
url_poster: config/assets/7_network/network_cartoon-network.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_cartoon-network.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "56, 217, 1232, 1483, 2193, 3917, 4945, 6018, 6033, 6206, 6315, 6702, 6869"
|
||||
@@ -94,7 +94,7 @@ collections:
|
||||
|
||||
"CBS":
|
||||
summary: "TV shows from CBS"
|
||||
url_poster: config/assets/7_network/network_cbs.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_cbs.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "16, 1709, 2528, 2621, 5970"
|
||||
@@ -102,7 +102,7 @@ collections:
|
||||
|
||||
"Channel 4":
|
||||
summary: "TV shows from Channel 4"
|
||||
url_poster: config/assets/7_network/network_channel-4.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_channel-4.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "26, 1988, 136, 298, 803"
|
||||
@@ -110,7 +110,7 @@ collections:
|
||||
|
||||
"Cinemax":
|
||||
summary: "TV shows from Cinemax"
|
||||
url_poster: config/assets/7_network/network_cinemax.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_cinemax.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "359, 6161"
|
||||
@@ -118,7 +118,7 @@ collections:
|
||||
|
||||
"Comedy Central":
|
||||
summary: "TV shows from Comedy Central"
|
||||
url_poster: config/assets/7_network/network_comedy-central.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_comedy-central.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "47, 278, 1087, 1226, 2178, 2436, 2988, 3082, 3575, 4535, 5066, 5847, 6168"
|
||||
@@ -126,7 +126,7 @@ collections:
|
||||
|
||||
"Dave":
|
||||
summary: "TV shows from Dave"
|
||||
url_poster: config/assets/7_network/network_dave.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_dave.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "388"
|
||||
@@ -134,7 +134,7 @@ collections:
|
||||
|
||||
"Discovery":
|
||||
summary: "TV shows from Discovery"
|
||||
url_poster: config/assets/7_network/network_discovery.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_discovery.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1302, 1534, 2087, 2480, 2630, 2692, 3045, 3068, 3197, 3591, 3900, 3953, 4353, 4440, 4462, 4562, 4741, 4784, 4883, 4983, 4987, 5192, 5408, 5431, 5451, 5470, 5471, 5472, 5669, 5706, 6026, 6083, 6622, 6903, 6966"
|
||||
@@ -142,7 +142,7 @@ collections:
|
||||
|
||||
"Disney":
|
||||
summary: "TV shows from Disney"
|
||||
url_poster: config/assets/7_network/network_disney.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_disney.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "44, 54, 142, 281, 515, 539, 730, 835, 1385, 1996, 2324, 2325, 2326, 2327, 2534, 2739, 2771, 2897, 2991, 3408, 3874, 3919, 4006, 4242, 4350, 4426, 5137, 5339, 5465, 5526, 5536, 5611, 5769, 6005, 6006, 6029, 6074, 6244, 6463, 6752"
|
||||
@@ -150,7 +150,7 @@ collections:
|
||||
|
||||
"FOX":
|
||||
summary: "TV shows from FOX"
|
||||
url_poster: config/assets/7_network/network_fox.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_fox.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "19, 45, 87, 131, 243, 303, 327, 338, 360, 415, 481, 875, 961, 1067, 1117, 1414, 1498, 1640, 1651, 2145, 2316, 2317, 2319, 2320, 2446, 2648, 2678, 2686, 3483, 3562, 4522, 4774, 4908, 5028, 5201, 5259, 5996, 6088, 6379, 6793"
|
||||
@@ -158,7 +158,7 @@ collections:
|
||||
|
||||
"Freeform":
|
||||
summary: "TV shows from Freeform"
|
||||
url_poster: config/assets/7_network/network_freeform.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_freeform.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "1267"
|
||||
@@ -166,7 +166,7 @@ collections:
|
||||
|
||||
"FX":
|
||||
summary: "TV shows from FX"
|
||||
url_poster: config/assets/7_network/network_fx.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_fx.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "88, 1035, 1641, 5628"
|
||||
@@ -174,7 +174,7 @@ collections:
|
||||
|
||||
"Hallmark":
|
||||
summary: "TV shows from Hallmark"
|
||||
url_poster: config/assets/7_network/network_hallmark.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_hallmark.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "384, 2300, 2853, 3438"
|
||||
@@ -182,7 +182,7 @@ collections:
|
||||
|
||||
"HBO":
|
||||
summary: "TV shows from HBO"
|
||||
url_poster: config/assets/7_network/network_hbo.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_hbo.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "49, 1062, 1089, 1129, 1303, 1590, 2593, 3186, 3308, 3618, 3877, 5479, 5484, 5485, 5646, 5666, 5750, 5764, 5836"
|
||||
@@ -190,7 +190,7 @@ collections:
|
||||
|
||||
"HGTV":
|
||||
summary: "TV shows from HGTV"
|
||||
url_poster: config/assets/7_network/network_hgtv.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_hgtv.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "210, 1672"
|
||||
@@ -198,7 +198,7 @@ collections:
|
||||
|
||||
"History":
|
||||
summary: "TV shows from History"
|
||||
url_poster: config/assets/7_network/network_history.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_history.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "65, 1354, 2360, 2382, 3541, 5433"
|
||||
@@ -206,7 +206,7 @@ collections:
|
||||
|
||||
"Hulu":
|
||||
summary: "TV shows from Hulu"
|
||||
url_poster: config/assets/7_network/network_hulu.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_hulu.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "453, 1772"
|
||||
@@ -214,7 +214,7 @@ collections:
|
||||
|
||||
"ITV":
|
||||
summary: "TV shows from ITV"
|
||||
url_poster: config/assets/7_network/network_itv.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_itv.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "9, 112, 149, 261, 307, 590, 1159, 3187, 5871"
|
||||
@@ -222,7 +222,7 @@ collections:
|
||||
|
||||
"MTV":
|
||||
summary: "TV shows from MTV"
|
||||
url_poster: config/assets/7_network/network_mtv.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_mtv.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "17, 33, 295, 304, 335, 381, 410, 454, 488, 568, 788, 867, 924, 931, 959, 976, 1008, 1173, 2116, 2234, 2294, 2414, 2972, 3402, 6079, 6337"
|
||||
@@ -231,7 +231,7 @@ collections:
|
||||
|
||||
"National Geographic":
|
||||
summary: "TV shows from National Geographic"
|
||||
url_poster: config/assets/7_network/network_national-geographic.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_national-geographic.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "43, 799, 1756, 1825, 3355, 4227, 4293, 4404, 5805, 6031, 6638, 6748, 6750, 1043, 4476, 6664"
|
||||
@@ -239,7 +239,7 @@ collections:
|
||||
|
||||
"NBC":
|
||||
summary: "TV shows from NBC"
|
||||
url_poster: config/assets/7_network/network_nbc.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_nbc.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "6, 37, 175, 186, 287, 355, 413, 581, 624, 629, 790, 900, 6469"
|
||||
@@ -247,7 +247,7 @@ collections:
|
||||
|
||||
"Netflix":
|
||||
summary: "TV shows from Netflix"
|
||||
url_poster: config/assets/7_network/network_netflix.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_netflix.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "213"
|
||||
@@ -255,7 +255,7 @@ collections:
|
||||
|
||||
"Nickelodeon":
|
||||
summary: "TV shows from Nickelodeon"
|
||||
url_poster: config/assets/7_network/network_nickelodeon.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_nickelodeon.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "13, 35, 224, 234, 259, 286, 416, 474, 594, 775, 794, 1703, 2313, 2314, 2315, 4015"
|
||||
@@ -263,14 +263,14 @@ collections:
|
||||
|
||||
"Paramount":
|
||||
summary: "TV shows from Paramount"
|
||||
url_poster: config/assets/7_network/network_paramount.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_paramount.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "2076, 2435, 2604, 4330, 5506, 5511, 5567, 6100, 6101, 6183, 6318, 6445"
|
||||
}
|
||||
"PBS":
|
||||
summary: "TV shows from PBS"
|
||||
url_poster: config/assets/7_network/network_pbs.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_pbs.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "14, 122, 2354, 5562, 6948"
|
||||
@@ -278,7 +278,7 @@ collections:
|
||||
|
||||
"Peacock":
|
||||
summary: "TV shows from Peacock"
|
||||
url_poster: config/assets/7_network/network_peacock.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_peacock.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "3353"
|
||||
@@ -286,7 +286,7 @@ collections:
|
||||
|
||||
"Showtime":
|
||||
summary: "TV shows from Showtime"
|
||||
url_poster: config/assets/7_network/network_showtime.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_showtime.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "67, 5944, 6631"
|
||||
@@ -294,7 +294,7 @@ collections:
|
||||
|
||||
"Shudder":
|
||||
summary: "TV shows from Shudder"
|
||||
url_poster: config/assets/7_network/network_shudder.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_shudder.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "2949"
|
||||
@@ -302,7 +302,7 @@ collections:
|
||||
|
||||
"SKY":
|
||||
summary: "TV shows from SKY"
|
||||
url_poster: config/assets/7_network/network_sky.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_sky.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "107, 115, 214, 405, 480, 553, 753, 819, 877, 1006, 1063, 1076, 1114, 1431, 1755, 2432, 2667, 2691, 2699, 2758, 3138, 3561, 3653, 4148, 4439, 5059, 5090, 5136, 5210, 5213, 5237, 5481, 5505, 5735, 5944, 5946, 6179, 6280, 6359, 6845, 6933"
|
||||
@@ -310,7 +310,7 @@ collections:
|
||||
|
||||
"Smithsonian":
|
||||
summary: "TV shows from Smithsonian"
|
||||
url_poster: config/assets/7_network/network_smithsonian.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_smithsonian.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "658, 2572, 4862, 4982"
|
||||
@@ -318,15 +318,15 @@ collections:
|
||||
|
||||
"Starz":
|
||||
summary: "TV shows from Starz"
|
||||
url_poster: config/assets/7_network/network_starz.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_starz.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "318, 758, 5594, 6222, 6292"
|
||||
network: "318, 758, 6222, 6292"
|
||||
}
|
||||
|
||||
"Syfy":
|
||||
summary: "TV shows from Syfy"
|
||||
url_poster: config/assets/7_network/network_syfy.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_syfy.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "77, 3701, 6914"
|
||||
@@ -334,7 +334,7 @@ collections:
|
||||
|
||||
"TBS":
|
||||
summary: "TV shows from TBS"
|
||||
url_poster: config/assets/7_network/network_tbs.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_tbs.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "68, 160, 5012, 5625, 5968"
|
||||
@@ -342,7 +342,7 @@ collections:
|
||||
|
||||
"TLC":
|
||||
summary: "TV shows from TLC"
|
||||
url_poster: config/assets/7_network/network_tlc.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_tlc.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "84, 1172, 2167, 3571, 5154, 5659, 6363"
|
||||
@@ -350,7 +350,7 @@ collections:
|
||||
|
||||
"TNT":
|
||||
summary: "TV shows from TNT"
|
||||
url_poster: config/assets/7_network/network_tnt.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_tnt.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "41, 904, 1191, 1530, 2857, 3501, 5194"
|
||||
@@ -358,8 +358,8 @@ collections:
|
||||
|
||||
"YouTube":
|
||||
summary: "TV shows from <YouTube"
|
||||
url_poster: config/assets/7_network/network_youtube.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/7_network/network_youtube.png
|
||||
template: {
|
||||
name: network,
|
||||
network: "247, 1436"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user