0x5f3 configs

This commit is contained in:
0x5f3
2023-02-25 14:01:48 +00:00
parent a93dc8dcfb
commit 8f50412403
20 changed files with 4402 additions and 0 deletions

View File

@@ -0,0 +1,157 @@
## 1_suggested.yml
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
trakt:
sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
cache_builders: 4
imdb_popular:
sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
cache_builders: 4
imdb_list:
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&languages=<<languages>>&sort=moviemeter,asc
limit: 200
imdb_top:
sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
cache_builders: 4
imdb_list:
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&sort=user_rating,desc&count=250
limit: 200
collections:
"Random TV shows":
summary: Random selection of TV shows
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/random.png
schedule: daily
template: {
name: plex,
num: 0
}
smart_filter:
all:
year.gte: 1980
sort_by: random
limit: 250
"Trending TV shows":
summary: TV shows trending across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/trending.png
schedule: daily
template: {
name: trakt,
num: 1
}
trakt_chart:
chart: trending
time_period: daily
limit: 25
"Popular TV shows":
summary: Popular TV shows across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/popular.png
schedule: daily
template: {
name: imdb_popular,
num: 2,
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
limit: 100
"Top Rated TV shows":
summary: Top rated TV shows across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/top-rated.png
schedule: daily
template: {
name: imdb_top,
num: 3,
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en"
}
limit: 200
"Most Watched Daily":
summary: Daily most watched TV shows across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-daily.png
schedule: daily
template: {
name: trakt,
num: 4
}
trakt_chart:
chart: watched
time_period: daily
limit: 50
"Most Watched Weekly":
summary: Weekly most watched TV shows across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-weekly.png
schedule: daily
template: {
name: trakt,
num: 5
}
trakt_chart:
chart: watched
time_period: weekly
limit: 50
"Most Watched Monthly":
summary: Monthly most watched TV shows across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-monthly.png
schedule: weekly(sunday)
template: {
name: trakt,
num: 6
}
trakt_chart:
chart: watched
time_period: monthly
limit: 75
"Most Watched Yearly":
summary: Yearly most watched TV shows across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-yearly.png
schedule: weekly(sunday)
template: {
name: trakt,
num: 7
}
trakt_chart:
chart: watched
time_period: yearly
limit: 100

View File

@@ -0,0 +1,214 @@
## 2_year_top.yml
templates:
year:
sort_title: "+2_<<num>>_<<collection_name>>"
limit: 150
sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
cache_builders: 6
imdb_list:
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&release_date=<<release_date>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&user_rating,desc&count=250
limit: 250
collections:
"Top Rated of 2023":
summary: "Top rated shows in 2023"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2023.png
schedule: weekly(tuesday)
template: {
name: year,
num: "M",
release_date: "2023-01-01,2023-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en"
}
"Top Rated of 2022":
summary: "Top rated shows in 2022"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2022.png
schedule: weekly(tuesday)
template: {
name: year,
num: "N",
release_date: "2022-01-01,2022-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en"
}
"Top Rated of 2021":
summary: "Top rated shows in 2021"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2021.png
schedule: weekly(tuesday)
template: {
name: year,
num: "O",
release_date: "2021-01-01,2021-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en"
}
"Top Rated of 2020":
summary: "Top rated shows in 2020"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2020.png
schedule: weekly(tuesday)
template: {
name: year,
num: "P",
release_date: "2020-01-01,2020-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en"
}
"Top Rated of 2019":
summary: "Top rated shows in 2019"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2019.png
schedule: weekly(tuesday)
template: {
name: year,
num: "Q",
release_date: "2019-01-01,2019-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en"
}
"Top Rated of 2018":
summary: "Top rated shows in 2018"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2018.png
schedule: weekly(tuesday)
template: {
name: year,
num: "R",
release_date: "2018-01-01,2018-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en"
}
"Top Rated of 2017":
summary: "Top rated shows in 2017"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2017.png
schedule: weekly(tuesday)
template: {
name: year,
num: "S",
release_date: "2017-01-01,2017-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en"
}
"Top Rated of 2016":
summary: "Top rated shows in 2016"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2016.png
schedule: weekly(tuesday)
template: {
name: year,
num: "T",
release_date: "2016-01-01,2016-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en"
}
"Top Rated of 2015":
summary: "Top rated shows in 2015"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2015.png
schedule: weekly(tuesday)
template: {
name: year,
num: "U",
release_date: "2015-01-01,2015-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en"
}
"Top Rated of 2014":
summary: "Top rated shows in 2014"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2014.png
schedule: weekly(tuesday)
template: {
name: year,
num: "V",
release_date: "2014-01-01,2014-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en"
}
"Top Rated of 2013":
summary: "Top rated shows in 2013"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2013.png
schedule: weekly(tuesday)
template: {
name: year,
num: "W",
release_date: "2013-01-01,2013-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en"
}
"Top Rated of 2012":
summary: "Top rated shows in 2012"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2012.png
schedule: weekly(tuesday)
template: {
name: year,
num: "X",
release_date: "2012-01-01,2012-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en"
}
"Top Rated of 2011":
summary: "Top rated shows in 2011"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2011.png
schedule: weekly(tuesday)
template: {
name: year,
num: "Y",
release_date: "2011-01-01,2011-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en"
}
"Top Rated of 2010":
summary: "Top rated shows in 2010"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2010.png
schedule: weekly(tuesday)
template: {
name: year,
num: "Z",
release_date: "2010-01-01,2010-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en"
}

View File

@@ -0,0 +1,144 @@
## 3_decades_top.yml
templates:
decade:
sort_title: "+3_<<num>>_<<collection_name>>"
limit: 130
sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
cache_builders: 6
imdb_list:
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&release_date=<<release_date>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&user_rating,desc&count=250
limit: 250
collections:
"Top Rated of the 1940s":
summary: "Top rated 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: {
name: decade,
num: "Z",
release_date: "1940-01-01,1949-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "100,",
languages: "en"
}
"Top Rated of the 1950s":
summary: "Top rated 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: {
name: decade,
num: "Y",
release_date: "1950-01-01,1959-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "100,",
languages: "en"
}
"Top Rated of the 1960s":
summary: "Top rated 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: {
name: decade,
num: "X",
release_date: "1960-01-01,1969-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "100,",
languages: "en"
}
"Top Rated of the 1970s":
summary: "Top rated 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: {
name: decade,
num: "W",
release_date: "1970-01-01,1979-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "100,",
languages: "en"
}
"Top Rated of the 1980s":
summary: "Top rated 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: {
name: decade,
num: "V",
release_date: "1980-01-01,1989-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "100,",
languages: "en"
}
"Top Rated of the 1990s":
summary: "Top rated 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: {
name: decade,
num: "U",
release_date: "1990-01-01,1999-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "100,",
languages: "en"
}
"Top Rated of the 2000s":
summary: "Top rated 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: {
name: decade,
num: "T",
release_date: "2000-01-01,2009-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "1000,",
languages: "en"
}
"Top Rated of the 2010s":
summary: "Top rated 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: {
name: decade,
num: "S",
release_date: "2010-01-01,2019-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "1000,",
languages: "en"
}
"Top Rated of the 2020s":
summary: "Top rated shows of the 2020s"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2020s.png
schedule: weekly
template: {
name: decade,
num: "R",
release_date: "2020-01-01,2029-12-31",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "1000,",
languages: "en"
}

