Version 2 Release (Movies Update) (#327)

* 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

* Version 2

Fixed config in Plex-Meta-Manager-All instance

* Update Anime.yml

Again: Fixed URL for Imgur

* Update Genres.yml

Again: Fixed URL for Imgur

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Delete IMDB.yml

* Version 2 Release

* Delete People.yml

* Version 2 Release

Updated to match other metadata templates

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Delete IMDB.yml

* Version 2 Release

* Correcting Name Scheme

* Version 2 Release

Correcting Name Scheme

* Correcting Name Scheme

Work in progress still

* Version 2 Release

Correcting Name Scheme

* Version 2 Release

Correcting Name Scheme

* Version 2 Release

Correcting Name Scheme

* Rename Kids.yml to kids.yml

* Correcting Name Scheme

* Correcting Name Scheme

* Delete People.yml

* Correcting Name Scheme

* Version 2 Release

Correcting Name Scheme

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

Co-authored-by: cpt-kuesel <cpt-kuesel@tuta.io>
pull/328/head
Jamie Jones 2 years ago committed by GitHub
parent eb9b71548e
commit a789e608b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
libraries: # Library mappings must have a colon (:) placed after them
Anime:
metadata_path:
- /config/metadata/Anime.yml
- /config/metadata/anime.yml
settings:
missing_path: config/missing
asset_directory:
@ -15,26 +15,24 @@ 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
- /config/metadata/genres.yml
- /config/metadata/holidays.yml
# - /config/metadata/studios.yml
- /config/metadata/suggestions.yml
- /config/metadata/awards.yml
# - /config/metadata/collections.yml
- /config/metadata/decades.yml
settings:
missing_path: config/missing
asset_directory:
- config/assets/
- config/assets/movies
- config/assets/awards
- config/assets/collections
- config/assets/decades
- config/assets/genres
- config/assets/holidays
# - config/assets/people
# - config/assets/studios
- config/assets/studios
- config/assets/suggestions
operations:
assets_for_all: false
@ -43,14 +41,14 @@ libraries: # Library mappings must have a colon (:) placed after them
TV Shows:
library_name: TV Shows
metadata_path:
- /config/metadata/Kids.yml
- /config/metadata/Networks.yml
- /config/metadata/kids.yml
- /config/metadata/networks.yml
settings:
missing_path: config/missing
asset_directory:
- config/assets/
- config/assets/kids
- config/assets/networks
- config/assets/
operations:
assets_for_all: false
split_duplicates: false
@ -99,7 +97,7 @@ webhooks:
run_end: notifiarr
changes: notifiarr
version:
plex: # REQUIRED - see https://github.com/meisnate12/Plex-Meta-Manager/wiki/Plex-Attributes
plex: # REQUIRED - see https://metamanager.wiki/en/latest/config/plex.html
url: http://192.168.1.2:32400/
token:
timeout: 60
@ -117,13 +115,45 @@ tautulli: # Can be individually specified per library as well
omdb:
apikey:
cache_expiration: 60
mdblist:
apikey:
cache_expiration: 60
notifiarr:
apikey:
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: /media
plex_path: /media/movies
sonarr:
url: http://192.168.1.12:32789
token: ################################
add_missing: ture
add_existing: false
root_folder_path: /media/shows
monitor: all
quality_profile: 1080p
language_profile: English
series_type: standard
season_folder: true
tag:
search: true
cutoff_search: false
sonarr_path: /media
plex_path: /media/shows
anidb: # Not required for AniDB builders unless you want mature content
username:
password:
language: en
mal: # REQUIRED for this config to work - set up by following https://github.com/meisnate12/Plex-Meta-Manager/wiki/MyAnimeList-Attributes
mal: # REQUIRED for this config to work - set up by following https://metamanager.wiki/en/latest/config/myanimelist.html
client_id:
client_secret:
authorization:
@ -131,3 +161,14 @@ mal: # REQUIRED for this config to work - set up by following https://github.com
token_type:
expires_in:
refresh_token:
trakt:
client_id:
client_secret:
authorization:
access_token:
token_type: Bearer
expires_in:
refresh_token:
scope: public
created_at:
pin:

@ -1,40 +0,0 @@
####################################
## 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)

@ -1,81 +0,0 @@
###############################
## 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

@ -1,184 +0,0 @@
##############################
## 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.

@ -1,124 +0,0 @@
##############################
## 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."

@ -1,137 +0,0 @@
###################################
## 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

@ -0,0 +1,44 @@
##############################################################
## Movie Awards Collections ##
## Created by JJJonesJr33 ##
## Version 2.0 ##
##############################################################
##############################################################
## ##
## User/Config Credits - Special Thanks ##
## ##
## Yozora, Bullmoose20, & Sohjiro ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
## ##
##############################################################
#######################
## Templates ##
#######################
templates:
Awards:
sort_title: +++++++++_<<collection_name>>
url_poster: https://theposterdb.com/api/assets/<<poster>>
# visible_home: range(11/01-02/28)
# visible_shared: range(11/01-02/28)
# schedule: range(11/01-02/28)
collection_mode: hide
collection_order: release
smart_label: year.desc
#############################
## Collections ##
#############################
collections:
Award Winning Movies:
template: {name: Awards, poster: 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"

@ -0,0 +1,74 @@
##############################################################
## Dynamic Decade Collections ##
## Created by JJJonesJr33 ##
## Version 2.0 ##
##############################################################
##############################################################
## ##
## User/Config Credits - Special Thanks ##
## ##
## Yozora, Bullmoose20, & Sohjiro ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
## ##
##############################################################
#######################
## Templates ##
#######################
templates:
Decade:
smart_filter:
any:
decade: <<decade>>
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: +++++_<<collection_name>>
sort_by: critic_rating.desc
collection_order: release
collection_mode: hide
#############################
## Collections ##
#############################
collections:
2030's Films:
template: {name: Decade, decade: 2030, poster: 213590}
summary: A collection of films during the 2030s
2020's Films:
template: {name: Decade, decade: 2020, poster: 213589}
summary: A collection of films during the 2020s
2010's Films:
template: {name: Decade, decade: 2010, poster: 213588}
summary: A collection of films during the 2010s
2000's Films:
template: {name: Decade, decade: 2000, poster: 213587}
summary: A collection of films during the 2000s
1990's Films:
template: {name: Decade, decade: 1990, poster: 213586}
summary: A collection of films during the 1990s
1980's Films:
template: {name: Decade, decade: 1980, poster: 213585}
summary: A collection of films during the 1980s
1970's Films:
template: {name: Decade, decade: 1970, poster: 213584}
summary: A collection of films during the 1970s
1960's Films:
template: {name: Decade, decade: 1960, poster: 213583}
summary: A collection of films during the 1960s
1950's Films:
template: {name: Decade, decade: 1950, poster: 213582}
summary: A collection of films during the 1950s
1940's Films:
template: {name: Decade, decade: 1940, poster: 213581}
summary: A collection of films during the 1940s
1930's Films:
template: {name: Decade, decade: 1930, poster: 213580}
summary: A collection of films during the 1930s
1920's Films:
template: {name: Decade, decade: 1920, poster: 213579}
summary: A collection of films during the 1920s
1910's Films:
template: {name: Decade, decade: 1910, poster: 213578}
summary: A collection of films during the 1910s

@ -0,0 +1,275 @@
##############################################################
## Genres Collections ##
## Created by JJJonesJr33 ##
## Version 2.0 ##
##############################################################
##############################################################
## ##
## User/Config Credits - Special Thanks ##
## ##
## Yozora, Bullmoose20, & Sohjiro ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
## ##
##############################################################
#######################
## Templates ##
#######################
templates:
Genre:
plex_search:
genre: <<genre>>
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: ++++++++_<<collection_name>>
collection_mode: hide
collection_order: release
Special Genre:
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: ++++++++_<<collection_name>>
collection_mode: hide
collection_order: release
# IMDB Genre: # Has been removed as Plex now includes these genres in it's list
# url_poster: https://theposterdb.com/api/assets/<<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: https://theposterdb.com/api/assets/<<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: https://theposterdb.com/api/assets/<<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 ##
#############################
collections:
Action:
template: {name: Genre, genre: Action, poster: 213118}
summary: Action films are 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.
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: 213132}
summary: Adventure films are 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: 213126}
summary: Animated films are 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: 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: 213332}
summary: Biography films are 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: A children's film, or family film, is a film genre that contains children or relates to them in the context of home and family. Children's films are made specifically for children and not necessarily for the general audience, while family films are made for a wider appeal with a general audience in mind.
Comedy:
template: {name: Genre, genre: Comedy, poster: 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: 213113}
summary: Crime films are 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: 213141}
summary: Documentary films are 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: 213134}
summary: Drama films are 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: 213109}
summary: Family films are 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: 213123}
summary: Fantasy films are 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.
Film-Noir: #Added IMDB Genre
template: {name: Genre, genre: Film-Noir, poster: 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."
Food:
template: {name: Genre, genre: Food, poster: 213351}
summary: Food films are broadly defined, we say it's any film that places the preparation, consumption, or reverence of food in such high prominence that it is impossible—or at least unfair—to consider the movie without it.
History:
template: {name: Genre, genre: History, poster: 213100}
summary: History films are 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 films are often accentuated by a sweeping musical score, lavish costumes, and high production value.
Home and Garden:
template: {name: Genre, genre: Home and Garden, poster: }
# summary:
Horror:
template: {name: Genre, genre: Horror, poster: 213106}
summary: Horror films are 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: An independent film, independent movie, indie film, or indie movie is a feature film or short film that is produced outside the major film studio system, in addition to being produced and distributed by independent entertainment companies (or, in some cases, distributed by major companies).
Martial Arts: #Added Trakt List
template: {name: Genre, genre: Martial Arts, poster: 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 films are 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.
Mini-Series:
template: {name: Genre, genre: Mini-Series, poster: }
summary: A miniseries or mini-series is a movie series that tells a story in a predetermined, limited number of parts.
Music: #Added Trakt List
template: {name: Genre, genre: Music, poster: 213098}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/music
summary: Music films are genre that revolves around music being an integral part of the characters lives.
Musical:
template: {name: Genre, genre: Musical, poster: 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: 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: #Added IMDB Genre
template: {name: Genre, genre: Reality, poster: 213345}
imdb_list:
- "https://www.imdb.com/search/keyword/?title_type=movie&genres=Reality-TV"
summary: "Reality 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."
Romance:
template: {name: Genre, genre: Romance, poster: 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: 213085}
summary: Science Fiction (Sci-Fi) films are 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: 213336}
summary: A collection of Short movies.
Sports:
template: {name: Genre, genre: Sport, poster: 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: Suspense films is a broad film genre that evokes excitement and suspense in the audience. The suspense element found in most films' plots is particularly exploited by the filmmaker in this genre.
Talk Show: #Added IMDB Genre
template: {name: Genre, genre: Talk Show, poster: 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."
Thriller:
template: {name: Genre, genre: Thriller, poster: 213079}
summary: Thriller films are 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: 213337}
summary: Travel films are a genre that revolves around traveling.
TV Movie:
template: {name: Genre, genre: TV Movie, poster: }
summary: A television film (normally referred to as a television movie, made-for-TV movie, or TV movie) is a feature-length motion picture that is produced and originally distributed by or to a television network, in contrast to theatrical films made explicitly for initial showing in movie theaters.
War:
template: {name: Genre, genre: War, poster: 213119}
summary: War films are 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: 213122}
summary: "Western films are 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: 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 films are 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.
## Pandemic is a static collection list ##
Pandemic:
template: {name: Special Genre, poster: 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: 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: 213143}
sort_title: ++++++++_Sword_&_Sorcery
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/sword-and-sorcery-movies
summary: Sword and Sorcery films are 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.
################################################
## IMDB Special Genre Collections ##
################################################
## Romantic Comedy is a dynamic collection list ##
Romantic Comedy:
sort_title: ++++++++_Romantic_Comedy
template: { name: IMDB Special Genre, poster: 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: 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 films are 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: 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: 213358}
imdb_list:
- "https://www.imdb.com/search/keyword/?title_type=movie&keywords=slasher"
summary: A Slasher films are 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: 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: 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: 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."

@ -1,18 +1,21 @@
###############################
## Holiday Collections ##
###############################
##############################################################
## Holiday Collections ##
## Created by JJJonesJr33 ##
## Version 2.0 ##
##############################################################
##############################################################
## ##
## User/Config Credits - Special Thanks ##
## ##
## Yozora, Bullmoose20, & Sohjiro ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
## ##
##############################################################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
##########################################################
#############################
## Holiday Templates ##
#############################
#######################
## Templates ##
#######################
templates:
Holiday:
@ -26,14 +29,14 @@ templates:
visible_shared: true
sync_mode: sync
####################################
## Collections Lists ##
####################################
#############################
## Collections ##
#############################
# 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:
Christmas: #IMDB lists have been removed as they have all been merged into christmas-static-list
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)
@ -41,16 +44,7 @@ collections:
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/
- https://trakt.tv/users/jjjonesjr33/lists/christmas-static-list
summary: This collection revolves around the plot involving Christmas.
Halloween:
template: {name: Holiday, holiday: "Halloween", poster: https://theposterdb.com/api/assets/212637}
@ -59,13 +53,10 @@ collections:
#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
- https://trakt.tv/users/jjjonesjr33/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: }
template: {name: Holiday, holiday: "New Year's Eve", poster: https://i.imgur.com/YCYXhAX.png}
visible_home: range(12/26-01/05)
visible_shared: range(12/26-01/05)
#schedule: range(12/26-01/05)
@ -74,7 +65,7 @@ collections:
- 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: }
template: {name: Holiday, holiday: "Independence Day", poster: https://theposterdb.com/api/assets/240645}
visible_home: range(07/01-01/05)
visible_shared: range(07/01-01/05)
#schedule: range(07/01-01/05)
@ -94,7 +85,7 @@ collections:
- 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: }
template: {name: Holiday, holiday: "St. Patrick's Day", poster: https://theposterdb.com/api/assets/240644}
visible_home: range(03/01-03/17)
visible_shared: range(03/01-03/17)
#schedule: range(03/01-03/17)
@ -121,4 +112,4 @@ collections:
imdb_list:
- https://www.imdb.com/list/ls062665509/
- https://www.imdb.com/list/ls051733651/
summary: This collection revolves around the plot involving Easter.
summary: This collection revolves around the plot involving Easter.

@ -1,83 +1,78 @@
########################################
## Saturday Morning Collections ##
########################################
##############################################################
## Saturday Morning Collections ##
## Created by JJJonesJr33 ##
## Version 2.0 ##
##############################################################
##############################################################
## ##
## User/Config Credits - Special Thanks ##
## ##
## Yozora, Bullmoose20, & Sohjiro ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
## ##
##############################################################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## ##
##########################################################
##############################
## Networks Templates ##
##############################
#######################
## Templates ##
#######################
templates:
programming:
url_poster: <<poster>>
sort_title: <<collection_name>>
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: +++++++_<<collection_name>>
collection_mode: hide
sync_mode: sync
####################################
## Collections Lists ##
####################################
#############################
## Collections ##
#############################
# FYI: To allow for Network collections to be created you must have TMDB API in the core config setup first.
collections:
ABC Kids:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215338"}
sort_title: +++++++_ABC_Kids
template: {name: programming, poster: 215338}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/abc-kids
summary: "ABC Kids (originally titled Disney's One Saturday Morning until 2002) was a Saturday morning children's programming block that aired on ABC from September 13, 1997 to August 27, 2011. It featured a mixture of animated and live-action series from Walt Disney Television Animation and Disney Channel, aimed at children between the ages of 6 and 12. This was the only time Disney Channel content aired on over-the-air TV."
Cartoon Cartoons:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215329"}
sort_title: +++++++_Cartoon_Cartoons
template: {name: programming, poster: 215329}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/cartoon-cartoons
summary: "Cartoon Cartoons is a collective name used by Cartoon Network for their original animated television series originally aired between 1995 and 2003 and produced in majority by Hanna-Barbera and/or Cartoon Network Studios. Beginning with its inception into cable broadcasting on October 1, 1992, Cartoon Network had focused its programming on reruns of older animated series which it had acquired through its parent company's film library."
Disney Afternoon:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215331"}
sort_title: +++++++_Disney_Afternoon
template: {name: programming, poster: 215331}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/disney-afternoon
summary: "The Disney Afternoon's block had four half-hour segments, each of which contained an animated series. As each season ended, the lineup would shift - the remaining three would move up a time slot and a new show would be added to the end. The Disney Afternoon itself featured unique animated segments consisting of its opening and wrappers around the cartoon shows."
Disney's One Saturday Morning:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215333"}
sort_title: +++++++_Disneys_One_Saturday_Morning
template: {name: programming, poster: 215333}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/disney-s-one-saturday-morning
summary: "Commercial Free Weekend Mornings (formerly called Toonin' Saturdays from 2011 to 2012, Disney Channel Saturday Mornings from 2012 to 2014, Get Animated from 2017 to 2018, and Animation Cram Session from 2018 to 2019) is a weekend program block on the Disney Channel in the United States, consisting of Saturday morning cartoons."
Disney's One Too:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215336"}
sort_title: +++++++_Disneys_One_Too
template: {name: programming, poster: 215336}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/disney-s-one-too
summary: "Disney's One Too (later known as Disney's Animation Weekdays) was a two-hour Sunday-to-Friday children's programming block that aired on UPN from September 6, 1999 to August 31, 2003. A spin-off of the Disney's One Saturday Morning block on ABC (which is owned by The Walt Disney Company), it featured animated series from Disney Television Animation aimed at children between the ages of 6 and 11."
Fox Kids:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215341"}
sort_title: +++++++_Fox_Kids
template: {name: programming, poster: 215341}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/fox-kids
summary:
SNICK:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215348"}
sort_title: +++++++_SNICK
template: {name: programming, poster: 215348}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/snick
summary: "SNICK (short for Saturday Night Nickelodeon) was a two-hour programming block on the American cable television network Nickelodeon, geared toward older (preteen to teen) audiences, that ran from August 15, 1992 until January 29, 2005. It was aired on Saturdays starting at 8 p.m and ending at 10 p.m. ET. In 2005, SNICK was revamped as the Saturday night edition of TEENick. Nickelodeon continues to run a Saturday night programming block today, though since the TEENick name was removed from the lineup in February 2009, the block no longer goes by any name."
UPN Kids:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215345"}
sort_title: +++++++_UPN_Kids
template: {name: programming, poster: 215345}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/upn-kids
summary: "UPN Kids launched on September 10, 1995 with a one-hour block of cartoons consisting of Space Strikers and Teknoman. It was a joint partnership between UPN and Saban Entertainment.[1] Unlike NBC, ABC, CBS, Fox and The WB (the latter of which debuted its own children's program block, Kids' WB, the day before UPN Kids made its debut), UPN ran its weekend morning children's programs on Sundays instead of Saturdays."
Kids' WB:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215343"}
sort_title: +++++++_Kids_WB
template: {name: programming, poster: 215343}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/kids-wb
summary:
summary:

@ -147,4 +147,4 @@ templates:
# NBCUniversal:
# template: { name: Studio, company: 26559}
# Universal Television:
# template: { name: Studio, company: 26727}
# template: { name: Studio, company: 26727}

@ -0,0 +1,111 @@
##############################################################
## Suggestions Collections ##
## Created by JJJonesJr33 ##
## Version 2.0 ##
##############################################################
##############################################################
## ##
## User/Config Credits - Special Thanks ##
## ##
## Yozora, Bullmoose20, & Sohjiro ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
## ##
##############################################################
#######################
## Templates ##
#######################
templates:
Suggestion:
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: ++++++++++_<<collection_name>>
collection_mode: hide
collection_order: release
# visible_home: range(01/01-12/31)
# visible_shared: range(01/01-12/31)
smart_label: year.desc
sync_mode: sync
Tautulli:
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: ++++++++++_<<collection_name>>
collection_mode: hide
collection_order: alpha
sync_mode: sync
#############################
## Collections ##
#############################
collections:
#################
## Trakt ##
#################
Trending:
template: {name: Suggestion, poster: 213570}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/trakt-trending
summary: "Movies Trending across the internet"
Popular:
template: {name: Suggestion, poster: 213575}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/trakt-top-weekly
summary: "A collection of the most watched movies over the past week."
Recommended:
template: {name: Suggestion, poster: 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: Suggestion, poster: 213599}
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."
##################
## IMDb ##
##################
Top Rated:
template: {name: Suggestion, poster: 213605}
imdb_list:
- https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc&title_type=movie
summary: Top Rated Movies
######################
## Tautulli ##
######################
People Watching:
template: {name: Tautulli, poster: 213600}
tautulli_watched:
list_days: 30
list_size: 10
list_buffer: 20
summary: Most Watched Movies from all the users on Plex
# New Episodes
# url_poster: https://theposterdb.com/api/assets/213598
# 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

@ -1,29 +1,31 @@
## This file is a template remove the .template to use the file
#################################
## Version 2 ##
#################################
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
- /config/metadata/awards.yml
- /config/metadata/collections.yml
- /config/metadata/decades.yml
- /config/metadata/genres.yml
- /config/metadata/holidays.yml
- /config/metadata/studios.yml
- /config/metadata/suggestions.yml
settings:
missing_path: config/missing
asset_directory:
- config/assets/
- config/assets/movies
- config/assets/awards
- config/assets/collections
- config/assets/decades
- config/assets/genres
- config/assets/holidays
# - config/assets/people
# - config/assets/studios
- config/assets/studios
- config/assets/suggestions
operations:
assets_for_all: false
@ -91,12 +93,11 @@ tautulli: # Can be individually specified per library as well
omdb:
apikey:
cache_expiration: 60
mdblist:
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:

@ -1,40 +1,44 @@
####################################
## Movie Awards Collections ##
####################################
##############################################################
## Movie Awards Collections ##
## Created by JJJonesJr33 ##
## Version 2.0 ##
##############################################################
##############################################################
## ##
## User/Config Credits - Special Thanks ##
## ##
## Yozora, Bullmoose20, & Sohjiro ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
## ##
##############################################################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
##########################################################
#######################
## Templates ##
#######################
############################
## Awards Templates ##
############################
templates:
Awards:
sort_title: +++++++++_<<collection_name>>
collection_mode: hide
collection_order: release
sort_title: +++++++++_<<collection_name>>
url_poster: https://theposterdb.com/api/assets/<<poster>>
# visible_home: range(11/01-02/28)
# visible_shared: range(11/01-02/28)
# schedule: range(11/01-02/28)
collection_mode: hide
collection_order: release
smart_label: year.desc
####################################
## Collections Lists ##
####################################
#############################
## Collections ##
#############################
collections:
Award Winning Movies:
sort_title: +++++++++_Award_Winning_Movies
url_poster: https://theposterdb.com/api/assets/213569
template: {name: Awards, poster: 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)

@ -1,81 +1,74 @@
###############################
## Decades Collections ##
###############################
##############################################################
## Dynamic Decade Collections ##
## Created by JJJonesJr33 ##
## Version 2.0 ##
##############################################################
##############################################################
## ##
## User/Config Credits - Special Thanks ##
## ##
## Yozora, Bullmoose20, & Sohjiro ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
## ##
##############################################################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
##########################################################
############################
## Decade Templates ##
############################
#######################
## Templates ##
#######################
templates:
Decade:
smart_filter:
any:
decade: <<decade>>
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: +++++_<<collection_name>>
sort_by: critic_rating.desc
collection_order: release
collection_mode: hide
####################################
## Collections Lists ##
####################################
#############################
## Collections ##
#############################
collections:
2030's Films:
template: {name: Decade, decade: 2030}
url_poster: https://theposterdb.com/api/assets/213590
sort_title: +++++_2030's Films
template: {name: Decade, decade: 2030, poster: 213590}
summary: A collection of films during the 2030s
2020's Films:
template: {name: Decade, decade: 2020}
url_poster: https://theposterdb.com/api/assets/213589
sort_title: +++++_2020's Films
template: {name: Decade, decade: 2020, poster: 213589}
summary: A collection of films during the 2020s
2010's Films:
template: {name: Decade, decade: 2010}
url_poster: https://theposterdb.com/api/assets/213588
sort_title: +++++_2010's Films
template: {name: Decade, decade: 2010, poster: 213588}
summary: A collection of films during the 2010s
2000's Films:
template: {name: Decade, decade: 2000}
url_poster: https://theposterdb.com/api/assets/213587
sort_title: +++++_2000's Films
template: {name: Decade, decade: 2000, poster: 213587}
summary: A collection of films during the 2000s
1990's Films:
template: {name: Decade, decade: 1990}
url_poster: https://theposterdb.com/api/assets/213586
sort_title: +++++_1990's Films
template: {name: Decade, decade: 1990, poster: 213586}
summary: A collection of films during the 1990s
1980's Films:
template: {name: Decade, decade: 1980}
url_poster: https://theposterdb.com/api/assets/213585
sort_title: +++++_1980's Films
template: {name: Decade, decade: 1980, poster: 213585}
summary: A collection of films during the 1980s
1970's Films:
template: {name: Decade, decade: 1970}
url_poster: https://theposterdb.com/api/assets/213584
sort_title: +++++_1970's Films
template: {name: Decade, decade: 1970, poster: 213584}
summary: A collection of films during the 1970s
1960's Films:
template: {name: Decade, decade: 1960}
url_poster: https://theposterdb.com/api/assets/213583
sort_title: +++++_1960's Films
template: {name: Decade, decade: 1960, poster: 213583}
summary: A collection of films during the 1960s
1950's Films:
template: {name: Decade, decade: 1950}
url_poster: https://theposterdb.com/api/assets/213582
sort_title: +++++_1950's Films
template: {name: Decade, decade: 1950, poster: 213582}
summary: A collection of films during the 1950s
1940's Films:
template: {name: Decade, decade: 1940}
url_poster: https://theposterdb.com/api/assets/213581
sort_title: +++++_1940's Films
template: {name: Decade, decade: 1940, poster: 213581}
summary: A collection of films during the 1940s
1930's Films:
template: {name: Decade, decade: 1930}
url_poster: https://theposterdb.com/api/assets/213580
sort_title: +++++_1930's Films
template: {name: Decade, decade: 1930, poster: 213580}
summary: A collection of films during the 1930s
1920's Films:
template: {name: Decade, decade: 1920}
url_poster: https://theposterdb.com/api/assets/213579
sort_title: +++++_1920's Films
template: {name: Decade, decade: 1920, poster: 213579}
summary: A collection of films during the 1920s
1910's Films:
template: {name: Decade, decade: 1910}
url_poster: https://theposterdb.com/api/assets/213578
sort_title: +++++_1910's Films
template: {name: Decade, decade: 1910, poster: 213578}
summary: A collection of films during the 1910s

@ -1,137 +1,184 @@
##############################
## Genres Collections ##
##############################
##############################################################
## Genres Collections ##
## Created by JJJonesJr33 ##
## Version 2.0 ##
##############################################################
##############################################################
## ##
## User/Config Credits - Special Thanks ##
## ##
## Yozora, Bullmoose20, & Sohjiro ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
## ##
##############################################################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
##########################################################
############################
## Genres Templates ##
############################
#######################
## Templates ##
#######################
templates:
Genre:
plex_search:
genre: <<genre>>
url_poster: <<poster>>
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: ++++++++_<<collection_name>>
collection_mode: hide
collection_order: release
Special Genre:
url_poster: <<poster>>
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: ++++++++_<<collection_name>>
collection_mode: hide
collection_order: release
# IMDB Genre: # Has been removed as Plex now includes these genres in it's list
# url_poster: https://theposterdb.com/api/assets/<<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: https://theposterdb.com/api/assets/<<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: https://theposterdb.com/api/assets/<<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 ##
#############################
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."
template: {name: Genre, genre: Action, poster: 213118}
summary: Action films are 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.
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.
template: {name: Genre, genre: Adventure, poster: 213132}
summary: Adventure films are 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.
template: {name: Genre, genre: Animation, poster: 213126}
summary: Animated films are 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"}
template: {name: Genre, genre: Anime, poster: 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:
template: {name: Genre, genre: Biography, poster: 213332}
summary: Biography films are 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: A children's film, or family film, is a film genre that contains children or relates to them in the context of home and family. Children's films are made specifically for children and not necessarily for the general audience, while family films are made for a wider appeal with a general audience in mind.
Comedy:
template: {name: Genre, genre: Comedy, poster: "https://theposterdb.com/api/assets/213139"}
template: {name: Genre, genre: Comedy, poster: 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.
template: {name: Genre, genre: Crime, poster: 213113}
summary: Crime films are 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.
template: {name: Genre, genre: Documentary, poster: 213141}
summary: Documentary films are 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.
template: {name: Genre, genre: Drama, poster: 213134}
summary: Drama films are 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.
template: {name: Genre, genre: Family, poster: 213109}
summary: Family films are 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.
template: {name: Genre, genre: Fantasy, poster: 213123}
summary: Fantasy films are 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.
Film-Noir: #Added IMDB Genre
template: {name: Genre, genre: Film-Noir, poster: 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."
Food:
template: {name: Genre, genre: Food, poster: "https://theposterdb.com/api/assets/213351"}
summary:
template: {name: Genre, genre: Food, poster: 213351}
summary: Food films are broadly defined, we say it's any film that places the preparation, consumption, or reverence of food in such high prominence that it is impossible—or at least unfair—to consider the movie without it.
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.
template: {name: Genre, genre: History, poster: 213100}
summary: History films are 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 films are often accentuated by a sweeping musical score, lavish costumes, and high production value.
Home and Garden:
template: {name: Genre, genre: Home and Garden, poster: }
# summary:
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:
template: {name: Genre, genre: Horror, poster: 213106}
summary: Horror films are 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: An independent film, independent movie, indie film, or indie movie is a feature film or short film that is produced outside the major film studio system, in addition to being produced and distributed by independent entertainment companies (or, in some cases, distributed by major companies).
Martial Arts: #Added Trakt List
template: {name: Genre, genre: Martial Arts, poster: 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 films are 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.
Mini-Series:
template: {name: Genre, genre: Mini-Series, poster: }
summary: A miniseries or mini-series is a movie series that tells a story in a predetermined, limited number of parts.
Music: #Added Trakt List
template: {name: Genre, genre: Music, poster: 213098}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/music
summary: Music films are genre that revolves around music being an integral part of the characters lives.
Musical:
template: {name: Genre, genre: Musical, poster: "https://theposterdb.com/api/assets/213095"}
template: {name: Genre, genre: Musical, poster: 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"}
template: {name: Genre, genre: Mystery, poster: 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:
News:
template: {name: Genre, genre: News, poster: }
# summary:
Reality: #Added IMDB Genre
template: {name: Genre, genre: Reality, poster: 213345}
imdb_list:
- "https://www.imdb.com/search/keyword/?title_type=movie&genres=Reality-TV"
summary: "Reality 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."
Romance:
template: {name: Genre, genre: Romance, poster: "https://theposterdb.com/api/assets/213090"}
template: {name: Genre, genre: Romance, poster: 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.
template: {name: Genre, genre: Science Fiction, poster: 213085}
summary: Science Fiction (Sci-Fi) films are 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"}
template: {name: Genre, genre: Short, poster: 213336}
summary: A collection of Short movies.
Sports:
template: {name: Genre, genre: Sport, poster: "https://theposterdb.com/api/assets/213083"}
template: {name: Genre, genre: Sport, poster: 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:
Suspense:
template: {name: Genre, genre: Suspense, poster: }
summary: Suspense films is a broad film genre that evokes excitement and suspense in the audience. The suspense element found in most films' plots is particularly exploited by the filmmaker in this genre.
Talk Show: #Added IMDB Genre
template: {name: Genre, genre: Talk Show, poster: 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."
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:
template: {name: Genre, genre: Thriller, poster: 213079}
summary: Thriller films are 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: 213337}
summary: Travel films are a genre that revolves around traveling.
TV Movie:
template: {name: Genre, genre: TV Movie, poster: }
summary: A television film (normally referred to as a television movie, made-for-TV movie, or TV movie) is a feature-length motion picture that is produced and originally distributed by or to a television network, in contrast to theatrical films made explicitly for initial showing in movie theaters.
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.
template: {name: Genre, genre: War, poster: 213119}
summary: War films are 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."
template: {name: Genre, genre: Western, poster: 213122}
summary: "Western films are 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."
############################################
@ -140,45 +187,89 @@ collections:
## Gangster is a static collection list ##
Gangster:
template: {name: Special Genre, poster: "https://theposterdb.com/api/assets/213102"}
template: {name: Special Genre, poster: 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.
summary: Gangster films are 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.
## Pandemic is a static collection list ##
Pandemic:
template: {name: Special Genre, poster: "https://theposterdb.com/api/assets/213077"}
template: {name: Special Genre, poster: 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"}
template: {name: Special Genre, poster: 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"}
template: {name: Special Genre, poster: 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.
summary: Sword and Sorcery films are 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.
################################################
## IMDB Special Genre Collections ##
################################################
## Romantic Comedy is a dynamic collection list ##
Romantic Comedy:
sort_title: ++++++++_Romantic_Comedy
template: { name: IMDB Special Genre, poster: 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: 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 films are 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: 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: 213358}
imdb_list:
- "https://www.imdb.com/search/keyword/?title_type=movie&keywords=slasher"
summary: A Slasher films are 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: 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: 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: 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."

@ -1,18 +1,21 @@
###############################
## Holiday Collections ##
###############################
##############################################################
## Holiday Collections ##
## Created by JJJonesJr33 ##
## Version 2.0 ##
##############################################################
##############################################################
## ##
## User/Config Credits - Special Thanks ##
## ##
## Yozora, Bullmoose20, & Sohjiro ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
## ##
##############################################################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
##########################################################
#############################
## Holiday Templates ##
#############################
#######################
## Templates ##
#######################
templates:
Holiday:
@ -26,14 +29,14 @@ templates:
visible_shared: true
sync_mode: sync
####################################
## Collections Lists ##
####################################
#############################
## Collections ##
#############################
# 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:
Christmas: #IMDB lists have been removed as they have all been merged into christmas-static-list
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)
@ -41,16 +44,7 @@ collections:
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/
- https://trakt.tv/users/jjjonesjr33/lists/christmas-static-list
summary: This collection revolves around the plot involving Christmas.
Halloween:
template: {name: Holiday, holiday: "Halloween", poster: https://theposterdb.com/api/assets/212637}
@ -59,13 +53,10 @@ collections:
#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
- https://trakt.tv/users/jjjonesjr33/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: }
template: {name: Holiday, holiday: "New Year's Eve", poster: https://i.imgur.com/YCYXhAX.png}
visible_home: range(12/26-01/05)
visible_shared: range(12/26-01/05)
#schedule: range(12/26-01/05)
@ -74,7 +65,7 @@ collections:
- 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: }
template: {name: Holiday, holiday: "Independence Day", poster: https://theposterdb.com/api/assets/240645}
visible_home: range(07/01-01/05)
visible_shared: range(07/01-01/05)
#schedule: range(07/01-01/05)
@ -94,7 +85,7 @@ collections:
- 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: }
template: {name: Holiday, holiday: "St. Patrick's Day", poster: https://theposterdb.com/api/assets/240644}
visible_home: range(03/01-03/17)
visible_shared: range(03/01-03/17)
#schedule: range(03/01-03/17)
@ -121,4 +112,4 @@ collections:
imdb_list:
- https://www.imdb.com/list/ls062665509/
- https://www.imdb.com/list/ls051733651/
summary: This collection revolves around the plot involving Easter.
summary: This collection revolves around the plot involving Easter.

@ -1,124 +0,0 @@
##############################
## 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."

@ -1,129 +1,103 @@
###################################
## Suggestions Collections ##
###################################
##############################################################
## Suggestions Collections ##
## Created by JJJonesJr33 ##
## Version 2.0 ##
##############################################################
##############################################################
## ##
## User/Config Credits - Special Thanks ##
## ##
## Yozora, Bullmoose20, & Sohjiro ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
## ##
##############################################################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
##########################################################
#################################
## Suggestions Templates ##
#################################
#######################
## Templates ##
#######################
templates:
Special Genre:
Suggestion:
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: ++++++++++_<<collection_name>>
collection_mode: hide
collection_order: release
Suggestion:
sort_title: +++++++++++_<<collection_name>>
# visible_home: range(01/01-12/31)
# visible_shared: range(01/01-12/31)
smart_label: year.desc
sync_mode: sync
Tautulli:
url_poster: https://theposterdb.com/api/assets/<<poster>>
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 ##
####################################
collection_order: alpha
sync_mode: sync
#############################
## Collections ##
#############################
collections:
###########################
# Trakt Trending #
###########################
#################
## Trakt ##
#################
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)
template: {name: Suggestion, poster: 213570}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/trakt-trending
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)
template: {name: Suggestion, poster: 213575}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/trakt-top-weekly
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
template: {name: Suggestion, poster: 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
template: {name: Suggestion, poster: 213599}
url_poster: https://theposterdb.com/api/assets/213599
trakt_list: https://trakt.tv/users/jjjonesjr33/lists/newly-released
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."
##################
## IMDb ##
##################
# 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)
Top Rated:
template: {name: Suggestion, poster: 213605}
imdb_list:
- https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc&title_type=movie
summary: Top Rated Movies
######################
## Tautulli ##
######################
People Watching:
template: {name: Tautulli, poster: 213600}
tautulli_watched:
list_days: 30
list_size: 10
list_buffer: 20
summary: Most Watched Movies from all the users on Plex
# 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
@ -134,4 +108,4 @@ collections:
# url_poster: https://theposterdb.com/api/assets/213603
# Top Rated
# url_poster: https://theposterdb.com/api/assets/213605
# url_poster: https://theposterdb.com/api/assets/213605

@ -1,83 +1,78 @@
########################################
## Saturday Morning Collections ##
########################################
##############################################################
## Saturday Morning Collections ##
## Created by JJJonesJr33 ##
## Version 2.0 ##
##############################################################
##############################################################
## ##
## User/Config Credits - Special Thanks ##
## ##
## Yozora, Bullmoose20, & Sohjiro ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
## ##
##############################################################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## ##
##########################################################
##############################
## Networks Templates ##
##############################
#######################
## Templates ##
#######################
templates:
programming:
url_poster: <<poster>>
sort_title: <<collection_name>>
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: +++++++_<<collection_name>>
collection_mode: hide
sync_mode: sync
####################################
## Collections Lists ##
####################################
#############################
## Collections ##
#############################
# FYI: To allow for Network collections to be created you must have TMDB API in the core config setup first.
collections:
ABC Kids:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215338"}
sort_title: +++++++_ABC_Kids
template: {name: programming, poster: 215338}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/abc-kids
summary: "ABC Kids (originally titled Disney's One Saturday Morning until 2002) was a Saturday morning children's programming block that aired on ABC from September 13, 1997 to August 27, 2011. It featured a mixture of animated and live-action series from Walt Disney Television Animation and Disney Channel, aimed at children between the ages of 6 and 12. This was the only time Disney Channel content aired on over-the-air TV."
Cartoon Cartoons:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215329"}
sort_title: +++++++_Cartoon_Cartoons
template: {name: programming, poster: 215329}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/cartoon-cartoons
summary: "Cartoon Cartoons is a collective name used by Cartoon Network for their original animated television series originally aired between 1995 and 2003 and produced in majority by Hanna-Barbera and/or Cartoon Network Studios. Beginning with its inception into cable broadcasting on October 1, 1992, Cartoon Network had focused its programming on reruns of older animated series which it had acquired through its parent company's film library."
Disney Afternoon:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215331"}
sort_title: +++++++_Disney_Afternoon
template: {name: programming, poster: 215331}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/disney-afternoon
summary: "The Disney Afternoon's block had four half-hour segments, each of which contained an animated series. As each season ended, the lineup would shift - the remaining three would move up a time slot and a new show would be added to the end. The Disney Afternoon itself featured unique animated segments consisting of its opening and wrappers around the cartoon shows."
Disney's One Saturday Morning:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215333"}
sort_title: +++++++_Disneys_One_Saturday_Morning
template: {name: programming, poster: 215333}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/disney-s-one-saturday-morning
summary: "Commercial Free Weekend Mornings (formerly called Toonin' Saturdays from 2011 to 2012, Disney Channel Saturday Mornings from 2012 to 2014, Get Animated from 2017 to 2018, and Animation Cram Session from 2018 to 2019) is a weekend program block on the Disney Channel in the United States, consisting of Saturday morning cartoons."
Disney's One Too:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215336"}
sort_title: +++++++_Disneys_One_Too
template: {name: programming, poster: 215336}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/disney-s-one-too
summary: "Disney's One Too (later known as Disney's Animation Weekdays) was a two-hour Sunday-to-Friday children's programming block that aired on UPN from September 6, 1999 to August 31, 2003. A spin-off of the Disney's One Saturday Morning block on ABC (which is owned by The Walt Disney Company), it featured animated series from Disney Television Animation aimed at children between the ages of 6 and 11."
Fox Kids:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215341"}
sort_title: +++++++_Fox_Kids
template: {name: programming, poster: 215341}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/fox-kids
summary:
SNICK:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215348"}
sort_title: +++++++_SNICK
template: {name: programming, poster: 215348}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/snick
summary: "SNICK (short for Saturday Night Nickelodeon) was a two-hour programming block on the American cable television network Nickelodeon, geared toward older (preteen to teen) audiences, that ran from August 15, 1992 until January 29, 2005. It was aired on Saturdays starting at 8 p.m and ending at 10 p.m. ET. In 2005, SNICK was revamped as the Saturday night edition of TEENick. Nickelodeon continues to run a Saturday night programming block today, though since the TEENick name was removed from the lineup in February 2009, the block no longer goes by any name."
UPN Kids:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215345"}
sort_title: +++++++_UPN_Kids
template: {name: programming, poster: 215345}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/upn-kids
summary: "UPN Kids launched on September 10, 1995 with a one-hour block of cartoons consisting of Space Strikers and Teknoman. It was a joint partnership between UPN and Saban Entertainment.[1] Unlike NBC, ABC, CBS, Fox and The WB (the latter of which debuted its own children's program block, Kids' WB, the day before UPN Kids made its debut), UPN ran its weekend morning children's programs on Sundays instead of Saturdays."
Kids' WB:
template: {name: programming, poster: "https://theposterdb.com/api/assets/215343"}
sort_title: +++++++_Kids_WB
template: {name: programming, poster: 215343}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/kids-wb
summary:
summary:
Loading…
Cancel
Save