added Animatronic, Futuristic, Grindhouse, Exploitation subgenre collections; various bugfixes

pull/627/head
root 9 months ago committed by cpt-kuesel
parent aafd593aa9
commit 577b85048d

@ -143,6 +143,7 @@
- Top Rated in Absurdism - Top Rated in Absurdism
- Top Rated in Aliens - Top Rated in Aliens
- Top Rated in Alternate History - Top Rated in Alternate History
- Top Rated in Animatronic
- Top Rated in Anti-Hero - Top Rated in Anti-Hero
- Top Rated in Apocalypse - Top Rated in Apocalypse
- Top Rated in Artifical Intelligence - Top Rated in Artifical Intelligence
@ -172,12 +173,15 @@
- Top Rated in Epics - Top Rated in Epics
- Top Rated in Espionage - Top Rated in Espionage
- Top Rated in Experimental - Top Rated in Experimental
- Top Rated in Exploitation
- Top Rated in Fairytale - Top Rated in Fairytale
- Top Rated in Found Footage - Top Rated in Found Footage
- Top Rated in Fugitives - Top Rated in Fugitives
- Top Rated in Futuristic
- Top Rated in Gangster - Top Rated in Gangster
- Top Rated in Ghosts - Top Rated in Ghosts
- Top Rated in Gothic - Top Rated in Gothic
- Top Rated in Grindhouse
- Top Rated in Heartbreak - Top Rated in Heartbreak
- Top Rated in Heists - Top Rated in Heists
- Top Rated in Historical Event - Top Rated in Historical Event

@ -47,5 +47,5 @@ The parental configuration adds a 'Parental' label to their collections and all
# #
# #
###### A successful run will result in something similar to this: ###### A successful run will result in something similar to this:
![movies](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_movies.png) ![movies](/assets/_/_movies.png)
![shows](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_shows.png) ![shows](/assets/_/_shows.png)

@ -4,11 +4,11 @@ libraries:
Movies: Movies:
library_type: movie library_type: movie
collection_files: collection_files:
- file: config/metadata/movie/0_debug.yml - file: config/collections/movie/_debug.yml
TV: TV:
library_type: show library_type: show
collection_files: collection_files:
- file: config/metadata/show/0_debug.yml - file: config/collections/show/_debug.yml
settings: settings:
assets_for_all: false assets_for_all: false
asset_depth: 0 asset_depth: 0

@ -243,4 +243,4 @@ collections:
name: mdblist, name: mdblist,
num: "7" num: "7"
} }
limit: 500 limit: 500

@ -3,6 +3,7 @@
templates: templates:
trakt: trakt:
collection_mode: hide collection_mode: hide
delete_not_scheduled: false delete_not_scheduled: false
sort_title: "+030_<<num>>_<<collection_name>>" sort_title: "+030_<<num>>_<<collection_name>>"
sync_mode: sync sync_mode: sync
@ -54,7 +55,6 @@ templates:
collections: collections:
"Most Watched Daily": "Most Watched Daily":
collection_order: custom
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_daily.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_daily.png
schedule: daily schedule: daily
summary: "Movies trending across the internet" summary: "Movies trending across the internet"
@ -70,7 +70,6 @@ collections:
time_period: daily time_period: daily
"Most Watched Weekly": "Most Watched Weekly":
collection_order: custom
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_weekly.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_weekly.png
schedule: daily schedule: daily
summary: "Movies trending across the internet" summary: "Movies trending across the internet"
@ -86,7 +85,6 @@ collections:
time_period: weekly time_period: weekly
"Most Watched Monthly": "Most Watched Monthly":
collection_order: custom
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_monthly.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_monthly.png
schedule: weekly(sunday) schedule: weekly(sunday)
summary: "Movies trending across the internet" summary: "Movies trending across the internet"
@ -102,7 +100,6 @@ collections:
time_period: monthly time_period: monthly
"Most Watched Yearly": "Most Watched Yearly":
collection_order: custom
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_yearly.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_watched/watched_yearly.png
schedule: weekly(sunday) schedule: weekly(sunday)
summary: "Movies trending across the internet" summary: "Movies trending across the internet"

