mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-12-08 23:02:34 -05:00
split Suggested collection into separate suggested|unwatched|watched … (#622)
* split Suggested collection into separate suggested|unwatched|watched collections; add documentary genre to Genre popular|top collections; Genre top|popular now filter documentary genre from genres; refactor code; various bug fixes * Update 010_suggested.yml
This commit is contained in:
246
0x5f3/collections/movie/010_suggested.yml
Normal file
246
0x5f3/collections/movie/010_suggested.yml
Normal file
@@ -0,0 +1,246 @@
|
||||
## _suggested.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
|
||||
trakt:
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
trakt_list:
|
||||
- <<trakt_list_extra_01>>
|
||||
- <<trakt_list_extra_02>>
|
||||
- <<trakt_list_extra_03>>
|
||||
- <<trakt_list_extra_04>>
|
||||
- <<trakt_list_extra_05>>
|
||||
- <<trakt_list_extra_06>>
|
||||
- <<trakt_list_extra_07>>
|
||||
- <<trakt_list_extra_08>>
|
||||
- <<trakt_list_extra_09>>
|
||||
- <<trakt_list_extra_10>>
|
||||
- <<trakt_list_extra_11>>
|
||||
- <<trakt_list_extra_12>>
|
||||
- <<trakt_list_extra_13>>
|
||||
- <<trakt_list_extra_14>>
|
||||
- <<trakt_list_extra_15>>
|
||||
- <<trakt_list_extra_16>>
|
||||
- <<trakt_list_extra_17>>
|
||||
- <<trakt_list_extra_18>>
|
||||
- <<trakt_list_extra_19>>
|
||||
- <<trakt_list_extra_20>>
|
||||
optional:
|
||||
- trakt_list_extra_01
|
||||
- trakt_list_extra_02
|
||||
- trakt_list_extra_03
|
||||
- trakt_list_extra_04
|
||||
- trakt_list_extra_05
|
||||
- trakt_list_extra_06
|
||||
- trakt_list_extra_07
|
||||
- trakt_list_extra_08
|
||||
- trakt_list_extra_09
|
||||
- trakt_list_extra_10
|
||||
- trakt_list_extra_11
|
||||
- trakt_list_extra_12
|
||||
- trakt_list_extra_13
|
||||
- trakt_list_extra_14
|
||||
- trakt_list_extra_15
|
||||
- trakt_list_extra_16
|
||||
- trakt_list_extra_17
|
||||
- trakt_list_extra_18
|
||||
- trakt_list_extra_19
|
||||
- trakt_list_extra_20
|
||||
|
||||
mdblist:
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
mdblist_list:
|
||||
sort_by: <<mdblist_sort>>
|
||||
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
|
||||
|
||||
letterboxd:
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
letterboxd_list:
|
||||
- <<letterboxd_list_extra_01>>
|
||||
- <<letterboxd_list_extra_02>>
|
||||
- <<letterboxd_list_extra_03>>
|
||||
- <<letterboxd_list_extra_04>>
|
||||
- <<letterboxd_list_extra_05>>
|
||||
optional:
|
||||
- letterboxd_list_extra_01
|
||||
- letterboxd_list_extra_02
|
||||
- letterboxd_list_extra_03
|
||||
- letterboxd_list_extra_04
|
||||
- letterboxd_list_extra_05
|
||||
|
||||
collections:
|
||||
"Random Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_random.png
|
||||
schedule: daily
|
||||
summary: "Random selection of movies"
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "0"
|
||||
}
|
||||
smart_filter:
|
||||
any:
|
||||
audio_language: English, english
|
||||
limit: 250
|
||||
sort_by: random
|
||||
|
||||
"Recently Added Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recently-added.png
|
||||
schedule: daily
|
||||
summary: "Recently added movies"
|
||||
visible_home: true
|
||||
visible_library: true
|
||||
visible_shared: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
any:
|
||||
audio_language: English, english
|
||||
limit: 200
|
||||
sort_by: added.desc
|
||||
|
||||
"Recently Released Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recently-released.png
|
||||
schedule: daily
|
||||
summary: "Recently released movies"
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
any:
|
||||
audio_language: English, english
|
||||
limit: 200
|
||||
sort_by: release.desc
|
||||
|
||||
"Recommended Movies":
|
||||
collection_order: alpha
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recommended.png
|
||||
schedule: daily
|
||||
summary: "Based on personally favourited movies"
|
||||
template: {
|
||||
name: letterboxd,
|
||||
# letterboxd_list_extra_01: "https://letterboxd.com/########/list/movie-recommendations",
|
||||
num: "3"
|
||||
}
|
||||
trakt_userlist:
|
||||
- userlist: favorites
|
||||
user: me
|
||||
|
||||
"Suggested Movies":
|
||||
collection_order: alpha
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_suggested.png
|
||||
schedule: daily
|
||||
summary: "Based on watched and favourited movies"
|
||||
template: {
|
||||
name: trakt,
|
||||
num: "4"
|
||||
# num: "4",
|
||||
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/movie-recommendations-couchmoney-tv",
|
||||
# trakt_list_extra_02: "https://trakt.tv/users/########/lists/movies-based-on-recently-watched-couchmoney-tv"
|
||||
}
|
||||
trakt_chart:
|
||||
- chart: recommended
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 5
|
||||
time_period: daily
|
||||
- chart: recommended
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 10
|
||||
time_period: weekly
|
||||
- chart: recommended
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 25
|
||||
time_period: monthly
|
||||
- chart: recommended
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 50
|
||||
time_period: yearly
|
||||
- chart: recommended
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 200
|
||||
time_period: all
|
||||
|
||||
"Trending Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_trending.png
|
||||
schedule: daily
|
||||
summary: "Movies trending across the internet"
|
||||
template: {
|
||||
mdblist_list: "movie-trending",
|
||||
mdblist_sort: "rank.desc",
|
||||
mdblist_user: "archivist",
|
||||
name: mdblist,
|
||||
num: "5"
|
||||
}
|
||||
limit: 100
|
||||
|
||||
"Popular Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_popular.png
|
||||
schedule: daily
|
||||
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||
summary: "Popular movies across the internet"
|
||||
visible_library: true
|
||||
template: {
|
||||
mdblist_list: "movie-popular",
|
||||
mdblist_sort: "imdbpopular.desc",
|
||||
mdblist_user: "archivist",
|
||||
name: mdblist,
|
||||
num: "6"
|
||||
}
|
||||
limit: 250
|
||||
|
||||
"Top Rated Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_top-rated.png
|
||||
schedule: daily
|
||||
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||
summary: "Top rated movies across the internet"
|
||||
template: {
|
||||
mdblist_list: "movie-top-rated",
|
||||
mdblist_sort: "imdbrating.desc",
|
||||
mdblist_user: "archivist",
|
||||
name: mdblist,
|
||||
num: "7"
|
||||
}
|
||||
limit: 500
|
||||
83
0x5f3/collections/movie/020_unwatched.yml
Normal file
83
0x5f3/collections/movie/020_unwatched.yml
Normal file
@@ -0,0 +1,83 @@
|
||||
## _unwatched.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+020_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
|
||||
collections:
|
||||
"Unwatched: Random Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_random.png
|
||||
summary: "Random selection of movies"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "0"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
unplayed: true
|
||||
any:
|
||||
audio_language: English, english
|
||||
limit: 250
|
||||
sort_by: random
|
||||
|
||||
"Unwatched: Recommended Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_recommended.png
|
||||
summary: "Based on personally favourited movies"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Recommended Movies"
|
||||
unplayed: true
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Unwatched: Suggested Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_suggested.png
|
||||
summary: "Based on watched and favourited movies"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Suggested Movies"
|
||||
unplayed: true
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Unwatched: Popular Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_popular.png
|
||||
summary: "Popular movies across the internet"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Popular Movies"
|
||||
unplayed: true
|
||||
collection_filtering: user
|
||||
sort_by: random
|
||||
|
||||
"Unwatched: Top Rated Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_top-rated.png
|
||||
summary: "Top rated movies across the internet"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Top Rated Movies"
|
||||
unplayed: true
|
||||
collection_filtering: user
|
||||
sort_by: random
|
||||
118
0x5f3/collections/movie/030_watched.yml
Normal file
118
0x5f3/collections/movie/030_watched.yml
Normal file
@@ -0,0 +1,118 @@
|
||||
## _watched.yml
|
||||
|
||||
templates:
|
||||
trakt:
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+030_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
trakt_list:
|
||||
- <<trakt_list_extra_01>>
|
||||
- <<trakt_list_extra_02>>
|
||||
- <<trakt_list_extra_03>>
|
||||
- <<trakt_list_extra_04>>
|
||||
- <<trakt_list_extra_05>>
|
||||
- <<trakt_list_extra_06>>
|
||||
- <<trakt_list_extra_07>>
|
||||
- <<trakt_list_extra_08>>
|
||||
- <<trakt_list_extra_09>>
|
||||
- <<trakt_list_extra_10>>
|
||||
- <<trakt_list_extra_11>>
|
||||
- <<trakt_list_extra_12>>
|
||||
- <<trakt_list_extra_13>>
|
||||
- <<trakt_list_extra_14>>
|
||||
- <<trakt_list_extra_15>>
|
||||
- <<trakt_list_extra_16>>
|
||||
- <<trakt_list_extra_17>>
|
||||
- <<trakt_list_extra_18>>
|
||||
- <<trakt_list_extra_19>>
|
||||
- <<trakt_list_extra_20>>
|
||||
optional:
|
||||
- trakt_list_extra_01
|
||||
- trakt_list_extra_02
|
||||
- trakt_list_extra_03
|
||||
- trakt_list_extra_04
|
||||
- trakt_list_extra_05
|
||||
- trakt_list_extra_06
|
||||
- trakt_list_extra_07
|
||||
- trakt_list_extra_08
|
||||
- trakt_list_extra_09
|
||||
- trakt_list_extra_10
|
||||
- trakt_list_extra_11
|
||||
- trakt_list_extra_12
|
||||
- trakt_list_extra_13
|
||||
- trakt_list_extra_14
|
||||
- trakt_list_extra_15
|
||||
- trakt_list_extra_16
|
||||
- trakt_list_extra_17
|
||||
- trakt_list_extra_18
|
||||
- trakt_list_extra_19
|
||||
- trakt_list_extra_20
|
||||
|
||||
collections:
|
||||
"Most Watched Daily":
|
||||
collection_order: custom
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_daily.png
|
||||
schedule: daily
|
||||
summary: "Movies trending across the internet"
|
||||
template: {
|
||||
name: trakt,
|
||||
num: "0"
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 50
|
||||
time_period: daily
|
||||
|
||||
"Most Watched Weekly":
|
||||
collection_order: custom
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_weekly.png
|
||||
schedule: daily
|
||||
summary: "Movies trending across the internet"
|
||||
template: {
|
||||
name: trakt,
|
||||
num: "1"
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 50
|
||||
time_period: weekly
|
||||
|
||||
"Most Watched Monthly":
|
||||
collection_order: custom
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_monthly.png
|
||||
schedule: weekly(sunday)
|
||||
summary: "Movies trending across the internet"
|
||||
template: {
|
||||
name: trakt,
|
||||
num: "2"
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 75
|
||||
time_period: monthly
|
||||
|
||||
"Most Watched Yearly":
|
||||
collection_order: custom
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_yearly.png
|
||||
schedule: weekly(sunday)
|
||||
summary: "Movies trending across the internet"
|
||||
template: {
|
||||
name: trakt,
|
||||
num: "3"
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 100
|
||||
time_period: yearly
|
||||
130
0x5f3/collections/movie/040_seasonal.yml
Normal file
130
0x5f3/collections/movie/040_seasonal.yml
Normal file
@@ -0,0 +1,130 @@
|
||||
## _seasonal.yml
|
||||
|
||||
templates:
|
||||
seasonal:
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
delete_not_scheduled: true
|
||||
limit: 1000
|
||||
sort_title: "+040_<<num>>_<<collection_name>>"
|
||||
summary: "A timed collection of <<holiday>> movies and other movies that may relate to the holiday."
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: true
|
||||
visible_shared: false
|
||||
imdb_list:
|
||||
- <<imdb_extra_1>>
|
||||
- <<imdb_extra_2>>
|
||||
- <<imdb_extra_3>>
|
||||
- <<imdb_extra_4>>
|
||||
- <<imdb_extra_5>>
|
||||
- <<imdb_extra_6>>
|
||||
letterboxd_list:
|
||||
- <<letterboxd_extra_1>>
|
||||
- <<letterboxd_extra_2>>
|
||||
- <<letterboxd_extra_3>>
|
||||
- <<letterboxd_extra_4>>
|
||||
- <<letterboxd_extra_5>>
|
||||
trakt_list:
|
||||
- <<trakt_extra_1>>
|
||||
- <<trakt_extra_2>>
|
||||
- <<trakt_extra_3>>
|
||||
- <<trakt_extra_4>>
|
||||
- <<trakt_extra_5>>
|
||||
optional:
|
||||
- imdb_extra_1
|
||||
- imdb_extra_2
|
||||
- imdb_extra_3
|
||||
- imdb_extra_4
|
||||
- imdb_extra_5
|
||||
- imdb_extra_6
|
||||
- letterboxd_extra_1
|
||||
- letterboxd_extra_2
|
||||
- letterboxd_extra_3
|
||||
- letterboxd_extra_4
|
||||
- letterboxd_extra_5
|
||||
- trakt_extra_1
|
||||
- trakt_extra_2
|
||||
- trakt_extra_3
|
||||
- trakt_extra_4
|
||||
- trakt_extra_5
|
||||
|
||||
collections:
|
||||
"Valentine's Day Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_valentines-day.png
|
||||
schedule: range(02/10-02/14)
|
||||
template: {
|
||||
holiday: "Valentine's Day",
|
||||
letterboxd_extra_1: "https://letterboxd.com/ediblehedgehog/list/theme-valentines/by/rating/",
|
||||
name: seasonal
|
||||
}
|
||||
plex_search:
|
||||
- all:
|
||||
critic_rating.gte: 8.0
|
||||
genre: Romance, Comedy
|
||||
- all:
|
||||
critic_rating.gte: 8.0
|
||||
genre: Romance, Drama
|
||||
genre.not: Documentary
|
||||
|
||||
"St. Patrick's Day Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_st-patricks-day.png
|
||||
schedule: range(03/16-03/18)
|
||||
template: {
|
||||
holiday: "St. Patrick's Day",
|
||||
letterboxd_extra_1: "https://letterboxd.com/ediblehedgehog/list/theme-st-patricks/by/rating/",
|
||||
name: seasonal
|
||||
}
|
||||
|
||||
"Easter Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_easter.png
|
||||
schedule: range(03/22-04/25)
|
||||
template: {
|
||||
holiday: "Easter",
|
||||
letterboxd_extra_1: "https://letterboxd.com/ediblehedgehog/list/theme-easter/by/rating/",
|
||||
name: seasonal
|
||||
}
|
||||
|
||||
"Halloween Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_halloween.png
|
||||
schedule: range(10/29-10/31)
|
||||
template: {
|
||||
holiday: "Halloween",
|
||||
letterboxd_extra_1: "https://letterboxd.com/ediblehedgehog/list/theme-halloween/by/rating/",
|
||||
name: seasonal
|
||||
}
|
||||
plex_search:
|
||||
- all:
|
||||
critic_rating.gte: 8.0
|
||||
genre: Horror
|
||||
genre.not: Documentary
|
||||
|
||||
"Thanksgiving Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_thanksgiving.png
|
||||
schedule: range(11/22-11/25)
|
||||
template: {
|
||||
holiday: "Thanksgiving",
|
||||
letterboxd_extra_1: "https://letterboxd.com/ediblehedgehog/list/theme-thanksgiving/by/rating/",
|
||||
name: seasonal
|
||||
}
|
||||
|
||||
"Christmas Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_christmas.png
|
||||
schedule: range(12/01-12/31)
|
||||
template: {
|
||||
holiday: "Christmas",
|
||||
imdb_extra_1: "https://www.imdb.com/list/ls000096828",
|
||||
imdb_extra_2: "https://www.imdb.com/list/ls068976997",
|
||||
imdb_extra_3: "https://www.imdb.com/list/ls027567380",
|
||||
letterboxd_extra_1: "https://letterboxd.com/ediblehedgehog/list/theme-christmas/by/rating/",
|
||||
name: seasonal
|
||||
}
|
||||
|
||||
"New Year's Eve Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_seasonal/seasonal_new-years-eve.png
|
||||
schedule: range(12/26-01/02)
|
||||
template: {
|
||||
holiday: "New Year's Eve",
|
||||
letterboxd_extra_1: "https://letterboxd.com/ediblehedgehog/list/theme-new-years-eve/by/rating/",
|
||||
name: seasonal
|
||||
}
|
||||
65
0x5f3/collections/movie/050_parental.yml
Normal file
65
0x5f3/collections/movie/050_parental.yml
Normal file
@@ -0,0 +1,65 @@
|
||||
## _parental.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
label.sync: Parental
|
||||
sort_title: "+050_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
|
||||
collections:
|
||||
"Parental: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_random.png
|
||||
summary: "Random movies suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
limit: 250
|
||||
sort_by: random
|
||||
|
||||
"Parental: Recently Added":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_recently-added.png
|
||||
summary: "Recently added movies suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
limit: 100
|
||||
sort_by: added.desc
|
||||
|
||||
"Parental: Recently Released":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_recently-released.png
|
||||
summary: "Recently released movies suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
limit: 250
|
||||
sort_by: release.desc
|
||||
|
||||
"Parental: Top Rated":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_top-rated.png
|
||||
summary: "Top rated movies suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
limit: 250
|
||||
sort_by: critic_rating.desc
|
||||
34
0x5f3/collections/movie/050_parental_sync.yml
Normal file
34
0x5f3/collections/movie/050_parental_sync.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
## _parental_sync.yml
|
||||
|
||||
templates:
|
||||
mdblist:
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
delete_not_scheduled: false
|
||||
item_label.sync: Parental
|
||||
label.sync: Parental
|
||||
sort_title: "+050_<<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":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_all.png
|
||||
summary: "Movies suitable for children"
|
||||
template: {
|
||||
mdblist_list: "list-parental",
|
||||
mdblist_user: "archivist",
|
||||
name: mdblist,
|
||||
num: "0"
|
||||
}
|
||||
77
0x5f3/collections/movie/060_documentary.yml
Normal file
77
0x5f3/collections/movie/060_documentary.yml
Normal file
@@ -0,0 +1,77 @@
|
||||
## _documentary.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+060_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
|
||||
collections:
|
||||
"Documentaries: All":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_all.png
|
||||
summary: "Documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "0"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
sort_by: title.asc
|
||||
|
||||
"Documentaries: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_random.png
|
||||
summary: "Random documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
limit: 250
|
||||
sort_by: random
|
||||
|
||||
"Documentaries: Recently Added":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_recently-added.png
|
||||
summary: "Recently added documentaries"
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
limit: 100
|
||||
sort_by: added.desc
|
||||
|
||||
"Documentaries: Recently Released":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_recently-released.png
|
||||
summary: "Recently released documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
limit: 250
|
||||
sort_by: release.desc
|
||||
|
||||
"Documentaries: Top Rated":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_top-rated.png
|
||||
summary: "Top rated documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
limit: 250
|
||||
sort_by: critic_rating.desc
|
||||
93
0x5f3/collections/movie/070_standup.yml
Normal file
93
0x5f3/collections/movie/070_standup.yml
Normal file
@@ -0,0 +1,93 @@
|
||||
## _standup.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+070_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
|
||||
mdblist:
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+070_<<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:
|
||||
"Stand-up: All":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_standup/stand-up_all.png
|
||||
summary: "Stand-up"
|
||||
template: {
|
||||
mdblist_list: "list-standup",
|
||||
mdblist_user: "archivist",
|
||||
name: mdblist,
|
||||
num: "0"
|
||||
}
|
||||
|
||||
"Stand-up: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_standup/stand-up_random.png
|
||||
summary: "Random Stand-up"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Stand-up: All"
|
||||
limit: 250
|
||||
sort_by: random
|
||||
|
||||
"Stand-up: Recently Added":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_standup/stand-up_recently-added.png
|
||||
summary: "Recently added Stand-up"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Stand-up: All"
|
||||
limit: 100
|
||||
sort_by: added.desc
|
||||
|
||||
"Stand-up: Recently Released":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_standup/stand-up_recently-released.png
|
||||
summary: "Recently released Stand-up"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Stand-up: All"
|
||||
limit: 250
|
||||
sort_by: release.desc
|
||||
|
||||
"Stand-up: Top Rated":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_standup/stand-up_top-rated.png
|
||||
summary: "Top rated Stand-up"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Stand-up: All"
|
||||
limit: 250
|
||||
sort_by: critic_rating.desc
|
||||
217
0x5f3/collections/movie/080_year_top.yml
Normal file
217
0x5f3/collections/movie/080_year_top.yml
Normal file
@@ -0,0 +1,217 @@
|
||||
## _year_top.yml
|
||||
|
||||
templates:
|
||||
year_top:
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
limit: 250
|
||||
sort_title: "+080_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
language: <<language>>
|
||||
limit: 500
|
||||
release.after: <<release.after>>
|
||||
release.before: <<release.before>>
|
||||
sort_by: rating.desc
|
||||
type: <<type>>
|
||||
votes.gte: <<votes.gte>>
|
||||
|
||||
collections:
|
||||
"Top Rated of 2024":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2024.png
|
||||
summary: "Top rated movies in 2024"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "L",
|
||||
release.after: 2024-01-01,
|
||||
release.before: 2024-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2023":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2023.png
|
||||
summary: "Top rated movies in 2023"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "M",
|
||||
release.after: 2023-01-01,
|
||||
release.before: 2023-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2022":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2022.png
|
||||
summary: "Top rated movies in 2022"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "N",
|
||||
release.after: 2022-01-01,
|
||||
release.before: 2022-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2021":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2021.png
|
||||
summary: "Top rated movies in 2021"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "O",
|
||||
release.after: 2021-01-01,
|
||||
release.before: 2021-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2020":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2020.png
|
||||
summary: "Top rated movies in 2020"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "P",
|
||||
release.after: 2020-01-01,
|
||||
release.before: 2020-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2019":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2019.png
|
||||
summary: "Top rated movies in 2019"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "Q",
|
||||
release.after: 2019-01-01,
|
||||
release.before: 2019-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2018":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2018.png
|
||||
summary: "Top rated movies in 2018"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "R",
|
||||
release.after: 2018-01-01,
|
||||
release.before: 2018-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2017":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2017.png
|
||||
summary: "Top rated movies in 2017"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "S",
|
||||
release.after: 2017-01-01,
|
||||
release.before: 2017-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2016":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2016.png
|
||||
summary: "Top rated movies in 2016"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "T",
|
||||
release.after: 2016-01-01,
|
||||
release.before: 2016-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2015":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2015.png
|
||||
summary: "Top rated movies in 2015"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "U",
|
||||
release.after: 2015-01-01,
|
||||
release.before: 2015-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2014":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2014.png
|
||||
summary: "Top rated movies in 2014"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "V",
|
||||
release.after: 2014-01-01,
|
||||
release.before: 2014-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2013":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2013.png
|
||||
summary: "Top rated movies in 2013"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "W",
|
||||
release.after: 2013-01-01,
|
||||
release.before: 2013-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2012":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2012.png
|
||||
summary: "Top rated movies in 2012"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "X",
|
||||
release.after: 2012-01-01,
|
||||
release.before: 2012-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2011":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2011.png
|
||||
summary: "Top rated movies in 2011"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "Y",
|
||||
release.after: 2011-01-01,
|
||||
release.before: 2011-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2010":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2010.png
|
||||
summary: "Top rated movies in 2010"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "Z",
|
||||
release.after: 2010-01-01,
|
||||
release.before: 2010-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
152
0x5f3/collections/movie/090_decades_top.yml
Normal file
152
0x5f3/collections/movie/090_decades_top.yml
Normal file
@@ -0,0 +1,152 @@
|
||||
## _decades_top.yml
|
||||
|
||||
templates:
|
||||
decade_top:
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
limit: 250
|
||||
sort_title: "+090_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
language: <<language>>
|
||||
limit: 500
|
||||
release.after: <<release.after>>
|
||||
release.before: <<release.before>>
|
||||
sort_by: rating.desc
|
||||
type: <<type>>
|
||||
votes.gte: <<votes.gte>>
|
||||
|
||||
collections:
|
||||
"Top Rated of the 2020s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2020s.png
|
||||
summary: "Top rated movies of the 2020s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "Q",
|
||||
release.after: 2020-01-01,
|
||||
release.before: 2029-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of the 2010s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2010s.png
|
||||
summary: "Top rated movies of the 2010s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "R",
|
||||
release.after: 2010-01-01,
|
||||
release.before: 2019-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of the 2000s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2000s.png
|
||||
summary: "Top rated movies of the 2000s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "S",
|
||||
release.after: 2000-01-01,
|
||||
release.before: 2009-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of the 1990s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1990s.png
|
||||
summary: "Top rated movies of the 1990s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "T",
|
||||
release.after: 1990-01-01,
|
||||
release.before: 1999-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 100
|
||||
}
|
||||
|
||||
"Top Rated of the 1980s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1980s.png
|
||||
summary: "Top rated movies of the 1980s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "U",
|
||||
release.after: 1980-01-01,
|
||||
release.before: 1989-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 100
|
||||
}
|
||||
|
||||
"Top Rated of the 1970s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1970s.png
|
||||
summary: "Top rated movies of the 1970s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "V",
|
||||
release.after: 1970-01-01,
|
||||
release.before: 1979-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 100
|
||||
}
|
||||
|
||||
"Top Rated of the 1960s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1960s.png
|
||||
summary: "Top rated movies of the 1960s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "W",
|
||||
release.after: 1960-01-01,
|
||||
release.before: 1969-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 100
|
||||
}
|
||||
|
||||
"Top Rated of the 1950s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1950s.png
|
||||
summary: "Top rated movies of the 1950s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "X",
|
||||
release.after: 1950-01-01,
|
||||
release.before: 1959-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 100
|
||||
}
|
||||
|
||||
"Top Rated of the 1940s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1940s.png
|
||||
summary: "Top rated movies of the 1940s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "Y",
|
||||
release.after: 1940-01-01,
|
||||
release.before: 1949-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 100
|
||||
}
|
||||
|
||||
"Top Rated of the 1930s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1930s.png
|
||||
summary: "Top rated movies of the 1930s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "Z",
|
||||
release.after: 1930-01-01,
|
||||
release.before: 1939-12-31,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 100
|
||||
}
|
||||
176
0x5f3/collections/movie/100_awards.yml
Normal file
176
0x5f3/collections/movie/100_awards.yml
Normal file
@@ -0,0 +1,176 @@
|
||||
## _awards.yml
|
||||
|
||||
templates:
|
||||
award_nominee:
|
||||
collection_mode: hide
|
||||
collection_order: release.desc
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+100_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
event: <<event>>
|
||||
language: <<language>>
|
||||
limit: 1000
|
||||
type: <<type>>
|
||||
|
||||
award_winner:
|
||||
collection_mode: hide
|
||||
collection_order: release.desc
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+100_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
event.winning: <<event.winning>>
|
||||
language: <<language>>
|
||||
limit: 1000
|
||||
type: <<type>>
|
||||
|
||||
collections:
|
||||
"Oscar Nominees":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_nominees_oscars.png
|
||||
summary: "A collection of Oscar Nominees"
|
||||
template: {
|
||||
event: "oscar_picture,oscar_director",
|
||||
language: "en",
|
||||
name: award_nominee,
|
||||
num: "A",
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Oscar Winners":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_oscars.png
|
||||
summary: "A collection of Oscar Winners"
|
||||
template: {
|
||||
event.winning: "oscar_picture,oscar_director",
|
||||
language: "en",
|
||||
name: award_winner,
|
||||
num: "B",
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Golden Globes Nominees":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_nominees_golden-globes.png
|
||||
summary: "A collection of Golden Globes Nominees"
|
||||
template: {
|
||||
event: "golden",
|
||||
language: "en",
|
||||
name: award_nominee,
|
||||
num: "C",
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Golden Globes Winners":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_golden_globes.png
|
||||
summary: "A collection of Golden Globes Winners"
|
||||
template: {
|
||||
event.winning: "golden",
|
||||
language: "en",
|
||||
name: award_winner,
|
||||
num: "D",
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"BAFTA Winners":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_bafta.png
|
||||
summary: "A collection of BAFTA Winners"
|
||||
template: {
|
||||
event.winning: "bafta",
|
||||
language: "en",
|
||||
name: award_winner,
|
||||
num: "E",
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Berlinale Winners":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_berlinale.png
|
||||
summary: "A collection of Berlinale Winners"
|
||||
template: {
|
||||
event.winning: "ev0000091",
|
||||
language: "en",
|
||||
name: award_winner,
|
||||
num: "F",
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Cannes Film Festival Winners":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_cannes.png
|
||||
summary: "A collection of Cannes Film Festival Winners"
|
||||
template: {
|
||||
event.winning: "cannes",
|
||||
language: "en",
|
||||
name: award_winner,
|
||||
num: "G",
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"European Film Award Winners":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_european-film.png
|
||||
summary: "A collection of European Film Award Winners"
|
||||
template: {
|
||||
event.winning: "ev0000230",
|
||||
language: "en",
|
||||
name: award_winner,
|
||||
num: "H",
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Sundance Winners":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_sundance.png
|
||||
summary: "A collection of Sundance Winners"
|
||||
template: {
|
||||
event.winning: "sundance",
|
||||
language: "en",
|
||||
name: award_winner,
|
||||
num: "I",
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Venice Film Festival Winners":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_venice-film.png
|
||||
summary: "A collection of Venice Film Festival Winners"
|
||||
template: {
|
||||
event.winning: "ev0000681",
|
||||
language: "en",
|
||||
name: award_winner,
|
||||
num: "J",
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Critic's Choice Winners":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_critics-choice.png
|
||||
summary: "A collection of Critic's Choice Winners"
|
||||
template: {
|
||||
event.winning: "choice",
|
||||
language: "en",
|
||||
name: award_winner,
|
||||
num: "K",
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Spirit Awards Winners":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_spirit-awards.png
|
||||
summary: "A collection of Spirit Awards Winners"
|
||||
template: {
|
||||
event.winning: "spirit",
|
||||
language: "en",
|
||||
name: award_winner,
|
||||
num: "L",
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Razzie Winners":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_razzie.png
|
||||
summary: "A collection of Razzie Winners"
|
||||
template: {
|
||||
event.winning: "razzie",
|
||||
language: "en",
|
||||
name: award_winner,
|
||||
num: "M",
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
275
0x5f3/collections/movie/110_genre_popular.yml
Normal file
275
0x5f3/collections/movie/110_genre_popular.yml
Normal file
@@ -0,0 +1,275 @@
|
||||
## _genre_popular.yml
|
||||
|
||||
templates:
|
||||
popular:
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
limit: 250
|
||||
sort_title: "+110_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
genre: <<genre>>
|
||||
genre.not: <<genre.not>>
|
||||
language: <<language>>
|
||||
limit: 500
|
||||
popularity.gte: <<popularity.gte>>
|
||||
sort_by: popularity.asc
|
||||
type: <<type>>
|
||||
optional:
|
||||
- genre.not
|
||||
|
||||
collections:
|
||||
"Popular in Action":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_action.png
|
||||
summary: "Popular movies in Action"
|
||||
template: {
|
||||
genre: "action",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Adventure":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_adventure.png
|
||||
summary: "Popular movies in Adventure"
|
||||
template: {
|
||||
genre: "adventure",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Animation":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_animation.png
|
||||
summary: "Popular movies in Animation"
|
||||
template: {
|
||||
genre: "animation",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Biography":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_biography.png
|
||||
summary: "Popular movies in Biography"
|
||||
template: {
|
||||
genre: "biography",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Comedy":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_comedy.png
|
||||
summary: "Popular movies in Comedy"
|
||||
template: {
|
||||
genre: "comedy",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Crime":
|
||||
summary: "Popular movies in Crime"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_crime.png
|
||||
template: {
|
||||
genre: "crime",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Documentary":
|
||||
summary: "Popular movies in Documentary"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_documentary.png
|
||||
template: {
|
||||
genre: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Drama":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_drama.png
|
||||
summary: "Popular movies in Drama"
|
||||
template: {
|
||||
genre: "drama",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Family":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_family.png
|
||||
summary: "Popular movies in Family"
|
||||
template: {
|
||||
genre: "family",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Fantasy":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_fantasy.png
|
||||
summary: "Popular movies in Fantasy"
|
||||
template: {
|
||||
genre: "fantasy",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in History":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_history.png
|
||||
summary: "Popular movies in History"
|
||||
template: {
|
||||
genre: "history",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Horror":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_horror.png
|
||||
summary: "Popular movies in Horror"
|
||||
template: {
|
||||
genre: "horror",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Music":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_music.png
|
||||
summary: "Popular movies in Music"
|
||||
template: {
|
||||
genre: "music",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Musicals":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_musicals.png
|
||||
summary: "Popular movies in Musicals"
|
||||
template: {
|
||||
genre: "musical",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Mystery":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_mystery.png
|
||||
summary: "Popular movies in Mystery"
|
||||
template: {
|
||||
genre: "mystery",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Romance":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_romance.png
|
||||
summary: "Popular movies in Romance"
|
||||
template: {
|
||||
genre: "romance",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Sci-Fi":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_sci-fi.png
|
||||
summary: "Popular movies in Sci-Fi"
|
||||
template: {
|
||||
genre: "sci-fi",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Sport":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_sport.png
|
||||
summary: "Popular movies in Sport"
|
||||
template: {
|
||||
genre: "sport",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Thriller":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_thriller.png
|
||||
summary: "Popular movies in Thriller"
|
||||
template: {
|
||||
genre: "thriller",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in War":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_war.png
|
||||
summary: "Popular movies in War"
|
||||
template: {
|
||||
genre: "war",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Popular in Western":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_western.png
|
||||
summary: "Popular movies in Western"
|
||||
template: {
|
||||
genre: "western",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: popular,
|
||||
popularity.gte: 5,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
297
0x5f3/collections/movie/120_genre_top.yml
Normal file
297
0x5f3/collections/movie/120_genre_top.yml
Normal file
@@ -0,0 +1,297 @@
|
||||
## _genre_top.yml
|
||||
|
||||
templates:
|
||||
top:
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
limit: 500
|
||||
sort_title: "+120_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
genre: <<genre>>
|
||||
genre.not: <<genre.not>>
|
||||
language: <<language>>
|
||||
limit: 1000
|
||||
rating.gte: <<rating.gte>>
|
||||
sort_by: rating.desc
|
||||
type: <<type>>
|
||||
votes.gte: <<votes.gte>>
|
||||
optional:
|
||||
- genre.not
|
||||
|
||||
collections:
|
||||
"Top Rated in Action":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_action.png
|
||||
summary: "Top rated movies in Action"
|
||||
template: {
|
||||
genre: "action",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Adventure":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_adventure.png
|
||||
summary: "Top rated movies in Adventure"
|
||||
template: {
|
||||
genre: "adventure",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Animation":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_animation.png
|
||||
summary: "Top rated movies in Animation"
|
||||
template: {
|
||||
genre: "animation",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Biography":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_biography.png
|
||||
summary: "Top rated movies in Biography"
|
||||
template: {
|
||||
genre: "biography",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Comedy":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_comedy.png
|
||||
summary: "Top rated movies in Comedy"
|
||||
template: {
|
||||
genre: "comedy",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Crime":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_crime.png
|
||||
summary: "Top rated movies in Crime"
|
||||
template: {
|
||||
genre: "crime",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Documentary":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_documentary.png
|
||||
summary: "Top rated movies in Documentary"
|
||||
template: {
|
||||
genre: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Drama":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_drama.png
|
||||
summary: "Top rated movies in Drama"
|
||||
template: {
|
||||
genre: "drama",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Family":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_family.png
|
||||
summary: "Top rated movies in Family"
|
||||
template: {
|
||||
genre: "family",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Fantasy":
|
||||
summary: "Top rated movies in Fantasy"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_fantasy.png
|
||||
template: {
|
||||
genre: "fantasy",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in History":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_history.png
|
||||
summary: "Top rated movies in History"
|
||||
template: {
|
||||
genre: "history",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Horror":
|
||||
summary: "Top rated movies in Horror"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_horror.png
|
||||
template: {
|
||||
genre: "horror",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Music":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_music.png
|
||||
summary: "Top rated movies in Music"
|
||||
template: {
|
||||
genre: "music",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Musicals":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_musicals.png
|
||||
summary: "Top rated movies in Musicals"
|
||||
template: {
|
||||
genre: "musical",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Mystery":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_mystery.png
|
||||
summary: "Top rated movies in Mystery"
|
||||
template: {
|
||||
genre: "mystery",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Romance":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_romance.png
|
||||
summary: "Top rated movies in Romance"
|
||||
template: {
|
||||
genre: "romance",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000,
|
||||
}
|
||||
|
||||
"Top Rated in Sci-Fi":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_sci-fi.png
|
||||
summary: "Top rated movies in Sci-Fi"
|
||||
template: {
|
||||
genre: "sci-fi",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Sport":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_sport.png
|
||||
summary: "Top rated movies in Sport"
|
||||
template: {
|
||||
genre: "sport",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Thriller":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_thriller.png
|
||||
summary: "Top rated movies in Thriller"
|
||||
template: {
|
||||
genre: "thriller",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in War":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_war.png
|
||||
summary: "Top rated movies in War"
|
||||
template: {
|
||||
genre: "war",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Western":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_western.png
|
||||
summary: "Top rated movies in Western"
|
||||
template: {
|
||||
genre: "western",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: top,
|
||||
rating.gte: 5,
|
||||
type: "movie,tv_movie",
|
||||
votes.gte: 10000
|
||||
}
|
||||
1562
0x5f3/collections/movie/130_subgenre_top.yml
Normal file
1562
0x5f3/collections/movie/130_subgenre_top.yml
Normal file
File diff suppressed because it is too large
Load Diff
210
0x5f3/collections/movie/140_studio.yml
Normal file
210
0x5f3/collections/movie/140_studio.yml
Normal file
@@ -0,0 +1,210 @@
|
||||
## _studio.yml
|
||||
|
||||
templates:
|
||||
company:
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+140_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
limit: 1000
|
||||
imdb_search:
|
||||
company: <<company>>
|
||||
language: <<language>>
|
||||
limit: 10000
|
||||
sort_by: release.desc
|
||||
type: <<type>>
|
||||
|
||||
collections:
|
||||
"Columbia":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_columbia.png
|
||||
summary: "A collection from Columbia"
|
||||
template: {
|
||||
company: "co0050868",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Criterion":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_criterion-collection.png
|
||||
summary: "A collection from Criterion"
|
||||
template: {
|
||||
company: "co0044076",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"DC Entertainment":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_dc-entertainment.png
|
||||
summary: "A collection from DC Entertainment"
|
||||
template: {
|
||||
company: "co0123927",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"DreamWorks":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_dreamworks.png
|
||||
summary: "A collection from DreamWorks"
|
||||
template: {
|
||||
company: "co0040938,co0129164,co0819670,co0396719,co0252576",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Lionsgate":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_lionsgate.png
|
||||
summary: "A collection from Lionsgate"
|
||||
template: {
|
||||
company: "co0807819,co0006881,co0060306,co0179392",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Lucasfilm":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_lucasfilm.png
|
||||
summary: "A collection from Lucasfilm"
|
||||
template: {
|
||||
company: "co0071326,co0196838,co0049348",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Marvel Studios":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_marvel-studios.png
|
||||
summary: "A collection from Marvel Studios"
|
||||
template: {
|
||||
company: "co0051941",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"MGM":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_mgm.png
|
||||
summary: "A collection from MGM"
|
||||
template: {
|
||||
company: "co0007143",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Paramount Pictures":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_paramount-pictures.png
|
||||
summary: "A collection from Paramount Pictures"
|
||||
template: {
|
||||
company: "co0023400",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Pixar":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_pixar.png
|
||||
summary: "A collection from Pixar"
|
||||
template: {
|
||||
company: "co0017902,co0348691",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Studio Ghibli":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_studio-ghibli.png
|
||||
summary: "A collection from Studio Ghibli"
|
||||
template: {
|
||||
company: "co0048420",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Samuel Goldwyn Company":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_samuel-goldwyn-company.png
|
||||
summary: "A collection from Samuel Goldwyn Company"
|
||||
template: {
|
||||
company: "co0016710",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"SONY":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_sony.png
|
||||
summary: "A collection from SONY"
|
||||
template: {
|
||||
company: "co0026545,co0014453,co0121181,co0001799,co0208736",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Touchstone":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_touchstone.png
|
||||
summary: "A collection from Touchstone"
|
||||
template: {
|
||||
company: "co0049348",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Twentieth Century Fox":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_twentieth-century-fox.png
|
||||
summary: "A collection from Twentieth Century Fox"
|
||||
template: {
|
||||
company: "co0000756",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"United Artists":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_united-artists.png
|
||||
summary: "A collection from United Artists"
|
||||
template: {
|
||||
company: "co0026841",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Universal":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_universal.png
|
||||
summary: "A collection from Universal"
|
||||
template: {
|
||||
company: "co0005073",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Walt Disney":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_walt-disney.png
|
||||
summary: "A collection from Walt Disney"
|
||||
template: {
|
||||
company: "co0226183,co0008970",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
|
||||
"Warner Bros":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_studio/studio_warner-bros.png
|
||||
summary: "A collection from Warner Bros"
|
||||
template: {
|
||||
company: "co0002663",
|
||||
language: "en",
|
||||
name: company,
|
||||
type: "movie,tv_movie"
|
||||
}
|
||||
12
0x5f3/collections/movie/200_collections.yml
Normal file
12
0x5f3/collections/movie/200_collections.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
## _collections.yml
|
||||
|
||||
default_template:
|
||||
delete_not_scheduled: false
|
||||
minimum_items: 2
|
||||
tmdb_collection_details: +200_<<tmdb_collection>>
|
||||
|
||||
dynamic_collections:
|
||||
TMDb Collections:
|
||||
remove_prefix: The
|
||||
remove_suffix: Collection
|
||||
type: tmdb_collection
|
||||
1
0x5f3/collections/movie/_debug.yml
Normal file
1
0x5f3/collections/movie/_debug.yml
Normal file
@@ -0,0 +1 @@
|
||||
## _debug.yml
|
||||
18
0x5f3/collections/movie/_maintenance.yml
Normal file
18
0x5f3/collections/movie/_maintenance.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
## _maintenance.yml
|
||||
|
||||
collections:
|
||||
refresh_added:
|
||||
build_collection: false
|
||||
item_refresh: true
|
||||
plex_search:
|
||||
all:
|
||||
added: 1
|
||||
schedule: daily
|
||||
|
||||
refresh_released:
|
||||
build_collection: false
|
||||
item_refresh: true
|
||||
plex_search:
|
||||
all:
|
||||
released: 14
|
||||
schedule: weekly(sunday)
|
||||
9
0x5f3/collections/movie/_radarr.yml
Normal file
9
0x5f3/collections/movie/_radarr.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
## _radarr.yml
|
||||
|
||||
collections:
|
||||
"":
|
||||
build_collection: false
|
||||
mdblist_list:
|
||||
radarr_add_missing: true
|
||||
radarr_folder:
|
||||
schedule: daily
|
||||
240
0x5f3/collections/show/010_suggested.yml
Normal file
240
0x5f3/collections/show/010_suggested.yml
Normal file
@@ -0,0 +1,240 @@
|
||||
## _suggested.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
|
||||
trakt:
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
trakt_list:
|
||||
- <<trakt_list_extra_01>>
|
||||
- <<trakt_list_extra_02>>
|
||||
- <<trakt_list_extra_03>>
|
||||
- <<trakt_list_extra_04>>
|
||||
- <<trakt_list_extra_05>>
|
||||
- <<trakt_list_extra_06>>
|
||||
- <<trakt_list_extra_07>>
|
||||
- <<trakt_list_extra_08>>
|
||||
- <<trakt_list_extra_09>>
|
||||
- <<trakt_list_extra_10>>
|
||||
- <<trakt_list_extra_11>>
|
||||
- <<trakt_list_extra_12>>
|
||||
- <<trakt_list_extra_13>>
|
||||
- <<trakt_list_extra_14>>
|
||||
- <<trakt_list_extra_15>>
|
||||
- <<trakt_list_extra_16>>
|
||||
- <<trakt_list_extra_17>>
|
||||
- <<trakt_list_extra_18>>
|
||||
- <<trakt_list_extra_19>>
|
||||
- <<trakt_list_extra_20>>
|
||||
optional:
|
||||
- trakt_list_extra_01
|
||||
- trakt_list_extra_02
|
||||
- trakt_list_extra_03
|
||||
- trakt_list_extra_04
|
||||
- trakt_list_extra_05
|
||||
- trakt_list_extra_06
|
||||
- trakt_list_extra_07
|
||||
- trakt_list_extra_08
|
||||
- trakt_list_extra_09
|
||||
- trakt_list_extra_10
|
||||
- trakt_list_extra_11
|
||||
- trakt_list_extra_12
|
||||
- trakt_list_extra_13
|
||||
- trakt_list_extra_14
|
||||
- trakt_list_extra_15
|
||||
- trakt_list_extra_16
|
||||
- trakt_list_extra_17
|
||||
- trakt_list_extra_18
|
||||
- trakt_list_extra_19
|
||||
- trakt_list_extra_20
|
||||
|
||||
mdblist:
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+010_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
mdblist_list:
|
||||
sort_by: <<mdblist_sort>>
|
||||
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
|
||||
|
||||
# letterboxd:
|
||||
# collection_mode: hide
|
||||
# collection_order: custom
|
||||
# delete_not_scheduled: false
|
||||
# sort_title: "+010_<<num>>_<<collection_name>>"
|
||||
# sync_mode: sync
|
||||
# visible_home: false
|
||||
# visible_library: false
|
||||
# visible_shared: false
|
||||
# letterboxd_list:
|
||||
# - <<letterboxd_list_extra_01>>
|
||||
# - <<letterboxd_list_extra_02>>
|
||||
# - <<letterboxd_list_extra_03>>
|
||||
# - <<letterboxd_list_extra_04>>
|
||||
# - <<letterboxd_list_extra_05>>
|
||||
# optional:
|
||||
# - letterboxd_list_extra_01
|
||||
# - letterboxd_list_extra_02
|
||||
# - letterboxd_list_extra_03
|
||||
# - letterboxd_list_extra_04
|
||||
# - letterboxd_list_extra_05
|
||||
|
||||
collections:
|
||||
"Random TV shows":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_random.png
|
||||
schedule: daily
|
||||
summary: "Random selection of TV shows"
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "0",
|
||||
pos: "010"
|
||||
}
|
||||
smart_filter:
|
||||
any:
|
||||
audio_language: English, english
|
||||
limit: 250
|
||||
sort_by: random
|
||||
|
||||
"Recently Added TV shows":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recently-added.png
|
||||
summary: "Recently added TV shows"
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
any:
|
||||
audio_language: English, english
|
||||
limit: 200
|
||||
sort_by: added.desc
|
||||
|
||||
"Recently Released TV shows":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recently-released.png
|
||||
summary: "Recently released TV shows"
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
any:
|
||||
audio_language: English, english
|
||||
limit: 200
|
||||
sort_by: release.desc
|
||||
|
||||
"Recommended TV shows":
|
||||
collection_order: alpha
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_recommended.png
|
||||
summary: "Based on personally favourited TV shows"
|
||||
template: {
|
||||
name: trakt,
|
||||
num: "3"
|
||||
# num: "3",
|
||||
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/tv-recommendations"
|
||||
}
|
||||
trakt_userlist:
|
||||
- userlist: favorites
|
||||
user: me
|
||||
|
||||
"Suggested TV shows":
|
||||
collection_order: alpha
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_suggested.png
|
||||
summary: "Based on watched and favourited TV shows"
|
||||
template: {
|
||||
name: trakt,
|
||||
num: "4"
|
||||
# num: "4",
|
||||
# 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_chart:
|
||||
- chart: recommended
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 5
|
||||
time_period: daily
|
||||
- chart: recommended
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 10
|
||||
time_period: weekly
|
||||
- chart: recommended
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 25
|
||||
time_period: monthly
|
||||
- chart: recommended
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 50
|
||||
time_period: yearly
|
||||
- chart: recommended
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 200
|
||||
time_period: all
|
||||
|
||||
"Trending TV shows":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_trending.png
|
||||
schedule: daily
|
||||
summary: "TV shows trending across the internet"
|
||||
template: {
|
||||
mdblist_list: "tv-trending",
|
||||
mdblist_sort: "rank.desc",
|
||||
mdblist_user: "archivist",
|
||||
name: mdblist,
|
||||
num: "5"
|
||||
}
|
||||
limit: 50
|
||||
|
||||
"Popular TV shows":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_popular.png
|
||||
schedule: daily
|
||||
summary: "Popular TV shows across the internet"
|
||||
visible_library: true
|
||||
template: {
|
||||
mdblist_list: "tv-popular",
|
||||
mdblist_sort: "imdbpopular.desc",
|
||||
mdblist_user: "archivist",
|
||||
name: mdblist,
|
||||
num: "6"
|
||||
}
|
||||
limit: 100
|
||||
|
||||
"Top Rated TV shows":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_suggested/suggested_top-rated.png
|
||||
schedule: daily
|
||||
summary: "Top rated TV shows across the internet"
|
||||
template: {
|
||||
mdblist_list: "tv-top-rated",
|
||||
mdblist_sort: "imdbrating.desc",
|
||||
mdblist_user: "archivist",
|
||||
name: mdblist,
|
||||
num: "7"
|
||||
}
|
||||
limit: 500
|
||||
84
0x5f3/collections/show/020_unwatched.yml
Normal file
84
0x5f3/collections/show/020_unwatched.yml
Normal file
@@ -0,0 +1,84 @@
|
||||
## _unwatched.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+020_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
|
||||
collections:
|
||||
"Unwatched: Random TV shows":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_random.png
|
||||
summary: "Random selection of TV shows"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "0"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
plays.lt: 1
|
||||
any:
|
||||
audio_language: English, english
|
||||
collection_filtering: user
|
||||
limit: 250
|
||||
sort_by: random
|
||||
|
||||
"Unwatched: Recommended TV shows":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_recommended.png
|
||||
summary: "Based on personally favourited TV shows"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Recommended TV shows"
|
||||
plays.lt: 1
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Unwatched: Suggested TV shows":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_suggested.png
|
||||
summary: "Based on watched and favourited TV shows"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Suggested TV shows"
|
||||
plays.lt: 1
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Unwatched: Popular TV shows":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_popular.png
|
||||
summary: "Popular TV shows across the internet"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Popular TV shows"
|
||||
plays.lt: 1
|
||||
collection_filtering: user
|
||||
sort_by: random
|
||||
|
||||
"Unwatched: Top Rated TV shows":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_unwatched/unwatched_top-rated.png
|
||||
summary: "Top rated TV shows across the internet"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Top Rated TV shows"
|
||||
plays.lt: 1
|
||||
collection_filtering: user
|
||||
sort_by: random
|
||||
118
0x5f3/collections/show/030_watched.yml
Normal file
118
0x5f3/collections/show/030_watched.yml
Normal file
@@ -0,0 +1,118 @@
|
||||
## _watched.yml
|
||||
|
||||
templates:
|
||||
trakt:
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+030_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
trakt_list:
|
||||
- <<trakt_list_extra_01>>
|
||||
- <<trakt_list_extra_02>>
|
||||
- <<trakt_list_extra_03>>
|
||||
- <<trakt_list_extra_04>>
|
||||
- <<trakt_list_extra_05>>
|
||||
- <<trakt_list_extra_06>>
|
||||
- <<trakt_list_extra_07>>
|
||||
- <<trakt_list_extra_08>>
|
||||
- <<trakt_list_extra_09>>
|
||||
- <<trakt_list_extra_10>>
|
||||
- <<trakt_list_extra_11>>
|
||||
- <<trakt_list_extra_12>>
|
||||
- <<trakt_list_extra_13>>
|
||||
- <<trakt_list_extra_14>>
|
||||
- <<trakt_list_extra_15>>
|
||||
- <<trakt_list_extra_16>>
|
||||
- <<trakt_list_extra_17>>
|
||||
- <<trakt_list_extra_18>>
|
||||
- <<trakt_list_extra_19>>
|
||||
- <<trakt_list_extra_20>>
|
||||
optional:
|
||||
- trakt_list_extra_01
|
||||
- trakt_list_extra_02
|
||||
- trakt_list_extra_03
|
||||
- trakt_list_extra_04
|
||||
- trakt_list_extra_05
|
||||
- trakt_list_extra_06
|
||||
- trakt_list_extra_07
|
||||
- trakt_list_extra_08
|
||||
- trakt_list_extra_09
|
||||
- trakt_list_extra_10
|
||||
- trakt_list_extra_11
|
||||
- trakt_list_extra_12
|
||||
- trakt_list_extra_13
|
||||
- trakt_list_extra_14
|
||||
- trakt_list_extra_15
|
||||
- trakt_list_extra_16
|
||||
- trakt_list_extra_17
|
||||
- trakt_list_extra_18
|
||||
- trakt_list_extra_19
|
||||
- trakt_list_extra_20
|
||||
|
||||
collections:
|
||||
"Most Watched Daily":
|
||||
collection_order: custom
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_daily.png
|
||||
schedule: daily
|
||||
summary: "TV shows trending across the internet"
|
||||
template: {
|
||||
name: trakt,
|
||||
num: "0"
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 50
|
||||
time_period: daily
|
||||
|
||||
"Most Watched Weekly":
|
||||
collection_order: custom
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_weekly.png
|
||||
schedule: daily
|
||||
summary: "TV shows trending across the internet"
|
||||
template: {
|
||||
name: trakt,
|
||||
num: "1"
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 50
|
||||
time_period: weekly
|
||||
|
||||
"Most Watched Monthly":
|
||||
collection_order: custom
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_monthly.png
|
||||
schedule: weekly(sunday)
|
||||
summary: "TV shows trending across the internet"
|
||||
template: {
|
||||
name: trakt,
|
||||
num: "2"
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 75
|
||||
time_period: monthly
|
||||
|
||||
"Most Watched Yearly":
|
||||
collection_order: custom
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_yearly.png
|
||||
schedule: weekly(sunday)
|
||||
summary: "TV shows trending across the internet"
|
||||
template: {
|
||||
name: trakt,
|
||||
num: "3"
|
||||
}
|
||||
trakt_chart:
|
||||
chart: watched
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
languages: en
|
||||
limit: 100
|
||||
time_period: yearly
|
||||
65
0x5f3/collections/show/040_parental.yml
Normal file
65
0x5f3/collections/show/040_parental.yml
Normal file
@@ -0,0 +1,65 @@
|
||||
## _parental.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
label.sync: Parental
|
||||
sort_title: "+040_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
|
||||
collections:
|
||||
"Parental: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_random.png
|
||||
summary: "Random TV shows suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Parental: Recently Added":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_recently-added.png
|
||||
summary: "Recently added TV shows suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
|
||||
"Parental: Recently Released":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_recently-released.png
|
||||
summary: "Recently released TV shows suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Parental: Top Rated":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_top-rated.png
|
||||
summary: "Top rated TV shows suitable for children"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: critic_rating.desc
|
||||
limit: 250
|
||||
34
0x5f3/collections/show/040_parental_sync.yml
Normal file
34
0x5f3/collections/show/040_parental_sync.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
## _parental_sync.yml
|
||||
|
||||
templates:
|
||||
mdblist:
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
delete_not_scheduled: false
|
||||
item_label.sync: Parental
|
||||
label.sync: Parental
|
||||
sort_title: "+040_<<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":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_parental/parental_all.png
|
||||
summary: "TV shows suitable for children"
|
||||
template: {
|
||||
mdblist_list: "list-parental",
|
||||
mdblist_user: "archivist",
|
||||
name: mdblist,
|
||||
num: "0"
|
||||
}
|
||||
77
0x5f3/collections/show/050_documentary.yml
Normal file
77
0x5f3/collections/show/050_documentary.yml
Normal file
@@ -0,0 +1,77 @@
|
||||
## _documentary.yml
|
||||
|
||||
templates:
|
||||
plex:
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+050_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
|
||||
collections:
|
||||
"Documentaries: All":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_all.png
|
||||
summary: "Documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "0"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
sort_by: title.asc
|
||||
|
||||
"Documentaries: Random":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_random.png
|
||||
summary: "Random documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "1"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
limit: 250
|
||||
sort_by: random
|
||||
|
||||
"Documentaries: Recently Added":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_recently-added.png
|
||||
summary: "Recently added documentaries"
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "2"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
limit: 100
|
||||
sort_by: added.desc
|
||||
|
||||
"Documentaries: Recently Released":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_recently-released.png
|
||||
summary: "Recently released documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "3"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Documentaries: Top Rated":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_documentary/documentary_top-rated.png
|
||||
summary: "Top rated documentaries"
|
||||
template: {
|
||||
name: plex,
|
||||
num: "4"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
sort_by: critic_rating.desc
|
||||
limit: 250
|
||||
217
0x5f3/collections/show/060_year_top.yml
Normal file
217
0x5f3/collections/show/060_year_top.yml
Normal file
@@ -0,0 +1,217 @@
|
||||
## _year_top.yml
|
||||
|
||||
templates:
|
||||
year_top:
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
limit: 250
|
||||
sort_title: "+060_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
language: <<language>>
|
||||
limit: 500
|
||||
release.after: <<release.after>>
|
||||
release.before: <<release.before>>
|
||||
sort_by: rating.desc
|
||||
type: <<type>>
|
||||
votes.gte: <<votes.gte>>
|
||||
|
||||
collections:
|
||||
"Top Rated of 2024":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2024.png
|
||||
summary: "Top rated TV shows in 2024"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "L",
|
||||
release.after: 2024-01-01,
|
||||
release.before: 2024-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2023":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2023.png
|
||||
summary: "Top rated TV shows in 2023"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "M",
|
||||
release.after: 2023-01-01,
|
||||
release.before: 2023-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2022":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2022.png
|
||||
summary: "Top rated TV shows in 2022"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "N",
|
||||
release.after: 2022-01-01,
|
||||
release.before: 2022-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2021":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2021.png
|
||||
summary: "Top rated TV shows in 2021"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "O",
|
||||
release.after: 2021-01-01,
|
||||
release.before: 2021-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2020":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2020.png
|
||||
summary: "Top rated TV shows in 2020"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "P",
|
||||
release.after: 2020-01-01,
|
||||
release.before: 2020-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2019":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2019.png
|
||||
summary: "Top rated TV shows in 2019"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "Q",
|
||||
release.after: 2019-01-01,
|
||||
release.before: 2019-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2018":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2018.png
|
||||
summary: "Top rated TV shows in 2018"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "R",
|
||||
release.after: 2018-01-01,
|
||||
release.before: 2018-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2017":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2017.png
|
||||
summary: "Top rated TV shows in 2017"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "S",
|
||||
release.after: 2017-01-01,
|
||||
release.before: 2017-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2016":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2016.png
|
||||
summary: "Top rated TV shows in 2016"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "T",
|
||||
release.after: 2016-01-01,
|
||||
release.before: 2016-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000,
|
||||
}
|
||||
|
||||
"Top Rated of 2015":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2015.png
|
||||
summary: "Top rated TV shows in 2015"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "U",
|
||||
release.after: 2015-01-01,
|
||||
release.before: 2015-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000,
|
||||
}
|
||||
|
||||
"Top Rated of 2014":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2014.png
|
||||
summary: "Top rated TV shows in 2014"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "V",
|
||||
release.after: 2014-01-01,
|
||||
release.before: 2014-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2013":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2013.png
|
||||
summary: "Top rated TV shows in 2013"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "W",
|
||||
release.after: 2013-01-01,
|
||||
release.before: 2013-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2012":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2012.png
|
||||
summary: "Top rated TV shows in 2012"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "X",
|
||||
release.after: 2012-01-01,
|
||||
release.before: 2012-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2011":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2011.png
|
||||
summary: "Top rated TV shows in 2011"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "Y",
|
||||
release.after: 2011-01-01,
|
||||
release.before: 2011-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2010":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_year_top/year_top-rated_2010.png
|
||||
summary: "Top rated TV shows in 2010"
|
||||
template: {
|
||||
language: "en",
|
||||
name: year_top,
|
||||
num: "Z",
|
||||
release.after: 2010-01-01,
|
||||
release.before: 2010-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
152
0x5f3/collections/show/070_decades_top.yml
Normal file
152
0x5f3/collections/show/070_decades_top.yml
Normal file
@@ -0,0 +1,152 @@
|
||||
## _decades_top.yml
|
||||
|
||||
templates:
|
||||
decade_top:
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
limit: 250
|
||||
sort_title: "+070_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
language: <<language>>
|
||||
limit: 500
|
||||
release.after: <<release.after>>
|
||||
release.before: <<release.before>>
|
||||
sort_by: rating.desc
|
||||
type: <<type>>
|
||||
votes.gte: <<votes.gte>>
|
||||
|
||||
collections:
|
||||
"Top Rated of the 2020s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2020s.png
|
||||
summary: "Top rated TV shows of the 2020s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "Q",
|
||||
release.after: 2020-01-01,
|
||||
release.before: 2029-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of the 2010s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2010s.png
|
||||
summary: "Top rated TV shows of the 2010s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "R",
|
||||
release.after: 2010-01-01,
|
||||
release.before: 2019-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of the 2000s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_2000s.png
|
||||
summary: "Top rated TV shows of the 2000s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "S",
|
||||
release.after: 2000-01-01,
|
||||
release.before: 2009-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of the 1990s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1990s.png
|
||||
summary: "Top rated TV shows of the 1990s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "T",
|
||||
release.after: 1990-01-01,
|
||||
release.before: 1999-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 100
|
||||
}
|
||||
|
||||
"Top Rated of the 1980s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1980s.png
|
||||
summary: "Top rated TV shows of the 1980s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "U",
|
||||
release.after: 1980-01-01,
|
||||
release.before: 1989-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 100
|
||||
}
|
||||
|
||||
"Top Rated of the 1970s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1970s.png
|
||||
summary: "Top rated TV shows of the 1970s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "V",
|
||||
release.after: 1970-01-01,
|
||||
release.before: 1979-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 100
|
||||
}
|
||||
|
||||
"Top Rated of the 1960s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1960s.png
|
||||
summary: "Top rated TV shows of the 1960s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "W",
|
||||
release.after: 1960-01-01,
|
||||
release.before: 1969-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 100
|
||||
}
|
||||
|
||||
"Top Rated of the 1950s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1950s.png
|
||||
summary: "Top rated TV shows of the 1950s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "X",
|
||||
release.after: 1950-01-01,
|
||||
release.before: 1959-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 100
|
||||
}
|
||||
|
||||
"Top Rated of the 1940s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1940s.png
|
||||
summary: "Top rated TV shows of the 1940s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "Y",
|
||||
release.after: 1940-01-01,
|
||||
release.before: 1949-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 100
|
||||
}
|
||||
|
||||
"Top Rated of the 1930s":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_decades_top/decades_top_1930s.png
|
||||
summary: "Top rated TV shows of the 1930s"
|
||||
template: {
|
||||
language: "en",
|
||||
name: decade_top,
|
||||
num: "Z",
|
||||
release.after: 1930-01-01,
|
||||
release.before: 1939-12-31,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 100
|
||||
}
|
||||
99
0x5f3/collections/show/080_awards.yml
Normal file
99
0x5f3/collections/show/080_awards.yml
Normal file
@@ -0,0 +1,99 @@
|
||||
## _awards.yml
|
||||
|
||||
templates:
|
||||
award_nominee:
|
||||
collection_mode: hide
|
||||
collection_order: release.desc
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+080_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
event: <<event>>
|
||||
language: <<language>>
|
||||
limit: 1000
|
||||
type: <<type>>
|
||||
|
||||
award_winner:
|
||||
collection_mode: hide
|
||||
collection_order: release.desc
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+080_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
event.winning: <<event.winning>>
|
||||
language: <<language>>
|
||||
limit: 1000
|
||||
type: <<type>>
|
||||
|
||||
collections:
|
||||
"Emmy Award Nominees":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_nominees_emmy.png
|
||||
summary: "A collection of Emmy Award Nominees"
|
||||
template: {
|
||||
event: "emmy",
|
||||
language: "en",
|
||||
name: award_nominee,
|
||||
num: "A",
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Emmy Award Winners":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_emmy.png
|
||||
summary: "A collection of Emmy Award Winners"
|
||||
template: {
|
||||
event.winning: "emmy",
|
||||
language: "en",
|
||||
name: award_winner,
|
||||
num: "B",
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Golden Globes Nominees":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_nominees_golden-globes.png
|
||||
summary: "A collection of Golden Globes Nominees"
|
||||
template: {
|
||||
event: "golden",
|
||||
language: "en",
|
||||
name: award_nominee,
|
||||
num: "C",
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Golden Globes Winners":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_golden_globes.png
|
||||
summary: "A collection of Golden Globes Winners"
|
||||
template: {
|
||||
event.winning: "golden",
|
||||
language: "en",
|
||||
name: award_winner,
|
||||
num: "D",
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"BAFTA Winners":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_bafta.png
|
||||
summary: "A collection of BAFTA Winners"
|
||||
template: {
|
||||
event.winning: "bafta",
|
||||
language: "en",
|
||||
name: award_winner,
|
||||
num: "E",
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Critic's Choice Winners":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_awards/awards_winners_critics-choice.png
|
||||
summary: "A collection of Critic's Choice Winners"
|
||||
template: {
|
||||
event.winning: "choice",
|
||||
language: "en",
|
||||
name: award_winner,
|
||||
num: "F",
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
275
0x5f3/collections/show/090_genre_popular.yml
Normal file
275
0x5f3/collections/show/090_genre_popular.yml
Normal file
@@ -0,0 +1,275 @@
|
||||
## _genre_popular.yml
|
||||
|
||||
templates:
|
||||
genre_popular:
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
limit: 250
|
||||
sort_title: "+090_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
genre: <<genre>>
|
||||
genre.not: <<genre.not>>
|
||||
language: <<language>>
|
||||
limit: 500
|
||||
popularity.gte: <<popularity.gte>>
|
||||
sort_by: popularity.asc
|
||||
type: <<type>>
|
||||
optional:
|
||||
- genre.not
|
||||
|
||||
collections:
|
||||
"Popular in Action":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_action.png
|
||||
summary: "Popular TV shows in Action"
|
||||
template: {
|
||||
genre: "action",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Adventure":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_adventure.png
|
||||
summary: "Popular TV shows in Adventure"
|
||||
template: {
|
||||
genre: "adventure",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Animation":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_animation.png
|
||||
summary: "Popular TV shows in Animation"
|
||||
template: {
|
||||
genre: "animation",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Biography":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_biography.png
|
||||
summary: "Popular TV shows in Biography"
|
||||
template: {
|
||||
genre: "biography",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Comedy":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_comedy.png
|
||||
summary: "Popular TV shows in Comedy"
|
||||
template: {
|
||||
genre: "comedy",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Crime":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_crime.png
|
||||
summary: "Popular TV shows in Crime"
|
||||
template: {
|
||||
genre: "crime",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Documentary":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_documentary.png
|
||||
summary: "Popular TV shows in Documentary"
|
||||
template: {
|
||||
genre: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Drama":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_drama.png
|
||||
summary: "Popular TV shows in Drama"
|
||||
template: {
|
||||
genre: "drama",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Family":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_family.png
|
||||
summary: "Popular TV shows in Family"
|
||||
template: {
|
||||
genre: "family",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Fantasy":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_fantasy.png
|
||||
summary: "Popular TV shows in Fantasy"
|
||||
template: {
|
||||
genre: "fantasy",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in History":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_history.png
|
||||
summary: "Popular TV shows in History"
|
||||
template: {
|
||||
genre: "history",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Horror":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_horror.png
|
||||
summary: "Popular TV shows in Horror"
|
||||
template: {
|
||||
genre: "horror",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Music":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_music.png
|
||||
summary: "Popular TV shows in Music"
|
||||
template: {
|
||||
genre: "music",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Musicals":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_musicals.png
|
||||
summary: "Popular TV shows in Musicals"
|
||||
template: {
|
||||
genre: "musical",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Mystery":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_mystery.png
|
||||
summary: "Popular TV shows in Mystery"
|
||||
template: {
|
||||
genre: "mystery",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Romance":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_romance.png
|
||||
summary: "Popular TV shows in Romance"
|
||||
template: {
|
||||
genre: "romance",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Sci-Fi":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_sci-fi.png
|
||||
summary: "Popular TV shows in Sci-Fi"
|
||||
template: {
|
||||
genre: "sci-fi",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Sport":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_sport.png
|
||||
summary: "Popular TV shows in Sport"
|
||||
template: {
|
||||
genre: "sport",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Thriller":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_thriller.png
|
||||
summary: "Popular TV shows in Thriller"
|
||||
template: {
|
||||
genre: "thriller",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in War":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_war.png
|
||||
summary: "Popular TV shows in War"
|
||||
template: {
|
||||
genre: "war",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
|
||||
"Popular in Western":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_popular/genre_popular_western.png
|
||||
summary: "Popular TV shows in Western"
|
||||
template: {
|
||||
genre: "western",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_popular,
|
||||
popularity.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special"
|
||||
}
|
||||
297
0x5f3/collections/show/100_genre_top.yml
Normal file
297
0x5f3/collections/show/100_genre_top.yml
Normal file
@@ -0,0 +1,297 @@
|
||||
## _genre_top.yml
|
||||
|
||||
templates:
|
||||
genre_top:
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
limit: 500
|
||||
sort_title: "+100_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
genre: <<genre>>
|
||||
genre.not: <<genre.not>>
|
||||
language: <<language>>
|
||||
limit: 1000
|
||||
rating.gte: <<rating.gte>>
|
||||
sort_by: rating.desc
|
||||
type: <<type>>
|
||||
votes.gte: <<votes.gte>>
|
||||
optional:
|
||||
- genre.not
|
||||
|
||||
collections:
|
||||
"Top Rated in Action":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_action.png
|
||||
summary: "Top rated TV shows in Action"
|
||||
template: {
|
||||
genre: "action",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Adventure":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_adventure.png
|
||||
summary: "Top rated TV shows in Adventure"
|
||||
template: {
|
||||
genre: "adventure",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Animation":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_animation.png
|
||||
summary: "Top rated TV shows in Animation"
|
||||
template: {
|
||||
genre: "animation",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000,
|
||||
}
|
||||
|
||||
"Top Rated in Biography":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_biography.png
|
||||
summary: "Top rated TV shows in Biography"
|
||||
template: {
|
||||
genre: "biography",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Comedy":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_comedy.png
|
||||
summary: "Top rated TV shows in Comedy"
|
||||
template: {
|
||||
genre: "comedy",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Crime":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_crime.png
|
||||
summary: "Top rated TV shows in Crime"
|
||||
template: {
|
||||
genre: "crime",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Documentary":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_documentary.png
|
||||
summary: "Top rated TV shows in Documentary"
|
||||
template: {
|
||||
genre: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Drama":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_drama.png
|
||||
summary: "Top rated TV shows in Drama"
|
||||
template: {
|
||||
genre: "drama",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Family":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_family.png
|
||||
summary: "Top rated TV shows in Family"
|
||||
template: {
|
||||
genre: "family",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Fantasy":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_fantasy.png
|
||||
summary: "Top rated TV shows in Fantasy"
|
||||
template: {
|
||||
genre: "fantasy",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in History":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_history.png
|
||||
summary: "Top rated TV shows in History"
|
||||
template: {
|
||||
genre: "history",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000,
|
||||
}
|
||||
|
||||
"Top Rated in Horror":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_horror.png
|
||||
summary: "Top rated TV shows in Horror"
|
||||
template: {
|
||||
genre: "horror",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Music":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_music.png
|
||||
summary: "Top rated TV shows in Music"
|
||||
template: {
|
||||
genre: "music",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Musicals":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_musicals.png
|
||||
summary: "Top rated TV shows in Musicals"
|
||||
template: {
|
||||
genre: "musical",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Mystery":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_mystery.png
|
||||
summary: "Top rated TV shows in Mystery"
|
||||
template: {
|
||||
genre: "mystery",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Romance":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_romance.png
|
||||
summary: "Top rated TV shows in Romance"
|
||||
template: {
|
||||
genre: "romance",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Sci-Fi":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_sci-fi.png
|
||||
summary: "Top rated TV shows in Sci-Fi"
|
||||
template: {
|
||||
genre: "sci-fi",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Sport":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_sport.png
|
||||
summary: "Top rated TV shows in Sport"
|
||||
template: {
|
||||
genre: "sport",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Thriller":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_thriller.png
|
||||
summary: "Top rated TV shows in Thriller"
|
||||
template: {
|
||||
genre: "thriller",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000,
|
||||
}
|
||||
|
||||
"Top Rated in War":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_war.png
|
||||
summary: "Top rated TV shows in War"
|
||||
template: {
|
||||
genre: "war",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
|
||||
"Top Rated in Western":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_genre_top/genre_top-rated_western.png
|
||||
summary: "Top rated TV shows in Western"
|
||||
template: {
|
||||
genre: "western",
|
||||
genre.not: "documentary",
|
||||
language: "en",
|
||||
name: genre_top,
|
||||
rating.gte: 5,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
votes.gte: 10000
|
||||
}
|
||||
365
0x5f3/collections/show/110_network.yml
Normal file
365
0x5f3/collections/show/110_network.yml
Normal file
@@ -0,0 +1,365 @@
|
||||
## _network.yml
|
||||
|
||||
templates:
|
||||
network:
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
sort_title: "+110_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
tmdb_network: <<network>>
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
|
||||
collections:
|
||||
"A&E":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_a-e.png
|
||||
summary: "TV shows from A&E"
|
||||
template: {
|
||||
name: network,
|
||||
network: "129, 2639, 3688"
|
||||
}
|
||||
|
||||
"ABC":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_abc.png
|
||||
summary: "TV shows from ABC"
|
||||
template: {
|
||||
name: network,
|
||||
network: "2, 18, 75, 279, 321, 601, 1327, 1345, 1410, 2488, 2791, 2854, 3322, 5069"
|
||||
}
|
||||
|
||||
"Adult Swim":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_adult-swim.png
|
||||
summary: "TV shows from Adult Swim"
|
||||
template: {
|
||||
name: network,
|
||||
network: "80, 5629, 6929"
|
||||
}
|
||||
|
||||
"Amazon":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_amazon.png
|
||||
summary: "TV shows from Amazon"
|
||||
template: {
|
||||
name: network,
|
||||
network: "1024, 5533, 5865, 5920, 6550"
|
||||
}
|
||||
|
||||
"AMC":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_amc.png
|
||||
summary: "TV shows from AMC"
|
||||
template: {
|
||||
name: network,
|
||||
network: "174, 4661, 6400"
|
||||
}
|
||||
|
||||
"Animal Planet":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_animal-planet.png
|
||||
summary: "TV shows from Animal Planet"
|
||||
template: {
|
||||
name: network,
|
||||
network: "91, 2781, 3627, 4454, 5721"
|
||||
}
|
||||
|
||||
"Apple+":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_apple-plus.png
|
||||
summary: "TV shows from Apple+"
|
||||
template: {
|
||||
name: network,
|
||||
network: "1932, 2552"
|
||||
}
|
||||
|
||||
"BBC":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_bbc.png
|
||||
summary: "TV shows from BBC"
|
||||
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"
|
||||
}
|
||||
|
||||
"Bravo":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_bravo.png
|
||||
summary: "TV shows from Bravo"
|
||||
template: {
|
||||
name: network,
|
||||
network: "74, 312, 485"
|
||||
}
|
||||
|
||||
"Cartoon Network":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_cartoon-network.png
|
||||
summary: "TV shows from Cartoon Network"
|
||||
template: {
|
||||
name: network,
|
||||
network: "56, 217, 1232, 1483, 2193, 3917, 4945, 6018, 6033, 6206, 6315, 6702, 6869"
|
||||
}
|
||||
|
||||
"CBS":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_cbs.png
|
||||
summary: "TV shows from CBS"
|
||||
template: {
|
||||
name: network,
|
||||
network: "16, 1709, 2528, 2621, 5970"
|
||||
}
|
||||
|
||||
"Channel 4":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_channel-4.png
|
||||
summary: "TV shows from Channel 4"
|
||||
template: {
|
||||
name: network,
|
||||
network: "26, 1988, 136, 298, 803"
|
||||
}
|
||||
|
||||
"Cinemax":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_cinemax.png
|
||||
summary: "TV shows from Cinemax"
|
||||
template: {
|
||||
name: network,
|
||||
network: "359, 6161"
|
||||
}
|
||||
|
||||
"Comedy Central":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_comedy-central.png
|
||||
summary: "TV shows from Comedy Central"
|
||||
template: {
|
||||
name: network,
|
||||
network: "47, 278, 1087, 1226, 2178, 2436, 2988, 3082, 3575, 4535, 5066, 5847, 6168"
|
||||
}
|
||||
|
||||
"Dave":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_dave.png
|
||||
summary: "TV shows from Dave"
|
||||
template: {
|
||||
name: network,
|
||||
network: "388"
|
||||
}
|
||||
|
||||
"Discovery":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_discovery.png
|
||||
summary: "TV shows from Discovery"
|
||||
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"
|
||||
}
|
||||
|
||||
"Disney":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_disney.png
|
||||
summary: "TV shows from Disney"
|
||||
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"
|
||||
}
|
||||
|
||||
"FOX":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_fox.png
|
||||
summary: "TV shows from FOX"
|
||||
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"
|
||||
}
|
||||
|
||||
"Freeform":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_freeform.png
|
||||
summary: "TV shows from Freeform"
|
||||
template: {
|
||||
name: network,
|
||||
network: "1267"
|
||||
}
|
||||
|
||||
"FX":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_fx.png
|
||||
summary: "TV shows from FX"
|
||||
template: {
|
||||
name: network,
|
||||
network: "88, 1035, 1641, 5628"
|
||||
}
|
||||
|
||||
"Hallmark":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_hallmark.png
|
||||
summary: "TV shows from Hallmark"
|
||||
template: {
|
||||
name: network,
|
||||
network: "384, 2300, 2853, 3438"
|
||||
}
|
||||
|
||||
"HBO":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_hbo.png
|
||||
summary: "TV shows from HBO"
|
||||
template: {
|
||||
name: network,
|
||||
network: "49, 1062, 1089, 1129, 1303, 1590, 2593, 3186, 3308, 3618, 3877, 5479, 5484, 5485, 5646, 5666, 5750, 5764, 5836"
|
||||
}
|
||||
|
||||
"HGTV":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_hgtv.png
|
||||
summary: "TV shows from HGTV"
|
||||
template: {
|
||||
name: network,
|
||||
network: "210, 1672"
|
||||
}
|
||||
|
||||
"History":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_history.png
|
||||
summary: "TV shows from History"
|
||||
template: {
|
||||
name: network,
|
||||
network: "65, 1354, 2360, 2382, 3541, 5433"
|
||||
}
|
||||
|
||||
"Hulu":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_hulu.png
|
||||
summary: "TV shows from Hulu"
|
||||
template: {
|
||||
name: network,
|
||||
network: "453, 1772"
|
||||
}
|
||||
|
||||
"ITV":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_itv.png
|
||||
summary: "TV shows from ITV"
|
||||
template: {
|
||||
name: network,
|
||||
network: "9, 112, 149, 261, 307, 590, 1159, 3187, 5871"
|
||||
}
|
||||
|
||||
"MTV":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_mtv.png
|
||||
summary: "TV shows from MTV"
|
||||
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"
|
||||
}
|
||||
|
||||
"National Geographic":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_national-geographic.png
|
||||
summary: "TV shows from National Geographic"
|
||||
template: {
|
||||
name: network,
|
||||
network: "43, 799, 1756, 1825, 3355, 4227, 4293, 4404, 5805, 6031, 6638, 6748, 6750, 1043, 4476, 6664"
|
||||
}
|
||||
|
||||
"NBC":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_nbc.png
|
||||
summary: "TV shows from NBC"
|
||||
template: {
|
||||
name: network,
|
||||
network: "6, 37, 175, 186, 287, 355, 413, 581, 624, 629, 790, 900, 6469"
|
||||
}
|
||||
|
||||
"Netflix":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_netflix.png
|
||||
summary: "TV shows from Netflix"
|
||||
template: {
|
||||
name: network,
|
||||
network: "213"
|
||||
}
|
||||
|
||||
"Nickelodeon":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_nickelodeon.png
|
||||
summary: "TV shows from Nickelodeon"
|
||||
template: {
|
||||
name: network,
|
||||
network: "13, 35, 224, 234, 259, 286, 416, 474, 594, 775, 794, 1703, 2313, 2314, 2315, 4015"
|
||||
}
|
||||
|
||||
"Paramount":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_paramount.png
|
||||
summary: "TV shows from Paramount"
|
||||
template: {
|
||||
name: network,
|
||||
network: "2076, 2435, 2604, 4330, 5506, 5511, 5567, 6100, 6101, 6183, 6318, 6445"
|
||||
}
|
||||
|
||||
"PBS":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_pbs.png
|
||||
summary: "TV shows from PBS"
|
||||
template: {
|
||||
name: network,
|
||||
network: "14, 122, 2354, 5562, 6948"
|
||||
}
|
||||
|
||||
"Peacock":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_peacock.png
|
||||
summary: "TV shows from Peacock"
|
||||
template: {
|
||||
name: network,
|
||||
network: "3353"
|
||||
}
|
||||
|
||||
"Showtime":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_showtime.png
|
||||
summary: "TV shows from Showtime"
|
||||
template: {
|
||||
name: network,
|
||||
network: "67, 5944, 6631"
|
||||
}
|
||||
|
||||
"Shudder":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_shudder.png
|
||||
summary: "TV shows from Shudder"
|
||||
template: {
|
||||
name: network,
|
||||
network: "2949"
|
||||
}
|
||||
|
||||
"SKY":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_sky.png
|
||||
summary: "TV shows from SKY"
|
||||
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"
|
||||
}
|
||||
|
||||
"Smithsonian":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_smithsonian.png
|
||||
summary: "TV shows from Smithsonian"
|
||||
template: {
|
||||
name: network,
|
||||
network: "658, 2572, 4862, 4982"
|
||||
}
|
||||
|
||||
"Starz":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_starz.png
|
||||
summary: "TV shows from Starz"
|
||||
template: {
|
||||
name: network,
|
||||
network: "318, 758, 6222, 6292"
|
||||
}
|
||||
|
||||
"Syfy":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_syfy.png
|
||||
summary: "TV shows from Syfy"
|
||||
template: {
|
||||
name: network,
|
||||
network: "77, 3701, 6914"
|
||||
}
|
||||
|
||||
"TBS":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_tbs.png
|
||||
summary: "TV shows from TBS"
|
||||
template: {
|
||||
name: network,
|
||||
network: "68, 160, 5012, 5625, 5968"
|
||||
}
|
||||
|
||||
"TLC":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_tlc.png
|
||||
summary: "TV shows from TLC"
|
||||
template: {
|
||||
name: network,
|
||||
network: "84, 1172, 2167, 3571, 5154, 5659, 6363"
|
||||
}
|
||||
|
||||
"TNT":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_tnt.png
|
||||
summary: "TV shows from TNT"
|
||||
template: {
|
||||
name: network,
|
||||
network: "41, 904, 1191, 1530, 2857, 3501, 5194"
|
||||
}
|
||||
|
||||
"YouTube":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_network/network_youtube.png
|
||||
summary: "TV shows from <YouTube"
|
||||
template: {
|
||||
name: network,
|
||||
network: "247, 1436"
|
||||
}
|
||||
1
0x5f3/collections/show/_debug.yml
Normal file
1
0x5f3/collections/show/_debug.yml
Normal file
@@ -0,0 +1 @@
|
||||
## _debug.yml
|
||||
18
0x5f3/collections/show/_maintenance.yml
Normal file
18
0x5f3/collections/show/_maintenance.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
## _maintenance.yml
|
||||
|
||||
collections:
|
||||
refresh_added:
|
||||
build_collection: false
|
||||
item_refresh: true
|
||||
plex_search:
|
||||
all:
|
||||
added: 1
|
||||
schedule: daily
|
||||
|
||||
refresh_released:
|
||||
build_collection: false
|
||||
item_refresh: true
|
||||
plex_search:
|
||||
all:
|
||||
released: 14
|
||||
schedule: weekly(sunday)
|
||||
9
0x5f3/collections/show/_sonarr.yml
Normal file
9
0x5f3/collections/show/_sonarr.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
## _sonarr.yml
|
||||
|
||||
collections:
|
||||
"":
|
||||
build_collection: false
|
||||
mdblist_list:
|
||||
schedule: daily
|
||||
sonarr_add_missing: true
|
||||
sonarr_folder:
|
||||
Reference in New Issue
Block a user