Version 2 (Pre-Release)

* Version 2

Version 2 is a multi-docker setup. Each Library has its own container in order to speed up the processing for massive libraries.

* Version 2

Version 2

* Version 2

Version 2

* Delete Studios.yml

* Delete Networks.yml

* Version 2

Version 2

* Version 2

Version 2

* README.md

* Removed Radarr

Slows down the list. No need when it's already programmed in radarr.

* Delete config.yml

* Version 2

Version 2

* Delete Networks.yml

* Version 2

Version 2

* Delete JJJonesJr33/Version 2 directory

* Removing Version 1

* Removing Version 1

* Removing Version 1

* Removing Version 1

* Removing Version 1

* Removing Version 1

* Delete Anime.png

* Uploading changes for version 2

* Delete Anime.png

* Uploading changes for version 2

* Update README.md

* Update README.md

* Delete TV.png

* Add files via upload

* Delete 4K-Movies.png

* Delete Movies.png

* Update README.md

* Delete config.yml

* Add files via upload

* Updated for Version 2

* Updated for Version 2

* Update README.md

* Version 2

Updated for Version 2 Release

* Add files via upload

* Version 2

* Delete Anime (Updated).png

* Delete TV (Updated).png

* Version 2

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Version 2

* Version 2
This commit is contained in:
Jamie Jones
2022-05-31 16:53:53 -05:00
committed by GitHub
parent bd1456ef5d
commit 80d86dcb65
57 changed files with 3062 additions and 868 deletions

View File

@@ -0,0 +1,3 @@
**Multiple Instances** (Advanced Setup)
To set them up copy ```Plex-Meta-Manager-Anime```, ```Plex-Meta-Manager-Movies```, and ```Plex-Meta-Manager-TV``` to their each own docker container location and edit the config.yml in each to match your settings. To run the containers, open a terminal window for each, and use the following command ```python plex_meta_manager.py -r```

View File

@@ -0,0 +1,122 @@
## This file is a template remove the .template to use the file
libraries: # Library mappings must have a colon (:) placed after them
Movies:
library_name: Movies
metadata_path:
- /config/metadata/Holidays.yml
- /config/metadata/IMDB.yml
- /config/metadata/Suggestions.yml
- /config/metadata/Awards.yml
# - /config/metadata/Collections.yml
- /config/metadata/Decades.yml
- /config/metadata/Genres.yml
# - /config/metadata/People.yml
# - /config/metadata/Studios.yml
settings:
missing_path: config/missing
asset_directory:
- config/assets/
- config/assets/movies
- config/assets/awards
- config/assets/decades
- config/assets/genres
- config/assets/holidays
# - config/assets/people
# - config/assets/studios
- config/assets/suggestions
operations:
assets_for_all: false
split_duplicates: false
delete_unmanaged_collections: true
settings: # Can be individually specified per library as well
cache: true
cache_expiration: 60
asset_folders: true
asset_depth: 3
create_asset_folders: true
create_asset_directories: true
dimensional_asset_rename: true
sync_mode: sync
delete_below_minimum: true
delete_not_scheduled: false
run_again_delay: 2
missing_only_released: true
only_filter_missing: false
show_unmanaged: true
show_filtered: true
show_options: true
show_missing: false
show_missing_assets: false
show_missing_season_assets: false
save_missing: false
tvdb_language: eng
ignore_ids:
ignore_imdb_ids:
minimum_items: 1
default_collection_order:
download_url_assets: true
verify_ssl: true
item_refresh_delay: 0
asset_directory: config/assets
missing_path: config/missing
playlist_sync_to_users: all
show_missing_episode_assets: true
show_asset_not_needed: true
custom_repo:
prioritize_assets: false
playlist_report: true
check_nightly: false
webhooks:
error: notifiarr
run_start: notifiarr
run_end: notifiarr
changes: notifiarr
version:
plex: # REQUIRED - see https://github.com/meisnate12/Plex-Meta-Manager/wiki/Plex-Attributes
url: http://192.168.1.2:32400/
token:
timeout: 60
clean_bundles: true
empty_trash: true
optimize: false
tmdb: # REQUIRED for the script to run - to get a key you must follow https://developers.themoviedb.org/3/getting-started/introduction
apikey:
language: en
cache_expiration: 60
region:
tautulli: # Can be individually specified per library as well
url: http://192.168.1.2:8181/
apikey:
omdb:
apikey:
cache_expiration: 60
notifiarr:
apikey:
anidb: # Not required for AniDB builders unless you want mature content
username:
password:
language: en
radarr: # Can be individually specified per library as well
url: http://192.168.1.2:7878/
token:
add_missing: ture
add_existing: false
root_folder_path: /media/movies
monitor: true
availability: released
quality_profile: 1080p
tag:
search: true
radarr_path:
plex_path:
trakt:
client_id:
client_secret:
authorization:
access_token:
token_type:
expires_in:
refresh_token:
scope: public
created_at:

View File

