Merge branch 'meisnate12:master' into master
1
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
github: meisnate12
|
||||||
45
.github/ISSUE_TEMPLATE/1.user_config.yml
vendored
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
name: User Config Issue
|
||||||
|
description: Post here if there is an issue with the configuration of the config files or for missing images from the config files. Not for Errors.
|
||||||
|
title: '[Bug]: '
|
||||||
|
labels: ['bug']
|
||||||
|
assignees: 'meisnate12'
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: >
|
||||||
|
**THIS IS NOT THE PLACE TO ASK FOR SUPPORT!**
|
||||||
|
Please use [Ple Meta Manager Discord](https://discord.gg/NfH6mGFuAB) and post your question under the `plex-meta-manager` channel for support issues and other Plex Meta Manager Errors.
|
||||||
|
- type: input
|
||||||
|
id: file
|
||||||
|
attributes:
|
||||||
|
label: Link to File
|
||||||
|
description: Link to the config File in question
|
||||||
|
placeholder: https://github.com/meisnate12/Plex-Meta-Manager-Configs/blob/master/PMM/actor.yml
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: Version Number
|
||||||
|
description: Can be found at the beginning of your log file
|
||||||
|
placeholder: eg. 1.16.0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: branch
|
||||||
|
attributes:
|
||||||
|
label: What branch are you on?
|
||||||
|
options:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
- nightly
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Describe the Bug
|
||||||
|
description: A clear and concise description of the bug.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Plex Meta Manager Issue
|
||||||
|
url: https://github.com/meisnate12/Plex-Meta-Manager/issues/new/choose
|
||||||
|
about: Please post Issues/Errors for Plex Meta Manager in the main repository not here.
|
||||||
|
- name: Plex Meta Manager Wiki
|
||||||
|
url: https://metamanager.wiki
|
||||||
|
about: Check the wiki for information.
|
||||||
|
- name: Discord
|
||||||
|
url: https://discord.gg/NfH6mGFuAB
|
||||||
|
about: Use the Plex Meta Manager Discord to ask for support.
|
||||||
4
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
## Checklist
|
||||||
|
|
||||||
|
- [ ] I only edited my own config files.
|
||||||
|
- [ ] I didn't upload any poster or background images to the repository
|
||||||
23
.github/workflows/release.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
name: Release
|
||||||
|
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [ published ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
release-notification:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- name: Send Discord Release Notification
|
||||||
|
uses: meisnate12/discord-notifications@master
|
||||||
|
with:
|
||||||
|
webhook_id: ${{ secrets.RELEASE_WEBHOOK_ID }}
|
||||||
|
webhook_token: ${{ secrets.RELEASE_WEBHOOK_TOKEN }}
|
||||||
|
release: true
|
||||||
|
title: Plex Meta Manager Defaults VERSION
|
||||||
|
message: "<@&1021857386132144202> - The PMM Default Metadata & Overlays (use `!defaults` to learn more) have been updated as follows"
|
||||||
|
username: Metabot
|
||||||
|
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/pmm.png
|
||||||
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.idea
|
||||||
|
*/desktop.ini
|
||||||
64
Aldfeu/French.yml
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
templates:
|
||||||
|
Chart:
|
||||||
|
sort_title: +1_<<num>><<collection_name>>
|
||||||
|
sync_mode: sync
|
||||||
|
smart_label: random
|
||||||
|
collections:
|
||||||
|
Best of the 1970s:
|
||||||
|
template: { name: Chart, num: 1 }
|
||||||
|
tmdb_discover:
|
||||||
|
primary_release_date.gte: 01/01/1970
|
||||||
|
primary_release_date.lte: 12/31/1979
|
||||||
|
with_original_language: fr
|
||||||
|
sort_by: popularity.desc
|
||||||
|
limit: 100
|
||||||
|
summary: A collection of the Top Content of the 1970s
|
||||||
|
Best of the 1980s:
|
||||||
|
template: { name: Chart, num: 2 }
|
||||||
|
tmdb_discover:
|
||||||
|
primary_release_date.gte: 01/01/1980
|
||||||
|
primary_release_date.lte: 12/31/1989
|
||||||
|
with_original_language: fr
|
||||||
|
sort_by: popularity.desc
|
||||||
|
limit: 100
|
||||||
|
summary: A collection of the Top Content of the 1980s
|
||||||
|
Best of the 1990s:
|
||||||
|
template: { name: Chart, num: 3 }
|
||||||
|
tmdb_discover:
|
||||||
|
primary_release_date.gte: 01/01/1990
|
||||||
|
primary_release_date.lte: 12/31/1999
|
||||||
|
with_original_language: fr
|
||||||
|
sort_by: popularity.desc
|
||||||
|
limit: 100
|
||||||
|
summary: A collection of the Top Content of the 1990s
|
||||||
|
Best of the 2000s:
|
||||||
|
template: { name: Chart, num: 4 }
|
||||||
|
tmdb_discover:
|
||||||
|
primary_release_date.gte: 01/01/2000
|
||||||
|
primary_release_date.lte: 12/31/2009
|
||||||
|
with_original_language: fr
|
||||||
|
sort_by: popularity.desc
|
||||||
|
limit: 100
|
||||||
|
summary: A collection of the Top Content of the 2000s
|
||||||
|
Best of the 2010s:
|
||||||
|
template: { name: Chart, num: 5 }
|
||||||
|
tmdb_discover:
|
||||||
|
primary_release_date.gte: 01/01/2010
|
||||||
|
primary_release_date.lte: 12/31/2019
|
||||||
|
with_original_language: fr
|
||||||
|
sort_by: popularity.desc
|
||||||
|
limit: 100
|
||||||
|
summary: A collection of the Top Content of the 2010s
|
||||||
|
Best of the 2020s:
|
||||||
|
template: { name: Chart, num: 6 }
|
||||||
|
tmdb_discover:
|
||||||
|
primary_release_date.gte: 01/01/2020
|
||||||
|
primary_release_date.lte: 12/31/2029
|
||||||
|
with_original_language: fr
|
||||||
|
sort_by: popularity.desc
|
||||||
|
limit: 100
|
||||||
|
summary: A collection of the Top Content of the 2020s
|
||||||
|
Cesar Winners:
|
||||||
|
template: { name: Chart, num: 7 }
|
||||||
|
imdb_list: https://www.imdb.com/list/ls024896765/?sort=release_date,desc
|
||||||
|
summary: Cesar Winning Movies
|
||||||
160
Aldfeu/French_people.yml
Normal file
@ -0,0 +1,160 @@
|
|||||||
|
######################################################
|
||||||
|
# People Collections #
|
||||||
|
######################################################
|
||||||
|
templates:
|
||||||
|
Person:
|
||||||
|
smart_filter:
|
||||||
|
any:
|
||||||
|
actor: tmdb
|
||||||
|
director: tmdb
|
||||||
|
writer: tmdb
|
||||||
|
producer: tmdb
|
||||||
|
sort_by: random
|
||||||
|
validate: false
|
||||||
|
tmdb_person: <<person>>
|
||||||
|
sort_title: +4_<<collection_name>>
|
||||||
|
collections:
|
||||||
|
Martin Lamotte:
|
||||||
|
template: {name: Person, person: 82793}
|
||||||
|
Michel Galabru:
|
||||||
|
template: {name: Person, person: 24629}
|
||||||
|
Christian Clavier:
|
||||||
|
template: {name: Person, person: 28781}
|
||||||
|
Gérard Jugnot:
|
||||||
|
template: {name: Person, person: 21171}
|
||||||
|
Dominique Lavanant:
|
||||||
|
template: {name: Person, person: 1972}
|
||||||
|
Jacques Villeret:
|
||||||
|
template: {name: Person, person: 35323}
|
||||||
|
Michel Blanc:
|
||||||
|
template: {name: Person, person: 21175}
|
||||||
|
Thierry Lhermitte:
|
||||||
|
template: {name: Person, person: 21177}
|
||||||
|
Josiane Balasko:
|
||||||
|
template: {name: Person, person: 35137}
|
||||||
|
Roland Giraud:
|
||||||
|
template: {name: Person, person: 35210}
|
||||||
|
Jean Yanne:
|
||||||
|
template: {name: Person, person: 24381}
|
||||||
|
Louis de Funès:
|
||||||
|
template: {name: Person, person: 11187}
|
||||||
|
Alban Ivanov:
|
||||||
|
template: {name: Person, person: 544681}
|
||||||
|
Vincent Cassel:
|
||||||
|
template: {name: Person, person: 1925}
|
||||||
|
Guillaume Canet:
|
||||||
|
template: {name: Person, person: 19866}
|
||||||
|
Kristin Scott Thomas:
|
||||||
|
template: {name: Person, person: 5470}
|
||||||
|
André Dussolier:
|
||||||
|
template: {name: Person, person: 18177}
|
||||||
|
Audrey Tautou:
|
||||||
|
template: {name: Person, person: 2405}
|
||||||
|
Romain Duris:
|
||||||
|
template: {name: Person, person: 17497}
|
||||||
|
Cécile de France:
|
||||||
|
template: {name: Person, person: 17522}
|
||||||
|
Gérard Deprdieu:
|
||||||
|
template: {name: Person, person: 16927}
|
||||||
|
Jamel Debbouze:
|
||||||
|
template: {name: Person, person: 2408}
|
||||||
|
Monica Bellucci:
|
||||||
|
template: {name: Person, person: 28782}
|
||||||
|
Alexandra Lamy:
|
||||||
|
template: {name: Person, person: 113617}
|
||||||
|
Jean Dujardin:
|
||||||
|
template: {name: Person, person: 56024}
|
||||||
|
Jean-Paul Belmondo:
|
||||||
|
template: {name: Person, person: 3829}
|
||||||
|
Michel Serrault:
|
||||||
|
template: {name: Person, person: 12270}
|
||||||
|
Jean Pierre Marielle:
|
||||||
|
template: {name: Person, person: 20795}
|
||||||
|
Jean Rochefort:
|
||||||
|
template: {name: Person, person: 24421}
|
||||||
|
Philippe Noiret:
|
||||||
|
template: {name: Person, person: 24366}
|
||||||
|
Niels Arestrup:
|
||||||
|
template: {name: Person, person: 17498}
|
||||||
|
Matthieu Amalric:
|
||||||
|
template: {name: Person, person: 8789}
|
||||||
|
Daniel Auteuil:
|
||||||
|
template: {name: Person, person: 6012}
|
||||||
|
Coluche:
|
||||||
|
template: {name: Person, person: 11214}
|
||||||
|
Benoît Poelvoored:
|
||||||
|
template: {name: Person, person: 47820}
|
||||||
|
Albert Dupontel:
|
||||||
|
template: {name: Person, person: 14606}
|
||||||
|
Eric Elmosnino:
|
||||||
|
template: {name: Person, person: 24465}
|
||||||
|
Francois Cluzet:
|
||||||
|
template: {name: Person, person: 33161}
|
||||||
|
Lino Ventura:
|
||||||
|
template: {name: Person, person: 15397}
|
||||||
|
Alain Delon:
|
||||||
|
template: {name: Person, person: 15135}
|
||||||
|
Fabrice Luchini:
|
||||||
|
template: {name: Person, person: 28255}
|
||||||
|
Jean Pierre Bacri:
|
||||||
|
template: {name: Person, person: 28281}
|
||||||
|
Laurent Lafitte:
|
||||||
|
template: {name: Person, person: 93532}
|
||||||
|
Omar Sy:
|
||||||
|
template: {name: Person, person: 78423}
|
||||||
|
Nicolas Duvauchelle:
|
||||||
|
template: {name: Person, person: 81054}
|
||||||
|
Matthieu Kassovitz:
|
||||||
|
template: {name: Person, person: 2406}
|
||||||
|
Lambert Wilson:
|
||||||
|
template: {name: Person, person: 2192}
|
||||||
|
Edouard Baer:
|
||||||
|
template: {name: Person, person: 41035}
|
||||||
|
Pierre Niney:
|
||||||
|
template: {name: Person, person: 145121}
|
||||||
|
Guillaume Gallienne:
|
||||||
|
template: {name: Person, person: 6554}
|
||||||
|
Brigitte Bardot:
|
||||||
|
template: {name: Person, person: 3783}
|
||||||
|
Lea Seydoux:
|
||||||
|
template: {name: Person, person: 121529}
|
||||||
|
Marion Cotillard:
|
||||||
|
template: {name: Person, person: 8293}
|
||||||
|
Melanie Laurent:
|
||||||
|
template: {name: Person, person: 19119}
|
||||||
|
Virginie Ledoyen:
|
||||||
|
template: {name: Person, person: 19163}
|
||||||
|
Catherine Deneuve:
|
||||||
|
template: {name: Person, person: 50}
|
||||||
|
Sophie Marceau:
|
||||||
|
template: {name: Person, person: 1957}
|
||||||
|
Emmanuel Beart:
|
||||||
|
template: {name: Person, person: 4885}
|
||||||
|
Karine Viard:
|
||||||
|
template: {name: Person, person: 13688}
|
||||||
|
Jacqueline Maillan:
|
||||||
|
template: {name: Person, person: 39889}
|
||||||
|
Isabelle Adjani:
|
||||||
|
template: {name: Person, person: 6553}
|
||||||
|
Anemone:
|
||||||
|
template: {name: Person, person: 39350}
|
||||||
|
Bernard Blier:
|
||||||
|
template: {name: Person, person: 24379}
|
||||||
|
Jean Lefebvre:
|
||||||
|
template: {name: Person, person: 37457}
|
||||||
|
Jean Paul Rouve:
|
||||||
|
template: {name: Person, person: 16922}
|
||||||
|
Philippe Lacheau:
|
||||||
|
template: {name: Person, person: 186076}
|
||||||
|
Gad Elmaleh:
|
||||||
|
template: {name: Person, person: 51100}
|
||||||
|
Valerie Lemercier:
|
||||||
|
template: {name: Person, person: 62531}
|
||||||
|
Isabelle Nanty:
|
||||||
|
template: {name: Person, person: 2412}
|
||||||
|
Mireille Darc:
|
||||||
|
template: {name: Person, person: 39646}
|
||||||
|
Annie Girardot:
|
||||||
|
template: {name: Person, person: 6014}
|
||||||
|
Jean Carmet:
|
||||||
|
template: {name: Person, person: 24540}
|
||||||
131
Buzzie/Movies/config/collections/Best_Of.yml
Normal file
@ -0,0 +1,131 @@
|
|||||||
|
###############################################################
|
||||||
|
# IMDB Best Of #
|
||||||
|
# https://www.imdb.com/user/ur22726822/lists?ref_=ttls_otl_sm #
|
||||||
|
# #
|
||||||
|
###############################################################
|
||||||
|
templates:
|
||||||
|
Best of:
|
||||||
|
imdb_list: <<list>>
|
||||||
|
sort_title: +01_08_Best of <<year>>
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sync_mode: sync
|
||||||
|
summary: IMDB Best of list of the year <<year>>
|
||||||
|
smart_label: audience_rating.desc
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(04)
|
||||||
|
|
||||||
|
collections:
|
||||||
|
|
||||||
|
# Best of
|
||||||
|
Best of 1986:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls020817024/?sort=user_rating,desc, year: 1986, poster: https://i.imgur.com/HHZsRNG.jpg }
|
||||||
|
|
||||||
|
Best of 1987:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls020160403/?sort=user_rating,desc, year: 1987, poster: https://i.imgur.com/SGq6Mqa.jpg }
|
||||||
|
|
||||||
|
Best of 1988:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls068864736/?sort=user_rating,desc, year: 1988, poster: https://i.imgur.com/aRt0HFD.jpg }
|
||||||
|
|
||||||
|
Best of 1989:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls068862670/?sort=user_rating,desc, year: 1989, poster: https://i.imgur.com/Wnyx9U3.jpg }
|
||||||
|
|
||||||
|
Best of 1990:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls068928101/?sort=user_rating,desc, year: 1990, poster: https://i.imgur.com/jK34ZwS.jpg }
|
||||||
|
|
||||||
|
Best of 1991:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls068922447/?sort=user_rating,desc, year: 1991, poster: https://i.imgur.com/NTIGbW6.jpg }
|
||||||
|
|
||||||
|
Best of 1992:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls068927918/?sort=user_rating,desc, year: 1992, poster: https://i.imgur.com/M7Xe1OV.jpg }
|
||||||
|
|
||||||
|
Best of 1993:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls068629773/?sort=user_rating,desc, year: 1993, poster: https://i.imgur.com/sXvkDuB.jpg }
|
||||||
|
|
||||||
|
Best of 1994:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls068001609/?sort=user_rating,desc, year: 1994, poster: https://i.imgur.com/tRtfQNI.jpg }
|
||||||
|
|
||||||
|
Best of 1995:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls069884197/?sort=user_rating,desc, year: 1995, poster: https://i.imgur.com/w6BQSLH.jpg }
|
||||||
|
|
||||||
|
Best of 1996:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls069849831/?sort=user_rating,desc, year: 1996, poster: https://i.imgur.com/bYtBjLj.jpg }
|
||||||
|
|
||||||
|
Best of 1997:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls069825094/?sort=user_rating,desc, year: 1997, poster: https://i.imgur.com/yhgMfxr.jpg }
|
||||||
|
|
||||||
|
Best of 1998:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls069868368/?sort=user_rating,desc, year: 1998, poster: https://i.imgur.com/ZgJOlFA.jpg }
|
||||||
|
|
||||||
|
Best of 1999:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls069299259/?sort=user_rating,desc, year: 1999, poster: https://i.imgur.com/cfHIFZy.jpg }
|
||||||
|
|
||||||
|
Best of 2000:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls069294381/?sort=user_rating,desc, year: 2000, poster: https://i.imgur.com/48xhm6x.jpg }
|
||||||
|
|
||||||
|
Best of 2001:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls069371016/?sort=user_rating,desc, year: 2001, poster: https://i.imgur.com/K8S6DQv.jpg }
|
||||||
|
|
||||||
|
Best of 2002:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls069359470/?sort=user_rating,desc, year: 2002, poster: https://i.imgur.com/Wdtr8vd.jpg }
|
||||||
|
|
||||||
|
Best of 2003:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls069188567/?sort=user_rating,desc, year: 2003, poster: https://i.imgur.com/gUcLuXs.jpg }
|
||||||
|
|
||||||
|
Best of 2004:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls064629009/?sort=user_rating,desc, year: 2004, poster: https://i.imgur.com/p2LGOIe.jpg }
|
||||||
|
|
||||||
|
Best of 2005:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls064627001/?sort=user_rating,desc, year: 2005, poster: https://i.imgur.com/J4XtFqO.jpg }
|
||||||
|
|
||||||
|
Best of 2006:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls062792751/?sort=user_rating,desc, year: 2006, poster: https://i.imgur.com/lUrIdyK.jpg }
|
||||||
|
|
||||||
|
Best of 2007:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls062790270/?sort=user_rating,desc, year: 2007, poster: https://i.imgur.com/HKHcxm6.jpg }
|
||||||
|
|
||||||
|
Best of 2008:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls062747132/?sort=user_rating,desc, year: 2008, poster: https://i.imgur.com/SiiQm0y.jpg }
|
||||||
|
|
||||||
|
Best of 2009:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls066238840/?sort=user_rating,desc, year: 2009, poster: https://i.imgur.com/te5fBy8.jpg }
|
||||||
|
|
||||||
|
Best of 2010:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls066349780/?sort=user_rating,desc, year: 2010, poster: https://i.imgur.com/rzo6yah.jpg }
|
||||||
|
|
||||||
|
Best of 2011:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls066349931/?sort=user_rating,desc, year: 2011, poster: https://i.imgur.com/MoZ5qOK.jpg }
|
||||||
|
|
||||||
|
Best of 2012:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls066390935/?sort=user_rating,desc, year: 2012, poster: https://i.imgur.com/ps2oScQ.jpg }
|
||||||
|
|
||||||
|
Best of 2013:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls066397123/?sort=user_rating,desc, year: 2013, poster: https://i.imgur.com/w97jADo.jpg }
|
||||||
|
|
||||||
|
Best of 2014:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls066676142/?sort=user_rating,desc, year: 2014, poster: https://i.imgur.com/PSwyAnj.jpg }
|
||||||
|
|
||||||
|
Best of 2015:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls031332959/?sort=user_rating,desc, year: 2015, poster: https://i.imgur.com/40TSdrA.jpg }
|
||||||
|
|
||||||
|
Best of 2016:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls060384749/?sort=user_rating,desc, year: 2016, poster: https://i.imgur.com/jvsvVwl.jpg }
|
||||||
|
|
||||||
|
Best of 2017:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls064170490/?sort=user_rating,desc, year: 2017, poster: https://i.imgur.com/2sGkTyO.jpg }
|
||||||
|
|
||||||
|
Best of 2018:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls023048722/?sort=user_rating,desc, year: 2018, poster: https://i.imgur.com/368D7NR.jpg }
|
||||||
|
|
||||||
|
Best of 2019:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls046632801/?sort=user_rating,desc, year: 2019, poster: https://i.imgur.com/3sw8kC5.jpg }
|
||||||
|
|
||||||
|
Best of 2020:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls092198478/?sort=user_rating,desc, year: 2020, poster: https://i.imgur.com/MngYAaG.jpg }
|
||||||
|
|
||||||
|
Best of 2021:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls089069734/?sort=user_rating,desc, year: 2021, poster: https://i.imgur.com/EnmAI5S.jpg }
|
||||||
|
|
||||||
|
Best of 2022:
|
||||||
|
template: { name: Best of, list: https://www.imdb.com/list/ls539905788/?sort=user_rating,desc, year: 2022, poster: https://i.imgur.com/JOYYulr.jpg }
|
||||||
74
Buzzie/Movies/config/collections/Decades.yml
Normal file
@ -0,0 +1,74 @@
|
|||||||
|
#####################################################
|
||||||
|
# Decade Collections #
|
||||||
|
#####################################################
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Best of 1980s:
|
||||||
|
imdb_list:
|
||||||
|
url: https://www.imdb.com/search/title/?title_type=feature,short&release_date=1980-01-01,1989-12-31&num_votes=10000,&sort=user_rating,desc
|
||||||
|
limit: 150
|
||||||
|
url_poster: https://i.imgur.com/FK6ru1R.jpg
|
||||||
|
url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||||
|
sort_title: +01_08_Best_of_1980s
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: custom
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
Best of 1990s:
|
||||||
|
imdb_list:
|
||||||
|
url: https://www.imdb.com/search/title/?title_type=feature,short&release_date=1990-01-01,1999-12-31&num_votes=10000,&sort=user_rating,desc
|
||||||
|
limit: 150
|
||||||
|
url_poster: https://i.imgur.com/pZJdBSW.jpg
|
||||||
|
url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||||
|
sort_title: +01_08_Best_of_1990s
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: custom
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
Best of 2000s:
|
||||||
|
imdb_list:
|
||||||
|
url: https://www.imdb.com/search/title/?title_type=feature,short&release_date=2000-01-01,2009-12-31&num_votes=10000,&sort=user_rating,desc
|
||||||
|
limit: 150
|
||||||
|
url_poster: https://i.imgur.com/VquakZx.jpg
|
||||||
|
url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||||
|
sort_title: +01_08_Best_of_2000s
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: custom
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
Best of 2010s:
|
||||||
|
imdb_list:
|
||||||
|
url: https://www.imdb.com/search/title/?title_type=feature,short&release_date=2010-01-01,2019-12-31&num_votes=10000,&sort=user_rating,desc
|
||||||
|
limit: 150
|
||||||
|
url_poster: https://i.imgur.com/NEPK2kG.jpg
|
||||||
|
url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||||
|
sort_title: +01_08_Best_of_2010s
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: custom
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
Best of 2020s:
|
||||||
|
imdb_list:
|
||||||
|
url: https://www.imdb.com/search/title/?title_type=feature,short&release_date=2020-01-01,2029-12-31&num_votes=1000,&sort=user_rating,desc
|
||||||
|
limit: 150
|
||||||
|
url_poster: https://i.imgur.com/YWTD1gJ.jpg
|
||||||
|
url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||||
|
sort_title: +01_08_Best_of_2020s
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: custom
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
95
Buzzie/Movies/config/collections/DolbyVision-HDR-1080p.yml
Normal file
@ -0,0 +1,95 @@
|
|||||||
|
#########################################################
|
||||||
|
# 4K Dolby Vision, 4K HDR & 1080P FHD Collections #
|
||||||
|
#########################################################
|
||||||
|
collections:
|
||||||
|
DolbyVision:
|
||||||
|
plex_all: true
|
||||||
|
sort_title: +01_09_<<collection_name>>
|
||||||
|
url_poster: https://i.imgur.com/CeSHUDB.jpg
|
||||||
|
filters:
|
||||||
|
has_dolby_vision: true
|
||||||
|
|
||||||
|
HDR:
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
resolution: 4K
|
||||||
|
hdr: true
|
||||||
|
sort_title: +01_09_<<collection_name>>
|
||||||
|
url_poster: https://i.imgur.com/1JGkaL9.jpg
|
||||||
|
filters:
|
||||||
|
has_dolby_vision: false
|
||||||
|
|
||||||
|
1080p:
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
resolution: 1080p
|
||||||
|
hdr: false
|
||||||
|
sort_title: +01_09_<<collection_name>>
|
||||||
|
url_poster: https://i.imgur.com/y479gbs.jpg
|
||||||
|
filters:
|
||||||
|
has_dolby_vision: false
|
||||||
|
|
||||||
|
IMAX-Enhanced:
|
||||||
|
plex_all: true
|
||||||
|
sort_title: +01_09_<<collection_name>>
|
||||||
|
url_poster: https://i.imgur.com/1x2Uvy0.png
|
||||||
|
filters:
|
||||||
|
filepath.regex: (IMAX Enhanced)
|
||||||
|
|
||||||
|
Remux:
|
||||||
|
plex_all: true
|
||||||
|
sort_title: +01_09_<<collection_name>>
|
||||||
|
url_poster: https://i.imgur.com/G5jNWnH.png
|
||||||
|
filters:
|
||||||
|
filepath.regex: (HQ-Remux|LQ-Remux|Remux-2160p|Remux-1080p)
|
||||||
|
|
||||||
|
Encodes:
|
||||||
|
plex_all: true
|
||||||
|
sort_title: +01_09_<<collection_name>>
|
||||||
|
url_poster: https://i.imgur.com/vdACVQ2.png
|
||||||
|
filters:
|
||||||
|
filepath.regex: (HQ2|LQ2)
|
||||||
|
|
||||||
|
WEB-DL:
|
||||||
|
plex_all: true
|
||||||
|
sort_title: +01_09_<<collection_name>>
|
||||||
|
url_poster: https://i.imgur.com/UgQ4NGu.png
|
||||||
|
filters:
|
||||||
|
filepath.regex: (HQ-WEBDL|LQ-WEBDL|WEBDL|WEBRip)
|
||||||
|
|
||||||
|
4K-Remux:
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
resolution: 4K
|
||||||
|
sort_title: +01_09_<<collection_name>>
|
||||||
|
url_poster: https://i.imgur.com/mkffQKH.jpg
|
||||||
|
filters:
|
||||||
|
filepath.regex: (HQ-Remux|LQ-Remux|Remux-2160p)
|
||||||
|
|
||||||
|
FHD-Remux:
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
resolution: 1080p
|
||||||
|
sort_title: +01_09_<<collection_name>>
|
||||||
|
url_poster: https://i.imgur.com/U3en86q.png
|
||||||
|
filters:
|
||||||
|
filepath.regex: (HQ-Remux|LQ-Remux|Remux-1080p)
|
||||||
|
|
||||||
|
4K-Encodes:
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
resolution: 4K
|
||||||
|
sort_title: +01_09_<<collection_name>>
|
||||||
|
url_poster: https://i.imgur.com/B8DFG8h.png
|
||||||
|
filters:
|
||||||
|
filepath.regex: (HQ2|LQ2)
|
||||||
|
|
||||||
|
FHD-Encodes:
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
resolution: 1080p
|
||||||
|
sort_title: +01_09_<<collection_name>>
|
||||||
|
url_poster: https://i.imgur.com/nfx5UR5.png
|
||||||
|
filters:
|
||||||
|
filepath.regex: (HQ2|LQ2)
|
||||||
|
|
||||||
100
Buzzie/Movies/config/collections/Genres.yml
Normal file
@ -0,0 +1,100 @@
|
|||||||
|
###########################
|
||||||
|
# Templates #
|
||||||
|
###########################
|
||||||
|
templates:
|
||||||
|
Genre:
|
||||||
|
default:
|
||||||
|
exclude: Children, Anime
|
||||||
|
sort_title: +02_<<collection_name>>
|
||||||
|
url_background: https://wallpaper.dog/large/20509069.jpg
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
|
smart_filter:
|
||||||
|
sort_by: release.desc
|
||||||
|
validate: false
|
||||||
|
all:
|
||||||
|
genre.not: <<exclude>>
|
||||||
|
audio_language: en
|
||||||
|
genre: <<genre>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
###########################
|
||||||
|
# Genre Collections #
|
||||||
|
###########################
|
||||||
|
Action:
|
||||||
|
template: { name: Genre, genre: action}
|
||||||
|
url_poster: https://i.imgur.com/5rP3mqc.jpg
|
||||||
|
Adventure:
|
||||||
|
template: { name: Genre, genre: adventure }
|
||||||
|
url_poster: https://i.imgur.com/fZMIfdy.jpg
|
||||||
|
Animation:
|
||||||
|
template: { name: Genre, genre: animation, exclude: null }
|
||||||
|
url_poster: https://i.imgur.com/W9355wl.jpg
|
||||||
|
Comedy:
|
||||||
|
template: { name: Genre, genre: comedy }
|
||||||
|
url_poster: https://i.imgur.com/dIMKbt9.jpg
|
||||||
|
Competition:
|
||||||
|
template: { name: Genre, genre: "game show" }
|
||||||
|
url_poster: https://i.imgur.com/dIMKbt9.jpg
|
||||||
|
Cooking:
|
||||||
|
template: { name: Genre, genre: "cooking, food" }
|
||||||
|
url_poster: https://i.imgur.com/dVXspVv.jpg
|
||||||
|
Crime:
|
||||||
|
template: { name: Genre, genre: crime }
|
||||||
|
url_poster: https://i.imgur.com/1FYD7Cz.jpg
|
||||||
|
Documentary:
|
||||||
|
template: { name: Genre, genre: "Biography, Documentary" }
|
||||||
|
url_poster: https://i.imgur.com/KRH25hE.jpg
|
||||||
|
Drama:
|
||||||
|
template: { name: Genre, genre: drama }
|
||||||
|
url_poster: https://i.imgur.com/RwOUFLI.jpg
|
||||||
|
Family:
|
||||||
|
template: { name: Genre, genre: family, exclude: null }
|
||||||
|
url_poster: https://i.imgur.com/k4VAgNR.jpg
|
||||||
|
Fantasy:
|
||||||
|
template: { name: Genre, genre: fantasy, exclude: null }
|
||||||
|
url_poster: https://i.imgur.com/IdeoNnr.jpg
|
||||||
|
History:
|
||||||
|
template: { name: Genre, genre: history }
|
||||||
|
url_poster: https://i.imgur.com/1n070o0.jpg
|
||||||
|
Horror:
|
||||||
|
template: { name: Genre, genre: horror }
|
||||||
|
url_poster: https://i.imgur.com/M6msOoq.jpg
|
||||||
|
Music:
|
||||||
|
template: { name: Genre, genre: music, exclude: null}
|
||||||
|
url_poster: https://i.imgur.com/eCJZSue.jpg
|
||||||
|
Musical:
|
||||||
|
template: { name: Genre, genre: musical, exclude: null}
|
||||||
|
url_poster: https://i.imgur.com/xBTTyNx.jpg
|
||||||
|
Mystery:
|
||||||
|
template: { name: Genre, genre: mystery }
|
||||||
|
url_poster: https://i.imgur.com/t1ArisJ.jpg
|
||||||
|
Reality:
|
||||||
|
template: { name: Genre, genre: reality }
|
||||||
|
url_poster: https://i.imgur.com/aDp1CZ9.jpg
|
||||||
|
Romance:
|
||||||
|
template: { name: Genre, genre: romance }
|
||||||
|
url_poster: https://i.imgur.com/0Jm9Jck.jpg
|
||||||
|
Romantic Comedy:
|
||||||
|
template: { name: Genre, genre: "romance,comedy" }
|
||||||
|
url_poster: https://i.imgur.com/7XVf34s.jpg
|
||||||
|
Romantic Drama:
|
||||||
|
template: { name: Genre, genre: "romance,drama" }
|
||||||
|
url_poster: https://i.imgur.com/ccutmOd.jpg
|
||||||
|
Sci-Fi:
|
||||||
|
template: { name: Genre, genre: sci-fi }
|
||||||
|
url_poster: https://i.imgur.com/EPi451Z.jpg
|
||||||
|
Sports:
|
||||||
|
template: { name: Genre, genre: sport }
|
||||||
|
url_poster: https://i.imgur.com/uGtTbYV.jpg
|
||||||
|
Thriller:
|
||||||
|
template: { name: Genre, genre: thriller }
|
||||||
|
url_poster: https://i.imgur.com/i4K4wXI.jpg
|
||||||
|
War:
|
||||||
|
template: { name: Genre, genre: war }
|
||||||
|
url_poster: https://i.imgur.com/tPgvWij.jpg
|
||||||
|
Western:
|
||||||
|
template: { name: Genre, genre: western }
|
||||||
|
url_poster: https://i.imgur.com/NbiRkV6.jpg
|
||||||
12
Buzzie/Movies/config/collections/IMDB-Top-250.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
collections:
|
||||||
|
# IMDB Top 250
|
||||||
|
IMDB Top 250:
|
||||||
|
imdb_chart: top_movies
|
||||||
|
url_poster: https://raw.githubusercontent.com/bradmartti/Plex-Meta-Manager-Configs/master/bradmartti/Posters/Charts/Top_250.JPG
|
||||||
|
sort_title: +01_06_IMDB top 250
|
||||||
|
summary: Top movies of all time
|
||||||
|
collection_order: custom
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
######################################################
|
||||||
|
# Movies #
|
||||||
|
######################################################
|
||||||
|
templates:
|
||||||
|
Series:
|
||||||
|
sort_title: +03_<<collection_name>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
collections:
|
||||||
|
######################################################
|
||||||
|
# Movie Series #
|
||||||
|
######################################################
|
||||||
|
|
||||||
|
Marvel Cinematic Universe Phase 1:
|
||||||
|
template: {name: Series}
|
||||||
|
letterboxd_list: https://letterboxd.com/goodspeed112/list/marvel-cinematic-universe-phase-1/
|
||||||
|
url_poster: https://theposterdb.com/api/assets/206256
|
||||||
|
collection_order: release
|
||||||
|
sync_mode: sync
|
||||||
|
collection_mode: hide
|
||||||
|
summary: All movies from the Marvel Cinematic Universe Phase 1.
|
||||||
|
|
||||||
|
Marvel Cinematic Universe Phase 2:
|
||||||
|
template: {name: Series}
|
||||||
|
letterboxd_list: https://letterboxd.com/goodspeed112/list/marvel-cinematic-universe-phase-2/
|
||||||
|
url_poster: https://theposterdb.com/api/assets/206257
|
||||||
|
collection_order: release
|
||||||
|
sync_mode: sync
|
||||||
|
collection_mode: hide
|
||||||
|
summary: All movies from the Marvel Cinematic Universe Phase 2.
|
||||||
|
|
||||||
|
Marvel Cinematic Universe Phase 3:
|
||||||
|
template: {name: Series}
|
||||||
|
letterboxd_list: https://letterboxd.com/goodspeed112/list/marvel-cinematic-universe-phase-3/
|
||||||
|
url_poster: https://theposterdb.com/api/assets/206258
|
||||||
|
collection_order: release
|
||||||
|
sync_mode: sync
|
||||||
|
collection_mode: hide
|
||||||
|
summary: All movies from the Marvel Cinematic Universe Phase 3.
|
||||||
|
|
||||||
|
Marvel Cinematic Universe Phase 4:
|
||||||
|
template: {name: Series}
|
||||||
|
letterboxd_list: https://letterboxd.com/goodspeed112/list/marvel-cinematic-universe-phase-4/
|
||||||
|
url_poster: https://theposterdb.com/api/assets/206259
|
||||||
|
collection_order: release
|
||||||
|
sync_mode: sync
|
||||||
|
collection_mode: hide
|
||||||
|
summary: All movies from the Marvel Cinematic Universe Phase 4.
|
||||||
80
Buzzie/Movies/config/collections/Marvel_Collections.yml
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_mode: hide
|
||||||
|
collection_order: release
|
||||||
|
Radarr_add_missing: true
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: +03_<<collection_name>>
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Ant-Man":
|
||||||
|
template: {name: Set, collection: 422834, poster: https://theposterdb.com/api/assets/162374 }
|
||||||
|
|
||||||
|
"Avengers":
|
||||||
|
template: {name: Set, collection: 86311, poster: https://theposterdb.com/api/assets/162376 }
|
||||||
|
|
||||||
|
"Black Panther":
|
||||||
|
template: {name: Set, collection: 529892, poster: https://theposterdb.com/api/assets/162378 }
|
||||||
|
|
||||||
|
"Blade Runner":
|
||||||
|
template: {name: Set, collection: 422837, poster: https://theposterdb.com/api/assets/163611 }
|
||||||
|
|
||||||
|
"Captain America":
|
||||||
|
template: {name: Set, collection: 131295, poster: https://theposterdb.com/api/assets/162381 }
|
||||||
|
|
||||||
|
"Captain Marvel":
|
||||||
|
template: {name: Set, collection: 623911, poster: https://theposterdb.com/api/assets/162387 }
|
||||||
|
|
||||||
|
"Daredevil":
|
||||||
|
template: {name: Set, movie: "9480, 9947", poster: https://theposterdb.com/api/assets/171145 }
|
||||||
|
|
||||||
|
"Deadpool":
|
||||||
|
template: {name: Set, collection: 448150, poster: https://theposterdb.com/api/assets/171133 }
|
||||||
|
|
||||||
|
"Doctor Strange":
|
||||||
|
template: {name: Set, collection: 618529, poster: https://theposterdb.com/api/assets/162388 }
|
||||||
|
|
||||||
|
"Fantastic Four":
|
||||||
|
template: {name: Set, collection: 9744, poster: https://theposterdb.com/api/assets/171129 }
|
||||||
|
|
||||||
|
"Ghost Rider":
|
||||||
|
template: {name: Set, collection: 90306, poster: https://theposterdb.com/api/assets/171142 }
|
||||||
|
|
||||||
|
"Guardians of the Galaxy":
|
||||||
|
template: {name: Set, collection: 284433, poster: https://theposterdb.com/api/assets/162393 }
|
||||||
|
|
||||||
|
"Iron Man":
|
||||||
|
template: {name: Set, collection: 131292, poster: https://theposterdb.com/api/assets/162395 }
|
||||||
|
|
||||||
|
"The Punisher":
|
||||||
|
template: {name: Set, movie: "8867, 7220, 13056, 120605", poster: https://theposterdb.com/api/assets/171137 }
|
||||||
|
|
||||||
|
"Spider-Man":
|
||||||
|
template: {name: Set, collection: 556, poster: https://theposterdb.com/api/assets/171148 }
|
||||||
|
|
||||||
|
"Amazing Spider-Man":
|
||||||
|
template: {name: Set, collection: 125574, poster: https://theposterdb.com/api/assets/171152 }
|
||||||
|
|
||||||
|
"Spider-Man (Avengers)":
|
||||||
|
template: {name: Set, collection: 531241, poster: https://theposterdb.com/api/assets/171853 }
|
||||||
|
|
||||||
|
"Thor":
|
||||||
|
template: {name: Set, collection: 131296, poster: https://theposterdb.com/api/assets/162406 }
|
||||||
|
|
||||||
|
"Wolverine":
|
||||||
|
template: {name: Set, collection: 453993, poster: https://theposterdb.com/api/assets/171121 }
|
||||||
|
|
||||||
|
"X-Men":
|
||||||
|
template: {name: Set, collection: 748, poster: https://theposterdb.com/api/assets/171112 }
|
||||||
@ -0,0 +1,41 @@
|
|||||||
|
###########################
|
||||||
|
# Templates #
|
||||||
|
###########################
|
||||||
|
templates:
|
||||||
|
tmdb:
|
||||||
|
optional:
|
||||||
|
- collections
|
||||||
|
- lists
|
||||||
|
- movies
|
||||||
|
- tmdb_summary
|
||||||
|
- summary
|
||||||
|
- company
|
||||||
|
tmdb_collection: <<collections>>
|
||||||
|
tmdb_list: <<lists>>
|
||||||
|
tmdb_movie: <<movies>>
|
||||||
|
tmdb_summary: <<tmdb_summary>>
|
||||||
|
tmdb_company: <<tmdb_company>>
|
||||||
|
summary: <<summary>>
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sync_mode: sync
|
||||||
|
sort_title: +03_<<collection_name>>
|
||||||
|
radarr_add_missing: true
|
||||||
|
collection_order: release
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
#####################################
|
||||||
|
# Movie Company Collections #
|
||||||
|
#####################################
|
||||||
|
collections:
|
||||||
|
Marvel Cinematic Universe:
|
||||||
|
template: {name: tmdb, tmdb_company: "420", tmdb_summary: 420, poster: https://theposterdb.com/api/assets/879}
|
||||||
|
filter:
|
||||||
|
tmdb_genre.not: Animation
|
||||||
|
|
||||||
|
DC Extended Universe:
|
||||||
|
template: {name: tmdb, tmdb_company: "128064, 9993", tmdb_summary: 9993, poster: https://theposterdb.com/api/assets/79223}
|
||||||
|
filter:
|
||||||
|
tmdb_genre.not: Animation
|
||||||
47
Buzzie/Movies/config/collections/Movie_Collections.yml
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
###########################
|
||||||
|
# Templates #
|
||||||
|
###########################
|
||||||
|
templates:
|
||||||
|
tmdb:
|
||||||
|
optional:
|
||||||
|
- collections
|
||||||
|
- lists
|
||||||
|
- movies
|
||||||
|
- tmdb_summary
|
||||||
|
- summary
|
||||||
|
tmdb_collection: <<collections>>
|
||||||
|
tmdb_list: <<lists>>
|
||||||
|
tmdb_movie: <<movies>>
|
||||||
|
tmdb_summary: <<tmdb_summary>>
|
||||||
|
summary: <<summary>>
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sync_mode: sync
|
||||||
|
sort_title: +03_<<collection_name>>
|
||||||
|
collection_order: release
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
imdb:
|
||||||
|
url_poster: <<poster>>
|
||||||
|
summary: <<summary>>
|
||||||
|
sort_title: +03_<<collection_name>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
#####################################
|
||||||
|
# Movie Collections #
|
||||||
|
#####################################
|
||||||
|
collections:
|
||||||
|
Disney Animation:
|
||||||
|
template: {name: tmdb, lists: "7103808, 7103807", summary: "A collection of Disney Animation movies.", poster: https://theposterdb.com/api/assets/68411}
|
||||||
|
Disney Fairies:
|
||||||
|
template: {name: tmdb, collections: "315595", tmdb_summary: 315595, poster: https://theposterdb.com/api/assets/167996}
|
||||||
|
Disney ReImaginings:
|
||||||
|
template: {name: imdb, summary: "Live-action remakes produced by Walt Disney Pictures of its animated films.", poster: https://theposterdb.com/api/assets/68410}
|
||||||
|
imdb_list:
|
||||||
|
- https://www.imdb.com/list/ls083312980/
|
||||||
@ -0,0 +1,72 @@
|
|||||||
|
###########################
|
||||||
|
# Templates #
|
||||||
|
###########################
|
||||||
|
templates:
|
||||||
|
tmdb:
|
||||||
|
optional:
|
||||||
|
- collections
|
||||||
|
- lists
|
||||||
|
- movies
|
||||||
|
- tmdb_summary
|
||||||
|
- summary
|
||||||
|
- company
|
||||||
|
tmdb_collection: <<collections>>
|
||||||
|
tmdb_list: <<lists>>
|
||||||
|
tmdb_movie: <<movies>>
|
||||||
|
tmdb_summary: <<tmdb_summary>>
|
||||||
|
summary: <<summary>>
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sync_mode: sync
|
||||||
|
sort_title: +03_<<collection_name>>
|
||||||
|
radarr_add_missing: true
|
||||||
|
collection_order: release
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
imdb:
|
||||||
|
url_poster: <<poster>>
|
||||||
|
summary: <<summary>>
|
||||||
|
sort_title: +03_<<collection_name>>
|
||||||
|
radarr_add_missing: true
|
||||||
|
sync_mode: sync
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
#####################################
|
||||||
|
# Movie Collections #
|
||||||
|
#####################################
|
||||||
|
collections:
|
||||||
|
The Bourne Collection:
|
||||||
|
template: {name: tmdb, collections: 31562, tmdb_summary: 31562, poster: https://theposterdb.com/api/assets/5420}
|
||||||
|
The Fast and the Furious:
|
||||||
|
template: {name: tmdb, collections: "9485", tmdb_summary: 9485, poster: https://theposterdb.com/api/assets/10036}
|
||||||
|
Star Trek:
|
||||||
|
template: {name: imdb, summary: "Star Trek is an American media franchise based on the science fiction television series created by Gene Roddenberry. The first television series, simply called Star Trek and now referred to as The Original Series, debuted in 1966 and aired for three seasons on NBC. The Star Trek canon includes the original series, seven spin-off television series, two animated series, and thirteen films.", poster: "https://theposterdb.com/api/assets/21270"}
|
||||||
|
imdb_list:
|
||||||
|
- https://www.imdb.com/list/ls062347197/
|
||||||
|
"Mission: Impossible":
|
||||||
|
template: {name: tmdb, collections: "87359", tmdb_summary: 87359, poster: https://theposterdb.com/api/assets/12118}
|
||||||
|
Pirates of the Caribbean:
|
||||||
|
template: {name: tmdb, collections: "295", tmdb_summary: 295, poster: https://theposterdb.com/api/assets/72259}
|
||||||
|
Terminator:
|
||||||
|
template: {name: tmdb, collections: "528", tmdb_summary: 528, poster: https://theposterdb.com/api/assets/26461}
|
||||||
|
Transformers:
|
||||||
|
template: {name: tmdb, collections: "8650", movies: 424783, tmdb_summary: 8650, poster: https://theposterdb.com/api/assets/33217}
|
||||||
|
Batman:
|
||||||
|
template: {name: tmdb, collections: "120794", tmdb_summary: 120794, poster: https://theposterdb.com/api/assets/52698}
|
||||||
|
John Wick:
|
||||||
|
template: {name: tmdb, collections: "404609", tmdb_summary: 404609, poster: https://theposterdb.com/api/assets/17550}
|
||||||
|
The Godfather:
|
||||||
|
template: {name: tmdb, collections: "230", tmdb_summary: 230, poster: https://theposterdb.com/api/assets/8934}
|
||||||
|
Taken:
|
||||||
|
template: {name: tmdb, collections: "135483", tmdb_summary: 135483, poster: https://theposterdb.com/api/assets/8826}
|
||||||
|
Kingsman:
|
||||||
|
template: {name: tmdb, collections: "391860", tmdb_summary: 391860, poster: https://theposterdb.com/api/assets/6634}
|
||||||
|
Star Wars:
|
||||||
|
template: {name: tmdb, collections: "10", movies: "348350, 330459", tmdb_summary: 10, poster: https://theposterdb.com/api/assets/5846}
|
||||||
|
plex_search:
|
||||||
|
title: "Star Wars"
|
||||||
73
Buzzie/Movies/config/collections/Streaming.yml
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
collections:
|
||||||
|
#####################################
|
||||||
|
# Streaming Collections #
|
||||||
|
#####################################
|
||||||
|
Netflix Movies:
|
||||||
|
mdblist_list: https://mdblist.com/lists/ryalism/netflix-movies
|
||||||
|
url_poster: https://theposterdb.com/api/assets/163448
|
||||||
|
sort_title: +01_10_<<collection_name>>
|
||||||
|
collection_order: custom
|
||||||
|
collection_mode: hide
|
||||||
|
sync_mode: sync
|
||||||
|
schedule:
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
Disney+ Movies:
|
||||||
|
mdblist_list: https://mdblist.com/lists/ryalism/disney-movies
|
||||||
|
url_poster: https://theposterdb.com/api/assets/163294
|
||||||
|
sort_title: +01_10_<<collection_name>>
|
||||||
|
collection_order: custom
|
||||||
|
collection_mode: hide
|
||||||
|
sync_mode: sync
|
||||||
|
schedule:
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
AppleTV+ Movies:
|
||||||
|
mdblist_list: https://mdblist.com/lists/buzzie/appletv-plus
|
||||||
|
url_poster: https://theposterdb.com/api/assets/163303
|
||||||
|
sort_title: +01_10_<<collection_name>>
|
||||||
|
collection_order: custom
|
||||||
|
collection_mode: hide
|
||||||
|
sync_mode: sync
|
||||||
|
schedule:
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
HBO MAX Movies:
|
||||||
|
mdblist_list: https://mdblist.com/lists/ryalism/hbo-max-movies
|
||||||
|
url_poster: https://theposterdb.com/api/assets/163885
|
||||||
|
sort_title: +01_10_<<collection_name>>
|
||||||
|
collection_order: custom
|
||||||
|
collection_mode: hide
|
||||||
|
sync_mode: sync
|
||||||
|
schedule:
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
Paramount+ Movies:
|
||||||
|
mdblist_list: https://mdblist.com/lists/buzzie/paramount-plus
|
||||||
|
url_poster: https://theposterdb.com/api/assets/163819
|
||||||
|
sort_title: +01_10_<<collection_name>>
|
||||||
|
collection_order: custom
|
||||||
|
collection_mode: hide
|
||||||
|
sync_mode: sync
|
||||||
|
schedule:
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
Peacock Movies:
|
||||||
|
mdblist_list: https://mdblist.com/lists/buzzie/peacock
|
||||||
|
url_poster: https://theposterdb.com/api/assets/163874
|
||||||
|
sort_title: +01_10_<<collection_name>>
|
||||||
|
collection_order: custom
|
||||||
|
collection_mode: hide
|
||||||
|
sync_mode: sync
|
||||||
|
schedule:
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
Amazon Movies:
|
||||||
|
mdblist_list: https://mdblist.com/lists/ryalism/amazon-movies
|
||||||
|
url_poster: https://theposterdb.com/api/assets/163301
|
||||||
|
sort_title: +01_10_<<collection_name>>
|
||||||
|
collection_order: custom
|
||||||
|
collection_mode: hide
|
||||||
|
sync_mode: sync
|
||||||
|
schedule:
|
||||||
|
- hourly(02)
|
||||||
40
Buzzie/Movies/config/collections/Trakt.yml
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
collections:
|
||||||
|
#####################################
|
||||||
|
# Trakt Collections #
|
||||||
|
#####################################
|
||||||
|
Most Watched This Week:
|
||||||
|
trakt_watched_weekly: 100
|
||||||
|
sort_title: "+01_05_Watched This Week"
|
||||||
|
sync_mode: sync
|
||||||
|
radarr_add: false
|
||||||
|
url_poster: https://raw.githubusercontent.com/bradmartti/Plex-Meta-Manager-Configs/master/bradmartti/Posters/Charts/Trakt_Weekly.jpg
|
||||||
|
collection_order: custom
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
Most Watched This Year:
|
||||||
|
trakt_watched_yearly: 250
|
||||||
|
sort_title: "+01_05_Watched This Year"
|
||||||
|
sync_mode: sync
|
||||||
|
radarr_add: false
|
||||||
|
url_poster: https://i.imgur.com/smHhrpE.jpg
|
||||||
|
collection_order: custom
|
||||||
|
collection_mode: hide
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
|
|
||||||
|
Newly Released (Box Office):
|
||||||
|
sync_mode: sync
|
||||||
|
sort_title: +01_05_<<collection_name>>
|
||||||
|
trakt_boxoffice: true
|
||||||
|
summary: A collection of top movies at the Box Office from Trakt.
|
||||||
|
url_poster: https://i.imgur.com/iLTMGzj.jpg
|
||||||
|
smart_label: release.desc
|
||||||
|
collection_mode: hide
|
||||||
|
radarr_add_missing: false
|
||||||
|
schedule:
|
||||||
|
- weekly(sunday)
|
||||||
|
- hourly(02)
|
||||||
@ -0,0 +1,42 @@
|
|||||||
|
###############################################################
|
||||||
|
# Collection(s): Recents, Trending, Popular, Top 250 #
|
||||||
|
###############################################################
|
||||||
|
|
||||||
|
collections:
|
||||||
|
|
||||||
|
# Recents
|
||||||
|
Recently Added:
|
||||||
|
url_poster: https://i.imgur.com/tpF2BDc.png
|
||||||
|
sort_title: +01_01_Recently Added
|
||||||
|
smart_filter:
|
||||||
|
sort_by: added.desc
|
||||||
|
all:
|
||||||
|
added: 7
|
||||||
|
collection_mode: hide
|
||||||
|
Recently Released:
|
||||||
|
url_poster: https://i.imgur.com/qJjOYEn.png
|
||||||
|
sort_title: +01_02_Recently Released
|
||||||
|
smart_filter:
|
||||||
|
sort_by: release.desc
|
||||||
|
all:
|
||||||
|
release: 60
|
||||||
|
collection_mode: hide
|
||||||
|
|
||||||
|
# Trending
|
||||||
|
Trending:
|
||||||
|
sort_title: +01_03_Trending
|
||||||
|
url_poster: https://raw.githubusercontent.com/bradmartti/Plex-Meta-Manager-Configs/master/bradmartti/Posters/Charts/Trending_Weekly.JPG
|
||||||
|
sync_mode: sync
|
||||||
|
tmdb_trending_weekly: 50
|
||||||
|
summary: Movies Trending across the internet
|
||||||
|
collection_mode: hide
|
||||||
|
|
||||||
|
# Poplular
|
||||||
|
Popular:
|
||||||
|
sort_title: +01_04_Popular
|
||||||
|
url_poster: https://raw.githubusercontent.com/bradmartti/Plex-Meta-Manager-Configs/master/bradmartti/Posters/Charts/Popular_Now.JPG
|
||||||
|
sync_mode: sync
|
||||||
|
smart_label: random
|
||||||
|
tmdb_popular: 50
|
||||||
|
summary: Popular Movies across the internet
|
||||||
|
collection_mode: hide
|
||||||
1
Buzzie/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
Buzzie's PMM Git
|
||||||
1
Buzzie/TV/tv shows folder
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
||||||
BIN
Buzzie/overlays/movies/Ratings/IMDB-Top-250red.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
Buzzie/overlays/movies/Ratings/IMDB_Ratingred.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
Buzzie/overlays/movies/Ratings/Letterboxd_Ratingred.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
Buzzie/overlays/movies/Ratings/RT-Aud-Freshred.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
Buzzie/overlays/movies/Ratings/RT-Aud-Rottenred.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
Buzzie/overlays/movies/Ratings/RT-Cert-Freshred.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
Buzzie/overlays/movies/Ratings/RT-Crit-Freshred.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
Buzzie/overlays/movies/Ratings/RT-Crit-Rottenred.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
Buzzie/overlays/movies/Ratings/TMDB-Trending.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
Buzzie/overlays/movies/Ratings/rating_Fresh.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
Buzzie/overlays/movies/Ratings/rating_IMDB.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
Buzzie/overlays/movies/Ratings/rating_Letterboxd.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
Buzzie/overlays/movies/Ratings/rating_Rotten.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
EvilTactician/Anime.png
Normal file
|
After Width: | Height: | Size: 905 KiB |
126
EvilTactician/Anime.yml
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
##########################################
|
||||||
|
## Anime Collections ##
|
||||||
|
##########################################
|
||||||
|
# #
|
||||||
|
# Credits #
|
||||||
|
# Evil Tacctician #
|
||||||
|
# JJJonesJr33 #
|
||||||
|
# #
|
||||||
|
##########################################
|
||||||
|
templates:
|
||||||
|
MAL Genre:
|
||||||
|
mal_genre:
|
||||||
|
genre_id: <<genre_id>>
|
||||||
|
collection_order: alpha
|
||||||
|
collection_mode: hide
|
||||||
|
sync_mode: sync
|
||||||
|
MAL User:
|
||||||
|
sort_title: ~<<collection_name>>
|
||||||
|
mal_userlist:
|
||||||
|
username: <<username>>
|
||||||
|
status: plan_to_watch
|
||||||
|
sort_by: title
|
||||||
|
limit: 500
|
||||||
|
collection_order: alpha
|
||||||
|
collection_mode: hide
|
||||||
|
sync_mode: sync
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Collection1: # Replace Username1 with a valid MAL Username
|
||||||
|
template: { name: MAL User, username: Username1 }
|
||||||
|
Collection2: # Replace Username2 with a valid MAL Username
|
||||||
|
template: { name: MAL User, username: Username2 }
|
||||||
|
Donghua:
|
||||||
|
collection_order: alpha
|
||||||
|
sync_mode: sync
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
audio_language: zh
|
||||||
|
title.not: aggretsuko
|
||||||
|
Mobile Suit Gundam:
|
||||||
|
collection_order: alpha
|
||||||
|
sync_mode: sync
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
title: Gundam
|
||||||
|
Cars:
|
||||||
|
template: { name: MAL Genre, genre_id: 3 }
|
||||||
|
Demons:
|
||||||
|
template: { name: MAL Genre, genre_id: 6 }
|
||||||
|
Ecchi:
|
||||||
|
template: { name: MAL Genre, genre_id: 9 }
|
||||||
|
Game:
|
||||||
|
template: { name: MAL Genre, genre_id: 11 }
|
||||||
|
Harem:
|
||||||
|
template: { name: MAL Genre, genre_id: 35 }
|
||||||
|
Mecha:
|
||||||
|
template: { name: MAL Genre, genre_id: 18 }
|
||||||
|
Military:
|
||||||
|
template: { name: MAL Genre, genre_id: 38 }
|
||||||
|
Psychological:
|
||||||
|
template: { name: MAL Genre, genre_id: 40 }
|
||||||
|
Samurai:
|
||||||
|
template: { name: MAL Genre, genre_id: 21 }
|
||||||
|
School:
|
||||||
|
template: { name: MAL Genre, genre_id: 23 }
|
||||||
|
Shoujo:
|
||||||
|
template: { name: MAL Genre, genre_id: 25 }
|
||||||
|
Shounen:
|
||||||
|
template: { name: MAL Genre, genre_id: 27 }
|
||||||
|
Slice of Life:
|
||||||
|
template: { name: MAL Genre, genre_id: 36 }
|
||||||
|
Space:
|
||||||
|
template: { name: MAL Genre, genre_id: 29 }
|
||||||
|
Supernatural:
|
||||||
|
template: { name: MAL Genre, genre_id: 37 }
|
||||||
|
Super Power:
|
||||||
|
template: { name: MAL Genre, genre_id: 31 }
|
||||||
|
Vampire:
|
||||||
|
template: { name: MAL Genre, genre_id: 32 }
|
||||||
|
Action:
|
||||||
|
template: { name: MAL Genre, genre_id: 1 }
|
||||||
|
Adventure:
|
||||||
|
template: { name: MAL Genre, genre_id: 2 }
|
||||||
|
Comedy:
|
||||||
|
template: { name: MAL Genre, genre_id: 4 }
|
||||||
|
Drama:
|
||||||
|
template: { name: MAL Genre, genre_id: 8 }
|
||||||
|
Fantasy:
|
||||||
|
template: { name: MAL Genre, genre_id: 10 }
|
||||||
|
Historical:
|
||||||
|
template: { name: MAL Genre, genre_id: 13 }
|
||||||
|
Horror:
|
||||||
|
template: { name: MAL Genre, genre_id: 14 }
|
||||||
|
Martial Arts:
|
||||||
|
template: { name: MAL Genre, genre_id: 17 }
|
||||||
|
Music:
|
||||||
|
template: { name: MAL Genre, genre_id: 19 }
|
||||||
|
Mystery:
|
||||||
|
template: { name: MAL Genre, genre_id: 7 }
|
||||||
|
Romance:
|
||||||
|
template: { name: MAL Genre, genre_id: 22 }
|
||||||
|
Sci-Fi:
|
||||||
|
template: { name: MAL Genre, genre_id: 24 }
|
||||||
|
Sports:
|
||||||
|
template: { name: MAL Genre, genre_id: 30 }
|
||||||
|
Boys Love:
|
||||||
|
template: { name: MAL Genre, genre_id: 28 }
|
||||||
|
Girls Love:
|
||||||
|
template: { name: MAL Genre, genre_id: 26 }
|
||||||
|
Gourmet:
|
||||||
|
template: { name: MAL Genre, genre_id: 47 }
|
||||||
|
Erotica:
|
||||||
|
template: { name: MAL Genre, genre_id: 49 }
|
||||||
|
Hentai:
|
||||||
|
template: { name: MAL Genre, genre_id: 12 }
|
||||||
|
Parody:
|
||||||
|
template: { name: MAL Genre, genre_id: 20 }
|
||||||
|
Police:
|
||||||
|
template: { name: MAL Genre, genre_id: 39 }
|
||||||
|
Thriller:
|
||||||
|
template: { name: MAL Genre, genre_id: 41 }
|
||||||
|
Unmatched:
|
||||||
|
plex_collectionless:
|
||||||
|
exclude: Test
|
||||||
|
sort_title: ~_Unmatched
|
||||||
|
collection_order: alpha
|
||||||
7
EvilTactician/Assets/README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Collection Posters
|
||||||
|
|
||||||
|
Please find the custom collection posters on my GitHub Repo:
|
||||||
|
[Evil Tactician's Anime Collections](https://github.com/EvilTactician/Anime-Collections-PMM).
|
||||||
|
|
||||||
|
Due to the size of custom artwork, we cannot upload these to this general config repo.
|
||||||
|
|
||||||
29
EvilTactician/README.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Evil Tactician's Anime Collections
|
||||||
|
|
||||||
|
Anime Collections based on MAL Genres
|
||||||
|
|
||||||
|
## Included
|
||||||
|
* config.yml
|
||||||
|
* Anime.yml
|
||||||
|
* Custom Artwork¹
|
||||||
|
* Photoshop Template¹
|
||||||
|
|
||||||
|
¹ Please note that these can only be found on my own repo due to their size: [Evil Tactician's Anime Collections](https://github.com/EvilTactician/Anime-Collections-PMM).
|
||||||
|
|
||||||
|
Preview: <br>
|
||||||
|

|
||||||
|
|
||||||
|
## Instructions
|
||||||
|
|
||||||
|
Detailed instructions and latest version can be found here: [Evil Tactician's Anime Collections](https://github.com/EvilTactician/Anime-Collections-PMM).
|
||||||
|
|
||||||
|
This repo only contains a preview and the config files.
|
||||||
|
|
||||||
|
## Special Thanks
|
||||||
|
JJJonesJr33 - Original Base Anime.yml & Feedback<br>
|
||||||
|
Fribb - Creator of https://github.com/Fribb/anime-lists, helped me track down some mapping issues<br>
|
||||||
|
Sohjiro - Creator of Plex Meta Manager
|
||||||
|
|
||||||
|
There was quite a bit of work involved in this - and you're welcome to use my assets and templates as you see fit as long as you give credit if you re-distribute them anywhere or include them in another project.
|
||||||
|
|
||||||
|
If you wish to say thanks, you can [buy me a coffee](https://ko-fi.com/eviltactician) or wave on Discord.
|
||||||
57
EvilTactician/config.yml
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
########################################################################
|
||||||
|
## Plex-Meta-Manager by Evil Tactician ##
|
||||||
|
########################################################################
|
||||||
|
|
||||||
|
## This file is a template remove the .template to use the file
|
||||||
|
|
||||||
|
libraries: # Library mappings must have a colon (:) placed after them
|
||||||
|
Anime: # Must match you library that is shown within plex
|
||||||
|
metadata_path:
|
||||||
|
- file: config/Anime.yml
|
||||||
|
settings: # Can be individually specified per library as well
|
||||||
|
cache: true
|
||||||
|
cache_expiration: 60
|
||||||
|
asset_directory: config/assets
|
||||||
|
asset_folders: false
|
||||||
|
asset_depth: 0
|
||||||
|
create_asset_folders: false
|
||||||
|
dimensional_asset_rename: false
|
||||||
|
download_url_assets: false
|
||||||
|
show_missing_season_assets: false
|
||||||
|
sync_mode: append
|
||||||
|
minimum_items: 1
|
||||||
|
default_collection_order: alpha
|
||||||
|
delete_below_minimum: true
|
||||||
|
delete_not_scheduled: false
|
||||||
|
run_again_delay: 2
|
||||||
|
missing_only_released: false
|
||||||
|
only_filter_missing: false
|
||||||
|
show_unmanaged: true
|
||||||
|
show_filtered: false
|
||||||
|
show_options: false
|
||||||
|
show_missing: false
|
||||||
|
show_missing_assets: false
|
||||||
|
save_missing: false
|
||||||
|
tvdb_language: eng
|
||||||
|
ignore_ids:
|
||||||
|
ignore_imdb_ids:
|
||||||
|
playlist_sync_to_user:
|
||||||
|
verify_ssl: true
|
||||||
|
plex: # REQUIRED - see https://github.com/meisnate12/Plex-Meta-Manager/wiki/Plex-Attributes
|
||||||
|
url:
|
||||||
|
token:
|
||||||
|
timeout: 60
|
||||||
|
clean_bundles: false
|
||||||
|
empty_trash: false
|
||||||
|
optimize: false
|
||||||
|
tmdb: # REQUIRED for the script to run - to get a key you must follow https://developers.themoviedb.org/3/getting-started/introduction
|
||||||
|
apikey:
|
||||||
|
language: en
|
||||||
|
mal: # REQUIRED for this config to work - set up by following https://github.com/meisnate12/Plex-Meta-Manager/wiki/MyAnimeList-Attributes
|
||||||
|
client_id:
|
||||||
|
client_secret:
|
||||||
|
authorization:
|
||||||
|
access_token:
|
||||||
|
token_type:
|
||||||
|
expires_in:
|
||||||
|
refresh_token:
|
||||||
20
Frexe/Movies/Collections/A21.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"A24":
|
||||||
|
template: {name: Set, list: 8205203, poster: https://theposterdb.com/api/assets/239974 }
|
||||||
|
|
||||||
|
"The Souvenir":
|
||||||
|
template: {name: Set, collection: 583369, poster: https://theposterdb.com/api/assets/239961 }
|
||||||
20
Frexe/Movies/Collections/Blue Sky Studios.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Rio":
|
||||||
|
template: {name: Set, collection: 229932, poster: https://theposterdb.com/api/assets/162967 }
|
||||||
|
|
||||||
|
"Ice Age":
|
||||||
|
template: {name: Set, collection: 8354, poster: https://theposterdb.com/api/assets/162988 }
|
||||||
22
Frexe/Movies/Collections/Broken Lizard.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
- imdb
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
imdb_list: <<imdb>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Broken Lizard":
|
||||||
|
template: {name: Set, list: 8197250, poster: https://theposterdb.com/api/assets/201073 }
|
||||||
|
|
||||||
|
"Super Troopers":
|
||||||
|
template: {name: Set, collection: 449462, poster: https://theposterdb.com/api/assets/166267 }
|
||||||
@ -0,0 +1,19 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
- imdb
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
imdb_list: <<imdb>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"DC Universe Animated Original Movies":
|
||||||
|
template: {name: Set, list: 8205845, poster: https://theposterdb.com/api/assets/193336 }
|
||||||
43
Frexe/Movies/Collections/DC.yml
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
- imdb
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
imdb_list: <<imdb>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Aquaman":
|
||||||
|
template: {name: Set, collection: 573693, poster: https://theposterdb.com/api/assets/162375 }
|
||||||
|
|
||||||
|
"Batman":
|
||||||
|
template: {name: Set, collection: 120794, poster: https://theposterdb.com/api/assets/162377 }
|
||||||
|
|
||||||
|
"Red":
|
||||||
|
template: {name: Set, collection: 163902, poster: https://theposterdb.com/api/assets/162399 }
|
||||||
|
|
||||||
|
"Suicide Squad":
|
||||||
|
template: {name: Set, collection: 531242, poster: https://theposterdb.com/api/assets/174225 }
|
||||||
|
|
||||||
|
"Superman":
|
||||||
|
template: {name: Set, collection: 8537, poster: https://theposterdb.com/api/assets/162402 }
|
||||||
|
|
||||||
|
"Swamp Thing":
|
||||||
|
template: {name: Set, collection: 87228, poster: https://theposterdb.com/api/assets/162403 }
|
||||||
|
|
||||||
|
"Watchmen":
|
||||||
|
template: {name: Set, list: 8196349, poster: https://theposterdb.com/api/assets/162408 }
|
||||||
|
|
||||||
|
"Wonder Woman":
|
||||||
|
template: {name: Set, collection: 468552, poster: https://theposterdb.com/api/assets/162410 }
|
||||||
|
|
||||||
|
"DC":
|
||||||
|
template: {name: Set, imdb: https://www.imdb.com/list/ls538267100, poster: https://theposterdb.com/api/assets/162412 }
|
||||||
38
Frexe/Movies/Collections/DreamWorks Animation.yml
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Boss Baby":
|
||||||
|
template: {name: Set, collection: 519457, poster: https://theposterdb.com/api/assets/163006 }
|
||||||
|
|
||||||
|
"Croods":
|
||||||
|
template: {name: Set, collection: 464577, poster: https://theposterdb.com/api/assets/162999 }
|
||||||
|
|
||||||
|
"How to Train Your Dragon":
|
||||||
|
template: {name: Set, collection: 89137, poster: https://theposterdb.com/api/assets/162990 }
|
||||||
|
|
||||||
|
"Kung Fu Panda":
|
||||||
|
template: {name: Set, collection: 77816, poster: https://theposterdb.com/api/assets/162983 }
|
||||||
|
|
||||||
|
"Madagascar":
|
||||||
|
template: {name: Set, collection: 14740, poster: https://theposterdb.com/api/assets/162976 }
|
||||||
|
|
||||||
|
"Shrek":
|
||||||
|
template: {name: Set, collection: 2150, poster: https://theposterdb.com/api/assets/160988 }
|
||||||
|
|
||||||
|
"Spirit":
|
||||||
|
template: {name: Set, collection: 806483, poster: https://theposterdb.com/api/assets/167856 }
|
||||||
|
|
||||||
|
"Trolls":
|
||||||
|
template: {name: Set, collection: 489724, poster: https://theposterdb.com/api/assets/162954 }
|
||||||
27
Frexe/Movies/Collections/Happy Madison Productions.yml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Benchwarmers":
|
||||||
|
template: {name: Set, collection: 632730, poster: https://theposterdb.com/api/assets/188364 }
|
||||||
|
|
||||||
|
"Deuce Bigalow":
|
||||||
|
template: {name: Set, collection: 95664, poster: https://theposterdb.com/api/assets/166236 }
|
||||||
|
|
||||||
|
"Grown Ups":
|
||||||
|
template: {name: Set, collection: 180546, poster: https://theposterdb.com/api/assets/166240 }
|
||||||
|
|
||||||
|
"Joe Dirt":
|
||||||
|
template: {name: Set, collection: 353325, poster: https://theposterdb.com/api/assets/166247 }
|
||||||
|
|
||||||
|
"Mall Cop":
|
||||||
|
template: {name: Set, collection: 328372, poster: https://theposterdb.com/api/assets/164815 }
|
||||||
35
Frexe/Movies/Collections/Illumination Entertainment.yml
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Despicable Me":
|
||||||
|
template: {name: Set, collection: 86066, poster: https://theposterdb.com/api/assets/163000 }
|
||||||
|
|
||||||
|
"Minions":
|
||||||
|
template: {name: Set, collection: 544669, poster: https://theposterdb.com/api/assets/192196 }
|
||||||
|
|
||||||
|
"Secret Life of Pets":
|
||||||
|
template: {name: Set, collection: 427084, poster: https://theposterdb.com/api/assets/162965 }
|
||||||
|
|
||||||
|
"Sing":
|
||||||
|
template: {name: Set, collection: 544670, poster: https://theposterdb.com/api/assets/192204 }
|
||||||
|
|
||||||
|
"The Secret Life of Pets":
|
||||||
|
template: {name: Set, collection: 427084, poster: https://theposterdb.com/api/assets/162965 }
|
||||||
|
|
||||||
|
"Dr. Seuss":
|
||||||
|
template: {name: Set, list: 8195256, poster: https://theposterdb.com/api/assets/162035 }
|
||||||
|
|
||||||
|
"Illumination Animation":
|
||||||
|
template: {name: Set, list: 8195257, poster: https://theposterdb.com/api/assets/192201 }
|
||||||
20
Frexe/Movies/Collections/Lego.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"LEGO Scooby-Doo":
|
||||||
|
template: {name: Set, collection: 537236, poster: https://theposterdb.com/api/assets/241350 }
|
||||||
|
|
||||||
|
"The Lego Movie":
|
||||||
|
template: {name: Set, collection: 325470, poster: https://theposterdb.com/api/assets/163075 }
|
||||||
23
Frexe/Movies/Collections/Lucasfilm.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"American Graffiti":
|
||||||
|
template: {name: Set, collection: 124950, poster: https://theposterdb.com/api/assets/168691 }
|
||||||
|
|
||||||
|
"Indiana Jones":
|
||||||
|
template: {name: Set, collection: 84, poster: https://theposterdb.com/api/assets/163391 }
|
||||||
|
|
||||||
|
"Star Wars":
|
||||||
|
template: {name: Set, collection: 10, poster: https://theposterdb.com/api/assets/164120 }
|
||||||
20
Frexe/Movies/Collections/Madea.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Madea - Collezione":
|
||||||
|
template: {name: Set, collection: 534673, poster: https://theposterdb.com/api/assets/166249 }
|
||||||
|
|
||||||
|
"Boo! A Madea Halloween":
|
||||||
|
template: {name: Set, list: 8195963, poster: https://theposterdb.com/api/assets/161313 }
|
||||||
86
Frexe/Movies/Collections/Marvel Cinematic Universe.yml
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Ant-Man":
|
||||||
|
template: {name: Set, collection: 422834, poster: https://theposterdb.com/api/assets/162374 }
|
||||||
|
|
||||||
|
"Avengers":
|
||||||
|
template: {name: Set, collection: 86311, poster: https://theposterdb.com/api/assets/162376 }
|
||||||
|
|
||||||
|
"Black Panther":
|
||||||
|
template: {name: Set, collection: 529892, poster: https://theposterdb.com/api/assets/162378 }
|
||||||
|
|
||||||
|
"Blade Runner":
|
||||||
|
template: {name: Set, collection: 422837, poster: https://theposterdb.com/api/assets/163611 }
|
||||||
|
|
||||||
|
"Captain America":
|
||||||
|
template: {name: Set, collection: 131295, poster: https://theposterdb.com/api/assets/162381 }
|
||||||
|
|
||||||
|
"Captain Marvel":
|
||||||
|
template: {name: Set, collection: 623911, poster: https://theposterdb.com/api/assets/162387 }
|
||||||
|
|
||||||
|
"Daredevil":
|
||||||
|
template: {name: Set, movie: "9480, 9947", poster: https://theposterdb.com/api/assets/171145 }
|
||||||
|
|
||||||
|
"Deadpool":
|
||||||
|
template: {name: Set, movie: "293660, 383498, 533535, 567604", poster: https://theposterdb.com/api/assets/171133 }
|
||||||
|
|
||||||
|
"Doctor Strange":
|
||||||
|
template: {name: Set, collection: 618529, poster: https://theposterdb.com/api/assets/162388 }
|
||||||
|
|
||||||
|
"Fantastic Four":
|
||||||
|
template: {name: Set, collection: 9744, poster: https://theposterdb.com/api/assets/171129 }
|
||||||
|
|
||||||
|
"Ghost Rider":
|
||||||
|
template: {name: Set, collection: 90306, poster: https://theposterdb.com/api/assets/171142 }
|
||||||
|
|
||||||
|
"Guardians of the Galaxy":
|
||||||
|
template: {name: Set, collection: 284433, poster: https://theposterdb.com/api/assets/162393 }
|
||||||
|
|
||||||
|
"Iron Man":
|
||||||
|
template: {name: Set, collection: 131292, poster: https://theposterdb.com/api/assets/162395 }
|
||||||
|
|
||||||
|
"In Association With Marvel":
|
||||||
|
template: {name: Set, movie: "10658, 1927", poster: https://theposterdb.com/api/assets/171159 }
|
||||||
|
|
||||||
|
"Marvel Cinematic Universe":
|
||||||
|
template: {name: Set, list: 8194961, poster: https://theposterdb.com/api/assets/162417 }
|
||||||
|
|
||||||
|
"Marvel One-Shots":
|
||||||
|
template: {name: Set, movie: "76122, 76535, 119569, 211387, 253980", poster: https://theposterdb.com/api/assets/162414 }
|
||||||
|
|
||||||
|
"The Punisher":
|
||||||
|
template: {name: Set, movie: "8867, 7220, 13056, 120605", poster: https://theposterdb.com/api/assets/171137 }
|
||||||
|
|
||||||
|
"Spider-Man":
|
||||||
|
template: {name: Set, collection: 556, poster: https://theposterdb.com/api/assets/171148 }
|
||||||
|
|
||||||
|
"Amazing Spider-Man":
|
||||||
|
template: {name: Set, collection: 125574, poster: https://theposterdb.com/api/assets/171152 }
|
||||||
|
|
||||||
|
"Spider-Man (Avengers)":
|
||||||
|
template: {name: Set, collection: 531241, poster: https://theposterdb.com/api/assets/171853 }
|
||||||
|
|
||||||
|
"Thor":
|
||||||
|
template: {name: Set, collection: 131296, poster: https://theposterdb.com/api/assets/162406 }
|
||||||
|
|
||||||
|
"Venom":
|
||||||
|
template: {name: Set, collection: 558216, poster: https://theposterdb.com/api/assets/162407 }
|
||||||
|
|
||||||
|
"Wolverine":
|
||||||
|
template: {name: Set, collection: 453993, poster: https://theposterdb.com/api/assets/171121 }
|
||||||
|
|
||||||
|
"X-Men":
|
||||||
|
template: {name: Set, collection: 748, poster: https://theposterdb.com/api/assets/171112 }
|
||||||
23
Frexe/Movies/Collections/Middle Earth.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"The Hobbit":
|
||||||
|
template: {name: Set, collection: 121938, poster: https://theposterdb.com/api/assets/187486 }
|
||||||
|
|
||||||
|
"The Lord of the Rings":
|
||||||
|
template: {name: Set, collection: 119, poster: https://theposterdb.com/api/assets/52722 }
|
||||||
|
|
||||||
|
"Middle Earth":
|
||||||
|
template: {name: Set, list: 8195671, poster: https://theposterdb.com/api/assets/164138 }
|
||||||
32
Frexe/Movies/Collections/MonsterVerse.yml
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Godzilla":
|
||||||
|
template: {name: Set, collection: 535313, poster: https://theposterdb.com/api/assets/160929 }
|
||||||
|
|
||||||
|
"Godzilla Anime":
|
||||||
|
template: {name: Set, collection: 535790, poster: https://theposterdb.com/api/assets/200795 }
|
||||||
|
|
||||||
|
"King Kong":
|
||||||
|
template: {name: Set, collection: 135498, poster: https://theposterdb.com/api/assets/160930 }
|
||||||
|
|
||||||
|
"Daimajin":
|
||||||
|
template: {name: Set, collection: 245334, poster: https://theposterdb.com/api/assets/160928 }
|
||||||
|
|
||||||
|
"Gamera":
|
||||||
|
template: {name: Set, collection: 161766, poster: https://theposterdb.com/api/assets/160935 }
|
||||||
|
|
||||||
|
"Rebirth of Mothra":
|
||||||
|
template: {name: Set, collection: 171732, poster: https://theposterdb.com/api/assets/160933 }
|
||||||
434
Frexe/Movies/Collections/Movie Collection.yml
Normal file
@ -0,0 +1,434 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
- imdb
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
imdb_list: <<imdb>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
|
||||||
|
############################################### 365 Days ##############################################
|
||||||
|
"365 Days":
|
||||||
|
template: {name: Set, collection: 829561, poster: https://theposterdb.com/api/assets/233228 }
|
||||||
|
|
||||||
|
########################################## A Christmas Story ##########################################
|
||||||
|
"A Christmas Story":
|
||||||
|
template: {name: Set, collection: 201873, poster: https://theposterdb.com/api/assets/168203 }
|
||||||
|
|
||||||
|
############################################ A Quiet Place ############################################
|
||||||
|
"A Quiet Place":
|
||||||
|
template: {name: Set, collection: 521226, poster: https://theposterdb.com/api/assets/160981 }
|
||||||
|
|
||||||
|
################################################ After ################################################
|
||||||
|
"After":
|
||||||
|
template: {name: Set, collection: 702624, poster: https://theposterdb.com/api/assets/205008 }
|
||||||
|
|
||||||
|
################################################ Alien ################################################
|
||||||
|
"Alien":
|
||||||
|
template: {name: Set, collection: 8091, poster: https://theposterdb.com/api/assets/168446 }
|
||||||
|
|
||||||
|
######################################## American Pie #################################################
|
||||||
|
"American Pie":
|
||||||
|
template: {name: Set, collection: 2806, poster: https://theposterdb.com/api/assets/166224 }
|
||||||
|
|
||||||
|
######################################### Anchorman ###################################################
|
||||||
|
"Anchorman":
|
||||||
|
template: {name: Set, collection: 93791, poster: https://theposterdb.com/api/assets/166225 }
|
||||||
|
|
||||||
|
####################################### Asterix & Obelix ##############################################
|
||||||
|
"Asterix & Obelix":
|
||||||
|
template: {name: Set, collection: 2396, poster: https://theposterdb.com/api/assets/239266 }
|
||||||
|
|
||||||
|
######################################## Austin Powers ################################################
|
||||||
|
"Austin Powers":
|
||||||
|
template: {name: Set, collection: 1006, poster: https://theposterdb.com/api/assets/163540 }
|
||||||
|
|
||||||
|
######################################## Back to the Future ###########################################
|
||||||
|
"Back to the Future":
|
||||||
|
template: {name: Set, collection: 264, poster: https://theposterdb.com/api/assets/163128 }
|
||||||
|
|
||||||
|
############################################# Bad Ass #################################################
|
||||||
|
"Bad Ass":
|
||||||
|
template: {name: Set, collection: 261286, poster: https://theposterdb.com/api/assets/163542 }
|
||||||
|
|
||||||
|
############################################# Bad Moms ################################################
|
||||||
|
"Bad Moms":
|
||||||
|
template: {name: Set, collection: 487376, poster: https://theposterdb.com/api/assets/166227 }
|
||||||
|
|
||||||
|
############################################## Bad Santa ##############################################
|
||||||
|
"Bad Santa":
|
||||||
|
template: {name: Set, collection: 423173, poster: https://theposterdb.com/api/assets/168205 }
|
||||||
|
|
||||||
|
############################################# Barbershop ##############################################
|
||||||
|
"Barbershop":
|
||||||
|
template: {name: Set, collection: 176097, poster: https://theposterdb.com/api/assets/166228 }
|
||||||
|
|
||||||
|
##################################### Beavis and Butt-Head ############################################
|
||||||
|
"Beavis and Butt-Head":
|
||||||
|
template: {name: Set, collection: 939227, poster: https://theposterdb.com/api/assets/245853 }
|
||||||
|
|
||||||
|
########################################### Fear Street ###############################################
|
||||||
|
"Fear Street":
|
||||||
|
template: {name: Set, collection: 790370, poster: https://theposterdb.com/api/assets/167164 }
|
||||||
|
|
||||||
|
################################################ Before ###############################################
|
||||||
|
"Before":
|
||||||
|
template: {name: Set, collection: 123800, poster: https://theposterdb.com/api/assets/167010 }
|
||||||
|
|
||||||
|
################################################ Big Momma ############################################
|
||||||
|
"Big Momma's House":
|
||||||
|
template: {name: Set, collection: 44979, poster: https://theposterdb.com/api/assets/165780 }
|
||||||
|
|
||||||
|
################################################ Borat ################################################
|
||||||
|
"Borat":
|
||||||
|
template: {name: Set, collection: 747168, poster: https://theposterdb.com/api/assets/166230 }
|
||||||
|
|
||||||
|
############################################### Børning ###############################################
|
||||||
|
"Børning":
|
||||||
|
template: {name: Set, collection: 448758, poster: https://theposterdb.com/api/assets/222310 }
|
||||||
|
|
||||||
|
############################################### Candyman ##############################################
|
||||||
|
"Candyman":
|
||||||
|
template: {name: Set, collection: 98580, poster: https://theposterdb.com/api/assets/163641 }
|
||||||
|
|
||||||
|
############################################### Conjuring ##############################################
|
||||||
|
"Conjuring Universe":
|
||||||
|
template: {name: Set, list: 8214472, poster: https://theposterdb.com/api/assets/160843 }
|
||||||
|
|
||||||
|
############################################### Die Hard ##############################################
|
||||||
|
"Die Hard":
|
||||||
|
template: {name: Set, collection: 1570, poster: https://theposterdb.com/api/assets/164773 }
|
||||||
|
|
||||||
|
############################################### Dollars ###############################################
|
||||||
|
"Dollars":
|
||||||
|
template: {name: Set, list: 8205842, poster: https://theposterdb.com/api/assets/211754 }
|
||||||
|
|
||||||
|
################################################# Don't Breathe #######################################
|
||||||
|
"Don't Breathe":
|
||||||
|
template: {name: Set, collection: 748919, poster: https://theposterdb.com/api/assets/175434 }
|
||||||
|
|
||||||
|
################################################# Doom ################################################
|
||||||
|
"Doom":
|
||||||
|
template: {name: Set, collection: 634390, poster: https://theposterdb.com/api/assets/179772 }
|
||||||
|
|
||||||
|
############################################## Dr. Dolittle ###########################################
|
||||||
|
"Dr. Dolittle":
|
||||||
|
template: {name: Set, collection: 3169, poster: https://theposterdb.com/api/assets/162026 }
|
||||||
|
|
||||||
|
######################################### Dumb and Dumber #############################################
|
||||||
|
"Dumb and Dumber":
|
||||||
|
template: {name: Set, collection: 96665, poster: https://theposterdb.com/api/assets/165413 }
|
||||||
|
|
||||||
|
############################################ Ernest ###################################################
|
||||||
|
"Ernest":
|
||||||
|
template: {name: Set, collection: 330555, poster: https://theposterdb.com/api/assets/163384 }
|
||||||
|
|
||||||
|
################################################ Exorcist #############################################
|
||||||
|
"Exorcist":
|
||||||
|
template: {name: Set, collection: 12263, poster: https://theposterdb.com/api/assets/160872 }
|
||||||
|
|
||||||
|
################################################ Fast and the Furious #################################
|
||||||
|
"Fast and the Furious":
|
||||||
|
template: {name: Set, collection: 9485, poster: https://theposterdb.com/api/assets/164783 }
|
||||||
|
|
||||||
|
############################################ Friday ###################################################
|
||||||
|
"Friday":
|
||||||
|
template: {name: Set, collection: 43563, poster: https://theposterdb.com/api/assets/166239 }
|
||||||
|
|
||||||
|
################################################ Fast and the Furious #################################
|
||||||
|
"Ghostbusters":
|
||||||
|
template: {name: Set, collection: 2980, poster: https://theposterdb.com/api/assets/174560 }
|
||||||
|
|
||||||
|
####################################################### G.I. Joe #######################################
|
||||||
|
"G.I. Joe":
|
||||||
|
template: {name: Set, collection: 135468, poster: https://theposterdb.com/api/assets/164787 }
|
||||||
|
|
||||||
|
################################################# Godfather ############################################
|
||||||
|
"Godfather":
|
||||||
|
template: {name: Set, collection: 230, poster: https://theposterdb.com/api/assets/164789 }
|
||||||
|
|
||||||
|
######################################### Green Street Hooligans #######################################
|
||||||
|
"Green Street Hooligans":
|
||||||
|
template: {name: Set, collection: 152544, poster: https://theposterdb.com/api/assets/216835 }
|
||||||
|
|
||||||
|
################################################ Gremlins ##############################################
|
||||||
|
"Gremlins":
|
||||||
|
template: {name: Set, collection: 89151, poster: https://theposterdb.com/api/assets/161052 }
|
||||||
|
|
||||||
|
################################################ Halloween #############################################
|
||||||
|
"Halloween":
|
||||||
|
template: {name: Set, collection: 126209, poster: https://theposterdb.com/api/assets/177081 }
|
||||||
|
|
||||||
|
################################################ Hangover #############################################
|
||||||
|
"Hangover":
|
||||||
|
template: {name: Set, collection: 86119, poster: https://theposterdb.com/api/assets/165414 }
|
||||||
|
|
||||||
|
############################################ Hannibal Lecter ##########################################
|
||||||
|
"Hannibal Lecter":
|
||||||
|
template: {name: Set, collection: 9743, poster: https://theposterdb.com/api/assets/164790 }
|
||||||
|
|
||||||
|
################################################ Harold & Kumar #######################################
|
||||||
|
"Harold & Kumar":
|
||||||
|
template: {name: Set, collection: 30663, poster: https://theposterdb.com/api/assets/165415 }
|
||||||
|
|
||||||
|
################################################ Hellboy ##############################################
|
||||||
|
"Hellboy":
|
||||||
|
template: {name: Set, collection: 17235, poster: https://theposterdb.com/api/assets/162394 }
|
||||||
|
|
||||||
|
################################################ Hitman's Bodyguard ###################################
|
||||||
|
"Hitman's Bodyguard":
|
||||||
|
template: {name: Set, collection: 608101, poster: https://theposterdb.com/api/assets/164793 }
|
||||||
|
|
||||||
|
################################################## Home Alone #########################################
|
||||||
|
"Home Alone":
|
||||||
|
template: {name: Set, collection: 9888, poster: https://theposterdb.com/api/assets/168202 }
|
||||||
|
|
||||||
|
############################################# Horrible Bosses #########################################
|
||||||
|
"Horrible Bosses":
|
||||||
|
template: {name: Set, collection: 280588, poster: https://theposterdb.com/api/assets/164794 }
|
||||||
|
|
||||||
|
############################################## Inbetweeners ###########################################
|
||||||
|
"Inbetweeners":
|
||||||
|
template: {name: Set, collection: 279959, poster: https://theposterdb.com/api/assets/230744 }
|
||||||
|
|
||||||
|
############################################## Iwo Jima ###############################################
|
||||||
|
"Clint Eastwood's Iwo Jima":
|
||||||
|
template: {name: Set, collection: 261382, poster: https://theposterdb.com/api/assets/170438 }
|
||||||
|
|
||||||
|
########################################### Jack Reacher ##############################################
|
||||||
|
"Jack Reacher":
|
||||||
|
template: {name: Set, collection: 403374, poster: https://theposterdb.com/api/assets/164795 }
|
||||||
|
|
||||||
|
################################################ Jackass ##############################################
|
||||||
|
"Jackass":
|
||||||
|
template: {name: Set, list: 8214712, poster: https://theposterdb.com/api/assets/163419 }
|
||||||
|
|
||||||
|
############################################## Jake Gittes ############################################
|
||||||
|
"Jake Gittes":
|
||||||
|
template: {name: Set, collection: 359005, poster: https://theposterdb.com/api/assets/164796 }
|
||||||
|
|
||||||
|
################################################ James Bond ###########################################
|
||||||
|
"James Bond":
|
||||||
|
template: {name: Set, collection: 645, poster: https://theposterdb.com/api/assets/164797 }
|
||||||
|
|
||||||
|
################################################ Jaws #################################################
|
||||||
|
"Jaws":
|
||||||
|
template: {name: Set, collection: 2366, poster: https://theposterdb.com/api/assets/161117 }
|
||||||
|
|
||||||
|
######################################## Jingle all the way ###########################################
|
||||||
|
"Jingle All the Way":
|
||||||
|
template: {name: Set, collection: 307637, poster: https://theposterdb.com/api/assets/190434 }
|
||||||
|
|
||||||
|
################################################ John Wick ############################################
|
||||||
|
"John Wick":
|
||||||
|
template: {name: Set, collection: 404609, poster: https://theposterdb.com/api/assets/164798 }
|
||||||
|
|
||||||
|
################################################ Jump Street ##########################################
|
||||||
|
"Jump Street":
|
||||||
|
template: {name: Set, collection: 212562, poster: https://theposterdb.com/api/assets/164800 }
|
||||||
|
|
||||||
|
################################################ Jurassic Park ########################################
|
||||||
|
"Jurassic Park":
|
||||||
|
template: {name: Set, collection: 328, poster: https://theposterdb.com/api/assets/162511 }
|
||||||
|
|
||||||
|
################################################ Kingsman #############################################
|
||||||
|
"Kingsman":
|
||||||
|
template: {name: Set, collection: 391860, poster: https://theposterdb.com/api/assets/164805 }
|
||||||
|
|
||||||
|
############################################# Legally Blonde ##########################################
|
||||||
|
"Legally Blonde":
|
||||||
|
template: {name: Set, collection: 86024, poster: https://theposterdb.com/api/assets/166248 }
|
||||||
|
|
||||||
|
########################################### Lethal Weapon #############################################
|
||||||
|
"Lethal Weapon":
|
||||||
|
template: {name: Set, collection: 945, poster: https://theposterdb.com/api/assets/164803 }
|
||||||
|
|
||||||
|
########################################### Mad Max #############################################
|
||||||
|
"Mad Max":
|
||||||
|
template: {name: Set, collection: 8945, poster: https://theposterdb.com/api/assets/184549 }
|
||||||
|
|
||||||
|
################################################ Matrix ##############################################
|
||||||
|
"Matrix":
|
||||||
|
template: {name: Set, collection: 2344, poster: https://theposterdb.com/api/assets/163913 }
|
||||||
|
|
||||||
|
############################################ Monty Python #############################################
|
||||||
|
"Monty Python":
|
||||||
|
template: {name: Set, list: 8214608, poster: https://theposterdb.com/api/assets/166255 }
|
||||||
|
|
||||||
|
############################################ Mortal Kombat #############################################
|
||||||
|
"Mortal Kombat":
|
||||||
|
template: {name: Set, collection: 9818, poster: https://theposterdb.com/api/assets/160972 }
|
||||||
|
|
||||||
|
"Mortal Kombat Legends":
|
||||||
|
template: {name: Set, collection: 848690, poster: https://theposterdb.com/api/assets/174034 }
|
||||||
|
|
||||||
|
################################################ Mummy #################################################
|
||||||
|
"Mummy":
|
||||||
|
template: {name: Set, collection: 1733, poster: https://theposterdb.com/api/assets/161305 }
|
||||||
|
|
||||||
|
########################################### My Hero Academia ###########################################
|
||||||
|
"My Hero Academia":
|
||||||
|
template: {name: Set, collection: 662002, poster: https://theposterdb.com/api/assets/211628 }
|
||||||
|
|
||||||
|
################################################ Naked Gun #############################################
|
||||||
|
"Naked Gun":
|
||||||
|
template: {name: Set, collection: 37139, poster: https://theposterdb.com/api/assets/164812 }
|
||||||
|
|
||||||
|
################################################ Nativity! #############################################
|
||||||
|
"Nativity":
|
||||||
|
template: {name: Set, collection: 239595, poster: https://theposterdb.com/api/assets/196835 }
|
||||||
|
|
||||||
|
############################################# Genesis ##################################################
|
||||||
|
"Neon Genesis Evangelion":
|
||||||
|
template: {name: Set, collection: 96850, poster: https://theposterdb.com/api/assets/218163 }
|
||||||
|
|
||||||
|
################################################## OZ ##################################################
|
||||||
|
"Oz":
|
||||||
|
template: {name: Set, collection: 627517, poster: https://theposterdb.com/api/assets/160957 }
|
||||||
|
|
||||||
|
############################################# Peanuts ##################################################
|
||||||
|
"Peanuts":
|
||||||
|
template: {name: Set, list: 8211712, poster: https://theposterdb.com/api/assets/188207 }
|
||||||
|
|
||||||
|
################################################ Pirates of the caribbean ##############################
|
||||||
|
"Pirates of the Caribbean":
|
||||||
|
template: {name: Set, collection: 295, poster: https://theposterdb.com/api/assets/163404 }
|
||||||
|
|
||||||
|
################################################ Planet ################################################
|
||||||
|
"Planet":
|
||||||
|
template: {name: Set, collection: 268103, poster: https://theposterdb.com/api/assets/237873 }
|
||||||
|
|
||||||
|
################################################ Porky's ###############################################
|
||||||
|
"Porky's":
|
||||||
|
template: {name: Set, collection: 109592, poster: https://theposterdb.com/api/assets/166262 }
|
||||||
|
|
||||||
|
################################################ Purge #################################################
|
||||||
|
"Purge":
|
||||||
|
template: {name: Set, collection: 256322, poster: https://theposterdb.com/api/assets/161881 }
|
||||||
|
|
||||||
|
######################################## Quentin Tarantino's ############################################
|
||||||
|
"Quentin Tarantino":
|
||||||
|
template: {name: Set, list: 8201544, poster: https://theposterdb.com/api/assets/167512 }
|
||||||
|
|
||||||
|
################################################ Rambo #################################################
|
||||||
|
"Rambo":
|
||||||
|
template: {name: Set, collection: 5039, poster: https://theposterdb.com/api/assets/164821 }
|
||||||
|
|
||||||
|
############################################ Resident Evil #############################################
|
||||||
|
"Resident Evil":
|
||||||
|
template: {name: Set, collection: 17255, poster: https://theposterdb.com/api/assets/161290 }
|
||||||
|
|
||||||
|
################################################ Road Trip #############################################
|
||||||
|
"Road Trip":
|
||||||
|
template: {name: Set, collection: 96679, poster: https://theposterdb.com/api/assets/189032 }
|
||||||
|
################################################ Rocky #################################################
|
||||||
|
"Rocky":
|
||||||
|
template: {name: Set, collection: 1575, poster: https://theposterdb.com/api/assets/163422 }
|
||||||
|
|
||||||
|
############################################# Rutete Ninja #############################################
|
||||||
|
"Rutete Ninja":
|
||||||
|
template: {name: Set, collection: 894040, poster: https://theposterdb.com/api/assets/261241 }
|
||||||
|
|
||||||
|
################################################ Scooby-Doo ############################################
|
||||||
|
"Scooby-Doo! Animated":
|
||||||
|
template: {name: Set, list: 8205632, poster: https://theposterdb.com/api/assets/241179 }
|
||||||
|
|
||||||
|
################################################ Scream ############################################
|
||||||
|
"Scream":
|
||||||
|
template: {name: Set, collection: 2602, poster: https://theposterdb.com/api/assets/161544 }
|
||||||
|
|
||||||
|
######################################## The Seven Deadly Sins ##########################################
|
||||||
|
"Seven Deadly Sins - Saga":
|
||||||
|
template: {name: Set, collection: 703485, poster: https://theposterdb.com/api/assets/213548 }
|
||||||
|
|
||||||
|
######################################## Sonic the Hedgehog #############################################
|
||||||
|
"Sonic the Hedgehog":
|
||||||
|
template: {name: Set, collection: 720879, poster: https://theposterdb.com/api/assets/234937 }
|
||||||
|
|
||||||
|
########################################### South Park ##################################################
|
||||||
|
"South Park: Post COVID":
|
||||||
|
template: {name: Set, collection: 913392, poster: https://theposterdb.com/api/assets/222140 }
|
||||||
|
|
||||||
|
"South Park the Streaming Wars":
|
||||||
|
template: {name: Set, collection: 993732, poster: https://theposterdb.com/api/assets/251407 }
|
||||||
|
|
||||||
|
################################################ Space Jam #############################################
|
||||||
|
"Space Jam":
|
||||||
|
template: {name: Set, collection: 722961, poster: https://theposterdb.com/api/assets/167165 }
|
||||||
|
|
||||||
|
################################################ Space Odyssey Series ##################################
|
||||||
|
"Space Odyssey Series":
|
||||||
|
template: {name: Set, collection: 4438, poster: https://theposterdb.com/api/assets/160992 }
|
||||||
|
|
||||||
|
################################################ Sting #################################################
|
||||||
|
"Sting":
|
||||||
|
template: {name: Set, collection: 330605, poster: https://theposterdb.com/api/assets/164837 }
|
||||||
|
|
||||||
|
################################################ Ted ####################################################
|
||||||
|
"Ted":
|
||||||
|
template: {name: Set, collection: 266672, poster: https://theposterdb.com/api/assets/166268 }
|
||||||
|
|
||||||
|
######################################## Terminator #####################################################
|
||||||
|
"Terminator":
|
||||||
|
template: {name: Set, collection: 528, poster: https://theposterdb.com/api/assets/164119 }
|
||||||
|
|
||||||
|
#################################### Texas chainsaw massacre ############################################
|
||||||
|
"Texas Chainsaw Massacre":
|
||||||
|
template: {name: Set, collection: 111751, poster: https://theposterdb.com/api/assets/161860 }
|
||||||
|
|
||||||
|
############################ The Addams Family (Animated) Collection ####################################
|
||||||
|
"The Addams Family (Animated)":
|
||||||
|
template: {name: Set, collection: 750822, poster: https://theposterdb.com/api/assets/163022 }
|
||||||
|
|
||||||
|
######################################## Chronicles of Riddick ##########################################
|
||||||
|
"Chronicles of Riddick":
|
||||||
|
template: {name: Set, collection: 2794, poster: https://theposterdb.com/api/assets/163647 }
|
||||||
|
|
||||||
|
####################################### The Dukes of Hazzard (Reboot) ###################################
|
||||||
|
"The Dukes of Hazzard (Reboot)":
|
||||||
|
template: {name: Set, collection: 332357, poster: https://theposterdb.com/api/assets/164776 }
|
||||||
|
|
||||||
|
################################################## Thing ################################################
|
||||||
|
"Thing":
|
||||||
|
template: {name: Set, collection: 479888, poster: https://theposterdb.com/api/assets/161857 }
|
||||||
|
|
||||||
|
################################################## Top Gun ##############################################
|
||||||
|
"Top Gun":
|
||||||
|
template: {name: Set, collection: 531330, poster: https://theposterdb.com/api/assets/252568 }
|
||||||
|
|
||||||
|
############################################# Trainspotting ##############################################
|
||||||
|
"Trainspotting":
|
||||||
|
template: {name: Set, collection: 424202, poster: https://theposterdb.com/api/assets/164842 }
|
||||||
|
|
||||||
|
############################################### Twilight #################################################
|
||||||
|
"Twilight":
|
||||||
|
template: {name: Set, collection: 33514, poster: https://theposterdb.com/api/assets/161853 }
|
||||||
|
|
||||||
|
################################################## VHS ###################################################
|
||||||
|
"V/H/S":
|
||||||
|
template: {name: Set, collection: 207621, poster: https://theposterdb.com/api/assets/161850 }
|
||||||
|
|
||||||
|
############################################## The Flintstones ##########################################
|
||||||
|
"The Flintstones":
|
||||||
|
template: {name: Set, collection: 351684, poster: https://theposterdb.com/api/assets/160943 }
|
||||||
|
|
||||||
|
########################################### View Askewniverse ###########################################
|
||||||
|
"View Askewniverse":
|
||||||
|
template: {name: Set, list: 8208754, poster: https://theposterdb.com/api/assets/166272 }
|
||||||
|
|
||||||
|
############################################## Vice Academy #############################################
|
||||||
|
"Vice Academy":
|
||||||
|
template: {name: Set, collection: 314638, poster: https://theposterdb.com/api/assets/164846 }
|
||||||
|
|
||||||
|
################################################ Zoolander ##############################################
|
||||||
|
"Zoolander":
|
||||||
|
template: {name: Set, collection: 352789, poster: https://theposterdb.com/api/assets/166274 }
|
||||||
21
Frexe/Movies/Collections/National Lampoon.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Dorm Daze":
|
||||||
|
template: {name: Set, collection: 201778, poster: https://theposterdb.com/api/assets/166237 }
|
||||||
|
|
||||||
|
"National Lampoon's Van Wilder":
|
||||||
|
template: {name: Set, collection: 43220, poster: https://theposterdb.com/api/assets/166271 }
|
||||||
|
|
||||||
|
"National Lampoon's Vacation":
|
||||||
|
template: {name: Set, collection: 108693, poster: https://theposterdb.com/api/assets/165424 }
|
||||||
20
Frexe/Movies/Collections/Parody Movies.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Hot Shots!":
|
||||||
|
template: {name: Set, collection: 52988, poster: https://theposterdb.com/api/assets/166242 }
|
||||||
|
|
||||||
|
"Scary Movie":
|
||||||
|
template: {name: Set, collection: 4246, poster: https://theposterdb.com/api/assets/161875 }
|
||||||
48
Frexe/Movies/Collections/Pixar.yml
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Brave":
|
||||||
|
template: {name: Set, movie: "62177, 141423", poster: https://theposterdb.com/api/assets/165297 }
|
||||||
|
|
||||||
|
"Cars":
|
||||||
|
template: {name: Set, collection: 87118, poster: https://theposterdb.com/api/assets/163004 }
|
||||||
|
|
||||||
|
"Finding Nemo":
|
||||||
|
template: {name: Set, collection: 137697, poster: https://theposterdb.com/api/assets/162995 }
|
||||||
|
|
||||||
|
"Inside Out":
|
||||||
|
template: {name: Set, movie: "150540, 355338", poster: https://theposterdb.com/api/assets/162986 }
|
||||||
|
|
||||||
|
"Incredibles":
|
||||||
|
template: {name: Set, movie: "9806, 260513, 13932, 55423", poster: https://theposterdb.com/api/assets/162987 }
|
||||||
|
|
||||||
|
"Monsters, Inc.":
|
||||||
|
template: {name: Set, collection: 137696, poster: https://theposterdb.com/api/assets/162975 }
|
||||||
|
|
||||||
|
"Pixar Animated Shorts":
|
||||||
|
template: {name: Set, movie: "13924, 13925, 13926, 13927, 13928, 13929, 13930, 13062, 13933, 13060, 13042, 24480, 40619, 83564, 200481, 286192, 399106, 514754", poster: https://theposterdb.com/api/assets/193619 }
|
||||||
|
|
||||||
|
"Ratatouille":
|
||||||
|
template: {name: Set, movie: "2062, 13061", poster: https://theposterdb.com/api/assets/162969 }
|
||||||
|
|
||||||
|
"Soul":
|
||||||
|
template: {name: Set, movie: "508442, 811367", poster: https://theposterdb.com/api/assets/162961 }
|
||||||
|
|
||||||
|
"Toy Story":
|
||||||
|
template: {name: Set, collection: 10194, poster: https://theposterdb.com/api/assets/162955 }
|
||||||
|
|
||||||
|
"Up":
|
||||||
|
template: {name: Set, movie: "14160, 72962, 24589", poster: https://theposterdb.com/api/assets/162953 }
|
||||||
|
|
||||||
|
"WALL-E":
|
||||||
|
template: {name: Set, movie: "10681, 13413", poster: https://theposterdb.com/api/assets/162951 }
|
||||||
36
Frexe/Movies/Collections/Sony Pictures Animation.yml
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Angry Birds":
|
||||||
|
template: {name: Set, collection: 531315, poster: https://theposterdb.com/api/assets/178907 }
|
||||||
|
|
||||||
|
"Cloudy with a Chance of Meatballs":
|
||||||
|
template: {name: Set, collection: 177467, poster: https://theposterdb.com/api/assets/178904 }
|
||||||
|
|
||||||
|
"Goosebumps":
|
||||||
|
template: {name: Set, collection: 508783, poster: https://theposterdb.com/api/assets/161010 }
|
||||||
|
|
||||||
|
"Hotel Transylvania":
|
||||||
|
template: {name: Set, collection: 185103, poster: https://theposterdb.com/api/assets/178876 }
|
||||||
|
|
||||||
|
"Open Season":
|
||||||
|
template: {name: Set, collection: 66761, poster: https://theposterdb.com/api/assets/178905 }
|
||||||
|
|
||||||
|
"Peter Rabbit":
|
||||||
|
template: {name: Set, collection: 595693, poster: https://theposterdb.com/api/assets/165298 }
|
||||||
|
|
||||||
|
"Smurfs":
|
||||||
|
template: {name: Set, collection: 134897, poster: https://theposterdb.com/api/assets/162962 }
|
||||||
|
|
||||||
|
"Surf's Up":
|
||||||
|
template: {name: Set, collection: 436295, poster: https://theposterdb.com/api/assets/178906 }
|
||||||
17
Frexe/Movies/Collections/The dead.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Collection of the Dead":
|
||||||
|
template: {name: Set, list: 8196433, poster: https://theposterdb.com/api/assets/160803 }
|
||||||
80
Frexe/Movies/Collections/Walt Disney Animation.yml
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"101 Dalmatians (Animated)":
|
||||||
|
template: {name: Set, collection: , poster: https://theposterdb.com/api/assets/163119 }
|
||||||
|
|
||||||
|
"Aladdin":
|
||||||
|
template: {name: Set, collection: 86027, poster: https://theposterdb.com/api/assets/163021 }
|
||||||
|
|
||||||
|
"Atlantis":
|
||||||
|
template: {name: Set, collection: 100965, poster: https://theposterdb.com/api/assets/163014 }
|
||||||
|
|
||||||
|
"Bambi":
|
||||||
|
template: {name: Set, collection: 87250, poster: https://theposterdb.com/api/assets/163013 }
|
||||||
|
|
||||||
|
"Beauty and the Beast":
|
||||||
|
template: {name: Set, collection: 153010, poster: https://theposterdb.com/api/assets/163010 }
|
||||||
|
|
||||||
|
"Brother Bear":
|
||||||
|
template: {name: Set, collection: 96472, poster: https://theposterdb.com/api/assets/163005 }
|
||||||
|
|
||||||
|
"Cinderella":
|
||||||
|
template: {name: Set, collection: 55419, poster: https://theposterdb.com/api/assets/163002 }
|
||||||
|
|
||||||
|
"Disney's Hercules":
|
||||||
|
template: {name: Set, collection: , poster: https://theposterdb.com/api/assets/191927 }
|
||||||
|
|
||||||
|
"Fantasia":
|
||||||
|
template: {name: Set, collection: 55427, poster: https://theposterdb.com/api/assets/162996 }
|
||||||
|
|
||||||
|
"A Goofy Movie":
|
||||||
|
template: {name: Set, collection: 410261, poster: https://theposterdb.com/api/assets/192178 }
|
||||||
|
|
||||||
|
"Lady and the Tramp":
|
||||||
|
template: {name: Set, collection: 97460, poster: https://theposterdb.com/api/assets/162982 }
|
||||||
|
|
||||||
|
"Lilo & Stitch":
|
||||||
|
template: {name: Set, collection: 97461, poster: https://theposterdb.com/api/assets/163076 }
|
||||||
|
|
||||||
|
"Mulan":
|
||||||
|
template: {name: Set, collection: 87236, poster: https://theposterdb.com/api/assets/162973 }
|
||||||
|
|
||||||
|
"Planes":
|
||||||
|
template: {name: Set, collection: 270252, poster: https://theposterdb.com/api/assets/199867 }
|
||||||
|
|
||||||
|
"Pocahontas":
|
||||||
|
template: {name: Set, collection: 136214, poster: https://theposterdb.com/api/assets/191948 }
|
||||||
|
|
||||||
|
"Tarzan (Animation)":
|
||||||
|
template: {name: Set, collection: 106768, poster: https://theposterdb.com/api/assets/162958 }
|
||||||
|
|
||||||
|
"The Emperor's New Groove":
|
||||||
|
template: {name: Set, collection: 178117, poster: https://theposterdb.com/api/assets/162998 }
|
||||||
|
|
||||||
|
"The Fox and the Hound":
|
||||||
|
template: {name: Set, collection: 100970, poster: https://theposterdb.com/api/assets/163001 }
|
||||||
|
|
||||||
|
"The Hunchback of Notre Dame":
|
||||||
|
template: {name: Set, collection: 97456, poster: https://theposterdb.com/api/assets/162989 }
|
||||||
|
|
||||||
|
"The Jungle Book (Animated)":
|
||||||
|
template: {name: Set, collection: 97459, poster: https://theposterdb.com/api/assets/162985 }
|
||||||
|
|
||||||
|
"The Lion King":
|
||||||
|
template: {name: Set, collection: 94032, poster: https://theposterdb.com/api/assets/162978 }
|
||||||
|
|
||||||
|
"The Little Mermaid":
|
||||||
|
template: {name: Set, collection: 33085, poster: https://theposterdb.com/api/assets/162977 }
|
||||||
17
Frexe/Movies/Collections/Walt Disney Pictures.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Santa Clause":
|
||||||
|
template: {name: Set, collection: 53159, poster: https://theposterdb.com/api/assets/168200 }
|
||||||
20
Frexe/Movies/Collections/Wizarding World.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: <<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Fantastic Beasts":
|
||||||
|
template: {name: Set, collection: 435259, poster: https://theposterdb.com/api/assets/173773 }
|
||||||
|
|
||||||
|
"Harry Potter":
|
||||||
|
template: {name: Set, collection: 1241, poster: https://theposterdb.com/api/assets/162216 }
|
||||||
69
Frexe/Movies/Genre.yml
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
templates:
|
||||||
|
Genre:
|
||||||
|
plex_search:
|
||||||
|
genre: <<genre>>
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: +_<<collection_name>>
|
||||||
|
sync_mode: sync
|
||||||
|
smart_label: originally_available.desc
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Action:
|
||||||
|
template: {name: Genre, genre: Action, poster: https://theposterdb.com/api/assets/52675 }
|
||||||
|
summary: Action
|
||||||
|
|
||||||
|
Adventure:
|
||||||
|
template: {name: Genre, genre: Adventure, poster: https://theposterdb.com/api/assets/52672 }
|
||||||
|
summary: Adventure
|
||||||
|
|
||||||
|
Anime:
|
||||||
|
template: {name: Genre, genre: Anime, poster: https://theposterdb.com/api/assets/123923 }
|
||||||
|
summary: Anime
|
||||||
|
|
||||||
|
Comedy:
|
||||||
|
template: {name: Genre, genre: Comedy, poster: https://theposterdb.com/api/assets/52677 }
|
||||||
|
summary: Comedy
|
||||||
|
|
||||||
|
Drama:
|
||||||
|
template: {name: Genre, genre: Drama, poster: https://theposterdb.com/api/assets/52676 }
|
||||||
|
summary: Drama
|
||||||
|
|
||||||
|
Cooking:
|
||||||
|
template: {name: Genre, genre: food, poster: https://theposterdb.com/api/assets/168695 }
|
||||||
|
summary: Cooking / Food
|
||||||
|
|
||||||
|
Crime:
|
||||||
|
template: {name: Genre, genre: crime, poster: https://theposterdb.com/api/assets/167978 }
|
||||||
|
summary: Crime
|
||||||
|
|
||||||
|
Horror:
|
||||||
|
template: {name: Genre, genre: Horror, poster: https://theposterdb.com/api/assets/52659 }
|
||||||
|
summary: Horror
|
||||||
|
|
||||||
|
Martial Arts:
|
||||||
|
template: {name: Genre, genre: Martial Arts, poster: https://theposterdb.com/api/assets/165296 }
|
||||||
|
summary: Martial Arts
|
||||||
|
|
||||||
|
Mystery:
|
||||||
|
template: {name: Genre, genre: Mystery, poster: https://theposterdb.com/api/assets/254759 }
|
||||||
|
summary: Mystery
|
||||||
|
|
||||||
|
Science Fiction:
|
||||||
|
template: {name: Genre, genre: Science Fiction, poster: https://theposterdb.com/api/assets/52661 }
|
||||||
|
summary: Science Fiction
|
||||||
|
|
||||||
|
Sport:
|
||||||
|
template: {name: Genre, genre: Sport, poster: https://theposterdb.com/api/assets/167979 }
|
||||||
|
summary: Sport
|
||||||
|
|
||||||
|
Thriller:
|
||||||
|
template: {name: Genre, genre: Thriller, poster: https://theposterdb.com/api/assets/52658 }
|
||||||
|
summary: Thriller
|
||||||
|
|
||||||
|
War:
|
||||||
|
template: {name: Genre, genre: War, poster: https://theposterdb.com/api/assets/52688 }
|
||||||
|
summary: War
|
||||||
|
|
||||||
|
Western:
|
||||||
|
template: {name: Genre, genre: Western, poster: https://theposterdb.com/api/assets/52687 }
|
||||||
|
summary: Western
|
||||||
19
Frexe/Movies/Lists.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
templates:
|
||||||
|
Set:
|
||||||
|
optional:
|
||||||
|
- collection
|
||||||
|
- movie
|
||||||
|
- list
|
||||||
|
- imdb
|
||||||
|
tmdb_collection_details: <<collection>>
|
||||||
|
tmdb_movie: <<movie>>
|
||||||
|
tmdb_list: <<list>>
|
||||||
|
imdb_list: <<imdb>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: release
|
||||||
|
url_poster: <<poster>>
|
||||||
|
sort_title: +_<<collection_name>>
|
||||||
|
collections:
|
||||||
|
|
||||||
|
"Comedy Movies of the 2000's":
|
||||||
|
template: {name: Set, imdb: https://www.imdb.com/list/ls055535294, poster: https://i.imgur.com/j875mzI.jpg }
|
||||||
11
Frexe/Movies/Metadata/Collections/365.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/set/140211
|
||||||
|
|
||||||
|
"365 Days (2020)":
|
||||||
|
title: "365 Days"
|
||||||
|
year: 2020
|
||||||
|
url_poster: https://theposterdb.com/api/assets/233229
|
||||||
|
|
||||||
|
"365 Days: This Day (2022)":
|
||||||
|
title: "365 Days: This Day"
|
||||||
|
year: 2022
|
||||||
|
url_poster: https://theposterdb.com/api/assets/233230
|
||||||
16
Frexe/Movies/Metadata/Collections/A christmas story.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||||
|
|
||||||
|
"A Christmas Story (1983)":
|
||||||
|
title: "A Christmas Story"
|
||||||
|
year: 1983
|
||||||
|
url_poster: https://theposterdb.com/api/assets/189960
|
||||||
|
|
||||||
|
"A Christmas Story 2 (2012)":
|
||||||
|
title: "A Christmas Story 2"
|
||||||
|
year: 2012
|
||||||
|
url_poster: https://theposterdb.com/api/assets/189961
|
||||||
|
|
||||||
|
"A Christmas Story Live! (2017)":
|
||||||
|
title: "A Christmas Story Live!"
|
||||||
|
year: 2017
|
||||||
|
url_poster: https://theposterdb.com/api/assets/189962
|
||||||
11
Frexe/Movies/Metadata/Collections/A quiet place.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
metadata: #Posters found here: https://theposterdb.com/poster/173414
|
||||||
|
|
||||||
|
"A Quiet Place (2018)":
|
||||||
|
title: "A Quiet Place"
|
||||||
|
year: 2018
|
||||||
|
url_poster: https://theposterdb.com/api/assets/173413
|
||||||
|
|
||||||
|
"A Quiet Place Part II (2021)":
|
||||||
|
title: "A Quiet Place Part II"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/173414
|
||||||
16
Frexe/Movies/Metadata/Collections/After.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||||
|
|
||||||
|
"After (2019)":
|
||||||
|
title: "After"
|
||||||
|
year: 2019
|
||||||
|
url_poster: https://theposterdb.com/api/assets/198637
|
||||||
|
|
||||||
|
"After We Collided (2020)":
|
||||||
|
title: "After We Collided"
|
||||||
|
year: 2020
|
||||||
|
url_poster: https://theposterdb.com/api/assets/198228
|
||||||
|
|
||||||
|
"After We Fell (2021)":
|
||||||
|
title: "After We Fell"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/205009
|
||||||
61
Frexe/Movies/Metadata/Collections/Alien.yml
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||||
|
|
||||||
|
"Alien (1979)":
|
||||||
|
title: "Alien"
|
||||||
|
year: 1979
|
||||||
|
url_poster: https://theposterdb.com/api/assets/176120
|
||||||
|
|
||||||
|
"Aliens (1986)":
|
||||||
|
title: "Aliens"
|
||||||
|
year: 1986
|
||||||
|
url_poster: https://theposterdb.com/api/assets/176121
|
||||||
|
|
||||||
|
"Predator (1987)":
|
||||||
|
title: "Predator"
|
||||||
|
year: 1987
|
||||||
|
url_poster: https://theposterdb.com/api/assets/184020
|
||||||
|
|
||||||
|
"Predator 2 (1990)":
|
||||||
|
title: "Predator 2"
|
||||||
|
year: 1990
|
||||||
|
url_poster: https://theposterdb.com/api/assets/184021
|
||||||
|
|
||||||
|
"Alien 3 (1992)":
|
||||||
|
title: "Alien 3"
|
||||||
|
year: 1992
|
||||||
|
url_poster: https://theposterdb.com/api/assets/176122
|
||||||
|
|
||||||
|
"Alien: Resurrection (1997)":
|
||||||
|
title: "Alien: Resurrection"
|
||||||
|
year: 1997
|
||||||
|
url_poster: https://theposterdb.com/api/assets/176123
|
||||||
|
|
||||||
|
"AVP: Alien vs. Predator (2004)":
|
||||||
|
title: "AVP: Alien vs. Predator"
|
||||||
|
year: 2004
|
||||||
|
url_poster: https://theposterdb.com/api/assets/176124
|
||||||
|
|
||||||
|
"Aliens vs Predator: Requiem (2007)":
|
||||||
|
title: "Aliens vs Predator: Requiem"
|
||||||
|
year: 2007
|
||||||
|
url_poster: https://theposterdb.com/api/assets/176125
|
||||||
|
|
||||||
|
"Predators (2010)":
|
||||||
|
title: "Predators"
|
||||||
|
year: 2010
|
||||||
|
url_poster: https://theposterdb.com/api/assets/184022
|
||||||
|
|
||||||
|
"Prometheus (2012)":
|
||||||
|
title: "Prometheus"
|
||||||
|
year: 2012
|
||||||
|
url_poster: https://theposterdb.com/api/assets/176126
|
||||||
|
|
||||||
|
"Alien: Covenant (2017)":
|
||||||
|
title: "Alien: Covenant"
|
||||||
|
year: 2017
|
||||||
|
url_poster: https://theposterdb.com/api/assets/176127
|
||||||
|
|
||||||
|
"The Predator (2018)":
|
||||||
|
title: "The Predator"
|
||||||
|
year: 2018
|
||||||
|
url_poster: https://theposterdb.com/api/assets/184023
|
||||||
46
Frexe/Movies/Metadata/Collections/American Pie.yml
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
metadata: #Posters found here: https://theposterdb.com/poster/166224
|
||||||
|
|
||||||
|
"American Pie (1999)":
|
||||||
|
title: "American Pie"
|
||||||
|
year: 1999
|
||||||
|
url_poster: https://theposterdb.com/api/assets/186138
|
||||||
|
|
||||||
|
"American Pie 2 (2001)":
|
||||||
|
title: "American Pie 2"
|
||||||
|
year: 2001
|
||||||
|
url_poster: https://theposterdb.com/api/assets/186139
|
||||||
|
|
||||||
|
"American Wedding (2003)":
|
||||||
|
title: "American Wedding"
|
||||||
|
year: 2003
|
||||||
|
url_poster: https://theposterdb.com/api/assets/186140
|
||||||
|
|
||||||
|
"American Pie Presents: Band Camp (2005)":
|
||||||
|
title: "American Pie Presents: Band Camp"
|
||||||
|
year: 2005
|
||||||
|
url_poster: https://theposterdb.com/api/assets/186146
|
||||||
|
|
||||||
|
"American Pie Presents: The Naked Mile (2006)":
|
||||||
|
title: "American Pie Presents: The Naked Mile"
|
||||||
|
year: 2006
|
||||||
|
url_poster: https://theposterdb.com/api/assets/186147
|
||||||
|
|
||||||
|
"American Pie Presents: Beta House (2007)":
|
||||||
|
title: "American Pie Presents: Beta House"
|
||||||
|
year: 2007
|
||||||
|
url_poster: https://theposterdb.com/api/assets/186148
|
||||||
|
|
||||||
|
"American Pie Presents: The Book of Love (2009)":
|
||||||
|
title: "American Pie Presents: The Book of Love"
|
||||||
|
year: 2009
|
||||||
|
url_poster: https://theposterdb.com/api/assets/186149
|
||||||
|
|
||||||
|
"American Reunion (2012)":
|
||||||
|
title: "American Reunion"
|
||||||
|
year: 2012
|
||||||
|
url_poster: https://theposterdb.com/api/assets/186141
|
||||||
|
|
||||||
|
"American Pie Presents: Girls' Rules (2020)":
|
||||||
|
title: "American Pie Presents: Girls' Rules"
|
||||||
|
year: 2020
|
||||||
|
url_poster: https://theposterdb.com/api/assets/186150
|
||||||
16
Frexe/Movies/Metadata/Collections/Anchorman.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
metadata: #Posters found here: https://theposterdb.com/poster/166225
|
||||||
|
|
||||||
|
"Wake Up, Ron Burgundy: The Lost Movie (2004)":
|
||||||
|
title: "Wake Up, Ron Burgundy: The Lost Movie"
|
||||||
|
year: 2004
|
||||||
|
url_poster: https://theposterdb.com/api/assets/190926
|
||||||
|
|
||||||
|
"Anchorman: The Legend of Ron Burgundy (2004)":
|
||||||
|
title: "Anchorman: The Legend of Ron Burgundy"
|
||||||
|
year: 2004
|
||||||
|
url_poster: https://theposterdb.com/api/assets/190925
|
||||||
|
|
||||||
|
"Anchorman 2: The Legend Continues (2013)":
|
||||||
|
title: "Anchorman 2: The Legend Continues"
|
||||||
|
year: 2013
|
||||||
|
url_poster: https://theposterdb.com/api/assets/190927
|
||||||
21
Frexe/Movies/Metadata/Collections/Asterix and Obelix.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
metadata: #Posters found here: https://theposterdb.com/poster/239266
|
||||||
|
|
||||||
|
"Asterix & Obelix Take on Caesar (1999)":
|
||||||
|
title: "Asterix & Obelix Take on Caesar"
|
||||||
|
year: 1999
|
||||||
|
url_poster: https://theposterdb.com/api/assets/239267
|
||||||
|
|
||||||
|
"Asterix & Obelix: Mission Cleopatra (2002)":
|
||||||
|
title: "Asterix & Obelix: Mission Cleopatra"
|
||||||
|
year: 2002
|
||||||
|
url_poster: https://theposterdb.com/api/assets/239268
|
||||||
|
|
||||||
|
"Astérix at the Olympic Games (2008)":
|
||||||
|
title: "Astérix at the Olympic Games"
|
||||||
|
year: 2008
|
||||||
|
url_poster: https://theposterdb.com/api/assets/239269
|
||||||
|
|
||||||
|
"Asterix & Obelix: God Save Britannia (2012)":
|
||||||
|
title: "Asterix & Obelix: God Save Britannia"
|
||||||
|
year: 2012
|
||||||
|
url_poster: https://theposterdb.com/api/assets/239270
|
||||||
16
Frexe/Movies/Metadata/Collections/Austin Powers.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
metadata: #Posters found here: https://theposterdb.com/poster/163540
|
||||||
|
|
||||||
|
"Austin Powers: International Man of Mystery (1997)":
|
||||||
|
title: "Austin Powers: International Man of Mystery"
|
||||||
|
year: 1997
|
||||||
|
url_poster: https://theposterdb.com/api/assets/190877
|
||||||
|
|
||||||
|
"Austin Powers: The Spy Who Shagged Me (1999)":
|
||||||
|
title: "Austin Powers: The Spy Who Shagged Me"
|
||||||
|
year: 1999
|
||||||
|
url_poster: https://theposterdb.com/api/assets/190878
|
||||||
|
|
||||||
|
"Austin Powers in Goldmember (2002)":
|
||||||
|
title: "Austin Powers in Goldmember"
|
||||||
|
year: 2002
|
||||||
|
url_poster: https://theposterdb.com/api/assets/190879
|
||||||
16
Frexe/Movies/Metadata/Collections/Back to the Future.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||||
|
|
||||||
|
"Back to the Future (1985)":
|
||||||
|
title: "Back to the Future"
|
||||||
|
year: 1985
|
||||||
|
url_poster: https://theposterdb.com/api/assets/173584
|
||||||
|
|
||||||
|
"Back to the Future Part II (1989)":
|
||||||
|
title: "Back to the Future Part II"
|
||||||
|
year: 1989
|
||||||
|
url_poster: https://theposterdb.com/api/assets/173585
|
||||||
|
|
||||||
|
"Back to the Future Part III (1990)":
|
||||||
|
title: "Back to the Future Part III"
|
||||||
|
year: 1990
|
||||||
|
url_poster: https://theposterdb.com/api/assets/173586
|
||||||
16
Frexe/Movies/Metadata/Collections/Bad Ass.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
metadata: #Posters found here: https://theposterdb.com/poster/163542
|
||||||
|
|
||||||
|
"Bad Ass (2012)":
|
||||||
|
title: "Bad Ass"
|
||||||
|
year: 2012
|
||||||
|
url_poster: https://theposterdb.com/api/assets/203190
|
||||||
|
|
||||||
|
"Bad Ass 2: Bad Asses (2014)":
|
||||||
|
title: "Bad Ass 2: Bad Asses"
|
||||||
|
year: 2014
|
||||||
|
url_poster: https://theposterdb.com/api/assets/203191
|
||||||
|
|
||||||
|
"Bad Asses on the Bayou (2015)":
|
||||||
|
title: "Bad Asses on the Bayou"
|
||||||
|
year: 2015
|
||||||
|
url_poster: https://theposterdb.com/api/assets/203192
|
||||||
11
Frexe/Movies/Metadata/Collections/Bad Moms.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
metadata: #Posters found here: https://theposterdb.com/poster/166227
|
||||||
|
|
||||||
|
"Bad Moms (2016)":
|
||||||
|
title: "Bad Moms"
|
||||||
|
year: 2016
|
||||||
|
url_poster: https://theposterdb.com/api/assets/189968
|
||||||
|
|
||||||
|
"A Bad Moms Christmas (2017)":
|
||||||
|
title: "A Bad Moms Christmas"
|
||||||
|
year: 2017
|
||||||
|
url_poster: https://theposterdb.com/api/assets/189969
|
||||||
11
Frexe/Movies/Metadata/Collections/Bad Santa.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||||
|
|
||||||
|
"Bad Santa (2003)":
|
||||||
|
title: "Bad Santa"
|
||||||
|
year: 2003
|
||||||
|
url_poster: https://theposterdb.com/api/assets/189965
|
||||||
|
|
||||||
|
"Bad Santa 2 (2016)":
|
||||||
|
title: "Bad Santa 2"
|
||||||
|
year: 2016
|
||||||
|
url_poster: https://theposterdb.com/api/assets/189966
|
||||||
21
Frexe/Movies/Metadata/Collections/Barbershop.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
metadata:
|
||||||
|
|
||||||
|
"Barbershop (2002)":
|
||||||
|
title: "Barbershop"
|
||||||
|
year: 2002
|
||||||
|
url_poster: https://theposterdb.com/api/assets/202106
|
||||||
|
|
||||||
|
"Barbershop 2: Back in Business (2004)":
|
||||||
|
title: "Barbershop 2: Back in Business"
|
||||||
|
year: 2004
|
||||||
|
url_poster: https://theposterdb.com/api/assets/202107
|
||||||
|
|
||||||
|
"Beauty Shop (2005)":
|
||||||
|
title: "Beauty Shop"
|
||||||
|
year: 2005
|
||||||
|
url_poster: https://theposterdb.com/api/assets/202108
|
||||||
|
|
||||||
|
"Barbershop: The Next Cut (2016)":
|
||||||
|
title: "Barbershop: The Next Cut"
|
||||||
|
year: 2016
|
||||||
|
url_poster: https://theposterdb.com/api/assets/202109
|
||||||
11
Frexe/Movies/Metadata/Collections/Beavis and butt head.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
metadata:
|
||||||
|
|
||||||
|
"Beavis and Butt-Head Do America (1996)":
|
||||||
|
title: "Beavis and Butt-Head Do America"
|
||||||
|
year: 1996
|
||||||
|
url_poster: https://theposterdb.com/api/assets/245855
|
||||||
|
|
||||||
|
"Beavis and Butt-Head Do the Universe (2022)":
|
||||||
|
title: "Beavis and Butt-Head Do the Universe"
|
||||||
|
year: 2022
|
||||||
|
url_poster: https://theposterdb.com/api/assets/245854
|
||||||
16
Frexe/Movies/Metadata/Collections/Before.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||||
|
|
||||||
|
"Before Sunrise (1995)":
|
||||||
|
title: "Before Sunrise"
|
||||||
|
year: 1995
|
||||||
|
url_poster: https://theposterdb.com/api/assets/206468
|
||||||
|
|
||||||
|
"Before Sunset (2004)":
|
||||||
|
title: "Before Sunset"
|
||||||
|
year: 2004
|
||||||
|
url_poster: https://theposterdb.com/api/assets/206469
|
||||||
|
|
||||||
|
"Before Midnight (2013)":
|
||||||
|
title: "Before Midnight"
|
||||||
|
year: 2013
|
||||||
|
url_poster: https://theposterdb.com/api/assets/206470
|
||||||
16
Frexe/Movies/Metadata/Collections/Big mommas house.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||||
|
|
||||||
|
"Big Momma's House (2000)":
|
||||||
|
title: "Big Momma's House"
|
||||||
|
year: 2000
|
||||||
|
url_poster: https://theposterdb.com/api/assets/206577
|
||||||
|
|
||||||
|
"Big Momma's House 2 (2006)":
|
||||||
|
title: "Big Momma's House 2"
|
||||||
|
year: 2006
|
||||||
|
url_poster: https://theposterdb.com/api/assets/206578
|
||||||
|
|
||||||
|
"Big Mommas: Like Father, Like Son (2011)":
|
||||||
|
title: "Big Mommas: Like Father, Like Son"
|
||||||
|
year: 2011
|
||||||
|
url_poster: https://theposterdb.com/api/assets/206579
|
||||||
16
Frexe/Movies/Metadata/Collections/Borat.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||||
|
|
||||||
|
"Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan (2006)":
|
||||||
|
title: "Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan"
|
||||||
|
year: 2006
|
||||||
|
url_poster: https://theposterdb.com/api/assets/191066
|
||||||
|
|
||||||
|
"Borat Subsequent Moviefilm (2020)":
|
||||||
|
title: "Borat Subsequent Moviefilm"
|
||||||
|
year: 2020
|
||||||
|
url_poster: https://theposterdb.com/api/assets/191067
|
||||||
|
|
||||||
|
"Borat: VHS Cassette of Material Deemed “Sub-acceptable” By Kazakhstan Ministry of Censorship and Circumcision (2021)":
|
||||||
|
title: "Borat: VHS Cassette of Material Deemed “Sub-acceptable” By Kazakhstan Ministry of Censorship and Circumcision"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/191068
|
||||||
16
Frexe/Movies/Metadata/Collections/Børning.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||||
|
|
||||||
|
"Børning (2014)":
|
||||||
|
title: "Børning"
|
||||||
|
year: 2014
|
||||||
|
url_poster: https://theposterdb.com/api/assets/222311
|
||||||
|
|
||||||
|
"Børning 2 (2016)":
|
||||||
|
title: "Børning 2"
|
||||||
|
year: 2016
|
||||||
|
url_poster: https://theposterdb.com/api/assets/222312
|
||||||
|
|
||||||
|
"Børning 3 (2020)":
|
||||||
|
title: "Børning 3"
|
||||||
|
year: 2020
|
||||||
|
url_poster: https://theposterdb.com/api/assets/222313
|
||||||
21
Frexe/Movies/Metadata/Collections/Candyman.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||||
|
|
||||||
|
"Candyman (1992)":
|
||||||
|
title: "Candyman"
|
||||||
|
year: 1992
|
||||||
|
url_poster: https://theposterdb.com/api/assets/176378
|
||||||
|
|
||||||
|
"Candyman: Farewell to the Flesh (1995)":
|
||||||
|
title: "Candyman: Farewell to the Flesh"
|
||||||
|
year: 1995
|
||||||
|
url_poster: https://theposterdb.com/api/assets/176379
|
||||||
|
|
||||||
|
"Candyman: Day of the Dead (1999)":
|
||||||
|
title: "Candyman: Day of the Dead"
|
||||||
|
year: 1999
|
||||||
|
url_poster: https://theposterdb.com/api/assets/176380
|
||||||
|
|
||||||
|
"Candyman (2021)":
|
||||||
|
title: "Candyman"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/176381
|
||||||
41
Frexe/Movies/Metadata/Collections/Conjuring Universe.yml
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
metadata:
|
||||||
|
|
||||||
|
"The Conjuring (2013)":
|
||||||
|
title: "The Conjuring"
|
||||||
|
year: 2013
|
||||||
|
url_poster: https://theposterdb.com/api/assets/175574
|
||||||
|
|
||||||
|
"Annabelle (2014)":
|
||||||
|
title: "Annabelle"
|
||||||
|
year: 2014
|
||||||
|
url_poster: https://theposterdb.com/api/assets/175575
|
||||||
|
|
||||||
|
"The Conjuring 2 (2016)":
|
||||||
|
title: "The Conjuring 2"
|
||||||
|
year: 2016
|
||||||
|
url_poster: https://theposterdb.com/api/assets/175576
|
||||||
|
|
||||||
|
"Annabelle: Creation (2017)":
|
||||||
|
title: "Annabelle: Creation"
|
||||||
|
year: 2017
|
||||||
|
url_poster: https://theposterdb.com/api/assets/175577
|
||||||
|
|
||||||
|
"The Nun (2018)":
|
||||||
|
title: "The Nun"
|
||||||
|
year: 2018
|
||||||
|
url_poster: https://theposterdb.com/api/assets/175578
|
||||||
|
|
||||||
|
"Annabelle Comes Home (2019)":
|
||||||
|
title: "Annabelle Comes Home"
|
||||||
|
year: 2019
|
||||||
|
url_poster: https://theposterdb.com/api/assets/175580
|
||||||
|
|
||||||
|
"The Curse of La Llorona (2019)":
|
||||||
|
title: "The Curse of La Llorona"
|
||||||
|
year: 2019
|
||||||
|
url_poster: https://theposterdb.com/api/assets/175579
|
||||||
|
|
||||||
|
"The Conjuring: The Devil Made Me Do It (2021)":
|
||||||
|
title: "The Conjuring: The Devil Made Me Do It"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/175581
|
||||||
@ -0,0 +1,261 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/set/98165
|
||||||
|
|
||||||
|
"Superman: Doomsday (2007)":
|
||||||
|
title: "Superman: Doomsday"
|
||||||
|
year: 2007
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193337
|
||||||
|
|
||||||
|
"Batman: Gotham Knight (2008)":
|
||||||
|
title: "Batman: Gotham Knight"
|
||||||
|
year: 2008
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193339
|
||||||
|
|
||||||
|
"Justice League: The New Frontier (2008)":
|
||||||
|
title: "Justice League: The New Frontier"
|
||||||
|
year: 2008
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193338
|
||||||
|
|
||||||
|
"Superman/Batman: Public Enemies (2009)":
|
||||||
|
title: "Superman/Batman: Public Enemies"
|
||||||
|
year: 2009
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193342
|
||||||
|
|
||||||
|
"Green Lantern: First Flight (2009)":
|
||||||
|
title: "Green Lantern: First Flight"
|
||||||
|
year: 2009
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193341
|
||||||
|
|
||||||
|
"Wonder Woman (2009)":
|
||||||
|
title: "Wonder Woman"
|
||||||
|
year: 2009
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193340
|
||||||
|
|
||||||
|
"Superman/Batman: Apocalypse (2010)":
|
||||||
|
title: "Superman/Batman: Apocalypse"
|
||||||
|
year: 2010
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193345
|
||||||
|
|
||||||
|
"Batman: Under the Red Hood (2010)":
|
||||||
|
title: "Batman: Under the Red Hood"
|
||||||
|
year: 2010
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193344
|
||||||
|
|
||||||
|
"Justice League: Crisis on Two Earths (2010)":
|
||||||
|
title: "Justice League: Crisis on Two Earths"
|
||||||
|
year: 2010
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193343
|
||||||
|
|
||||||
|
"Batman: Year One (2011)":
|
||||||
|
title: "Batman: Year One"
|
||||||
|
year: 2011
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193348
|
||||||
|
|
||||||
|
"Green Lantern: Emerald Knights (2011)":
|
||||||
|
title: "Green Lantern: Emerald Knights"
|
||||||
|
year: 2011
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193347
|
||||||
|
|
||||||
|
"All Star Superman (2011)":
|
||||||
|
title: "All Star Superman"
|
||||||
|
year: 2011
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193346
|
||||||
|
|
||||||
|
"Batman: The Dark Knight Returns, Part 1 (2012)":
|
||||||
|
title: "Batman: The Dark Knight Returns, Part 1"
|
||||||
|
year: 2012
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193351
|
||||||
|
|
||||||
|
"Superman vs. The Elite (2012)":
|
||||||
|
title: "Superman vs. The Elite"
|
||||||
|
year: 2012
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193350
|
||||||
|
|
||||||
|
"Justice League: Doom (2012)":
|
||||||
|
title: "Justice League: Doom"
|
||||||
|
year: 2012
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193349
|
||||||
|
|
||||||
|
"Batman: The Dark Knight Returns (2013)":
|
||||||
|
title: "Batman: The Dark Knight Returns"
|
||||||
|
year: 2013
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193355
|
||||||
|
|
||||||
|
"Justice League: The Flashpoint Paradox (2013)":
|
||||||
|
title: "Justice League: The Flashpoint Paradox"
|
||||||
|
year: 2013
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193354
|
||||||
|
|
||||||
|
"Superman: Unbound (2013)":
|
||||||
|
title: "Superman: Unbound"
|
||||||
|
year: 2013
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193353
|
||||||
|
|
||||||
|
"Batman: The Dark Knight Returns, Part 2 (2013)":
|
||||||
|
title: "Batman: The Dark Knight Returns, Part 2"
|
||||||
|
year: 2013
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193352
|
||||||
|
|
||||||
|
"Batman: Assault on Arkham (2014)":
|
||||||
|
title: "Batman: Assault on Arkham"
|
||||||
|
year: 2014
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193358
|
||||||
|
|
||||||
|
"Son of Batman (2014)":
|
||||||
|
title: "Son of Batman"
|
||||||
|
year: 2014
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193357
|
||||||
|
|
||||||
|
"Justice League: War (2014)":
|
||||||
|
title: "Justice League: War"
|
||||||
|
year: 2014
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193356
|
||||||
|
|
||||||
|
"Justice League: Gods and Monsters (2015)":
|
||||||
|
title: "Justice League: Gods and Monsters"
|
||||||
|
year: 2015
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193361
|
||||||
|
|
||||||
|
"Batman vs. Robin (2015)":
|
||||||
|
title: "Batman vs. Robin"
|
||||||
|
year: 2015
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193360
|
||||||
|
|
||||||
|
"Justice League: Throne of Atlantis (2015)":
|
||||||
|
title: "Justice League: Throne of Atlantis"
|
||||||
|
year: 2015
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193359
|
||||||
|
|
||||||
|
"Batman: The Killing Joke (2016)":
|
||||||
|
title: "Batman: The Killing Joke"
|
||||||
|
year: 2016
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193364
|
||||||
|
|
||||||
|
"Justice League vs. Teen Titans (2016)":
|
||||||
|
title: "Justice League vs. Teen Titans"
|
||||||
|
year: 2016
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193363
|
||||||
|
|
||||||
|
"Batman: Bad Blood (2016)":
|
||||||
|
title: "Batman: Bad Blood"
|
||||||
|
year: 2016
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193362
|
||||||
|
|
||||||
|
"Batman and Harley Quinn (2017)":
|
||||||
|
title: "Batman and Harley Quinn"
|
||||||
|
year: 2017
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193367
|
||||||
|
|
||||||
|
"Teen Titans: The Judas Contract (2017)":
|
||||||
|
title: "Teen Titans: The Judas Contract"
|
||||||
|
year: 2017
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193366
|
||||||
|
|
||||||
|
"Justice League Dark (2017)":
|
||||||
|
title: "Justice League Dark"
|
||||||
|
year: 2017
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193365
|
||||||
|
|
||||||
|
"Batman Ninja (2018)":
|
||||||
|
title: "Batman Ninja"
|
||||||
|
year: 2018
|
||||||
|
url_poster: https://theposterdb.com/api/assets/235821
|
||||||
|
|
||||||
|
"Constantine: City of Demons - The Movie (2018)":
|
||||||
|
title: "Constantine: City of Demons - The Movie"
|
||||||
|
year: 2018
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193371
|
||||||
|
|
||||||
|
"The Death of Superman (2018)":
|
||||||
|
title: "The Death of Superman"
|
||||||
|
year: 2018
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193370
|
||||||
|
|
||||||
|
"Suicide Squad: Hell to Pay (2018)":
|
||||||
|
title: "Suicide Squad: Hell to Pay"
|
||||||
|
year: 2018
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193369
|
||||||
|
|
||||||
|
"Batman: Gotham by Gaslight (2018)":
|
||||||
|
title: "Batman: Gotham by Gaslight"
|
||||||
|
year: 2018
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193368
|
||||||
|
|
||||||
|
"Wonder Woman: Bloodlines (2019)":
|
||||||
|
title: "Wonder Woman: Bloodlines"
|
||||||
|
year: 2019
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193377
|
||||||
|
|
||||||
|
"The Death and Return of Superman (2019)":
|
||||||
|
title: "The Death and Return of Superman"
|
||||||
|
year: 2019
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193376
|
||||||
|
|
||||||
|
"Batman: Hush (2019)":
|
||||||
|
title: "Batman: Hush"
|
||||||
|
year: 2019
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193375
|
||||||
|
|
||||||
|
"Batman vs. Teenage Mutant Ninja Turtles (2019)":
|
||||||
|
title: "Batman vs. Teenage Mutant Ninja Turtles"
|
||||||
|
year: 2019
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193374
|
||||||
|
|
||||||
|
"Justice League vs. the Fatal Five (2019)":
|
||||||
|
title: "Justice League vs. the Fatal Five"
|
||||||
|
year: 2019
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193373
|
||||||
|
|
||||||
|
"Reign of the Supermen (2019)":
|
||||||
|
title: "Reign of the Supermen"
|
||||||
|
year: 2019
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193372
|
||||||
|
|
||||||
|
"Superman: Man of Tomorrow (2020)":
|
||||||
|
title: "Superman: Man of Tomorrow"
|
||||||
|
year: 2020
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193380
|
||||||
|
|
||||||
|
"Justice League Dark: Apokolips War (2020)":
|
||||||
|
title: "Justice League Dark: Apokolips War"
|
||||||
|
year: 2020
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193379
|
||||||
|
|
||||||
|
"Superman: Red Son (2020)":
|
||||||
|
title: "Superman: Red Son"
|
||||||
|
year: 2020
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193378
|
||||||
|
|
||||||
|
"Injustice (2021)":
|
||||||
|
title: "Injustice"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193385
|
||||||
|
|
||||||
|
"Batman: The Long Halloween, Part Two (2021)":
|
||||||
|
title: "Batman: The Long Halloween, Part Two"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193384
|
||||||
|
|
||||||
|
"Batman: The Long Halloween, Part One (2021)":
|
||||||
|
title: "Batman: The Long Halloween, Part One"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193383
|
||||||
|
|
||||||
|
"Justice Society: World War II (2021)":
|
||||||
|
title: "Justice Society: World War II"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193382
|
||||||
|
|
||||||
|
"Batman: Soul of the Dragon (2021)":
|
||||||
|
title: "Batman: Soul of the Dragon"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193381
|
||||||
|
|
||||||
|
"Constantine: The House of Mystery (2022)":
|
||||||
|
title: "Constantine: The House of Mystery"
|
||||||
|
year: 2022
|
||||||
|
url_poster: https://theposterdb.com/api/assets/233233
|
||||||
|
|
||||||
|
"Catwoman: Hunted (2022)":
|
||||||
|
title: "Catwoman: Hunted"
|
||||||
|
year: 2022
|
||||||
|
url_poster: https://theposterdb.com/api/assets/210481
|
||||||
26
Frexe/Movies/Metadata/Collections/Die Hard.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/set/100786
|
||||||
|
|
||||||
|
"Die Hard (1988)":
|
||||||
|
title: "Die Hard"
|
||||||
|
year: 1988
|
||||||
|
url_poster: https://theposterdb.com/api/assets/190687
|
||||||
|
|
||||||
|
"Die Hard 2 (1990)":
|
||||||
|
title: "Die Hard 2"
|
||||||
|
year: 1990
|
||||||
|
url_poster: https://theposterdb.com/api/assets/190688
|
||||||
|
|
||||||
|
"Die Hard: With a Vengeance (1995)":
|
||||||
|
title: "Die Hard: With a Vengeance"
|
||||||
|
year: 1995
|
||||||
|
url_poster: https://theposterdb.com/api/assets/190689
|
||||||
|
|
||||||
|
"Live Free or Die Hard (2007)":
|
||||||
|
title: "Live Free or Die Hard"
|
||||||
|
year: 2007
|
||||||
|
url_poster: https://theposterdb.com/api/assets/190690
|
||||||
|
|
||||||
|
"A Good Day to Die Hard (2013)":
|
||||||
|
title: "A Good Day to Die Hard"
|
||||||
|
year: 2013
|
||||||
|
url_poster: https://theposterdb.com/api/assets/190691
|
||||||
16
Frexe/Movies/Metadata/Collections/Dollars.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/poster/211754
|
||||||
|
|
||||||
|
"A Fistful of Dollars (1964)":
|
||||||
|
title: "A Fistful of Dollars"
|
||||||
|
year: 1964
|
||||||
|
url_poster: https://theposterdb.com/api/assets/211755
|
||||||
|
|
||||||
|
"For a Few Dollars More (1965)":
|
||||||
|
title: "For a Few Dollars More"
|
||||||
|
year: 1965
|
||||||
|
url_poster: https://theposterdb.com/api/assets/211756
|
||||||
|
|
||||||
|
"The Good, the Bad and the Ugly (1966)":
|
||||||
|
title: "The Good, the Bad and the Ugly"
|
||||||
|
year: 1966
|
||||||
|
url_poster: https://theposterdb.com/api/assets/211757
|
||||||
11
Frexe/Movies/Metadata/Collections/Dont Breathe.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
metadata:
|
||||||
|
|
||||||
|
"Don't Breathe (2016)":
|
||||||
|
title: "Don't Breathe"
|
||||||
|
year: 2016
|
||||||
|
url_poster: https://theposterdb.com/api/assets/175435
|
||||||
|
|
||||||
|
"Don't Breathe 2 (2021)":
|
||||||
|
title: "Don't Breathe 2"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/175436
|
||||||
11
Frexe/Movies/Metadata/Collections/Doom.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||||
|
|
||||||
|
"Doom (2005)":
|
||||||
|
title: "Doom"
|
||||||
|
year: 2005
|
||||||
|
url_poster: https://theposterdb.com/api/assets/179773
|
||||||
|
|
||||||
|
"Doom: Annihilation (2019)":
|
||||||
|
title: "Doom: Annihilation"
|
||||||
|
year: 2019
|
||||||
|
url_poster: https://theposterdb.com/api/assets/179774
|
||||||
41
Frexe/Movies/Metadata/Collections/Dr. Dolittle.yml
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
metadata:
|
||||||
|
|
||||||
|
"Doctor Dolittle (1967)":
|
||||||
|
title: "Doctor Dolittle"
|
||||||
|
year: 1967
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174121
|
||||||
|
|
||||||
|
"Doctor Dolittle (1998)":
|
||||||
|
title: "Doctor Dolittle"
|
||||||
|
year: 1998
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174125
|
||||||
|
|
||||||
|
"Dr. Dolittle 2 (2001)":
|
||||||
|
title: "Dr. Dolittle 2"
|
||||||
|
year: 2001
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174126
|
||||||
|
|
||||||
|
"Dr. Dolittle 3 (2006)":
|
||||||
|
title: "Dr. Dolittle 3"
|
||||||
|
year: 2006
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174127
|
||||||
|
|
||||||
|
"Dr. Dolittle: Tail to the Chief (2008)":
|
||||||
|
title: "Dr. Dolittle: Tail to the Chief"
|
||||||
|
year: 2008
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174128
|
||||||
|
|
||||||
|
"Dr. Dolittle: Million Dollar Mutts (2009)":
|
||||||
|
title: "Dr. Dolittle: Million Dollar Mutts"
|
||||||
|
year: 2009
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174129
|
||||||
|
|
||||||
|
"Little Miss Dolittle (2018)":
|
||||||
|
title: "Little Miss Dolittle"
|
||||||
|
year: 2018
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174132
|
||||||
|
|
||||||
|
"Dolittle (2020)":
|
||||||
|
title: "Dolittle"
|
||||||
|
year: 2020
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174120
|
||||||
16
Frexe/Movies/Metadata/Collections/Dumb and Dumber.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
metadata:
|
||||||
|
|
||||||
|
"Dumb and Dumber (1994)":
|
||||||
|
title: "Dumb and Dumber"
|
||||||
|
year: 1994
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193762
|
||||||
|
|
||||||
|
"Dumb and Dumberer: When Harry Met Lloyd (2003)":
|
||||||
|
title: "Dumb and Dumberer: When Harry Met Lloyd"
|
||||||
|
year: 2003
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193763
|
||||||
|
|
||||||
|
"Dumb and Dumber To (2014)":
|
||||||
|
title: "Dumb and Dumber To"
|
||||||
|
year: 2014
|
||||||
|
url_poster: https://theposterdb.com/api/assets/193764
|
||||||
46
Frexe/Movies/Metadata/Collections/Ernest.yml
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/poster/174307
|
||||||
|
|
||||||
|
"Ernest Goes to Camp (1987)":
|
||||||
|
title: "Ernest Goes to Camp"
|
||||||
|
year: 1987
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174306
|
||||||
|
|
||||||
|
"Ernest Saves Christmas (1988)":
|
||||||
|
title: "Ernest Saves Christmas"
|
||||||
|
year: 1988
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174307
|
||||||
|
|
||||||
|
"Ernest Goes to Jail (1990)":
|
||||||
|
title: "Ernest Goes to Jail"
|
||||||
|
year: 1990
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174308
|
||||||
|
|
||||||
|
"Ernest Scared Stupid (1991)":
|
||||||
|
title: "Ernest Scared Stupid"
|
||||||
|
year: 1991
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174309
|
||||||
|
|
||||||
|
"Ernest Rides Again (1993)":
|
||||||
|
title: "Ernest Rides Again"
|
||||||
|
year: 1993
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174310
|
||||||
|
|
||||||
|
"Ernest Goes to School (1994)":
|
||||||
|
title: "Ernest Goes to School"
|
||||||
|
year: 1994
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174311
|
||||||
|
|
||||||
|
"Slam Dunk Ernest (1995)":
|
||||||
|
title: "Slam Dunk Ernest"
|
||||||
|
year: 1995
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174312
|
||||||
|
|
||||||
|
"Ernest Goes to Africa (1997)":
|
||||||
|
title: "Ernest Goes to Africa"
|
||||||
|
year: 1997
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174313
|
||||||
|
|
||||||
|
"Ernest in the Army (1998)":
|
||||||
|
title: "Ernest in the Army"
|
||||||
|
year: 1998
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174314
|
||||||
26
Frexe/Movies/Metadata/Collections/Exorcist.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||||
|
|
||||||
|
"The Exorcist (1973)":
|
||||||
|
title: "The Exorcist"
|
||||||
|
year: 1973
|
||||||
|
url_poster: https://theposterdb.com/api/assets/177158
|
||||||
|
|
||||||
|
"Exorcist II: The Heretic (1977)":
|
||||||
|
title: "Exorcist II: The Heretic"
|
||||||
|
year: 1977
|
||||||
|
url_poster: https://theposterdb.com/api/assets/177159
|
||||||
|
|
||||||
|
"The Exorcist III (1990)":
|
||||||
|
title: "The Exorcist III"
|
||||||
|
year: 1990
|
||||||
|
url_poster: https://theposterdb.com/api/assets/177160
|
||||||
|
|
||||||
|
"Exorcist: The Beginning (2004)":
|
||||||
|
title: "Exorcist: The Beginning"
|
||||||
|
year: 2004
|
||||||
|
url_poster: https://theposterdb.com/api/assets/177161
|
||||||
|
|
||||||
|
"Dominion: Prequel to The Exorcist (2005)":
|
||||||
|
title: "Dominion: Prequel to The Exorcist"
|
||||||
|
year: 2005
|
||||||
|
url_poster: https://theposterdb.com/api/assets/177162
|
||||||
51
Frexe/Movies/Metadata/Collections/Fast and the furious.yml
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||||
|
|
||||||
|
"The Fast and the Furious (2001)":
|
||||||
|
title: "The Fast and the Furious"
|
||||||
|
year: 2001
|
||||||
|
url_poster: https://theposterdb.com/api/assets/173861
|
||||||
|
|
||||||
|
"2 Fast 2 Furious (2003)":
|
||||||
|
title: "2 Fast 2 Furious"
|
||||||
|
year: 2003
|
||||||
|
url_poster: https://theposterdb.com/api/assets/173862
|
||||||
|
|
||||||
|
"The Fast and the Furious: Tokyo Drift (2006)":
|
||||||
|
title: "The Fast and the Furious: Tokyo Drift"
|
||||||
|
year: 2006
|
||||||
|
url_poster: https://theposterdb.com/api/assets/173863
|
||||||
|
|
||||||
|
"Fast & Furious (2009)":
|
||||||
|
title: "Fast & Furious"
|
||||||
|
year: 2009
|
||||||
|
url_poster: https://theposterdb.com/api/assets/173864
|
||||||
|
|
||||||
|
"Fast Five (2011)":
|
||||||
|
title: "Fast Five"
|
||||||
|
year: 2011
|
||||||
|
url_poster: https://theposterdb.com/api/assets/173865
|
||||||
|
|
||||||
|
"Fast & Furious 6 (2013)":
|
||||||
|
title: "Fast & Furious 6"
|
||||||
|
year: 2013
|
||||||
|
url_poster: https://theposterdb.com/api/assets/173866
|
||||||
|
|
||||||
|
"Furious 7 (2015)":
|
||||||
|
title: "Furious 7"
|
||||||
|
year: 2015
|
||||||
|
url_poster: https://theposterdb.com/api/assets/173867
|
||||||
|
|
||||||
|
"The Fate of the Furious (2017)":
|
||||||
|
title: "The Fate of the Furious"
|
||||||
|
year: 2017
|
||||||
|
url_poster: https://theposterdb.com/api/assets/173868
|
||||||
|
|
||||||
|
"Fast & Furious Presents: Hobbs & Shaw (2019)":
|
||||||
|
title: "Fast & Furious Presents: Hobbs & Shaw"
|
||||||
|
year: 2019
|
||||||
|
url_poster: https://theposterdb.com/api/assets/173869
|
||||||
|
|
||||||
|
"F9: The Fast Saga (2021)":
|
||||||
|
title: "F9: The Fast Saga"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/173870
|
||||||
16
Frexe/Movies/Metadata/Collections/Fear Street.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
metadata:
|
||||||
|
|
||||||
|
"Fear Street: 1666 (2021)":
|
||||||
|
title: "Fear Street: 1666"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/177140
|
||||||
|
|
||||||
|
"Fear Street: 1978 (2021)":
|
||||||
|
title: "Fear Street: 1978"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/177139
|
||||||
|
|
||||||
|
"Fear Street: 1994 (2021)":
|
||||||
|
title: "Fear Street: 1994"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/177138
|
||||||
16
Frexe/Movies/Metadata/Collections/Friday.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/poster/212173
|
||||||
|
|
||||||
|
"Friday (1995)":
|
||||||
|
title: "Friday"
|
||||||
|
year: 1995
|
||||||
|
url_poster: https://theposterdb.com/api/assets/212171
|
||||||
|
|
||||||
|
"Next Friday (2000)":
|
||||||
|
title: "Next Friday"
|
||||||
|
year: 2000
|
||||||
|
url_poster: https://theposterdb.com/api/assets/212172
|
||||||
|
|
||||||
|
"Friday After Next (2002)":
|
||||||
|
title: "Friday After Next"
|
||||||
|
year: 2002
|
||||||
|
url_poster: https://theposterdb.com/api/assets/212173
|
||||||
26
Frexe/Movies/Metadata/Collections/Ghostbusters.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
metadata: #Posters found here https://theposterdb.com/user/musikmann2000
|
||||||
|
|
||||||
|
"Ghostbusters (1984)":
|
||||||
|
title: "Ghostbusters"
|
||||||
|
year: 1984
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174561
|
||||||
|
|
||||||
|
"Ghostbusters II (1989)":
|
||||||
|
title: "Ghostbusters II"
|
||||||
|
year: 1989
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174562
|
||||||
|
|
||||||
|
"Ghostbusters (2016)":
|
||||||
|
title: "Ghostbusters"
|
||||||
|
year: 2016
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174563
|
||||||
|
|
||||||
|
"Cleanin' Up the Town: Remembering Ghostbusters (2020)":
|
||||||
|
title: "Cleanin' Up the Town: Remembering Ghostbusters"
|
||||||
|
year: 2020
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174559
|
||||||
|
|
||||||
|
"Ghostbusters: Afterlife (2021)":
|
||||||
|
title: "Ghostbusters: Afterlife"
|
||||||
|
year: 2021
|
||||||
|
url_poster: https://theposterdb.com/api/assets/174564
|
||||||