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:
0x5f3
2024-02-18 00:07:12 +00:00
committed by GitHub
parent 079552966a
commit f9a7d35c6d
44 changed files with 2865 additions and 2276 deletions

View 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

View 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

View 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

View 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
}

View 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

View 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"
}

View 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

View 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

View 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
}

View 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
}

View 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"
}

View 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"
}

View 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
}

File diff suppressed because it is too large Load Diff

View 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"
}

View 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

View File

@@ -0,0 +1 @@
## _debug.yml

View 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)

View File

@@ -0,0 +1,9 @@
## _radarr.yml
collections:
"":
build_collection: false
mdblist_list:
radarr_add_missing: true
radarr_folder:
schedule: daily