@@ -0,0 +1,40 @@
####################################
## Movie Awards Collections ##
####################################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
##########################################################
############################
## Awards Templates ##
############################
templates:
Awards:
sort_title: +++++++++_<<collection_name>>
collection_mode: hide
collection_order: release
####################################
## Collections Lists ##
####################################
collections:
Award Winning Movies:
sort_title: +++++++++_Award_Winning_Movies
url_poster: https://theposterdb.com/api/assets/213569
imdb_list:
- url: "https://www.imdb.com/search/title/?title_type=feature,short,documentary&groups=emmy_winner&sort=year,desc"
- url: "https://www.imdb.com/search/title/?title_type=feature,short,documentary&groups=golden_globe_winner&sort=year,desc"
- url: "https://www.imdb.com/search/title/?title_type=feature,short,documentary&groups=oscar_winner&sort=year,desc"
summary: "A collection of winning movies from the Emmys, Oscars and Golden Globe award ceremonies over the years"
smart_label: year.desc
# visible_home: range(11/01-02/28)
# visible_shared: range(11/01-02/28)
# schedule: range(11/01-02/28)

View File

@@ -0,0 +1,81 @@
###############################
## Decades Collections ##
###############################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
##########################################################
############################
## Decade Templates ##
############################
templates:
Decade:
smart_filter:
any:
decade: <<decade>>
collection_order: release
collection_mode: hide
####################################
## Collections Lists ##
####################################
collections:
2030's Films:
template: {name: Decade, decade: 2030}
url_poster: https://theposterdb.com/api/assets/213590
sort_title: +++++_2030's Films
2020's Films:
template: {name: Decade, decade: 2020}
url_poster: https://theposterdb.com/api/assets/213589
sort_title: +++++_2020's Films
2010's Films:
template: {name: Decade, decade: 2010}
url_poster: https://theposterdb.com/api/assets/213588
sort_title: +++++_2010's Films
2000's Films:
template: {name: Decade, decade: 2000}
url_poster: https://theposterdb.com/api/assets/213587
sort_title: +++++_2000's Films
1990's Films:
template: {name: Decade, decade: 1990}
url_poster: https://theposterdb.com/api/assets/213586
sort_title: +++++_1990's Films
1980's Films:
template: {name: Decade, decade: 1980}
url_poster: https://theposterdb.com/api/assets/213585
sort_title: +++++_1980's Films
1970's Films:
template: {name: Decade, decade: 1970}
url_poster: https://theposterdb.com/api/assets/213584
sort_title: +++++_1970's Films
1960's Films:
template: {name: Decade, decade: 1960}
url_poster: https://theposterdb.com/api/assets/213583
sort_title: +++++_1960's Films
1950's Films:
template: {name: Decade, decade: 1950}
url_poster: https://theposterdb.com/api/assets/213582
sort_title: +++++_1950's Films
1940's Films:
template: {name: Decade, decade: 1940}
url_poster: https://theposterdb.com/api/assets/213581
sort_title: +++++_1940's Films
1930's Films:
template: {name: Decade, decade: 1930}
url_poster: https://theposterdb.com/api/assets/213580
sort_title: +++++_1930's Films
1920's Films:
template: {name: Decade, decade: 1920}
url_poster: https://theposterdb.com/api/assets/213579
sort_title: +++++_1920's Films
1910's Films:
template: {name: Decade, decade: 1910}
url_poster: https://theposterdb.com/api/assets/213578
sort_title: +++++_1910's Films

View File