View File

@@ -0,0 +1,146 @@
## 4_awards.yml
templates:
imdb:
sort_title: "+4_<<num>>_<<collection_name>>"
sync_mode: sync
collection_order: release.desc
collection_mode: hide
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
cache_builders: 6
imdb_list:
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&groups=<<groups>>&languages=<<languages>>&sort=release_date,desc
limit: 350
letterboxd:
optional:
- letterboxd_extra_1
- letterboxd_extra_2
- letterboxd_extra_3
- letterboxd_extra_4
- letterboxd_extra_5
sort_title: "+2_<<num>>_<<collection_name>>"
sync_mode: sync
collection_order: release.desc
collection_mode: hide
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
cache_builders: 6
letterboxd_list::
url: https://letterboxd.com/<<user>>/list/<<list>>/by/<<sort>>
limit: 350
custom_1:
optional:
- trakt_list
sort_title: "+4_<<num>>_<<collection_name>>"
sync_mode: sync
collection_order: release.desc
collection_mode: hide
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
cache_builders: 6
imdb_list:
url: https://www.imdb.com/list/<<imdb_list>>/?sort=release_date,desc
limit: 350
custom_2:
optional:
- trakt_list
sort_title: "+4_<<num>>_<<collection_name>>"
sync_mode: sync
collection_order: release.desc
collection_mode: hide
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
cache_builders: 6
imdb_list:
url: https://www.imdb.com/list/<<imdb_list>>/?sort=release_date,desc
limit: 350
trakt_list:
- <<trakt_list>>
collections:
"Emmy Award Winners":
summary: "A collection of Emmy Award Winners"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-emmy-winners.png
schedule: weekly(monday)
template: {
name: imdb,
num: 0,
groups: "emmy_winner",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en"
}
limit: 120
"Emmy Award Nominees":
summary: "A collection of Emmy Award Nominees"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-emmy-nominees.png
schedule: weekly(monday)
template: {
name: imdb,
num: 1,
groups: "emmy_nominee",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en"
}
limit: 120
"Golden Globes Winners":
summary: "A collection of Golden Globes Winners"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-goldenglobes-winners.png
schedule: weekly(monday)
template: {
name: imdb,
num: 2,
groups: "golden_globe_winners",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en"
}
limit: 120
"Golden Globes Nominees":
summary: "A collection of Golden Globes Nominees"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-goldenglobes-nominees.png
schedule: weekly(monday)
template: {
name: imdb,
num: 3,
groups: "golden_globe_nominee",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en"
}
limit: 120
"BAFTA Winners":
summary: "A collection of BAFTA Winners"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-bafta-winners.png
schedule: weekly(monday)
template: {
name: custom_1,
num: 4,
imdb_list: "ls538625886"
}
limit: 120
"Critics Choice Award Winners":
summary: "A collection of Critics Choice Award Winners"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/awards/awards-critics-winners.png
schedule: weekly(monday)
template: {
name: custom_2,
num: 5,
imdb_list: "ls538625146",
trakt_list: "https://trakt.tv/users/fdamico/lists/critics-choice-series?sort=released,asc"
}
limit: 120