@ -3,6 +3,7 @@
templates: templates:
sub_genre: sub_genre:
collection_mode: hide collection_mode: hide
collection_order: critic_rating.desc
delete_not_scheduled: false delete_not_scheduled: false
limit: 250 limit: 250
sort_title: "+130_<<collection_name>>" sort_title: "+130_<<collection_name>>"
@ -17,7 +18,7 @@ templates:
keyword.any: <<keyword.any>> keyword.any: <<keyword.any>>
keyword: <<keyword>> keyword: <<keyword>>
language: <<language>> language: <<language>>
limit: 1000 limit: 500
rating.gte: <<rating.gte>> rating.gte: <<rating.gte>>
sort_by: rating.desc sort_by: rating.desc
type: <<type>> type: <<type>>
@ -105,6 +106,20 @@ collections:
votes.gte: 1000 votes.gte: 1000
} }
"Top Rated in Animatronic":
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_animatronic.png
schedule: weekly(monday)
summary: "Top rated movies in Animatronic"
template: {
keyword.any: "animatronic,puppetry",
language: "en",
letterboxd_list: "theme-animatronic",
name: sub_genre,
rating.gte: 2,
type: "movie,tv_movie",
votes.gte: 100
}
"Top Rated in Anti-Hero": "Top Rated in Anti-Hero":
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_anti-hero.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_anti-hero.png
schedule: weekly(monday) schedule: weekly(monday)
@ -195,8 +210,7 @@ collections:
schedule: weekly(monday) schedule: weekly(monday)
summary: "Top rated movies in Boxing" summary: "Top rated movies in Boxing"
template: { template: {
imdb_extra_1: "https://www.imdb.com/search/keyword/?title_type=movie,tv_movie&user_rating=2.0,10.0&num_votes=100,&keywords=boxing-champion&languages=en&sort=user_rating,desc", keyword.any: "boxing,boxing-champion",
keyword: "boxing",
language: "en", language: "en",
letterboxd_list: "theme-boxing", letterboxd_list: "theme-boxing",
name: sub_genre, name: sub_genre,
@ -254,8 +268,8 @@ collections:
template: { template: {
keyword: "chick-flick", keyword: "chick-flick",
language: "en", language: "en",
letterboxd_extra_1: "https://letterboxd.com/akookieforyou/list/chick-flicks/", letterboxd_extra_1: "https://letterboxd.com/akookieforyou/list/chick-flicks/by/rating/",
letterboxd_extra_2: "https://letterboxd.com/marialuisacctc/list/women-have-superior-taste-that-is-why-these/", letterboxd_extra_2: "https://letterboxd.com/marialuisacctc/list/women-have-superior-taste-that-is-why-these/by/rating/",
letterboxd_list: "theme-chick-flick", letterboxd_list: "theme-chick-flick",
name: sub_genre, name: sub_genre,
rating.gte: 5, rating.gte: 5,
@ -515,6 +529,21 @@ collections:
votes.gte: 1000 votes.gte: 1000
} }
"Top Rated in Exploitation":
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_exploitation.png
schedule: weekly(wednesday)
summary: "Top rated movies in Exploitation"
template: {
keyword: "exploitation-film",
language: "en",
letterboxd_extra_1: "https://letterboxd.com/axeman/list/exploitation/by/rating/",
letterboxd_list: "theme-exploitation",
name: sub_genre,
rating.gte: 3,
type: "movie,tv_movie",
votes.gte: 100
}
"Top Rated in Fairytales": "Top Rated in Fairytales":
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_fairytales.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_fairytales.png
schedule: weekly(wednesday) schedule: weekly(wednesday)
@ -558,6 +587,20 @@ collections:
votes.gte: 1000 votes.gte: 1000
} }
"Top Rated in Futuristic":
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_futuristic.png
schedule: weekly(wednesday)
summary: "Top rated movies in Futuristic"
template: {
keyword: "future",
language: "en",
letterboxd_list: "theme-futuristic",
name: sub_genre,
rating.gte: 5,
type: "movie,tv_movie",
votes.gte: 1000
}
"Top Rated in Gangster": "Top Rated in Gangster":
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_gangster.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_gangster.png
schedule: weekly(wednesday) schedule: weekly(wednesday)
@ -603,6 +646,21 @@ collections:
votes.gte: 100 votes.gte: 100
} }
"Top Rated in Grindhouse":
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_grindhouse.png
schedule: weekly(wednesday)
summary: "Top rated movies in Grindhouse"
template: {
keyword: "grindhouse",
language: "en",
letterboxd_extra_1: "https://letterboxd.com/narpjay/list/exploitation-films-b-movie-cheese-grindhouse/by/rating/",
letterboxd_list: "theme-grindhouse",
name: sub_genre,
rating.gte: 2,
type: "movie,tv_movie",
votes.gte: 100
}
"Top Rated in Heartbreak": "Top Rated in Heartbreak":
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_heartbreak.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_heartbreak.png
schedule: weekly(wednesday) schedule: weekly(wednesday)
@ -999,7 +1057,7 @@ collections:
template: { template: {
keyword: "prehistoric-times", keyword: "prehistoric-times",
language: "en", language: "en",
letterboxd_extra_1: "https://letterboxd.com/mikkelhh/list/before-civilization-prehistoric-films/", letterboxd_extra_1: "https://letterboxd.com/mikkelhh/list/before-civilization-prehistoric-films/by/rating/",
letterboxd_list: "theme-prehistoric", letterboxd_list: "theme-prehistoric",
name: sub_genre, name: sub_genre,
rating.gte: 2, rating.gte: 2,
@ -1070,7 +1128,7 @@ collections:
template: { template: {
keyword: "remake", keyword: "remake",
language: "en", language: "en",
letterboxd_extra_1: "https://letterboxd.com/l_shelby/list/remakes/", letterboxd_extra_1: "https://letterboxd.com/l_shelby/list/remakes/by/rating/",
letterboxd_list: "theme-remake", letterboxd_list: "theme-remake",
name: sub_genre, name: sub_genre,
rating.gte: 5, rating.gte: 5,
@ -1147,7 +1205,7 @@ collections:
template: { template: {
keyword: "samurai,sword-fight", keyword: "samurai,sword-fight",
language: "en", language: "en",
letterboxd_extra_1: "https://letterboxd.com/jhcrotinger/list/samurai/", letterboxd_extra_1: "https://letterboxd.com/jhcrotinger/list/samurai/by/rating/",
letterboxd_list: "theme-samurai", letterboxd_list: "theme-samurai",
name: sub_genre, name: sub_genre,
rating.gte: 2, rating.gte: 2,
@ -1280,7 +1338,7 @@ collections:
template: { template: {
keyword: "stop-motion", keyword: "stop-motion",
language: "en", language: "en",
letterboxd_extra_1: "https://letterboxd.com/savage_/list/stop-motion/", letterboxd_extra_1: "https://letterboxd.com/savage_/list/stop-motion/by/rating/",
letterboxd_list: "theme-stop-motion", letterboxd_list: "theme-stop-motion",
name: sub_genre, name: sub_genre,
rating.gte: 5, rating.gte: 5,

@ -110,8 +110,7 @@ collections:
visible_library: true visible_library: true
template: { template: {
name: plex, name: plex,
num: "0", num: "0"
pos: "010"
} }
smart_filter: smart_filter:
any: any:

Loading…
Cancel
Save