Fixed issues with tv genre collections (#594)
* Update config.yml * Create ReadMe.md * Update config.yml * Update 0_othercollections.yml * Update 1_genres.yml * Update README.md * Update config.yml * Add files via upload * Update continents.yml * Update musictemplates.yml * Add files via upload * Update 3_tvshow-genres.yml * Update 5_tvshows-topic.yml * Update 3_tvshow-genres.yml * Update 5_tvshows-topic.yml * Update 3_tvshow-genres.yml * Update 5_tvshows-topic.yml * Update 3_tvshow-genres.yml * Update config.yml * Update config.yml * Update 0_othercollections.yml * Update 1_genres.yml * Update 3_topics.yml * Add files via uploadpull/602/head
parent
6e2abfdd0f
commit
cac099e66b
@ -0,0 +1,38 @@
|
||||
#####################################################################
|
||||
# "Based On..." Collections #
|
||||
#####################################################################
|
||||
|
||||
|
||||
|
||||
collections:
|
||||
Based on a Book:
|
||||
mdblist_list:
|
||||
url: https://mdblist.com/lists/plexmetamanager/based_on_books_movies
|
||||
sort_by: audience_rating.desc
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/based/Book.jpg
|
||||
schedule: yearly(01/30)
|
||||
radarr_add_missing: false
|
||||
Based on a Comic:
|
||||
mdblist_list:
|
||||
url: https://mdblist.com/lists/plexmetamanager/based_on_comics_movies
|
||||
sort_by: audience_rating.desc
|
||||
sort_title: "!014_Comic"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/based/Comic.jpg
|
||||
schedule: yearly(01/30)
|
||||
radarr_add_missing: false
|
||||
Based on a True Story:
|
||||
mdblist_list:
|
||||
url: https://mdblist.com/lists/plexmetamanager/based_on_true_story_movies
|
||||
sort_by: audience_rating.desc
|
||||
sort_title: "!014_True_Story"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/based/True%20Story.jpg
|
||||
schedule: yearly(01/30)
|
||||
radarr_add_missing: false
|
||||
Based on Video Games:
|
||||
mdblist_list:
|
||||
url: https://mdblist.com/lists/plexmetamanager/based_on_video_games_movies
|
||||
sort_by: audience_rating.desc
|
||||
sort_title: "!014_Video_Games"
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/based/Video%20Game.jpg
|
||||
schedule: yearly(01/30)
|
||||
radarr_add_missing: false
|
@ -0,0 +1,75 @@
|
||||
##############################################################################
|
||||
# Other Awards Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# Credit to maxwelldeux for the Trakt Lists #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/other.html #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
collection_section: 130
|
||||
|
||||
templates:
|
||||
Rotten Tomatoes:
|
||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<key>>
|
||||
sync_mode: sync
|
||||
collection_mode: default
|
||||
collection_order: custom
|
||||
sort_title: "!130_Rotten Tomatoes Best of <<key>>"
|
||||
schedule: yearly(01/30)
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20of%20<<key>>.png
|
||||
|
||||
collections:
|
||||
"100 Years... 100 Movies":
|
||||
imdb_list: https://www.imdb.com/list/ls027841309/
|
||||
collection_order: custom
|
||||
sort_title: "!130_AFI 1!"
|
||||
schedule: yearly(01/30)
|
||||
Razzies Golden Raspberry Winners:
|
||||
variables:
|
||||
key: razzie
|
||||
template:
|
||||
- name: shared
|
||||
allowed_libraries: movie
|
||||
image: award/razzies/winner
|
||||
translation_key: razzie_worst
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/hdlists/lists/razzie-awards-worst-picture-winners
|
||||
Rotten Tomatoes Best All-Time:
|
||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-top-100-movies-of-all-time
|
||||
sync_mode: sync
|
||||
collection_mode: default
|
||||
collection_order: custom
|
||||
sort_title: "!130_Rotten !1"
|
||||
schedule: monthly(10)
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20All-Time.png
|
||||
Rotten Tomatoes Best Horror:
|
||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time
|
||||
sync_mode: sync
|
||||
collection_mode: default
|
||||
collection_order: custom
|
||||
sort_title: "!130_Rotten !2"
|
||||
schedule: monthly(10)
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20Horror.png
|
||||
Rotten Tomatoes Best Rom Com:
|
||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time
|
||||
sync_mode: sync
|
||||
collection_mode: default
|
||||
collection_order: custom
|
||||
sort_title: "!130_Rotten !3"
|
||||
schedule: monthly(10)
|
||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20Rom%20Com.png
|
||||
|
||||
dynamic_collections:
|
||||
Rotten Tomatoes Best of:
|
||||
type: number
|
||||
sync: true
|
||||
data:
|
||||
starting: current_year-2
|
||||
ending: current_year-1
|
||||
title_format: Rotten Tomatoes Best of <<key_name>>
|
||||
template:
|
||||
- Rotten Tomatoes
|
@ -0,0 +1,177 @@
|
||||
##############################################################################
|
||||
# Seasonal Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/movie/seasonal.html #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
|
||||
templates:
|
||||
holiday:
|
||||
default:
|
||||
sync_mode: sync
|
||||
sync_mode_<<key>>: <<sync_mode>>
|
||||
sort_by: title.asc
|
||||
sort_by_<<key>>: <<sort_by>>
|
||||
schedule_<<key>>: <<schedule>>
|
||||
limit_<<key>>: <<limit>>
|
||||
tmdb_collection_<<key>>: <<tmdb_collection>>
|
||||
tmdb_movie_<<key>>: <<tmdb_movie>>
|
||||
imdb_list_<<key>>: <<imdb_list>>
|
||||
trakt_list_<<key>>: <<trakt_list>>
|
||||
mdblist_list_<<key>>: <<mdblist_list>>
|
||||
summary_<<key>>: <<summary_format>>
|
||||
name_<<key>>: <<name_format>>
|
||||
emoji: ""
|
||||
emoji_<<key>>: <<emoji>>
|
||||
optional:
|
||||
- schedule
|
||||
- tmdb_collection
|
||||
- tmdb_movie
|
||||
- limit
|
||||
- imdb_list
|
||||
- trakt_list
|
||||
- mdblist_list
|
||||
- summary_format
|
||||
- name_format
|
||||
- key_name
|
||||
- translation_key
|
||||
- limit
|
||||
smart_label:
|
||||
sort_by: <<sort_by_<<key>>>>
|
||||
limit: <<limit_<<key>>>>
|
||||
all:
|
||||
label: <<smart_label>>
|
||||
schedule: <<schedule_<<key>>>>
|
||||
delete_not_scheduled: true
|
||||
sync_mode: <<sync_mode_<<key>>>>
|
||||
tmdb_collection: <<tmdb_collection_<<key>>>>
|
||||
tmdb_movie: <<tmdb_movie_<<key>>>>
|
||||
imdb_list: <<imdb_list_<<key>>>>
|
||||
trakt_list: <<trakt_list_<<key>>>>
|
||||
mdblist_list: <<mdblist_list_<<key>>>>
|
||||
cache_builders: 1
|
||||
translation_key: <<translation_key>>
|
||||
key_name: <<key_name>>
|
||||
summary: <<summary_<<key>>>>
|
||||
name: <<name_<<key>>>>
|
||||
limit: <<limit_<<key>>>>
|
||||
translation_prefix: <<emoji_<<key>>>>
|
||||
|
||||
collections:
|
||||
Seasonal Collections:
|
||||
template:
|
||||
- name: separator
|
||||
separator: seasonal
|
||||
use_separator: false
|
||||
key_name: Seasonal
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
Seasonal:
|
||||
type: custom
|
||||
data:
|
||||
years: New Year's Day
|
||||
valentine: Valentine's Day
|
||||
patrick: St. Patrick's Day
|
||||
easter: Easter
|
||||
mother: Mother's Day
|
||||
father: Father's Day
|
||||
halloween: Halloween
|
||||
christmas: Christmas
|
||||
disabilities: Day of Persons with Disabilities
|
||||
black_history: Black History Month
|
||||
lgbtq: LGBTQ+ Pride Month
|
||||
latinx: Latinx Heritage Month
|
||||
women: Women's History Month
|
||||
title_format: <<key_name>> <<library_typeU>>s
|
||||
template:
|
||||
- holiday
|
||||
- shared
|
||||
- arr
|
||||
template_variables:
|
||||
emoji:
|
||||
years: "🎊 "
|
||||
valentine: "💘 "
|
||||
patrick: "☘ "
|
||||
easter: "🐰 "
|
||||
mother: "🤱 "
|
||||
father: "👨 "
|
||||
halloween: "🎃 "
|
||||
christmas: "🎅 "
|
||||
disabilities: "♿ "
|
||||
lgbtq: "🏳️🌈 "
|
||||
latinx: "🪅 "
|
||||
women: "🚺 "
|
||||
black_history: "✊ 🏿 "
|
||||
schedule:
|
||||
years: range(12/26-01/04)
|
||||
valentine: range(02/01-02/29)
|
||||
patrick: range(03/01-03/18)
|
||||
easter: range(03/20-04/30)
|
||||
mother: range(05/05-05/10)
|
||||
father: range(09/15-09/20)
|
||||
halloween: range(10/01-10/31)
|
||||
christmas: range(12/01-12/31)
|
||||
disabilities: range(12/02-12/04)
|
||||
black_history: range(02/01-03/01)
|
||||
lgbtq: range(05/31-06/30)
|
||||
latinx: range(09/15-10/15)
|
||||
women: range(02/28-03/31)
|
||||
imdb_list:
|
||||
years: https://www.imdb.com/list/ls066838460/
|
||||
valentine:
|
||||
- https://www.imdb.com/list/ls000094398/
|
||||
- https://www.imdb.com/list/ls057783436/
|
||||
- https://www.imdb.com/list/ls064427905/
|
||||
patrick: https://www.imdb.com/list/ls063934595/
|
||||
easter:
|
||||
- https://www.imdb.com/list/ls062665509/
|
||||
- https://www.imdb.com/list/ls051733651/
|
||||
mother: https://www.imdb.com/list/ls072551197/
|
||||
father: https://www.imdb.com/list/ls020471057/
|
||||
halloween:
|
||||
- https://www.imdb.com/list/ls023118929/
|
||||
- https://www.imdb.com/list/ls000099714/
|
||||
christmas: https://www.imdb.com/list/ls000096828/
|
||||
women:
|
||||
- https://www.imdb.com/search/keyword/?keywords=women-in-film&ref_=fn_kw_kw_9
|
||||
- https://www.imdb.com/search/keyword/?keywords=women%27s-rights&ref_=fn_kw_kw_2
|
||||
- https://www.imdb.com/search/keyword/?keywords=women%27s-suffrage&ref_=fn_kw_kw_13
|
||||
tmdb_collection:
|
||||
halloween:
|
||||
- 185103 # Hotel Transylvania
|
||||
- 11716 # Addams Family
|
||||
- 750822 # Addams Family Animated
|
||||
- 313086 # Conjuring
|
||||
- 91361 # Halloween Collection
|
||||
- 8581 # A Nightmare on Elm Street Collection
|
||||
- 1733 # The Mummy Collection
|
||||
- 8091 # Alien Collection
|
||||
- 2980 # Ghostbusters
|
||||
- 751156 # Hocus Pocus
|
||||
tmdb_movie:
|
||||
halloween:
|
||||
- 23437 # A Nightmare on Elm Street (2010)
|
||||
mdblist_list:
|
||||
disabilities:
|
||||
- https://mdblist.com/lists/plexmetamanager/day-of-persons-with-disabilities
|
||||
lgbtq:
|
||||
- https://mdblist.com/lists/plexmetamanager/lgbtq-pride-month
|
||||
- https://www.imdb.com/list/ls063526611/'
|
||||
latinx:
|
||||
- https://mdblist.com/lists/plexmetamanager/latinx-heritage-month
|
||||
trakt_list:
|
||||
black_history:
|
||||
- https://trakt.tv/users/hoochzilla/lists/black-cinema?display=movie&sort=title,asc
|
||||
- https://trakt.tv/users/bluephi8/lists/black-history?display=movie&sort=title,asc
|
||||
visible_home:
|
||||
default: true
|
||||
visible_shared:
|
||||
default: true
|
||||
image:
|
||||
default: seasonal/<<key>>
|
||||
translation_key:
|
||||
default: seasonal
|
Loading…
Reference in new issue