@@ -0,0 +1,184 @@
##############################
## Genres Collections ##
##############################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
##########################################################
############################
## Genres Templates ##
############################
templates:
Genre:
plex_search:
genre: <<genre>>
url_poster: <<poster>>
sort_title: ++++++++_<<collection_name>>
collection_mode: hide
collection_order: release
Special Genre:
url_poster: <<poster>>
sort_title: ++++++++_<<collection_name>>
collection_mode: hide
collection_order: release
####################################
## Collections Lists ##
####################################
collections:
Action:
template: {name: Genre, genre: Action, poster: "https://theposterdb.com/api/assets/213118"}
summary: Action film is a genre wherein physical action takes precedence in the storytelling. The film will often have continuous motion and action including physical stunts, chases, fights, battles, and races. The story usually revolves around a hero that has a goal, but is facing incredible odds to obtain it.
# Action-Adventure:
# template: {name: Genre, genre: Action/Adventure, poster: ""}
# summary: "Relationship to other genres — Action-adventure is a video game genre that combines core elements from both the action game and adventure game genres."
# Adult:
# template: {name: Genre, genre: Adult, poster: ""}
# summary: "New adult (NA) fiction is a developing genre of fiction with protagonists in the 1830 age bracket."
Adventure:
template: {name: Genre, genre: Adventure, poster: "https://theposterdb.com/api/assets/213132"}
summary: Adventure film is a genre that revolves around the conquests and explorations of a protagonist. The purpose of the conquest can be to retrieve a person or treasure, but often the main focus is simply the pursuit of the unknown. These films generally take place in exotic locations and play on historical myths. Adventure films incorporate suspenseful puzzles and intricate obstacles that the protagonist must overcome in order to achieve the end goal.
Animation:
template: {name: Genre, genre: Animation, poster: "https://theposterdb.com/api/assets/213126"}
summary: Animated film is a collection of illustrations that are photographed frame-by-frame and then played in a quick succession. Since its inception, animation has had a creative and imaginative tendency. Being able to bring animals and objects to life, this genre has catered towards fairy tales and childrens stories. However, animation has long been a genre enjoyed by all ages. As of recent, there has even been an influx of animation geared towards adults. Animation is commonly thought of as a technique, thus its ability to span over many different genres.
Anime:
template: {name: Genre, genre: Anime, poster: "https://theposterdb.com/api/assets/213614"}
summary: As a type of animation, anime is an art form that comprises of many genres found in other mediums.
Biography:
template: {name: Genre, genre: Biography, poster: "https://theposterdb.com/api/assets/213332"}
summary: Biography film is a genre that dramatizes the life of a non-fictional or historically-based person or people. Such films show the life of a historical person and the central character's real name is used.
# Children:
# template: {name: Genre, genre: Children, poster: ""}
# summary:
Comedy:
template: {name: Genre, genre: Comedy, poster: "https://theposterdb.com/api/assets/213139"}
summary: Comedy is a genre of film that uses humor as a driving force. The aim of a comedy film is to illicit laughter from the audience through entertaining stories and characters. Although the comedy film may take on some serious material, most have a happy ending. Comedy film has the tendency to become a hybrid sub-genre because humor can be incorporated into many other genres. Comedies are more likely than other films to fall back on the success and popularity of an individual star.
Crime:
template: {name: Genre, genre: Crime, poster: "https://theposterdb.com/api/assets/213113"}
summary: Crime film is a genre that revolves around the action of a criminal mastermind. A Crime film will often revolve around the criminal himself, chronicling his rise and fall. Some Crime films will have a storyline that follows the criminal's victim, yet others follow the person in pursuit of the criminal. This genre tends to be fast paced with an air of mystery this mystery can come from the plot or from the characters themselves.
Documentary:
template: {name: Genre, genre: Documentary, poster: "https://theposterdb.com/api/assets/213141"}
summary: Documentary film is a non-fiction genre intended to document reality primarily for the purposes of instruction, education, or maintaining a historical record.
Drama:
template: {name: Genre, genre: Drama, poster: "https://theposterdb.com/api/assets/213134"}
summary: Drama film is a genre that relies on the emotional and relational development of realistic characters. While Drama film relies heavily on this kind of development, dramatic themes play a large role in the plot as well. Often, these dramatic themes are taken from intense, real life issues. Whether heroes or heroines are facing a conflict from the outside or a conflict within themselves, Drama film aims to tell an honest story of human struggles.
Family:
template: {name: Genre, genre: Family, poster: "https://theposterdb.com/api/assets/213109"}
summary: Family film is a genre that is contains appropriate content for younger viewers. Family film aims to appeal not only to children, but to a wide range of ages. While the storyline may appeal to a younger audience, there are components of the film that are geared towards adults- such as witty jokes and humor. This genre may fall into many other genres, including comedy, adventure, fantasy, and animated film.
Fantasy:
template: {name: Genre, genre: Fantasy, poster: "https://theposterdb.com/api/assets/213123"}
summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation.
Food:
template: {name: Genre, genre: Food, poster: "https://theposterdb.com/api/assets/213351"}
summary:
History:
template: {name: Genre, genre: History, poster: "https://theposterdb.com/api/assets/213100"}
summary: History film is a genre that takes historical events and people and interprets them in a larger scale. Historical accuracy is not the main focus, but rather the telling of a grandiose story. The drama of an History film is often accentuated by a sweeping musical score, lavish costumes, and high production value.
Horror:
template: {name: Genre, genre: Horror, poster: "https://theposterdb.com/api/assets/213106"}
summary: Horror film is a genre that aims to create a sense of fear, panic, alarm, and dread for the audience. These films are often unsettling and rely on scaring the audience through a portrayal of their worst fears and nightmares. Horror films usually center on the arrival of an evil force, person, or event. Many Horror films include mythical creatures such as ghosts, vampires, and zombies. Traditionally, Horror films incorporate a large amount of violence and gore into the plot. Though it has its own style, Horror film often overlaps into Fantasy, Thriller, and Science-Fiction genres.
# Indie:
# template: {name: Genre, genre: Indie, poster: ""}
# summary:
# Mini-Series:
# template: {name: Genre, genre: Mini-Series, poster: ""}
# summary:
Musical:
template: {name: Genre, genre: Musical, poster: "https://theposterdb.com/api/assets/213095"}
summary: A Musical interweaves vocal and dance performances into the narrative of the film. The songs of a film can either be used to further the story or simply enhance the experience of the audience. These films are often done on a grand scale and incorporate lavish costumes and sets. Traditional musicals center on a well-known star, famous for their dancing or singing skills (i.e. Fred Astaire, Gene Kelly, Judy Garland). These films explore concepts such are love and success, allowing the audience to escape from reality.
Mystery:
template: {name: Genre, genre: Mystery, poster: "https://theposterdb.com/api/assets/213092"}
summary: A Mystery film centers on a person of authority, usually a detective, that is trying to solve a mysterious crime. The main protagonist uses clues, investigation, and logical reasoning. The biggest element in these films is a sense of “whodunit” suspense, usually created through visual cues and unusual plot twists.
# News:
# template: {name: Genre, genre: News, poster: ""}
# summary:
# Reality:
# template: {name: Genre, genre: Reality, poster: ""}
# summary:
Romance:
template: {name: Genre, genre: Romance, poster: "https://theposterdb.com/api/assets/213090"}
summary: "Romance film can be defined as a genre wherein the plot revolves around the love between two protagonists. This genre usually has a theme that explores an issue within love, including but not limited to: love at first sight, forbidden love, love triangles, and sacrificial love. The tone of Romance film can vary greatly. Whether the end is happy or tragic, Romance film aims to evoke strong emotions in the audience."
Science Fiction:
template: {name: Genre, genre: Science Fiction, poster: "https://theposterdb.com/api/assets/213085"}
summary: Science Fiction (Sci-Fi) film is a genre that incorporates hypothetical, science-based themes into the plot of the film. Often, this genre incorporates futuristic elements and technologies to explore social, political, and philosophical issues. The film itself is usually set in the future, either on earth or in space. Traditionally, a Science Fiction film will incorporate heroes, villains, unexplored locations, fantastical quests, and advanced technology.
Short:
template: {name: Genre, genre: Short, poster: "https://theposterdb.com/api/assets/213336"}
summary: A collection of Short movies.
Sports:
template: {name: Genre, genre: Sport, poster: "https://theposterdb.com/api/assets/213083"}
summary: A Sport Film revolves around a sport setting, event, or an athlete. Often, these films will center on a single sporting event that carries significant importance. Sports films traditionally have a simple plot that builds up to the significant sporting event. This genre is known for incorporating film techniques to build anticipation and intensity. Sport films have a large range of sub-genres, from comedies to dramas, and are more likely than other genres to be based true-life events.
# Suspense:
# template: {name: Genre, genre: Suspense, poster: ""}
# summary:
Thriller:
template: {name: Genre, genre: Thriller, poster: "https://theposterdb.com/api/assets/213079"}
summary: Thriller Film is a genre that revolves around anticipation and suspense. The aim for Thrillers is to keep the audience alert and on the edge of their seats. The protagonist in these films is set against a problem an escape, a mission, or a mystery. No matter what sub-genre a Thriller film falls into, it will emphasize the danger that the protagonist faces. The tension with the main problem is built on throughout the film and leads to a highly stressful climax.
# Travel:
# template: {name: Genre, genre: Travel, poster: "https://theposterdb.com/api/assets/213337"}
# summary: Travel Film is a genre that revolves around traveling.
# TV Movie:
# template: {name: Genre, genre: TV Movie, poster: ""}
# summary:
War:
template: {name: Genre, genre: War, poster: "https://theposterdb.com/api/assets/213119"}
summary: War Film is a genre that looks at the reality of war on a grand scale. They often focus on landmark battles as well as political issues within war. This genre usually focuses on a main character and his team of support, giving the audience an inside look into the gritty reality of war.
Western:
template: {name: Genre, genre: Western, poster: "https://theposterdb.com/api/assets/213122"}
summary: "Western Film is a genre that revolves around stories primarily set in the late 19th century in the American Old West. Most Westerns are set between the American Civil War (1865) and the early 1900s. Common themes within Western Film include: the conquest of the wild west, the cultural separation of the East and the West, the Wests resistance to modern change, the conflict between Cowboys and Indians, outlaws, and treasure/gold hunting. American Western Film usually revolves around a stoic hero and emphasizes the importance of honor and sacrifice."
############################################
## Special Genre Collections ##
############################################
## Gangster is a static collection list ##
Gangster:
template: {name: Special Genre, poster: "https://theposterdb.com/api/assets/213102"}
sort_title: ++++++++_Gangster
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/the-complete-list-of-mafia-gangsters-movies
- https://trakt.tv/users/jjjonesjr33/lists/the-top-250-greatest-organized-crime-gangster-movies-of-all-time
summary: Gangster film is a sub-genre of crime films that center on organized crime or the mafia. Often the plot revolves around the rise and fall of an organized crime leader. Many Gangster films explore the destructive nature of organized crime, while others attempt to show the humanity of the individual characters.
## Martial Arts is a static collection list ##
Martial Arts:
template: {name: Special Genre, poster: "https://theposterdb.com/api/assets/213140"}
sort_title: ++++++++_Martial_Arts
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/the-top-250-greatest-martial-arts-movies-of-all-time
summary: Martial Arts film is a sub-genre of action films that feature numerous martial arts combat between characters. These combats are usually the films' primary appeal and entertainment value, and often are a method of storytelling and character expression and development. Martial Arts are frequently featured in training scenes and other sequences in addition to fights. Martial Arts films commonly include other types of action, such as hand-to-hand combat, stuntwork, chases, and gunfights.
## The Music list was added via a Trakt list due to Plex not properly syncing with PMM as a regular genre collection ##
## The Music collection is auto updated ##
Music:
template: {name: Special Genre, poster: "https://theposterdb.com/api/assets/213098"}
sort_title: ++++++++_Music
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/music
summary: Music film is genre that revolves around music being an integral part of the characters lives.
## Pandemic is a static collection list ##
Pandemic:
template: {name: Special Genre, poster: "https://theposterdb.com/api/assets/213077"}
sort_title: ++++++++_Pandemic
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/pandemic-virus-survival-guide
summary: A Pandemic film resolves around widespread viruses, plagues, and diseases.
## The Stand Up Commedey collection is auto updated ##
Stand Up Comedy:
template: {name: Special Genre, poster: "https://theposterdb.com/api/assets/213081"}
sort_title: ++++++++_Stand_Up_Comedy
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/stand-up-comedy
summary: Stand-up comedy is a comedic style in which a comedian performs in front of a live audience, speaking directly to them through a microphone. Comedians give the illusion that they are dialoguing, but in actuality, they are monologuing a grouping of humorous stories, jokes and one-liners, typically called a shtick, routine, act, or set. Some stand-up comedians use props, music or magic tricks to enhance their acts. Stand-up comedians perform quasi-autobiographical and fictionalized extensions of their offstage selves.
## Sword & Sorcery is a static collection list ##
Sword & Sorcery:
template: {name: Special Genre, poster: "https://theposterdb.com/api/assets/213143"}
sort_title: ++++++++_Sword_&_Sorcery
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/sword-and-sorcery-movies
summary: Sword and Sorcery film is a sub-genre of Fantasy that tend to be more plot-driven. These films rely on heavy action and battle scenes. Common themes in Sword and Sorcery films include a rescue mission, saving a princess, and battling a fantastical monster. The worlds and characters in these films are often much less developed than in other fantasy sub-genres. Of all the Fantasy sub-genres, Sword and Sorcery is most likely to be geared towards a younger audience, as many of these films are animated.