View File

@@ -0,0 +1,227 @@
## 5_genre_popular.yml
templates:
popular:
sort_title: "+5: <<collection_name>>"
limit: 50
sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
cache_builders: 6
imdb_list:
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&genres=<<genres>>&languages=<<languages>>&sort=moviemeter,asc
limit: 250
collections:
"Popular in Action":
summary: "Popular shows in Action"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-action.png
schedule: daily
template: {
name: popular,
genres: "action",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Adventure":
summary: "Popular shows in Adventure"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-adventure.png
schedule: daily
template: {
name: popular,
genres: "adventure",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Animation":
summary: "Popular shows in Animation"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-animation.png
schedule: daily
template: {
name: popular,
genres: "animation",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Biography":
summary: "Popular shows in Biography"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-biography.png
schedule: daily
template: {
name: popular,
genres: "biography",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Comedy":
summary: "Popular shows in Comedy"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-comedy.png
schedule: daily
template: {
name: popular,
genres: "comedy",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Crime":
summary: "Popular shows in Crime"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-crime.png
schedule: daily
template: {
name: popular,
genres: "crime",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Drama":
summary: "Popular shows in Drama"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-drama.png
schedule: daily
template: {
name: popular,
genres: "drama",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Family":
summary: "Popular shows in Family"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-family.png
schedule: daily
template: {
name: popular,
genres: "family",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Fantasy":
summary: "Popular shows in Fantasy"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-fantasy.png
schedule: daily
template: {
name: popular,
genres: "fantasy",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in History":
summary: "Popular shows in History"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-history.png
schedule: daily
template: {
name: popular,
genres: "history",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Horror":
summary: "Popular shows in Horror"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-horror.png
schedule: daily
template: {
name: popular,
genres: "horror",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Music":
summary: "Popular shows in Music"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-music.png
schedule: daily
template: {
name: popular,
genres: "music",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Musicals":
summary: "Popular shows in Musicals"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-musicals.png
schedule: daily
template: {
name: popular,
genres: "musicals",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Mystery":
summary: "Popular shows in Mystery"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-mystery.png
schedule: daily
template: {
name: popular,
genres: "mystery",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Romance":
summary: "Popular shows in Romance"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-romance.png
schedule: daily
template: {
name: popular,
genres: "romance",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Sci-Fi":
summary: "Popular shows in Sci-Fi"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-sci-fi.png
schedule: daily
template: {
name: popular,
genres: "sci-fi",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Thriller":
summary: "Popular shows in Thriller"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-thriller.png
schedule: daily
template: {
name: popular,
genres: "thriller",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in War":
summary: "Popular shows in War"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-war.png
schedule: daily
template: {
name: popular,
genres: "war",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}
"Popular in Western":
summary: "Popular shows in Western"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-western.png
schedule: daily
template: {
name: popular,
genres: "western",
title_type: "tv_series,tv_special,tv_miniseries",
languages: "en",
}

View File

@@ -0,0 +1,265 @@
## 6_genre_top.yml
templates:
genre:
sort_title: "+6 Rated: <<collection_name>>"
limit: 100
sync_mode: sync
collection_order: custom
collection_mode: hide
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
cache_builders: 6
imdb_list:
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&user_rating=<<user_rating>>&num_votes=<<votes>>&genres=<<genres>>&languages=<<languages>>&sort=user_rating,desc
limit: 250
collections:
"Top Rated in Action":
summary: "Top rated movies in Action"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-action.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "action",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Adventure":
summary: "Top rated movies in Adventure"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-adventure.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "adventure",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Animation":
summary: "Top rated movies in Animation"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-animation.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "animation",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Biography":
summary: "Top rated movies in Biography"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-biography.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "biography",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Comedy":
summary: "Top rated movies in Comedy"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-comedy.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "comedy",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Crime":
summary: "Top rated movies in Crime"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-crime.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "crime",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Drama":
summary: "Top rated movies in Drama"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-drama.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "drama",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Family":
summary: "Top rated movies in Family"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-family.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "family",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Fantasy":
summary: "Top rated movies in Fantasy"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-fantasy.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "fantasy",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in History":
summary: "Top rated movies in History"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-history.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "history",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Horror":
summary: "Top rated movies in Horror"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-horror.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "horror",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Music":
summary: "Top rated movies in Music"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-music.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "music",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Musicals":
summary: "Top rated movies in Musicals"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-musicals.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "musicals",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Mystery":
summary: "Top rated movies in Mystery"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-mystery.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "mystery",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Romance":
summary: "Top rated movies in Romance"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-romance.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "romance",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Sci-Fi":
summary: "Top rated movies 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: {
name: genre,
genres: "sci-fi",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Thriller":
summary: "Top rated movies in Thriller"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-thriller.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "thriller",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in War":
summary: "Top rated movies in War"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-war.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "war",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}
"Top Rated in Western":
summary: "Top rated movies in Western"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-western.png
schedule: weekly(thursday)
template: {
name: genre,
genres: "western",
title_type: "tv_series,tv_special,tv_miniseries",
user_rating: "5.0,10.0",
votes: "10000,",
languages: "en",
}