View File

@@ -0,0 +1,124 @@
###############################
## Holiday Collections ##
###############################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
##########################################################
#############################
## Holiday Templates ##
#############################
templates:
Holiday:
sort_title: +++++++_<<collection_name>>
url_poster: <<poster>>
collection_order: release
collection_mode: hide
delete_not_scheduled: false
run_again: true
visible_home: true
visible_shared: true
sync_mode: sync
####################################
## Collections Lists ##
####################################
# FYI: To set the collections on a schedule to where they don't show all year long uncomment "schedule" and and change "delete_not_scheduled:" to "true"
collections:
Christmas:
template: {name: Holiday, holiday: "Christmas", poster: https://theposterdb.com/api/assets/212635}
visible_home: range(12/01-12/31)
visible_shared: range(12/01-12/31)
#schedule: range(12/01-12/31)
sort_title: +++++++_Christmas
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/christmas
- https://trakt.tv/users/movistapp/lists/christmas-movies
- https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza
- https://trakt.tv/users/pualani78/lists/christmas-2020
- https://trakt.tv/users/veninjak/lists/complete-christmas-2021-copy
imdb_list:
- https://www.imdb.com/list/ls025976544/
- https://www.imdb.com/list/ls003863000/
- https://www.imdb.com/list/ls027454200/
- https://www.imdb.com/list/ls027886673/
- https://www.imdb.com/list/ls097998599/
summary: This collection revolves around the plot involving Christmas.
Halloween:
template: {name: Holiday, holiday: "Halloween", poster: https://theposterdb.com/api/assets/212637}
visible_home: range(10/01-10/31)
visible_shared: range(10/01-10/31)
#schedule: range(10/01-10/31)
sort_title: +++++++_Halloween
trakt_list:
- https://trakt.tv/users/kairbear08/lists/halloween
- https://trakt.tv/users/mybicycle/lists/halloween
- https://trakt.tv/users/jayinftl/lists/halloween
- https://trakt.tv/users/roswellgeek/lists/halloween
summary: This collection revolves around the plot involving Halloween.
New Year's Eve Movies:
template: {name: Holiday, holiday: "New Year's Eve", poster: }
visible_home: range(12/26-01/05)
visible_shared: range(12/26-01/05)
#schedule: range(12/26-01/05)
sort_title: +++++++_New Year
imdb_list:
- https://www.imdb.com/list/ls066838460/
summary: This collection revolves around the plot involving New Year's Eve.
Independence Day:
template: {name: Holiday, holiday: "Independence Day", poster: }
visible_home: range(07/01-01/05)
visible_shared: range(07/01-01/05)
#schedule: range(07/01-01/05)
sort_title: +++++++_Independence Day
imdb_list:
- https://www.imdb.com/list/ls552600367/
summary: This collection revolves around the plot involving New Year's Eve.
Valentine's Day Movies:
template: {name: Holiday, holiday: "Valentine's Day", poster: https://theposterdb.com/api/assets/212641}
visible_home: range(02/01-02/14)
visible_shared: range(02/01-02/14)
#schedule: range(02/01-02/14)
sort_title: +++++++_Valentine
imdb_list:
- https://www.imdb.com/list/ls000094398/
- https://www.imdb.com/list/ls057783436/
- https://www.imdb.com/list/ls064427905/
summary: This collection revolves around the plot involving Valentine's Day.
St. Patrick's Day Movies:
template: {name: Holiday, holiday: "St. Patrick's Day", poster: }
visible_home: range(03/01-03/17)
visible_shared: range(03/01-03/17)
#schedule: range(03/01-03/17)
sort_title: +++++++_St Patrick
imdb_list:
- https://www.imdb.com/list/ls063934595/
summary: This collection revolves around the plot involving St. Patrick's Day.
Thanksgiving Movies:
template: {name: Holiday, holiday: Thanksgiving, poster: https://theposterdb.com/api/assets/212638}
visible_home: range(11/01-11/31)
visible_shared: range(11/01-11/31)
#schedule: range(11/01-11/31)
sort_title: +++++++_Thanksgiving
imdb_list:
- https://www.imdb.com/list/ls000835734/
- https://www.imdb.com/list/ls091597850/
summary: This collection revolves around the plot involving Thanksgiving.
Easter Movies:
template: {name: Holiday, holiday: Easter, poster: https://theposterdb.com/api/assets/212636}
visible_home: range(3/22-4/25)
visible_shared: range(3/22-4/25)
#schedule: range(3/22-4/25)
sort_title: +++++++_Easter
imdb_list:
- https://www.imdb.com/list/ls062665509/
- https://www.imdb.com/list/ls051733651/
summary: This collection revolves around the plot involving Easter.

View File

@@ -0,0 +1,124 @@
##############################
## IMDB Collections ##
##############################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
##########################################################
############################
## IMDB Templates ##
############################
templates:
IMDB Genre:
url_poster: <<poster>>
sort_title: ++++++++_<<collection_name>>
collection_mode: hide
collection_order: release
# imdb_list:
# - "https://www.imdb.com/search/title/?title_type=movie&genres=<<title>>"
IMDB Special Genre:
url_poster: <<poster>>
sort_title: ++++++++_<<collection_name>>
collection_mode: hide
collection_order: release
# imdb_list:
# - url: "https://www.imdb.com/search/title/?title_type=movie&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>"
IMDB Keyword:
url_poster: <<poster>>
sort_title: ++++++++_<<collection_name>>
collection_mode: hide
collection_order: release
# imdb_list:
# - url: "https://www.imdb.com/search/keyword/?title_type=movie&keywords=<<genre>>"
####################################
## Collections Lists ##
####################################
collections:
#########################################
## IMDB Genre Collections ##
#########################################
## Film-Noir is a dynamic collection list ##
Film-Noir:
sort_title: ++++++++_Film-Noir
template: {name: IMDB Genre, poster: "https://theposterdb.com/api/assets/213339"}
imdb_list:
- "https://www.imdb.com/search/title/?title_type=movie&genres=Film-Noir"
summary: "Film noir is a cinematic term used primarily to describe stylish Hollywood crime dramas, particularly those that emphasize cynical attitudes and sexual motivations. Many of the prototypical stories and much of the attitude of classic noir derive from the hardboiled school of crime fiction that emerged in the United States during the Great Depression."
## Talk Show is a dynamic collection list ##
Talk Show:
template: {name: IMDB Keyword, poster: "https://theposterdb.com/api/assets/213344"}
imdb_list:
- "https://www.imdb.com/search/keyword/?title_type=movie&genres=Talk-Show"
summary: "A talk show (or chat show in British English) is a television programming or radio programming genre structured around the act of spontaneous conversation."
## Reality TV is a dynamic collection list ##
Reality TV:
template: {name: IMDB Keyword, poster: "https://theposterdb.com/api/assets/213345"}
imdb_list:
- "https://www.imdb.com/search/keyword/?title_type=movie&genres=Reality-TV"
summary: "Reality TV is a type of television programming that aims to show how ordinary people behave in everyday life, or in situations, often created by the program makers, which are intended to represent everyday life."
################################################
## IMDB Special Genre Collections ##
################################################
## Romantic Comedy is a dynamic collection list ##
Romantic Comedy:
sort_title: ++++++++_Romantic_Comedy
template: { name: IMDB Special Genre, poster: "https://theposterdb.com/api/assets/213087"}
imdb_list:
- "https://www.imdb.com/search/title/?title_type=movie,&user_rating=5.0,10.0&num_votes=1000,&genres=romance,comedy"
summary: "Romantic Comedy is a genre that attempts to catch the viewers heart with the combination of love and humor. This sub-genre is light-hearted and usually places the two protagonists in humorus situation. Romantic-Comedy film revolves around a romantic ideal, such as true love. In the end, the ideal triumphs over the situation or obstacle, thus creating a happy ending."
filters:
genre: Comedy
## Romantic Drama is a dynamic collection list ##
Romantic Drama:
sort_title: ++++++++_Romantic_Drama
template: { name: IMDB Special Genre, poster: "https://theposterdb.com/api/assets/213142"}
imdb_list:
- "https://www.imdb.com/search/title/?title_type=movie,&user_rating=5.0,10.0&num_votes=1000,&genres=romance,drama"
summary: "Romantic Drama film is a genre that explores the complex side of love. The plot usually centers around an obstacle that is preventing love between two people. The obstacles in Romantic Drama film can range from a family's disapproval, to forbidden love, to one's own psychological restraints. Many Romantic Dramas end with the lovers separating because of the enormity of the obstacle, the realization of incompatibility, or simply because of fate."
filters:
genre: Drama
############################################
## IMDB Keyword Collections ##
############################################
## Disaster is a dynamic collection list ##
Disaster:
template: {name: IMDB Keyword, poster: "https://theposterdb.com/api/assets/213112"}
imdb_list:
- "https://www.imdb.com/search/keyword/?title_type=movie&keywords=disaster-film"
summary: A disaster movie is a film genre that has an impending or ongoing disaster as its subject and primary plot device. Such disasters may include natural disasters, accidents, military/terrorist attacks or global catastrophes such as a pandemic.
## Slasher is a dynamic collection list ##
Slasher:
template: {name: IMDB Keyword, poster: "https://theposterdb.com/api/assets/213358"}
imdb_list:
- "https://www.imdb.com/search/keyword/?title_type=movie&keywords=slasher"
summary: A Slasher film is a subgenre of horror films involving a killer murdering a group of people, usually by use of bladed tools.
## Superhero is a dynamic collection list ##
Superhero:
template: {name: IMDB Keyword, poster: "https://theposterdb.com/api/assets/213341"}
imdb_list:
- "https://www.imdb.com/search/keyword/?keywords=superhero&title_type=movie"
summary: "A superhero film (or superhero movie) is a film that focuses on the actions of superheroes: individuals who usually possess extraordinary generally superhuman abilities and are dedicated to protecting the public."
## Spy is a dynamic collection list ##
Spy:
template: {name: IMDB Keyword, poster: "https://theposterdb.com/api/assets/213615"}
imdb_list:
- "https://www.imdb.com/search/keyword/?title_type=movie&keywords=spy,espionage"
summary: The spy film genre, also known sometimes as an espionage film, deals with the subject of fictional espionage, either in a realistic way.
## Spy is a dynamic collection list ##
Competition:
template: {name: IMDB Keyword, poster: "https://theposterdb.com/api/assets/213616"}
imdb_list:
- "https://www.imdb.com/search/keyword/?title_type=movie&keywords=competition"
summary: "Competition is a rivalry where two or more parties strive for a common goal which cannot be shared: where one's gain is the other's loss."

View File

@@ -0,0 +1,150 @@
##############################
## Studio Collections ##
##############################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
##########################################################
############################
## Studio Templates ##
############################
templates:
Studio:
optional:
- company
tmdb_company: <<company>>
sort_title: ++++++_<<collection_name>>
collection_order: alpha
collection_mode: hide
sync_mode: sync
####################################
## Collections Lists ##
####################################
# FYI: To allow for Studio collections to be created you must have TMDB API in the core config setup first.
# collections:
# NBCUniversal:
# template: { name: Studio, company:
# ViacomCBS:
# template: { name: Studio, company:
# WarnerMedia:
# template: { name: Studio, company:
# The Walt Disney Company:
# template: { name: Studio, company:
# Sony:
# template: { name: Studio, company:
# Lionsgate:
# template: { name: Studio, company:
# MGM Holdings:
# template: { name: Studio, company:
# Lucasfilm:
# template: { name: Studio, company: 1}
# Walt Disney Pictures:
# template: { name: Studio, company: 2}
# Pixar:
# template: { name: Studio, company: 3}
# Paramount:
# template: { name: Studio, company: 4}
# Columbia Pictures:
# template: { name: Studio, company: 5}
# RKO Radio Pictures:
# template: { name: Studio, company: 6}
# DreamWorks Pictures:
# template: { name: Studio, company: "7, 521" }
# Fine Line Features:
# template: { name: Studio, company: 8}
# WingNut Films:
# template: { name: Studio, company: 11}
# New Line Cinema:
# template: { name: Studio, company: 12}
# Miramax:
# template: { name: Studio, company: 14}
# Warner Bros. Entertainment:
# template: { name: Studio, company: 17}
# Metro-Goldwyn-Mayer:
# template: { name: Studio, company: 21}
# Imagine Entertainment:
# template: { name: Studio, company: 23}
# 20th Century Fox:
# template: { name: Studio, company: 25}
# Universal Pictures:
# template: { name: Studio, company: 33}
# Sony Pictures:
# template: { name: Studio, company: 34}
# Lions Gate Films:
# template: { name: Studio, company: 35}
# Orion Pictures:
# template: { name: Studio, company: 41}
# Fox Searchlight Pictures:
# template: { name: Studio, company: 43}
# Amblin Entertainment:
# template: { name: Studio, company: 56}
# Sony Pictures Classics:
# template: { name: Studio, company: 58}
# A Band Apart:
# template: { name: Studio, company: 59}
# United Artists:
# template: { name: Studio, company: 60}
# Village Roadshow Pictures:
# template: { name: Studio, company: 79}
# Plan B Entertainment:
# template: { name: Studio, company: 81}
# Castle Rock Entertainment:
# template: { name: Studio, company: 97}
# Marvel Studios:
# template: { name: Studio, company: 420}
# Aardman:
# template: { name: Studio, company: 297}
# Blue Sky:
# template: { name: Studio, company: 9383}
# Illumination Entertainment:
# template: { name: Studio, company: 6704}
# Studio Ghibli:
# template: { name: Studio, company: 10342}
# Sony Pictures Animation:
# template: { name: Studio, company: 2251}
# Warner Animation Group:
# template: { name: Studio, company: 25120}
# Walt Disney Animation Studios:
# template: { name: Studio, company: 6125}
# Walt Disney Productions:
# template: { name: Studio, company: 3166}
# Warner Bros. Pictures:
# template: { name: Studio, company: 174}
# Walt Disney Studios:
# template: { name: Studio, company: 109755}
# 20th Century Studios:
# template: { name: Studio, company: 127928}
# TriStar Pictures:
# template: { name: Studio, company: 559}
# Paramount Pictures:
# template: { name: Studio, company: 107355}
# RatPac-Dune Entertainment:
# template: { name: Studio, company: 444}
# Legendary Entertainment:
# template: { name: Studio, company: 923}
# Relativity Media:
# template: { name: Studio, company: 7295}
# LionsGate:
# template: { name: Studio, company: "1632, 85885"}
# MGM Home Entertainment:
# template: { name: Studio, company: 6434}
# MGM Television:
# template: { name: Studio, company: 2230}
# BBC Films:
# template: { name: Studio, company: 288}
# NBCUniversal:
# template: { name: Studio, company: 26559}
# Universal Television:
# template: { name: Studio, company: 26727}

View File

@@ -0,0 +1,137 @@
###################################
## Suggestions Collections ##
###################################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
##########################################################
#################################
## Suggestions Templates ##
#################################
templates:
Special Genre:
sort_title: ++++++++++_<<collection_name>>
collection_mode: hide
collection_order: release
Suggestion:
sort_title: +++++++++++_<<collection_name>>
collection_mode: hide
optional:
- letterboxd
letterboxd_list: https://letterboxd.com/<<letterboxd>>
visible_shared: true
visible_library: true
label: <<collection_name>>
smart_label: random
####################################
## Collections Lists ##
####################################
collections:
###########################
# Trakt Trending #
###########################
Trending:
sort_title: ++++++++++_Trending
collection_mode: hide
url_poster: https://theposterdb.com/api/assets/213570
trakt_list: https://trakt.tv/users/jjjonesjr33/lists/trakt-trending
sync_mode: sync
smart_label: year.desc
# visible_home: range(01/01-12/31)
# visible_shared: range(01/01-12/31)
summary: "Movies Trending across the internet"
Popular:
template: {name: Special Genre}
collection_mode: hide
sort_title: ++++++++++_Popular
url_poster: https://theposterdb.com/api/assets/213575
trakt_list: https://trakt.tv/users/jjjonesjr33/lists/trakt-top-weekly
# visible_home: range(01/01-12/31)
# visible_shared: range(01/01-12/31)
summary: "A collection of the most watched movies over the past week."
###########################
## IMDb Top 250 ##
###########################
IMDb Top 250:
template: {name: Special Genre}
collection_mode: hide
sort_title: ++++++++++_IMDb_Top_250
url_poster: https://theposterdb.com/api/assets/213613
imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc&title_type=movie
# visible_home: range(01/01-12/31)
# visible_shared: range(01/01-12/31)
summary: Top 250 Movies from IMDb
#################################
## Special Collections ##
#################################
Recommended:
template: {name: Special Genre}
sort_title: ++++++++++_Recommended
url_poster: https://theposterdb.com/api/assets/213604
trakt_list: https://trakt.tv/users/jjjonesjr33/lists/top-20-movies-of-the-week
visible_home: range(01/01-12/31)
visible_shared: range(01/01-12/31)
summary: "Recommended Top Movies of the Week"
Newly Released:
template: {name: Special Genre}
sort_title: ++++++++++_Newly_Released
url_poster: https://theposterdb.com/api/assets/213599
trakt_list: https://trakt.tv/users/jjjonesjr33/lists/newly-released
visible_home: range(01/01-12/31)
visible_shared: range(01/01-12/31)
summary: "A collection of newly-released movies in cinema and on streaming services."
# Top Rated:
# template: {name: Special Genre}
# url_poster: https://theposterdb.com/api/assets/213605
# sort_title: ++++++++++_Top_Rated
# sync_mode: sync
# smart_label: added.desc
# trakt_list:
# visible_home: range(01/01-12/31)
# visible_shared: range(01/01-12/31)
# summary: "Top Rated Movies"
# Movie of the Day:
# template: {name: Suggestion}
# plex_search:
# all:
# year.gte: 1800
# sort_by: random
# limit: 1
# schedule: hourly(1)
# New Episodes
# url_poster: https://theposterdb.com/api/assets/213598
# People Watching
# url_poster: https://theposterdb.com/api/assets/213600
# Recently Added
# url_poster: https://theposterdb.com/api/assets/213601
# Recently Aired
# url_poster: https://theposterdb.com/api/assets/213602
# Recently Released
# url_poster: https://theposterdb.com/api/assets/213603
# Top Rated
# url_poster: https://theposterdb.com/api/assets/213605