diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..d61e389 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: meisnate12 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/1.user_config.yml b/.github/ISSUE_TEMPLATE/1.user_config.yml new file mode 100644 index 0000000..032ccf5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1.user_config.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d22e670 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..d336252 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,4 @@ +## Checklist + +- [ ] I only edited my own config files. +- [ ] I didn't upload any poster or background images to the repository diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..8b4d715 --- /dev/null +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2543543 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +*/desktop.ini \ No newline at end of file diff --git a/Aldfeu/French.yml b/Aldfeu/French.yml new file mode 100644 index 0000000..c1f080d --- /dev/null +++ b/Aldfeu/French.yml @@ -0,0 +1,64 @@ +templates: + Chart: + sort_title: +1_<><> + 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 diff --git a/Aldfeu/French_people.yml b/Aldfeu/French_people.yml new file mode 100644 index 0000000..3581fdb --- /dev/null +++ b/Aldfeu/French_people.yml @@ -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: <> + sort_title: +4_<> +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} diff --git a/Buzzie/Movies/config/collections/Best_Of.yml b/Buzzie/Movies/config/collections/Best_Of.yml new file mode 100644 index 0000000..97103ef --- /dev/null +++ b/Buzzie/Movies/config/collections/Best_Of.yml @@ -0,0 +1,131 @@ +############################################################### +# IMDB Best Of # +# https://www.imdb.com/user/ur22726822/lists?ref_=ttls_otl_sm # +# # +############################################################### +templates: + Best of: + imdb_list: <> + sort_title: +01_08_Best of <> + url_poster: <> + sync_mode: sync + summary: IMDB Best of list of the 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 } diff --git a/Buzzie/Movies/config/collections/Decades.yml b/Buzzie/Movies/config/collections/Decades.yml new file mode 100644 index 0000000..237ff8b --- /dev/null +++ b/Buzzie/Movies/config/collections/Decades.yml @@ -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) diff --git a/Buzzie/Movies/config/collections/DolbyVision-HDR-1080p.yml b/Buzzie/Movies/config/collections/DolbyVision-HDR-1080p.yml new file mode 100644 index 0000000..ac74225 --- /dev/null +++ b/Buzzie/Movies/config/collections/DolbyVision-HDR-1080p.yml @@ -0,0 +1,95 @@ +######################################################### +# 4K Dolby Vision, 4K HDR & 1080P FHD Collections # +######################################################### +collections: + DolbyVision: + plex_all: true + sort_title: +01_09_<> + 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_<> + 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_<> + url_poster: https://i.imgur.com/y479gbs.jpg + filters: + has_dolby_vision: false + + IMAX-Enhanced: + plex_all: true + sort_title: +01_09_<> + url_poster: https://i.imgur.com/1x2Uvy0.png + filters: + filepath.regex: (IMAX Enhanced) + + Remux: + plex_all: true + sort_title: +01_09_<> + 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_<> + url_poster: https://i.imgur.com/vdACVQ2.png + filters: + filepath.regex: (HQ2|LQ2) + + WEB-DL: + plex_all: true + sort_title: +01_09_<> + 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_<> + 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_<> + 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_<> + url_poster: https://i.imgur.com/B8DFG8h.png + filters: + filepath.regex: (HQ2|LQ2) + + FHD-Encodes: + plex_search: + all: + resolution: 1080p + sort_title: +01_09_<> + url_poster: https://i.imgur.com/nfx5UR5.png + filters: + filepath.regex: (HQ2|LQ2) + \ No newline at end of file diff --git a/Buzzie/Movies/config/collections/Genres.yml b/Buzzie/Movies/config/collections/Genres.yml new file mode 100644 index 0000000..1b3574f --- /dev/null +++ b/Buzzie/Movies/config/collections/Genres.yml @@ -0,0 +1,100 @@ +########################### +# Templates # +########################### +templates: + Genre: + default: + exclude: Children, Anime + sort_title: +02_<> + 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: <> + audio_language: en + 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 diff --git a/Buzzie/Movies/config/collections/IMDB-Top-250.yml b/Buzzie/Movies/config/collections/IMDB-Top-250.yml new file mode 100644 index 0000000..e561d12 --- /dev/null +++ b/Buzzie/Movies/config/collections/IMDB-Top-250.yml @@ -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) diff --git a/Buzzie/Movies/config/collections/Marvel_Cinematic_Universe_Phases.yml b/Buzzie/Movies/config/collections/Marvel_Cinematic_Universe_Phases.yml new file mode 100644 index 0000000..cfb9e99 --- /dev/null +++ b/Buzzie/Movies/config/collections/Marvel_Cinematic_Universe_Phases.yml @@ -0,0 +1,52 @@ +###################################################### +# Movies # +###################################################### +templates: + Series: + sort_title: +03_<> + 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. \ No newline at end of file diff --git a/Buzzie/Movies/config/collections/Marvel_Collections.yml b/Buzzie/Movies/config/collections/Marvel_Collections.yml new file mode 100644 index 0000000..726fef4 --- /dev/null +++ b/Buzzie/Movies/config/collections/Marvel_Collections.yml @@ -0,0 +1,80 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_mode: hide + collection_order: release + Radarr_add_missing: true + url_poster: <> + sort_title: +03_<> + 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 } \ No newline at end of file diff --git a/Buzzie/Movies/config/collections/MovieCompany_Collections_add_Radarr.yml b/Buzzie/Movies/config/collections/MovieCompany_Collections_add_Radarr.yml new file mode 100644 index 0000000..d6555cd --- /dev/null +++ b/Buzzie/Movies/config/collections/MovieCompany_Collections_add_Radarr.yml @@ -0,0 +1,41 @@ +########################### +# Templates # +########################### +templates: + tmdb: + optional: + - collections + - lists + - movies + - tmdb_summary + - summary + - company + tmdb_collection: <> + tmdb_list: <> + tmdb_movie: <> + tmdb_summary: <> + tmdb_company: <> + summary: <> + url_poster: <> + sync_mode: sync + sort_title: +03_<> + 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 diff --git a/Buzzie/Movies/config/collections/Movie_Collections.yml b/Buzzie/Movies/config/collections/Movie_Collections.yml new file mode 100644 index 0000000..8c5b4bc --- /dev/null +++ b/Buzzie/Movies/config/collections/Movie_Collections.yml @@ -0,0 +1,47 @@ +########################### +# Templates # +########################### +templates: + tmdb: + optional: + - collections + - lists + - movies + - tmdb_summary + - summary + tmdb_collection: <> + tmdb_list: <> + tmdb_movie: <> + tmdb_summary: <> + summary: <> + url_poster: <> + sync_mode: sync + sort_title: +03_<> + collection_order: release + collection_mode: hide + schedule: + - weekly(sunday) + - hourly(02) + + imdb: + url_poster: <> + summary: <> + sort_title: +03_<> + 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/ diff --git a/Buzzie/Movies/config/collections/Movie_Collections_add_Radarr.yml b/Buzzie/Movies/config/collections/Movie_Collections_add_Radarr.yml new file mode 100644 index 0000000..bf4bf60 --- /dev/null +++ b/Buzzie/Movies/config/collections/Movie_Collections_add_Radarr.yml @@ -0,0 +1,72 @@ +########################### +# Templates # +########################### +templates: + tmdb: + optional: + - collections + - lists + - movies + - tmdb_summary + - summary + - company + tmdb_collection: <> + tmdb_list: <> + tmdb_movie: <> + tmdb_summary: <> + summary: <> + url_poster: <> + sync_mode: sync + sort_title: +03_<> + radarr_add_missing: true + collection_order: release + collection_mode: hide + schedule: + - weekly(sunday) + - hourly(02) + + imdb: + url_poster: <> + summary: <> + sort_title: +03_<> + 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" diff --git a/Buzzie/Movies/config/collections/Streaming.yml b/Buzzie/Movies/config/collections/Streaming.yml new file mode 100644 index 0000000..4578073 --- /dev/null +++ b/Buzzie/Movies/config/collections/Streaming.yml @@ -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_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_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_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_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_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_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_order: custom + collection_mode: hide + sync_mode: sync + schedule: + - hourly(02) diff --git a/Buzzie/Movies/config/collections/Trakt.yml b/Buzzie/Movies/config/collections/Trakt.yml new file mode 100644 index 0000000..37fe107 --- /dev/null +++ b/Buzzie/Movies/config/collections/Trakt.yml @@ -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_<> + 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) diff --git a/Buzzie/Movies/config/collections/Trending-Popular-Recently.yml b/Buzzie/Movies/config/collections/Trending-Popular-Recently.yml new file mode 100644 index 0000000..2c3630e --- /dev/null +++ b/Buzzie/Movies/config/collections/Trending-Popular-Recently.yml @@ -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 diff --git a/Buzzie/README.md b/Buzzie/README.md new file mode 100644 index 0000000..56185f9 --- /dev/null +++ b/Buzzie/README.md @@ -0,0 +1 @@ +Buzzie's PMM Git diff --git a/Buzzie/TV/tv shows folder b/Buzzie/TV/tv shows folder new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Buzzie/TV/tv shows folder @@ -0,0 +1 @@ + diff --git a/Buzzie/overlays/movies/Ratings/IMDB-Top-250red.png b/Buzzie/overlays/movies/Ratings/IMDB-Top-250red.png new file mode 100644 index 0000000..c4a595b Binary files /dev/null and b/Buzzie/overlays/movies/Ratings/IMDB-Top-250red.png differ diff --git a/Buzzie/overlays/movies/Ratings/IMDB_Ratingred.png b/Buzzie/overlays/movies/Ratings/IMDB_Ratingred.png new file mode 100644 index 0000000..00e4c86 Binary files /dev/null and b/Buzzie/overlays/movies/Ratings/IMDB_Ratingred.png differ diff --git a/Buzzie/overlays/movies/Ratings/Letterboxd_Ratingred.png b/Buzzie/overlays/movies/Ratings/Letterboxd_Ratingred.png new file mode 100644 index 0000000..a5d62da Binary files /dev/null and b/Buzzie/overlays/movies/Ratings/Letterboxd_Ratingred.png differ diff --git a/Buzzie/overlays/movies/Ratings/RT-Aud-Freshred.png b/Buzzie/overlays/movies/Ratings/RT-Aud-Freshred.png new file mode 100644 index 0000000..f70d725 Binary files /dev/null and b/Buzzie/overlays/movies/Ratings/RT-Aud-Freshred.png differ diff --git a/Buzzie/overlays/movies/Ratings/RT-Aud-Rottenred.png b/Buzzie/overlays/movies/Ratings/RT-Aud-Rottenred.png new file mode 100644 index 0000000..dea4c11 Binary files /dev/null and b/Buzzie/overlays/movies/Ratings/RT-Aud-Rottenred.png differ diff --git a/Buzzie/overlays/movies/Ratings/RT-Cert-Freshred.png b/Buzzie/overlays/movies/Ratings/RT-Cert-Freshred.png new file mode 100644 index 0000000..a2c497d Binary files /dev/null and b/Buzzie/overlays/movies/Ratings/RT-Cert-Freshred.png differ diff --git a/Buzzie/overlays/movies/Ratings/RT-Crit-Freshred.png b/Buzzie/overlays/movies/Ratings/RT-Crit-Freshred.png new file mode 100644 index 0000000..996b117 Binary files /dev/null and b/Buzzie/overlays/movies/Ratings/RT-Crit-Freshred.png differ diff --git a/Buzzie/overlays/movies/Ratings/RT-Crit-Rottenred.png b/Buzzie/overlays/movies/Ratings/RT-Crit-Rottenred.png new file mode 100644 index 0000000..201fbd8 Binary files /dev/null and b/Buzzie/overlays/movies/Ratings/RT-Crit-Rottenred.png differ diff --git a/Buzzie/overlays/movies/Ratings/TMDB-Trending.png b/Buzzie/overlays/movies/Ratings/TMDB-Trending.png new file mode 100644 index 0000000..382ceca Binary files /dev/null and b/Buzzie/overlays/movies/Ratings/TMDB-Trending.png differ diff --git a/Buzzie/overlays/movies/Ratings/rating_Fresh.png b/Buzzie/overlays/movies/Ratings/rating_Fresh.png new file mode 100644 index 0000000..996b117 Binary files /dev/null and b/Buzzie/overlays/movies/Ratings/rating_Fresh.png differ diff --git a/Buzzie/overlays/movies/Ratings/rating_IMDB.png b/Buzzie/overlays/movies/Ratings/rating_IMDB.png new file mode 100644 index 0000000..00e4c86 Binary files /dev/null and b/Buzzie/overlays/movies/Ratings/rating_IMDB.png differ diff --git a/Buzzie/overlays/movies/Ratings/rating_Letterboxd.png b/Buzzie/overlays/movies/Ratings/rating_Letterboxd.png new file mode 100644 index 0000000..a5d62da Binary files /dev/null and b/Buzzie/overlays/movies/Ratings/rating_Letterboxd.png differ diff --git a/Buzzie/overlays/movies/Ratings/rating_Rotten.png b/Buzzie/overlays/movies/Ratings/rating_Rotten.png new file mode 100644 index 0000000..201fbd8 Binary files /dev/null and b/Buzzie/overlays/movies/Ratings/rating_Rotten.png differ diff --git a/EvilTactician/Anime.png b/EvilTactician/Anime.png new file mode 100644 index 0000000..ec535a2 Binary files /dev/null and b/EvilTactician/Anime.png differ diff --git a/EvilTactician/Anime.yml b/EvilTactician/Anime.yml new file mode 100644 index 0000000..9cfae6a --- /dev/null +++ b/EvilTactician/Anime.yml @@ -0,0 +1,126 @@ +########################################## +## Anime Collections ## +########################################## +# # +# Credits # +# Evil Tacctician # +# JJJonesJr33 # +# # +########################################## +templates: + MAL Genre: + mal_genre: + genre_id: <> + collection_order: alpha + collection_mode: hide + sync_mode: sync + MAL User: + sort_title: ~<> + mal_userlist: + 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 \ No newline at end of file diff --git a/EvilTactician/Assets/README.md b/EvilTactician/Assets/README.md new file mode 100644 index 0000000..2dcf82f --- /dev/null +++ b/EvilTactician/Assets/README.md @@ -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. + diff --git a/EvilTactician/README.md b/EvilTactician/README.md new file mode 100644 index 0000000..017e251 --- /dev/null +++ b/EvilTactician/README.md @@ -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:
+![Anime](Anime.png) + +## 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
+Fribb - Creator of https://github.com/Fribb/anime-lists, helped me track down some mapping issues
+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. diff --git a/EvilTactician/config.yml b/EvilTactician/config.yml new file mode 100644 index 0000000..dbb2bb2 --- /dev/null +++ b/EvilTactician/config.yml @@ -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: diff --git a/Frexe/Movies/Collections/A21.yml b/Frexe/Movies/Collections/A21.yml new file mode 100644 index 0000000..dae2561 --- /dev/null +++ b/Frexe/Movies/Collections/A21.yml @@ -0,0 +1,20 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/Blue Sky Studios.yml b/Frexe/Movies/Collections/Blue Sky Studios.yml new file mode 100644 index 0000000..40dc3b5 --- /dev/null +++ b/Frexe/Movies/Collections/Blue Sky Studios.yml @@ -0,0 +1,20 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/Broken Lizard.yml b/Frexe/Movies/Collections/Broken Lizard.yml new file mode 100644 index 0000000..31789bf --- /dev/null +++ b/Frexe/Movies/Collections/Broken Lizard.yml @@ -0,0 +1,22 @@ +templates: + Set: + optional: + - collection + - movie + - list + - imdb + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + imdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/DC Universe Animated Original Movies.yml b/Frexe/Movies/Collections/DC Universe Animated Original Movies.yml new file mode 100644 index 0000000..ed93cff --- /dev/null +++ b/Frexe/Movies/Collections/DC Universe Animated Original Movies.yml @@ -0,0 +1,19 @@ +templates: + Set: + optional: + - collection + - movie + - list + - imdb + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + imdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +collections: + + "DC Universe Animated Original Movies": + template: {name: Set, list: 8205845, poster: https://theposterdb.com/api/assets/193336 } diff --git a/Frexe/Movies/Collections/DC.yml b/Frexe/Movies/Collections/DC.yml new file mode 100644 index 0000000..f986541 --- /dev/null +++ b/Frexe/Movies/Collections/DC.yml @@ -0,0 +1,43 @@ +templates: + Set: + optional: + - collection + - movie + - list + - imdb + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + imdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/DreamWorks Animation.yml b/Frexe/Movies/Collections/DreamWorks Animation.yml new file mode 100644 index 0000000..023f055 --- /dev/null +++ b/Frexe/Movies/Collections/DreamWorks Animation.yml @@ -0,0 +1,38 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/Happy Madison Productions.yml b/Frexe/Movies/Collections/Happy Madison Productions.yml new file mode 100644 index 0000000..9bf740b --- /dev/null +++ b/Frexe/Movies/Collections/Happy Madison Productions.yml @@ -0,0 +1,27 @@ +templates: + Set: + optional: + - collection + - movie + tmdb_collection_details: <> + tmdb_movie: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/Illumination Entertainment.yml b/Frexe/Movies/Collections/Illumination Entertainment.yml new file mode 100644 index 0000000..7048841 --- /dev/null +++ b/Frexe/Movies/Collections/Illumination Entertainment.yml @@ -0,0 +1,35 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/Lego.yml b/Frexe/Movies/Collections/Lego.yml new file mode 100644 index 0000000..da2880c --- /dev/null +++ b/Frexe/Movies/Collections/Lego.yml @@ -0,0 +1,20 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/Lucasfilm.yml b/Frexe/Movies/Collections/Lucasfilm.yml new file mode 100644 index 0000000..c781bf4 --- /dev/null +++ b/Frexe/Movies/Collections/Lucasfilm.yml @@ -0,0 +1,23 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/Madea.yml b/Frexe/Movies/Collections/Madea.yml new file mode 100644 index 0000000..f823bfe --- /dev/null +++ b/Frexe/Movies/Collections/Madea.yml @@ -0,0 +1,20 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/Marvel Cinematic Universe.yml b/Frexe/Movies/Collections/Marvel Cinematic Universe.yml new file mode 100644 index 0000000..66af0ef --- /dev/null +++ b/Frexe/Movies/Collections/Marvel Cinematic Universe.yml @@ -0,0 +1,86 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/Middle Earth.yml b/Frexe/Movies/Collections/Middle Earth.yml new file mode 100644 index 0000000..63a41a3 --- /dev/null +++ b/Frexe/Movies/Collections/Middle Earth.yml @@ -0,0 +1,23 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/MonsterVerse.yml b/Frexe/Movies/Collections/MonsterVerse.yml new file mode 100644 index 0000000..784b8cc --- /dev/null +++ b/Frexe/Movies/Collections/MonsterVerse.yml @@ -0,0 +1,32 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/Movie Collection.yml b/Frexe/Movies/Collections/Movie Collection.yml new file mode 100644 index 0000000..04b121b --- /dev/null +++ b/Frexe/Movies/Collections/Movie Collection.yml @@ -0,0 +1,434 @@ +templates: + Set: + optional: + - collection + - movie + - list + - imdb + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + imdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> + +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 } diff --git a/Frexe/Movies/Collections/National Lampoon.yml b/Frexe/Movies/Collections/National Lampoon.yml new file mode 100644 index 0000000..e84773e --- /dev/null +++ b/Frexe/Movies/Collections/National Lampoon.yml @@ -0,0 +1,21 @@ +templates: + Set: + optional: + - collection + - movie + tmdb_collection_details: <> + tmdb_movie: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/Parody Movies.yml b/Frexe/Movies/Collections/Parody Movies.yml new file mode 100644 index 0000000..5a7e837 --- /dev/null +++ b/Frexe/Movies/Collections/Parody Movies.yml @@ -0,0 +1,20 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/Pixar.yml b/Frexe/Movies/Collections/Pixar.yml new file mode 100644 index 0000000..19ed76d --- /dev/null +++ b/Frexe/Movies/Collections/Pixar.yml @@ -0,0 +1,48 @@ +templates: + Set: + optional: + - collection + - movie + tmdb_collection_details: <> + tmdb_movie: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/Sony Pictures Animation.yml b/Frexe/Movies/Collections/Sony Pictures Animation.yml new file mode 100644 index 0000000..323c901 --- /dev/null +++ b/Frexe/Movies/Collections/Sony Pictures Animation.yml @@ -0,0 +1,36 @@ +templates: + Set: + optional: + - collection + - movie + tmdb_collection_details: <> + tmdb_movie: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/The dead.yml b/Frexe/Movies/Collections/The dead.yml new file mode 100644 index 0000000..8dd0244 --- /dev/null +++ b/Frexe/Movies/Collections/The dead.yml @@ -0,0 +1,17 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +collections: + + "Collection of the Dead": + template: {name: Set, list: 8196433, poster: https://theposterdb.com/api/assets/160803 } diff --git a/Frexe/Movies/Collections/Walt Disney Animation.yml b/Frexe/Movies/Collections/Walt Disney Animation.yml new file mode 100644 index 0000000..778ab27 --- /dev/null +++ b/Frexe/Movies/Collections/Walt Disney Animation.yml @@ -0,0 +1,80 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Collections/Walt Disney Pictures.yml b/Frexe/Movies/Collections/Walt Disney Pictures.yml new file mode 100644 index 0000000..e4b7322 --- /dev/null +++ b/Frexe/Movies/Collections/Walt Disney Pictures.yml @@ -0,0 +1,17 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +collections: + + "Santa Clause": + template: {name: Set, collection: 53159, poster: https://theposterdb.com/api/assets/168200 } diff --git a/Frexe/Movies/Collections/Wizarding World.yml b/Frexe/Movies/Collections/Wizarding World.yml new file mode 100644 index 0000000..2a46f2d --- /dev/null +++ b/Frexe/Movies/Collections/Wizarding World.yml @@ -0,0 +1,20 @@ +templates: + Set: + optional: + - collection + - movie + - list + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +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 } diff --git a/Frexe/Movies/Genre.yml b/Frexe/Movies/Genre.yml new file mode 100644 index 0000000..e782b0a --- /dev/null +++ b/Frexe/Movies/Genre.yml @@ -0,0 +1,69 @@ +templates: + Genre: + plex_search: + genre: <> + url_poster: <> + sort_title: +_<> + 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 diff --git a/Frexe/Movies/Lists.yml b/Frexe/Movies/Lists.yml new file mode 100644 index 0000000..b2d1cde --- /dev/null +++ b/Frexe/Movies/Lists.yml @@ -0,0 +1,19 @@ +templates: + Set: + optional: + - collection + - movie + - list + - imdb + tmdb_collection_details: <> + tmdb_movie: <> + tmdb_list: <> + imdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: +_<> +collections: + + "Comedy Movies of the 2000's": + template: {name: Set, imdb: https://www.imdb.com/list/ls055535294, poster: https://i.imgur.com/j875mzI.jpg } diff --git a/Frexe/Movies/Metadata/Collections/365.yml b/Frexe/Movies/Metadata/Collections/365.yml new file mode 100644 index 0000000..65b3f2e --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/365.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/A christmas story.yml b/Frexe/Movies/Metadata/Collections/A christmas story.yml new file mode 100644 index 0000000..d83d91e --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/A christmas story.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/A quiet place.yml b/Frexe/Movies/Metadata/Collections/A quiet place.yml new file mode 100644 index 0000000..ea4ee9c --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/A quiet place.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/After.yml b/Frexe/Movies/Metadata/Collections/After.yml new file mode 100644 index 0000000..0b44b5c --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/After.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Alien.yml b/Frexe/Movies/Metadata/Collections/Alien.yml new file mode 100644 index 0000000..2f3a089 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Alien.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/American Pie.yml b/Frexe/Movies/Metadata/Collections/American Pie.yml new file mode 100644 index 0000000..7c9b1af --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/American Pie.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Anchorman.yml b/Frexe/Movies/Metadata/Collections/Anchorman.yml new file mode 100644 index 0000000..b669518 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Anchorman.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Asterix and Obelix.yml b/Frexe/Movies/Metadata/Collections/Asterix and Obelix.yml new file mode 100644 index 0000000..3812372 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Asterix and Obelix.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Austin Powers.yml b/Frexe/Movies/Metadata/Collections/Austin Powers.yml new file mode 100644 index 0000000..1933e40 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Austin Powers.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Back to the Future.yml b/Frexe/Movies/Metadata/Collections/Back to the Future.yml new file mode 100644 index 0000000..b1f3b95 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Back to the Future.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Bad Ass.yml b/Frexe/Movies/Metadata/Collections/Bad Ass.yml new file mode 100644 index 0000000..c762507 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Bad Ass.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Bad Moms.yml b/Frexe/Movies/Metadata/Collections/Bad Moms.yml new file mode 100644 index 0000000..571e8e4 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Bad Moms.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Bad Santa.yml b/Frexe/Movies/Metadata/Collections/Bad Santa.yml new file mode 100644 index 0000000..d0a4ecf --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Bad Santa.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Barbershop.yml b/Frexe/Movies/Metadata/Collections/Barbershop.yml new file mode 100644 index 0000000..acfdbfd --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Barbershop.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Beavis and butt head.yml b/Frexe/Movies/Metadata/Collections/Beavis and butt head.yml new file mode 100644 index 0000000..9c5ea47 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Beavis and butt head.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Before.yml b/Frexe/Movies/Metadata/Collections/Before.yml new file mode 100644 index 0000000..ce20204 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Before.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Big mommas house.yml b/Frexe/Movies/Metadata/Collections/Big mommas house.yml new file mode 100644 index 0000000..216b9ca --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Big mommas house.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Borat.yml b/Frexe/Movies/Metadata/Collections/Borat.yml new file mode 100644 index 0000000..e1e3678 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Borat.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Børning.yml b/Frexe/Movies/Metadata/Collections/Børning.yml new file mode 100644 index 0000000..2883aa0 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Børning.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Candyman.yml b/Frexe/Movies/Metadata/Collections/Candyman.yml new file mode 100644 index 0000000..690244c --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Candyman.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Conjuring Universe.yml b/Frexe/Movies/Metadata/Collections/Conjuring Universe.yml new file mode 100644 index 0000000..eaa1178 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Conjuring Universe.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/DC Universe Animated Original Movies.yml b/Frexe/Movies/Metadata/Collections/DC Universe Animated Original Movies.yml new file mode 100644 index 0000000..5462b37 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/DC Universe Animated Original Movies.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Die Hard.yml b/Frexe/Movies/Metadata/Collections/Die Hard.yml new file mode 100644 index 0000000..877edef --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Die Hard.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Dollars.yml b/Frexe/Movies/Metadata/Collections/Dollars.yml new file mode 100644 index 0000000..f2442ab --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Dollars.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Dont Breathe.yml b/Frexe/Movies/Metadata/Collections/Dont Breathe.yml new file mode 100644 index 0000000..db48e5e --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Dont Breathe.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Doom.yml b/Frexe/Movies/Metadata/Collections/Doom.yml new file mode 100644 index 0000000..d192724 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Doom.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Dr. Dolittle.yml b/Frexe/Movies/Metadata/Collections/Dr. Dolittle.yml new file mode 100644 index 0000000..26d80fa --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Dr. Dolittle.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Dumb and Dumber.yml b/Frexe/Movies/Metadata/Collections/Dumb and Dumber.yml new file mode 100644 index 0000000..67a97b1 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Dumb and Dumber.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Ernest.yml b/Frexe/Movies/Metadata/Collections/Ernest.yml new file mode 100644 index 0000000..e26c0b1 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Ernest.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Exorcist.yml b/Frexe/Movies/Metadata/Collections/Exorcist.yml new file mode 100644 index 0000000..cf36945 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Exorcist.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Fast and the furious.yml b/Frexe/Movies/Metadata/Collections/Fast and the furious.yml new file mode 100644 index 0000000..17ebda6 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Fast and the furious.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Fear Street.yml b/Frexe/Movies/Metadata/Collections/Fear Street.yml new file mode 100644 index 0000000..8a798e5 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Fear Street.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Friday.yml b/Frexe/Movies/Metadata/Collections/Friday.yml new file mode 100644 index 0000000..92a8679 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Friday.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Ghostbusters.yml b/Frexe/Movies/Metadata/Collections/Ghostbusters.yml new file mode 100644 index 0000000..f37ae4e --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Ghostbusters.yml @@ -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 diff --git a/Frexe/Movies/Metadata/Collections/Gi Joe.yml b/Frexe/Movies/Metadata/Collections/Gi Joe.yml new file mode 100644 index 0000000..a48ae70 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Gi Joe.yml @@ -0,0 +1,16 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "G.I. Joe: The Rise of Cobra (2009)": + title: "G.I. Joe: The Rise of Cobra" + year: 2009 + url_poster: https://theposterdb.com/api/assets/172040 + + "G.I. Joe: Retaliation (2013)": + title: "G.I. Joe: Retaliation" + year: 2013 + url_poster: https://theposterdb.com/api/assets/172041 + + "Snake Eyes (2021)": + title: "Snake Eyes" + year: 2021 + url_poster: https://theposterdb.com/api/assets/172042 diff --git a/Frexe/Movies/Metadata/Collections/Godfather.yml b/Frexe/Movies/Metadata/Collections/Godfather.yml new file mode 100644 index 0000000..a23015b --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Godfather.yml @@ -0,0 +1,16 @@ +metadata: #Posters found here https://theposterdb.com/set/100802 + + "The Godfather (1972)": + title: "The Godfather" + year: 1972 + url_poster: https://theposterdb.com/api/assets/184746 + + "The Godfather: Part II (1974)": + title: "The Godfather: Part II" + year: 1974 + url_poster: https://theposterdb.com/api/assets/184747 + + "The Godfather: Part III (1990)": + title: "The Godfather: Part III" + year: 1990 + url_poster: https://theposterdb.com/api/assets/184748 diff --git a/Frexe/Movies/Metadata/Collections/Green Street Hooligans.yml b/Frexe/Movies/Metadata/Collections/Green Street Hooligans.yml new file mode 100644 index 0000000..8a07ad4 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Green Street Hooligans.yml @@ -0,0 +1,16 @@ +metadata: #Posters found here https://theposterdb.com/poster/216838 + + "Green Street Hooligans (2005)": + title: "Green Street Hooligans" + year: 2005 + url_poster: https://theposterdb.com/api/assets/216836 + + "Green Street Hooligans 2 (2010)": + title: "Green Street Hooligans 2" + year: 2010 + url_poster: https://theposterdb.com/api/assets/216837 + + "Green Street 3: Never Back Down (2014)": + title: "Green Street 3: Never Back Down" + year: 2014 + url_poster: https://theposterdb.com/api/assets/216840 diff --git a/Frexe/Movies/Metadata/Collections/Gremlins.yml b/Frexe/Movies/Metadata/Collections/Gremlins.yml new file mode 100644 index 0000000..cb686e0 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Gremlins.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/poster/161052 + + "Gremlins (1984)": + title: "Gremlins" + year: 1984 + url_poster: https://theposterdb.com/api/assets/174790 + + "Gremlins 2: The New Batch (1990)": + title: "Gremlins 2: The New Batch" + year: 1990 + url_poster: https://theposterdb.com/api/assets/174791 diff --git a/Frexe/Movies/Metadata/Collections/Halloween.yml b/Frexe/Movies/Metadata/Collections/Halloween.yml new file mode 100644 index 0000000..5f23628 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Halloween.yml @@ -0,0 +1,61 @@ +metadata: #Posters found here https://theposterdb.com/set/98353 + + "Halloween (1978)": + title: "Halloween" + year: 1978 + url_poster: https://theposterdb.com/api/assets/177071 + + "Halloween II (1981)": + title: "Halloween II" + year: 1981 + url_poster: https://theposterdb.com/api/assets/177072 + + "Halloween III: Season of the Witch (1982)": + title: "Halloween III: Season of the Witch" + year: 1982 + url_poster: https://theposterdb.com/api/assets/177073 + + "Halloween 4: The Return of Michael Myers (1988)": + title: "Halloween 4: The Return of Michael Myers" + year: 1988 + url_poster: https://theposterdb.com/api/assets/177074 + + "Halloween 5: The Revenge of Michael Myers (1989)": + title: "Halloween 5: The Revenge of Michael Myers" + year: 1989 + url_poster: https://theposterdb.com/api/assets/177075 + + "Halloween: The Curse of Michael Myers (1995)": + title: "Halloween: The Curse of Michael Myers" + year: 1995 + url_poster: https://theposterdb.com/api/assets/177076 + + "Halloween H20: 20 Years Later (1998)": + title: "Halloween H20: 20 Years Later" + year: 1998 + url_poster: https://theposterdb.com/api/assets/177077 + + "Halloween: Resurrection (2002)": + title: "Halloween: Resurrection" + year: 2002 + url_poster: https://theposterdb.com/api/assets/177078 + + "Halloween (2007)": + title: "Halloween" + year: 2007 + url_poster: https://theposterdb.com/api/assets/177082 + + "Halloween II (2009)": + title: "Halloween II" + year: 2009 + url_poster: https://theposterdb.com/api/assets/177083 + + "Halloween (2018)": + title: "Halloween" + year: 2018 + url_poster: https://theposterdb.com/api/assets/177079 + + "Halloween Kills (2021)": + title: "Halloween Kills" + year: 2021 + url_poster: https://theposterdb.com/api/assets/177080 diff --git a/Frexe/Movies/Metadata/Collections/Hangover.yml b/Frexe/Movies/Metadata/Collections/Hangover.yml new file mode 100644 index 0000000..cdd5fdc --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Hangover.yml @@ -0,0 +1,16 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Hangover (2009)": + title: "The Hangover" + year: 2009 + url_poster: https://theposterdb.com/api/assets/193765 + + "The Hangover Part II (2011)": + title: "The Hangover Part II" + year: 2011 + url_poster: https://theposterdb.com/api/assets/193766 + + "The Hangover Part III (2013)": + title: "The Hangover Part III" + year: 2013 + url_poster: https://theposterdb.com/api/assets/193767 diff --git a/Frexe/Movies/Metadata/Collections/Hannibal Lecter.yml b/Frexe/Movies/Metadata/Collections/Hannibal Lecter.yml new file mode 100644 index 0000000..2ec806c --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Hannibal Lecter.yml @@ -0,0 +1,26 @@ +metadata: #Posters found here: https://theposterdb.com/poster/180040 + + "Manhunter (1986)": + title: "Manhunter" + year: 1986 + url_poster: https://theposterdb.com/api/assets/180039 + + "The Silence of the Lambs (1991)": + title: "The Silence of the Lambs" + year: 1991 + url_poster: https://theposterdb.com/api/assets/180040 + + "Hannibal (2001)": + title: "Hannibal" + year: 2001 + url_poster: https://theposterdb.com/api/assets/180041 + + "Red Dragon (2002)": + title: "Red Dragon" + year: 2002 + url_poster: https://theposterdb.com/api/assets/180042 + + "Hannibal Rising (2007)": + title: "Hannibal Rising" + year: 2007 + url_poster: https://theposterdb.com/api/assets/180043 diff --git a/Frexe/Movies/Metadata/Collections/Harold and Kumar.yml b/Frexe/Movies/Metadata/Collections/Harold and Kumar.yml new file mode 100644 index 0000000..5693082 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Harold and Kumar.yml @@ -0,0 +1,16 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Harold & Kumar Go to White Castle (2004)": + title: "Harold & Kumar Go to White Castle" + year: 2004 + url_poster: https://theposterdb.com/api/assets/189951 + + "Harold & Kumar Escape from Guantanamo Bay (2008)": + title: "Harold & Kumar Escape from Guantanamo Bay" + year: 2008 + url_poster: https://theposterdb.com/api/assets/189952 + + "A Very Harold & Kumar Christmas (2011)": + title: "A Very Harold & Kumar Christmas" + year: 2011 + url_poster: https://theposterdb.com/api/assets/189953 diff --git a/Frexe/Movies/Metadata/Collections/Hellboy.yml b/Frexe/Movies/Metadata/Collections/Hellboy.yml new file mode 100644 index 0000000..e7745b3 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Hellboy.yml @@ -0,0 +1,26 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Hellboy (2004)": + title: "Hellboy" + year: 2004 + url_poster: https://theposterdb.com/api/assets/171594 + + "Hellboy Animated: Sword of Storms (2006)": + title: "Hellboy Animated: Sword of Storms" + year: 2006 + url_poster: https://theposterdb.com/api/assets/171598 + + "Hellboy Animated: Blood and Iron (2007)": + title: "Hellboy Animated: Blood and Iron" + year: 2007 + url_poster: https://theposterdb.com/api/assets/171597 + + "Hellboy II: The Golden Army (2008)": + title: "Hellboy II: The Golden Army" + year: 2008 + url_poster: https://theposterdb.com/api/assets/171595 + + "Hellboy (2019)": + title: "Hellboy" + year: 2019 + url_poster: https://theposterdb.com/api/assets/171596 diff --git a/Frexe/Movies/Metadata/Collections/Hitmans bodyguard.yml b/Frexe/Movies/Metadata/Collections/Hitmans bodyguard.yml new file mode 100644 index 0000000..d26cf45 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Hitmans bodyguard.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Hitman's Bodyguard (2017)": + title: "The Hitman's Bodyguard" + year: 2017 + url_poster: https://theposterdb.com/api/assets/173429 + + "Hitman's Wife's Bodyguard (2021)": + title: "Hitman's Wife's Bodyguard" + year: 2021 + url_poster: https://theposterdb.com/api/assets/173430 diff --git a/Frexe/Movies/Metadata/Collections/Home Alone.yml b/Frexe/Movies/Metadata/Collections/Home Alone.yml new file mode 100644 index 0000000..0c71891 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Home Alone.yml @@ -0,0 +1,31 @@ +metadata: #Posters found here https://theposterdb.com/poster/168202 + + "Home Alone (1990)": + title: "Home Alone" + year: 1990 + url_poster: https://theposterdb.com/api/assets/190427 + + "Home Alone 2: Lost in New York (1992)": + title: "Home Alone 2: Lost in New York" + year: 1992 + url_poster: https://theposterdb.com/api/assets/190428 + + "Home Alone 3 (1997)": + title: "Home Alone 3" + year: 1997 + url_poster: https://theposterdb.com/api/assets/190429 + + "Home Alone 4 (2002)": + title: "Home Alone 4" + year: 2002 + url_poster: https://theposterdb.com/api/assets/190430 + + "Home Alone: The Holiday Heist (2012)": + title: "Home Alone: The Holiday Heist" + year: 2012 + url_poster: https://theposterdb.com/api/assets/190431 + + "Home Sweet Home Alone (2021)": + title: "Home Sweet Home Alone" + year: 2021 + url_poster: https://theposterdb.com/api/assets/190432 diff --git a/Frexe/Movies/Metadata/Collections/Horrible Bosses.yml b/Frexe/Movies/Metadata/Collections/Horrible Bosses.yml new file mode 100644 index 0000000..fa3253e --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Horrible Bosses.yml @@ -0,0 +1,11 @@ +metadata: + + "Horrible Bosses (2011)": + title: "Horrible Bosses" + year: 2011 + url_poster: https://theposterdb.com/api/assets/191276 + + "Horrible Bosses 2 (2014)": + title: "Horrible Bosses 2" + year: 2014 + url_poster: https://theposterdb.com/api/assets/191277 diff --git a/Frexe/Movies/Metadata/Collections/Inbetweeners.yml b/Frexe/Movies/Metadata/Collections/Inbetweeners.yml new file mode 100644 index 0000000..253fad2 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Inbetweeners.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/set/138771 + + "The Inbetweeners (2011)": + title: "The Inbetweeners" + year: 2011 + url_poster: https://theposterdb.com/api/assets/230745 + + "The Inbetweeners 2 (2014)": + title: "The Inbetweeners 2" + year: 2014 + url_poster: https://theposterdb.com/api/assets/230746 diff --git a/Frexe/Movies/Metadata/Collections/Iwo Jima.yml b/Frexe/Movies/Metadata/Collections/Iwo Jima.yml new file mode 100644 index 0000000..3b749d3 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Iwo Jima.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/poster/170439 + + "Letters from Iwo Jima (2006)": + title: "Letters from Iwo Jima" + year: 2006 + url_poster: https://theposterdb.com/api/assets/170440 + + "Flags of Our Fathers (2006)": + title: "Flags of Our Fathers" + year: 2006 + url_poster: https://theposterdb.com/api/assets/170439 diff --git a/Frexe/Movies/Metadata/Collections/Jack Reacher.yml b/Frexe/Movies/Metadata/Collections/Jack Reacher.yml new file mode 100644 index 0000000..a0db20c --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Jack Reacher.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/poster/191073 + + "Jack Reacher (2012)": + title: "Jack Reacher" + year: 2012 + url_poster: https://theposterdb.com/api/assets/191073 + + "Jack Reacher: Never Go Back (2016)": + title: "Jack Reacher: Never Go Back" + year: 2016 + url_poster: https://theposterdb.com/api/assets/191074 diff --git a/Frexe/Movies/Metadata/Collections/Jackass.yml b/Frexe/Movies/Metadata/Collections/Jackass.yml new file mode 100644 index 0000000..cc4773b --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Jackass.yml @@ -0,0 +1,56 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Jackass: The Movie (2002)": + title: "Jackass: The Movie" + year: 2002 + url_poster: https://theposterdb.com/api/assets/171928 + + "Jackass Number Two (2006)": + title: "Jackass Number Two" + year: 2006 + url_poster: https://theposterdb.com/api/assets/171929 + + "Jackass 2.5 (2007)": + title: "Jackass 2.5" + year: 2007 + url_poster: https://theposterdb.com/api/assets/171930 + + "Jackass: The Lost Tapes (2009)": + title: "Jackass: The Lost Tapes" + year: 2009 + url_poster: https://theposterdb.com/api/assets/171931 + + "Jackass 3D (2010)": + title: "Jackass 3D" + year: 2010 + url_poster: https://theposterdb.com/api/assets/171932 + + "Jackass 3.5 (2011)": + title: "Jackass 3.5" + year: 2011 + url_poster: https://theposterdb.com/api/assets/171933 + + "Jackass Presents: Bad Grandpa (2013)": + title: "Jackass Presents: Bad Grandpa" + year: 2013 + url_poster: https://theposterdb.com/api/assets/171934 + + "Jackass Presents: Bad Grandpa .5 (2014)": + title: "Jackass Presents: Bad Grandpa .5" + year: 2014 + url_poster: https://theposterdb.com/api/assets/171935 + + "Jackass Forever (2022)": + title: "Jackass Forever" + year: 2022 + url_poster: https://theposterdb.com/api/assets/171936 + + "Jackass 4.5 (2022)": + title: "Jackass 4.5" + year: 2022 + url_poster: https://theposterdb.com/api/assets/238022 + + "Jackass Shark Week 2.0 (2022)": + title: "Jackass Shark Week 2.0" + year: 2022 + url_poster: https://theposterdb.com/api/assets/259904 diff --git a/Frexe/Movies/Metadata/Collections/Jake Gittes.yml b/Frexe/Movies/Metadata/Collections/Jake Gittes.yml new file mode 100644 index 0000000..17eef84 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Jake Gittes.yml @@ -0,0 +1,11 @@ +metadata: + + "Chinatown (1974)": + title: "Chinatown" + year: 1974 + url_poster: https://theposterdb.com/api/assets/221829 + + "The Two Jakes (1990)": + title: "The Two Jakes" + year: 1990 + url_poster: https://theposterdb.com/api/assets/221830 diff --git a/Frexe/Movies/Metadata/Collections/James Bond.yml b/Frexe/Movies/Metadata/Collections/James Bond.yml new file mode 100644 index 0000000..19ed83d --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/James Bond.yml @@ -0,0 +1,136 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Dr. No (1962)": + title: "Dr. No" + year: 1962 + url_poster: https://theposterdb.com/api/assets/189915 + + "From Russia with Love (1963)": + title: "From Russia with Love" + year: 1963 + url_poster: https://theposterdb.com/api/assets/189916 + + "Goldfinger (1964)": + title: "Goldfinger" + year: 1964 + url_poster: https://theposterdb.com/api/assets/189917 + + "Thunderball (1965)": + title: "Thunderball" + year: 1965 + url_poster: https://theposterdb.com/api/assets/189918 + + "You Only Live Twice (1967)": + title: "You Only Live Twice" + year: 1967 + url_poster: https://theposterdb.com/api/assets/189920 + + "Casino Royale (1967)": + title: "Casino Royale" + year: 1967 + url_poster: https://theposterdb.com/api/assets/189919 + + "On Her Majesty's Secret Service (1969)": + title: "On Her Majesty's Secret Service" + year: 1969 + url_poster: https://theposterdb.com/api/assets/189921 + + "Diamonds Are Forever (1971)": + title: "Diamonds Are Forever" + year: 1971 + url_poster: https://theposterdb.com/api/assets/189922 + + "Live and Let Die (1973)": + title: "Live and Let Die" + year: 1973 + url_poster: https://theposterdb.com/api/assets/189923 + + "The Man with the Golden Gun (1974)": + title: "The Man with the Golden Gun" + year: 1974 + url_poster: https://theposterdb.com/api/assets/189924 + + "The Spy Who Loved Me (1977)": + title: "The Spy Who Loved Me" + year: 1977 + url_poster: https://theposterdb.com/api/assets/189925 + + "Moonraker (1979)": + title: "Moonraker" + year: 1979 + url_poster: https://theposterdb.com/api/assets/189926 + + "For Your Eyes Only (1981)": + title: "For Your Eyes Only" + year: 1981 + url_poster: https://theposterdb.com/api/assets/189927 + + "Never Say Never Again (1983)": + title: "Never Say Never Again" + year: 1983 + url_poster: https://theposterdb.com/api/assets/189929 + + "Octopussy (1983)": + title: "Octopussy" + year: 1983 + url_poster: https://theposterdb.com/api/assets/189928 + + "A View to a Kill (1985)": + title: "A View to a Kill" + year: 1985 + url_poster: https://theposterdb.com/api/assets/189930 + + "The Living Daylights (1987)": + title: "The Living Daylights" + year: 1987 + url_poster: https://theposterdb.com/api/assets/189931 + + "Licence to Kill (1989)": + title: "Licence to Kill" + year: 1989 + url_poster: https://theposterdb.com/api/assets/189932 + + "GoldenEye (1995)": + title: "GoldenEye" + year: 1995 + url_poster: https://theposterdb.com/api/assets/189933 + + "Tomorrow Never Dies (1997)": + title: "Tomorrow Never Dies" + year: 1997 + url_poster: https://theposterdb.com/api/assets/189934 + + "The World Is Not Enough (1999)": + title: "The World Is Not Enough" + year: 1999 + url_poster: https://theposterdb.com/api/assets/189935 + + "Die Another Day (2002)": + title: "Die Another Day" + year: 2002 + url_poster: https://theposterdb.com/api/assets/189936 + + "Casino Royale (2006)": + title: "Casino Royale" + year: 2006 + url_poster: https://theposterdb.com/api/assets/189937 + + "Quantum of Solace (2008)": + title: "Quantum of Solace" + year: 2008 + url_poster: https://theposterdb.com/api/assets/189938 + + "Skyfall (2012)": + title: "Skyfall" + year: 2012 + url_poster: https://theposterdb.com/api/assets/189939 + + "Spectre (2015)": + title: "Spectre" + year: 2015 + url_poster: https://theposterdb.com/api/assets/189940 + + "No Time to Die (2021)": + title: "No Time to Die" + year: 2021 + url_poster: https://theposterdb.com/api/assets/189941 diff --git a/Frexe/Movies/Metadata/Collections/Jingle all the way.yml b/Frexe/Movies/Metadata/Collections/Jingle all the way.yml new file mode 100644 index 0000000..87bde8c --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Jingle all the way.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/poster/190435 + + "Jingle All the Way (1996)": + title: "Jingle All the Way" + year: 1996 + url_poster: https://theposterdb.com/api/assets/190435 + + "Jingle All the Way 2 (2014)": + title: "Jingle All the Way 2" + year: 2014 + url_poster: https://theposterdb.com/api/assets/190436 diff --git a/Frexe/Movies/Metadata/Collections/John Wick.yml b/Frexe/Movies/Metadata/Collections/John Wick.yml new file mode 100644 index 0000000..7975547 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/John Wick.yml @@ -0,0 +1,16 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "John Wick (2014)": + title: "John Wick" + year: 2014 + url_poster: https://theposterdb.com/api/assets/190883 + + "John Wick: Chapter 2 (2017)": + title: "John Wick: Chapter 2" + year: 2017 + url_poster: https://theposterdb.com/api/assets/190884 + + "John Wick: Chapter 3 - Parabellum (2019)": + title: "John Wick: Chapter 3 - Parabellum" + year: 2019 + url_poster: https://theposterdb.com/api/assets/190885 diff --git a/Frexe/Movies/Metadata/Collections/Jump Street.yml b/Frexe/Movies/Metadata/Collections/Jump Street.yml new file mode 100644 index 0000000..00dd658 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Jump Street.yml @@ -0,0 +1,11 @@ +metadata: + + "21 Jump Street (2012)": + title: "21 Jump Street" + year: 2012 + url_poster: https://theposterdb.com/api/assets/200157 + + "22 Jump Street (2014)": + title: "22 Jump Street" + year: 2014 + url_poster: https://theposterdb.com/api/assets/200158 diff --git a/Frexe/Movies/Metadata/Collections/Jurassic Park.yml b/Frexe/Movies/Metadata/Collections/Jurassic Park.yml new file mode 100644 index 0000000..2bdd716 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Jurassic Park.yml @@ -0,0 +1,36 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Jurassic Park (1993)": + title: "Jurassic Park" + year: 1993 + url_poster: https://theposterdb.com/api/assets/179165 + + "The Lost World: Jurassic Park (1997)": + title: "The Lost World: Jurassic Park" + year: 1997 + url_poster: https://theposterdb.com/api/assets/179166 + + "Jurassic Park III (2001)": + title: "Jurassic Park III" + year: 2001 + url_poster: https://theposterdb.com/api/assets/179167 + + "Jurassic World (2015)": + title: "Jurassic World" + year: 2015 + url_poster: https://theposterdb.com/api/assets/179168 + + "Jurassic World: Fallen Kingdom (2018)": + title: "Jurassic World: Fallen Kingdom" + year: 2018 + url_poster: https://theposterdb.com/api/assets/179169 + + "Battle at Big Rock (2019)": + title: "Battle at Big Rock" + year: 2019 + url_poster: https://theposterdb.com/api/assets/179170 + + "Jurassic World: Camp Cretaceous (2020)": + year: 2020 + title: "Jurassic World: Camp Cretaceous" + url_poster: https://theposterdb.com/api/assets/179171 diff --git a/Frexe/Movies/Metadata/Collections/Kingsman.yml b/Frexe/Movies/Metadata/Collections/Kingsman.yml new file mode 100644 index 0000000..fff81dc --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Kingsman.yml @@ -0,0 +1,16 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Kingsman: The Secret Service (2014)": + title: "Kingsman: The Secret Service" + year: 2014 + url_poster: https://theposterdb.com/api/assets/201356 + + "Kingsman: The Golden Circle (2017)": + title: "Kingsman: The Golden Circle" + year: 2017 + url_poster: https://theposterdb.com/api/assets/201357 + + "The King's Man (2021)": + title: "The King's Man" + year: 2021 + url_poster: https://theposterdb.com/api/assets/201358 diff --git a/Frexe/Movies/Metadata/Collections/Legally Blonde.yml b/Frexe/Movies/Metadata/Collections/Legally Blonde.yml new file mode 100644 index 0000000..bdb693c --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Legally Blonde.yml @@ -0,0 +1,16 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Legally Blonde (2001)": + title: "Legally Blonde" + year: 2001 + url_poster: https://theposterdb.com/api/assets/217549 + + "Legally Blonde 2: Red, White & Blonde (2003)": + title: "Legally Blonde 2: Red, White & Blonde" + year: 2003 + url_poster: https://theposterdb.com/api/assets/217550 + + "Legally Blondes (2009)": + title: "Legally Blondes" + year: 2009 + url_poster: https://theposterdb.com/api/assets/217551 diff --git a/Frexe/Movies/Metadata/Collections/Lego.yml b/Frexe/Movies/Metadata/Collections/Lego.yml new file mode 100644 index 0000000..2ab3a13 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Lego.yml @@ -0,0 +1,40 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + +#Scoby-doo: + "LEGO Scooby-Doo! Knight Time Terror (2015)": + title: "LEGO Scooby-Doo! Knight Time Terror" + year: 2015 + url_poster: https://theposterdb.com/api/assets/241351 + + "Lego Scooby-Doo!: Haunted Hollywood (2016)": + title: "Lego Scooby-Doo!: Haunted Hollywood" + year: 2016 + url_poster: https://theposterdb.com/api/assets/241352 + + "LEGO Scooby-Doo! Blowout Beach Bash (2017)": + title: "LEGO Scooby-Doo! Blowout Beach Bash" + year: 2017 + url_poster: https://theposterdb.com/api/assets/241353 + +#The Lego movie: + "The Lego Movie (2014)": + title: "The Lego Movie" + year: 2014 + url_poster: https://theposterdb.com/api/assets/193023 + + "The Lego Movie 2: The Second Part (2019)": + title: "The Lego Movie 2: The Second Part" + year: 2019 + url_poster: https://theposterdb.com/api/assets/193026 + +#The Lego Batman: + "The Lego Batman Movie (2017)": + title: "The Lego Batman Movie" + year: 2017 + url_poster: https://theposterdb.com/api/assets/193024 + +#The Lego Ninjago: + "The Lego Ninjago Movie (2017)": + title: "The Lego Ninjago Movie" + year: 2017 + url_poster: https://theposterdb.com/api/assets/193025 diff --git a/Frexe/Movies/Metadata/Collections/Lethal weapon.yml b/Frexe/Movies/Metadata/Collections/Lethal weapon.yml new file mode 100644 index 0000000..40087a6 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Lethal weapon.yml @@ -0,0 +1,21 @@ +metadata: + + "Lethal Weapon (1987)": + title: "Lethal Weapon" + year: 1987 + url_poster: https://theposterdb.com/api/assets/190887 + + "Lethal Weapon 2 (1989)": + title: "Lethal Weapon 2" + year: 1989 + url_poster: https://theposterdb.com/api/assets/190888 + + "Lethal Weapon 3 (1992)": + title: "Lethal Weapon 3" + year: 1992 + url_poster: https://theposterdb.com/api/assets/190889 + + "Lethal Weapon 4 (1998)": + title: "Lethal Weapon 4" + year: 1998 + url_poster: https://theposterdb.com/api/assets/190890 diff --git a/Frexe/Movies/Metadata/Collections/Mad Max.yml b/Frexe/Movies/Metadata/Collections/Mad Max.yml new file mode 100644 index 0000000..3610bcb --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Mad Max.yml @@ -0,0 +1,21 @@ +metadata: #Posters found here: https://theposterdb.com/poster/184549 + + "Mad Max (1979)": + title: "Mad Max" + year: 1979 + url_poster: https://theposterdb.com/api/assets/184550 + + "Mad Max 2 (1981)": + title: "Mad Max 2" + year: 1981 + url_poster: https://theposterdb.com/api/assets/184551 + + "Mad Max Beyond Thunderdome (1985)": + title: "Mad Max Beyond Thunderdome" + year: 1985 + url_poster: https://theposterdb.com/api/assets/184552 + + "Mad Max: Fury Road (2015)": + title: "Mad Max: Fury Road" + year: 2015 + url_poster: https://theposterdb.com/api/assets/184553 diff --git a/Frexe/Movies/Metadata/Collections/Madea.yml b/Frexe/Movies/Metadata/Collections/Madea.yml new file mode 100644 index 0000000..6b718d8 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Madea.yml @@ -0,0 +1,101 @@ +metadata: + + "Tyler Perry's Madea's Family Reunion - The Play (2002)": + title: "Tyler Perry's Madea's Family Reunion - The Play" + year: 2002 + url_poster: https://theposterdb.com/api/assets/178406 + + "Tyler Perry's Madea's Class Reunion - The Play (2003)": + title: "Tyler Perry's Madea's Class Reunion - The Play" + year: 2003 + url_poster: https://theposterdb.com/api/assets/178409 + + "Diary of a Mad Black Woman (2005)": + title: "Diary of a Mad Black Woman" + year: 2005 + url_poster: https://theposterdb.com/api/assets/178363 + + "Tyler Perry's Madea Goes to Jail - The Play (2006)": + title: "Tyler Perry's Madea Goes to Jail - The Play" + year: 2006 + url_poster: https://theposterdb.com/api/assets/178402 + + "Madea's Family Reunion (2006)": + title: "Madea's Family Reunion" + year: 2006 + url_poster: https://theposterdb.com/api/assets/178364 + + "Meet the Browns (2008)": + title: "Meet the Browns" + year: 2008 + url_poster: https://theposterdb.com/api/assets/178372 + + "I Can Do Bad All by Myself (2009)": + title: "I Can Do Bad All by Myself" + year: 2009 + url_poster: https://theposterdb.com/api/assets/178373 + + "Madea Goes to Jail (2009)": + title: "Madea Goes to Jail" + year: 2009 + url_poster: https://theposterdb.com/api/assets/178365 + + "Tyler Perry's Madea's Big Happy Family - The Play (2010)": + title: "Tyler Perry's Madea's Big Happy Family - The Play" + year: 2010 + url_poster: https://theposterdb.com/api/assets/178400 + + "Tyler Perry's A Madea Christmas - The Play (2011)": + title: "Tyler Perry's A Madea Christmas - The Play" + year: 2011 + url_poster: https://theposterdb.com/api/assets/178398 + + "Madea's Big Happy Family (2011)": + title: "Madea's Big Happy Family" + year: 2011 + url_poster: https://theposterdb.com/api/assets/178366 + + "Tyler Perry's Madea Gets A Job - The Play (2012)": + title: "Tyler Perry's Madea Gets A Job - The Play" + year: 2012 + url_poster: https://theposterdb.com/api/assets/178399 + + "Madea's Witness Protection (2012)": + title: "Madea's Witness Protection" + year: 2012 + url_poster: https://theposterdb.com/api/assets/178367 + + "A Madea Christmas (2013)": + title: "A Madea Christmas" + year: 2013 + url_poster: https://theposterdb.com/api/assets/178368 + + "Tyler Perry's Madea's Neighbors from Hell - The Play (2014)": + title: "Tyler Perry's Madea's Neighbors from Hell - The Play" + year: 2014 + url_poster: https://theposterdb.com/api/assets/178408 + + "Boo! A Madea Halloween (2016)": + title: "Boo! A Madea Halloween" + year: 2016 + url_poster: https://theposterdb.com/api/assets/178369 + + "Boo 2! A Madea Halloween (2017)": + title: "Boo 2! A Madea Halloween" + year: 2017 + url_poster: https://theposterdb.com/api/assets/178370 + + "A Madea Family Funeral (2019)": + title: "A Madea Family Funeral" + year: 2019 + url_poster: https://theposterdb.com/api/assets/178371 + + "Tyler Perry's Madea's Farewell Play (2020)": + title: "Tyler Perry's Madea's Farewell Play" + year: 2020 + url_poster: https://theposterdb.com/api/assets/178422 + + "Tyler Perry's A Madea Homecoming (2022)": + title: "Tyler Perry's A Madea Homecoming" + year: 2022 + url_poster: https://theposterdb.com/api/assets/222429 diff --git a/Frexe/Movies/Metadata/Collections/Marvel Cinematic Universe.yml b/Frexe/Movies/Metadata/Collections/Marvel Cinematic Universe.yml new file mode 100644 index 0000000..bd4cfdc --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Marvel Cinematic Universe.yml @@ -0,0 +1,409 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Captain America (1990)": + title: "Captain America" + year: 1990 + url_poster: https://theposterdb.com/api/assets/171162 + +#The Infinity Saga: +####################### Phase One ####################### + "Iron Man (2008)": + title: "Iron Man" + year: 2008 + url_poster: https://theposterdb.com/api/assets/170945 + + "The Incredible Hulk (2008)": + title: "The Incredible Hulk" + year: 2008 + url_poster: https://theposterdb.com/api/assets/170946 + + "Iron Man 2 (2010)": + title: "Iron Man 2" + year: 2010 + url_poster: https://theposterdb.com/api/assets/170947 + + "Thor (2011)": + title: "Thor" + year: 2011 + url_poster: https://theposterdb.com/api/assets/170948 + + "Captain America: The First Avenger (2011)": + title: "Captain America: The First Avenger" + year: 2011 + url_poster: https://theposterdb.com/api/assets/170949 + + "The Avengers (2012)": + title: "The Avengers" + year: 2012 + url_poster: https://theposterdb.com/api/assets/170950 + +####################### Phase Two ####################### + "Iron Man 3 (2013)": + title: "Iron Man 3" + year: 2013 + url_poster: https://theposterdb.com/api/assets/170951 + + "Thor: The Dark World (2013)": + title: "Thor: The Dark World" + year: 2013 + url_poster: https://theposterdb.com/api/assets/170952 + + "Captain America: The Winter Soldier (2014)": + title: "Captain America: The Winter Soldier" + year: 2014 + url_poster: https://theposterdb.com/api/assets/170953 + + "Guardians of the Galaxy (2014)": + title: "Guardians of the Galaxy" + year: 2014 + url_poster: https://theposterdb.com/api/assets/170954 + + "Avengers: Age of Ultron (2015)": + title: "Avengers: Age of Ultron" + year: 2015 + url_poster: https://theposterdb.com/api/assets/170955 + + "Ant-Man (2015)": + title: "Ant-Man" + year: 2015 + url_poster: https://theposterdb.com/api/assets/170956 + +###################### Phase Three ###################### + "Captain America: Civil War (2016)": + title: "Captain America: Civil War" + year: 2016 + url_poster: https://theposterdb.com/api/assets/170957 + + "Doctor Strange (2016)": + title: "Doctor Strange" + year: 2016 + url_poster: https://theposterdb.com/api/assets/170958 + + "Guardians of the Galaxy Vol. 2 (2017)": + title: "Guardians of the Galaxy Vol. 2" + year: 2017 + url_poster: https://theposterdb.com/api/assets/170959 + + "Spider-Man: Homecoming (2017)": + title: "Spider-Man: Homecoming" + year: 2017 + url_poster: https://theposterdb.com/api/assets/170960 + + "Thor: Ragnarok (2017)": + title: "Thor: Ragnarok" + year: 2017 + url_poster: https://theposterdb.com/api/assets/170961 + + "Black Panther (2018)": + title: "Black Panther" + year: 2018 + url_poster: https://theposterdb.com/api/assets/170962 + + "Avengers: Infinity War (2018)": + title: "Avengers: Infinity War" + year: 2018 + url_poster: https://theposterdb.com/api/assets/170963 + + "Ant-Man and the Wasp (2018)": + title: "Ant-Man and the Wasp" + year: 2018 + url_poster: https://theposterdb.com/api/assets/170964 + + "Captain Marvel (2019)": + title: "Captain Marvel" + year: 2019 + url_poster: https://theposterdb.com/api/assets/162387 + + "Avengers: Endgame (2019)": + title: "Avengers: Endgame" + year: 2019 + url_poster: https://theposterdb.com/api/assets/170966 + + "Spider-Man: Far from Home (2019)": + title: "Spider-Man: Far from Home" + year: 2019 + url_poster: https://theposterdb.com/api/assets/170967 + +####################### Phase Four ####################### + "Black Widow (2021)": + title: "Black Widow" + year: 2021 + url_poster: https://theposterdb.com/api/assets/170968 + + "Shang-Chi and the Legend of the Ten Rings (2021)": + title: "Shang-Chi and the Legend of the Ten Rings" + year: 2021 + url_poster: https://theposterdb.com/api/assets/170969 + + "Eternals (2021)": + title: "Eternals" + year: 2021 + url_poster: https://theposterdb.com/api/assets/188138 + + "Spider-Man: No Way Home (2021)": + title: "Spider-Man: No Way Home" + year: 2021 + url_poster: https://theposterdb.com/api/assets/188543 + + "Doctor Strange in the Multiverse of Madness (2022)": + title: "Doctor Strange in the Multiverse of Madness" + year: 2022 + url_poster: https://theposterdb.com/api/assets/200217 + + "Thor: Love and Thunder (2022)": + title: "Thor: Love and Thunder" + year: 2022 + url_poster: https://theposterdb.com/api/assets/248997 + + "Black Panther: Wakanda Forever (2022)": + title: "Black Panther: Wakanda Forever" + year: 2022 + url_poster: + + "The Marvels (2023)": + title: "The Marvels" + year: 2023 + url_poster: + + "Guardians of the Galaxy Vol. 3 (2023)": + title: "Guardians of the Galaxy Vol. 3" + year: 2023 + url_poster: + + "Ant-Man and the Wasp: Quantumania (2023)": + title: "Ant-Man and the Wasp: Quantumania" + year: 2023 + url_poster: + +#Marvel One-Shot: + "Marvel One-Shot: The Consultant (2011)": + title: "Marvel One-Shot: The Consultant" + year: 2011 + url_poster: https://theposterdb.com/api/assets/171199 + + "Marvel One-Shot: A Funny Thing Happened on the Way to Thor's Hammer (2011)": + title: "Marvel One-Shot: A Funny Thing Happened on the Way to Thor's Hammer" + year: 2011 + url_poster: https://theposterdb.com/api/assets/171200 + + "Marvel One-Shot: Item 47 (2012)": + title: "Marvel One-Shot: Item 47" + year: 2012 + url_poster: https://theposterdb.com/api/assets/171201 + + "Marvel One-Shot: Agent Carter (2013)": + title: "Marvel One-Shot: Agent Carter" + year: 2013 + url_poster: https://theposterdb.com/api/assets/171202 + + "Marvel One-Shot: All Hail the King (2014)": + title: "Marvel One-Shot: All Hail the King" + year: 2014 + url_poster: https://theposterdb.com/api/assets/171203 + +#Blade: + "Blade (1998)": + title: "Blade" + year: 1998 + url_poster: https://theposterdb.com/api/assets/171126 + + "Blade II (2002)": + title: "Blade II" + year: 2002 + url_poster: https://theposterdb.com/api/assets/171127 + + "Blade: Trinity (2004)": + title: "Blade: Trinity" + year: 2004 + url_poster: https://theposterdb.com/api/assets/171128 + +#Daredevil: + "Daredevil (2003)": + title: "Daredevil" + year: 2003 + url_poster: https://theposterdb.com/api/assets/171146 + + "Elektra (2005)": + title: "Elektra" + year: 2005 + url_poster: https://theposterdb.com/api/assets/171147 + +#Deadpool: + "Deadpool (2016)": + title: "Deadpool" + year: 2016 + url_poster: https://theposterdb.com/api/assets/171134 + + "Once Upon a Deadpool (2018)": + title: "Once Upon a Deadpool" + year: 2018 + url_poster: https://theposterdb.com/api/assets/171136 + + "Deadpool 2 (2018)": + title: "Deadpool 2" + year: 2018 + url_poster: https://theposterdb.com/api/assets/171135 + +#Fantastic Four: + "Fantastic Four (2005)": + title: "Fantastic Four" + year: 2005 + url_poster: https://theposterdb.com/api/assets/171130 + + "Fantastic 4: Rise of the Silver Surfer (2007)": + title: "Fantastic 4: Rise of the Silver Surfer" + year: 2007 + url_poster: https://theposterdb.com/api/assets/171131 + + "Fantastic Four (2015)": + title: "Fantastic Four" + year: 2015 + url_poster: https://theposterdb.com/api/assets/171132 + +#Ghost Rider: + "Ghost Rider (2007)": + title: "Ghost Rider" + year: 2007 + url_poster: https://theposterdb.com/api/assets/171143 + + "Ghost Rider: Spirit of Vengeance (2011)": + title: "Ghost Rider: Spirit of Vengeance" + year: 2011 + url_poster: https://theposterdb.com/api/assets/171144 + +#In Association With Marvel: + "Howard the Duck (1986)": + title: "Howard the Duck" + year: 1986 + url_poster: https://theposterdb.com/api/assets/171160 + + "Hulk (2003)": + title: "Hulk" + year: 2003 + url_poster: https://theposterdb.com/api/assets/171161 + + "Morbius (2022)": + title: "Morbius" + year: 2022 + url_poster: https://theposterdb.com/api/assets/235669 + +#The Punisher: + "The Punisher (1989)": + title: "The Punisher" + year: 1989 + url_poster: https://theposterdb.com/api/assets/171138 + + "The Punisher (2004)": + title: "The Punisher" + year: 2004 + url_poster: https://theposterdb.com/api/assets/171139 + + "Punisher: War Zone (2008)": + title: "Punisher: War Zone" + year: 2008 + url_poster: https://theposterdb.com/api/assets/171140 + + "The Punisher: Dirty Laundry (2012)": + title: "The Punisher: Dirty Laundry" + year: 2012 + url_poster: https://theposterdb.com/api/assets/171141 + +#Spiderman: + "Spider-Man (2002)": + title: "Spider-Man" + year: 2002 + url_poster: https://theposterdb.com/api/assets/171149 + + "Spider-Man 2 (2004)": + title: "Spider-Man 2" + year: 2004 + url_poster: https://theposterdb.com/api/assets/171150 + + "Spider-Man 3 (2007)": + title: "Spider-Man 3" + year: 2007 + url_poster: https://theposterdb.com/api/assets/171151 + + "Spider-Man: Into the Spider-Verse (2018)": + title: "Spider-Man: Into the Spider-Verse" + year: 2018 + url_poster: https://theposterdb.com/api/assets/171157 + +#The Amazing Spiderman + "The Amazing Spider-Man (2012)": + title: "The Amazing Spider-Man" + year: 2012 + url_poster: https://theposterdb.com/api/assets/171153 + + "The Amazing Spider-Man 2 (2014)": + title: "The Amazing Spider-Man 2" + year: 2014 + url_poster: https://theposterdb.com/api/assets/171154 + +#Venom: + "Venom (2018)": + title: "Venom" + year: 2018 + url_poster: https://theposterdb.com/api/assets/171155 + + "Venom: Let There Be Carnage (2021)": + title: "Venom: Let There Be Carnage" + year: 2021 + url_poster: https://theposterdb.com/api/assets/171156 + +#Wolverine: + "X-Men Origins: Wolverine (2009)": + title: "X-Men Origins: Wolverine" + year: 2009 + url_poster: https://theposterdb.com/api/assets/171122 + + "The Wolverine (2013)": + title: "The Wolverine" + year: 2013 + url_poster: https://theposterdb.com/api/assets/171123 + + "Logan (2017)": + title: "Logan" + year: 2017 + url_poster: https://theposterdb.com/api/assets/171124 + +#X-Men: + "X-Men (2000)": + title: "X-Men" + year: 2000 + url_poster: https://theposterdb.com/api/assets/171113 + + "X2: X-Men United (2003)": + title: "X2: X-Men United" + year: 2003 + url_poster: https://theposterdb.com/api/assets/171114 + + "X-Men: The Last Stand (2006)": + title: "X-Men: The Last Stand" + year: 2006 + url_poster: https://theposterdb.com/api/assets/171115 + + "X-Men: First Class (2011)": + title: "X-Men: First Class" + year: 2011 + url_poster: https://theposterdb.com/api/assets/171116 + + "X-Men: Days of Future Past (2014)": + title: "X-Men: Days of Future Past" + year: 2014 + url_poster: https://theposterdb.com/api/assets/171117 + + "X-Men: Apocalypse (2016)": + title: "X-Men: Apocalypse" + year: 2016 + url_poster: https://theposterdb.com/api/assets/171118 + + "X-Men: Dark Phoenix (2019)": + title: "X-Men: Dark Phoenix" + year: 2019 + url_poster: https://theposterdb.com/api/assets/171119 + + "The New Mutants (2020)": + title: "The New Mutants" + year: 2020 + url_poster: https://theposterdb.com/api/assets/171120 diff --git a/Frexe/Movies/Metadata/Collections/Matrix.yml b/Frexe/Movies/Metadata/Collections/Matrix.yml new file mode 100644 index 0000000..e28888c --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Matrix.yml @@ -0,0 +1,26 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Matrix (1999)": + title: "The Matrix" + year: 1999 + url_poster: https://theposterdb.com/api/assets/185524 + + "The Matrix Revolutions (2003)": + title: "The Matrix Revolutions" + year: 2003 + url_poster: https://theposterdb.com/api/assets/185527 + + "The Matrix Reloaded (2003)": + title: "The Matrix Reloaded" + year: 2003 + url_poster: https://theposterdb.com/api/assets/185526 + + "The Animatrix (2003)": + title: "The Animatrix" + year: 2003 + url_poster: https://theposterdb.com/api/assets/185525 + + "The Matrix Resurrections (2021)": + title: "The Matrix Resurrections" + year: 2021 + url_poster: https://theposterdb.com/api/assets/190892 diff --git a/Frexe/Movies/Metadata/Collections/Middle Earth.yml b/Frexe/Movies/Metadata/Collections/Middle Earth.yml new file mode 100644 index 0000000..78fde69 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Middle Earth.yml @@ -0,0 +1,54 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + +#Hobbit: + "The Hobbit (1977)": + title: "The Hobbit" + year: 1977 + url_poster: https://theposterdb.com/api/assets/187491 + + "The Hobbit: An Unexpected Journey (2012)": + title: "The Hobbit: An Unexpected Journey" + year: 2012 + url_poster: https://theposterdb.com/api/assets/187487 + + "The Hobbit: The Desolation of Smaug (2013)": + title: "The Hobbit: The Desolation of Smaug" + year: 2013 + url_poster: https://theposterdb.com/api/assets/187488 + + "The Hobbit: The Battle of the Five Armies (2014)": + title: "The Hobbit: The Battle of the Five Armies" + year: 2014 + url_poster: https://theposterdb.com/api/assets/187489 + +#Lord of the rings: + "The Lord of the Rings (1978)": + title: "The Lord of the Rings" + year: 1978 + url_poster: https://theposterdb.com/api/assets/187492 + + "The Return of the King (1980)": + title: "The Return of the King" + year: 1980 + url_poster: https://theposterdb.com/api/assets/187493 + + "The Lord of the Rings: The Fellowship of the Ring (2001)": + title: "The Lord of the Rings: The Fellowship of the Ring" + year: 2001 + url_poster: https://theposterdb.com/api/assets/184140 + + "The Lord of the Rings: The Two Towers (2002)": + title: "The Lord of the Rings: The Two Towers" + year: 2002 + url_poster: https://theposterdb.com/api/assets/184141 + + "The Lord of the Rings: The Return of the King (2003)": + title: "The Lord of the Rings: The Return of the King" + year: 2003 + url_poster: https://theposterdb.com/api/assets/184142 + +#Tolkien: + "Tolkien (2019)": + title: "Tolkien" + year: 2019 + url_poster: https://theposterdb.com/api/assets/184143 diff --git a/Frexe/Movies/Metadata/Collections/Monsterverse.yml b/Frexe/Movies/Metadata/Collections/Monsterverse.yml new file mode 100644 index 0000000..d9de0be --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Monsterverse.yml @@ -0,0 +1,251 @@ +metadata: + + "Godzilla (1954)": + title: "Godzilla" + year: 1954 + url_poster: https://theposterdb.com/api/assets/209546 + + "Godzilla Raids Again (1955)": + title: "Godzilla Raids Again" + year: 1955 + url_poster: https://theposterdb.com/api/assets/209547 + + "Rodan (1956)": + title: "Rodan" + year: 1956 + url_poster: https://theposterdb.com/api/assets/160934 + + "Godzilla, King of the Monsters! (1956)": + title: "Godzilla, King of the Monsters!" + year: 1956 + url_poster: https://theposterdb.com/api/assets/209548 + + "Mothra (1961)": + title: "Mothra" + year: 1961 + url_poster: https://theposterdb.com/api/assets/209550 + + "King Kong vs. Godzilla (1962)": + title: "King Kong vs. Godzilla" + year: 1962 + url_poster: https://theposterdb.com/api/assets/209551 + + "Ghidorah, the Three-Headed Monster (1964)": + title: "Ghidorah, the Three-Headed Monster" + year: 1964 + url_poster: https://theposterdb.com/api/assets/209553 + + "Mothra vs. Godzilla (1964)": + title: "Mothra vs. Godzilla" + year: 1964 + url_poster: https://theposterdb.com/api/assets/209552 + + "Invasion of Astro-Monster (1965)": + title: "Invasion of Astro-Monster" + year: 1965 + url_poster: https://theposterdb.com/api/assets/209554 + + "Gamera vs. Barugon (1966)": + title: "Gamera vs. Barugon" + year: 1966 + url_poster: https://theposterdb.com/api/assets/209679 + + "Daimajin (1966)": + title: "Daimajin" + year: 1966 + url_poster: https://theposterdb.com/api/assets/209710 + + "Daimajin Strikes Again (1966)": + title: "Daimajin Strikes Again" + year: 1966 + url_poster: https://theposterdb.com/api/assets/209712 + + "Return of Daimajin (1966)": + title: "Return of Daimajin" + year: 1966 + url_poster: https://theposterdb.com/api/assets/209711 + + "Ebirah, Horror of the Deep (1966)": + title: "Ebirah, Horror of the Deep" + year: 1966 + url_poster: https://theposterdb.com/api/assets/209555 + + "Gamera vs. Gyaos (1967)": + title: "Gamera vs. Gyaos" + year: 1967 + url_poster: https://theposterdb.com/api/assets/209680 + + "Son of Godzilla (1967)": + title: "Son of Godzilla" + year: 1967 + url_poster: https://theposterdb.com/api/assets/209556 + + "Destroy All Monsters (1968)": + title: "Destroy All Monsters" + year: 1968 + url_poster: https://theposterdb.com/api/assets/209557 + + "All Monsters Attack (1969)": + title: "All Monsters Attack" + year: 1969 + url_poster: https://theposterdb.com/api/assets/209558 + + "Godzilla vs. Hedorah (1971)": + title: "Godzilla vs. Hedorah" + year: 1971 + url_poster: https://theposterdb.com/api/assets/209559 + + "Godzilla vs. Gigan (1972)": + title: "Godzilla vs. Gigan" + year: 1972 + url_poster: https://theposterdb.com/api/assets/209560 + + "Godzilla vs. Megalon (1973)": + title: "Godzilla vs. Megalon" + year: 1973 + url_poster: https://theposterdb.com/api/assets/209561 + + "Godzilla vs. Mechagodzilla (1974)": + title: "Godzilla vs. Mechagodzilla" + year: 1974 + url_poster: https://theposterdb.com/api/assets/209562 + + "Terror of Mechagodzilla (1975)": + title: "Terror of Mechagodzilla" + year: 1975 + url_poster: https://theposterdb.com/api/assets/209563 + + "The Return of Godzilla (1984)": + title: "The Return of Godzilla" + year: 1984 + url_poster: https://theposterdb.com/api/assets/209564 + + "Godzilla vs. Biollante (1989)": + title: "Godzilla vs. Biollante" + year: 1989 + url_poster: https://theposterdb.com/api/assets/209565 + + "Godzilla vs. King Ghidorah (1991)": + title: "Godzilla vs. King Ghidorah" + year: 1991 + url_poster: https://theposterdb.com/api/assets/209566 + + "Godzilla vs. Mothra (1992)": + title: "Godzilla vs. Mothra" + year: 1992 + url_poster: https://theposterdb.com/api/assets/209567 + + "Godzilla vs. Mechagodzilla II (1993)": + title: "Godzilla vs. Mechagodzilla II" + year: 1993 + url_poster: https://theposterdb.com/api/assets/209568 + + "Godzilla vs. SpaceGodzilla (1994)": + title: "Godzilla vs. SpaceGodzilla" + year: 1994 + url_poster: https://theposterdb.com/api/assets/209569 + + "Godzilla vs. Destoroyah (1995)": + title: "Godzilla vs. Destoroyah" + year: 1995 + url_poster: https://theposterdb.com/api/assets/209570 + + "Gamera 2: Attack of Legion (1996)": + title: "Gamera 2: Attack of Legion" + year: 1996 + url_poster: https://theposterdb.com/api/assets/209687 + + "Rebirth of Mothra (1996)": + title: "Rebirth of Mothra" + year: 1996 + url_poster: https://theposterdb.com/api/assets/209701 + + "Rebirth of Mothra II (1997)": + title: "Rebirth of Mothra II" + year: 1997 + url_poster: https://theposterdb.com/api/assets/209702 + + "Rebirth of Mothra III (1998)": + title: "Rebirth of Mothra III" + year: 1998 + url_poster: https://theposterdb.com/api/assets/209703 + + "Godzilla (1998)": + title: "Godzilla" + year: 1998 + url_poster: https://theposterdb.com/api/assets/209571 + + "Godzilla 2000: Millennium (1999)": + title: "Godzilla 2000: Millennium" + year: 1999 + url_poster: https://theposterdb.com/api/assets/209572 + + "Godzilla vs. Megaguirus (2000)": + title: "Godzilla vs. Megaguirus" + year: 2000 + url_poster: https://theposterdb.com/api/assets/209573 + + "Godzilla, Mothra and King Ghidorah: Giant Monsters All-Out Attack (2001)": + title: "Godzilla, Mothra and King Ghidorah: Giant Monsters All-Out Attack" + year: 2001 + url_poster: https://theposterdb.com/api/assets/209574 + + "Godzilla Against MechaGodzilla (2002)": + title: "Godzilla Against MechaGodzilla" + year: 2002 + url_poster: https://theposterdb.com/api/assets/209575 + + "Godzilla: Tokyo S.O.S. (2003)": + title: "Godzilla: Tokyo S.O.S." + year: 2003 + url_poster: https://theposterdb.com/api/assets/209576 + + "Godzilla: Final Wars (2004)": + title: "Godzilla: Final Wars" + year: 2004 + url_poster: https://theposterdb.com/api/assets/209577 + + "Gamera the Brave (2006)": + title: "Gamera the Brave" + year: 2006 + url_poster: https://theposterdb.com/api/assets/209689 + + "Godzilla (2014)": + title: "Godzilla" + year: 2014 + url_poster: https://theposterdb.com/api/assets/198223 + + "Shin Godzilla (2016)": + title: "Shin Godzilla" + year: 2016 + url_poster: https://theposterdb.com/api/assets/202813 + + "Kong: Skull Island (2017)": + title: "Kong: Skull Island" + year: 2017 + url_poster: https://theposterdb.com/api/assets/198224 + + "Godzilla: Planet of the Monsters (2017)": + title: "Godzilla: Planet of the Monsters" + year: 2017 + url_poster: https://theposterdb.com/api/assets/200796 + + "Godzilla: City on the Edge of Battle (2018)": + title: "Godzilla: City on the Edge of Battle" + year: 2018 + url_poster: https://theposterdb.com/api/assets/200797 + + "Godzilla: The Planet Eater (2018)": + title: "Godzilla: The Planet Eater" + year: 2018 + url_poster: https://theposterdb.com/api/assets/200798 + + "Godzilla: King of the Monsters (2019)": + title: "Godzilla: King of the Monsters" + year: 2019 + url_poster: https://theposterdb.com/api/assets/198225 + + "Godzilla vs. Kong (2021)": + title: "Godzilla vs. Kong" + year: 2021 + url_poster: https://theposterdb.com/api/assets/198226 diff --git a/Frexe/Movies/Metadata/Collections/Monty Python.yml b/Frexe/Movies/Metadata/Collections/Monty Python.yml new file mode 100644 index 0000000..6d225e4 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Monty Python.yml @@ -0,0 +1,46 @@ +metadata: #Posters found here: https://theposterdb.com/poster/166255 + + "And Now for Something Completely Different (1971)": + title: "And Now for Something Completely Different" + year: 1971 + url_poster: https://theposterdb.com/api/assets/242783 + + "Monty Python and the Holy Grail (1975)": + title: "Monty Python and the Holy Grail" + year: 1975 + url_poster: https://theposterdb.com/api/assets/242784 + + "Life of Brian (1979)": + title: "Life of Brian" + year: 1979 + url_poster: https://theposterdb.com/api/assets/242785 + + "Monty Python Live at the Hollywood Bowl (1982)": + title: "Monty Python Live at the Hollywood Bowl" + year: 1982 + url_poster: https://theposterdb.com/api/assets/242786 + + "The Meaning of Life (1983)": + title: "The Meaning of Life" + year: 1983 + url_poster: https://theposterdb.com/api/assets/242787 + + "Monty Pythons Spamalot (2009)": + title: "Monty Pythons Spamalot" + year: 2009 + url_poster: https://theposterdb.com/api/assets/242788 + + "Not the Messiah (He's a Very Naughty Boy) (2010)": + title: "Not the Messiah (He's a Very Naughty Boy)" + year: 2010 + url_poster: https://theposterdb.com/api/assets/242790 + + "The Meaning of Monty Python (2013)": + title: "The Meaning of Monty Python" + year: 2013 + url_poster: https://theposterdb.com/api/assets/242593 + + "Monty Python: Live (Mostly) (2014)": + title: "Monty Python: Live (Mostly)" + year: 2014 + url_poster: https://theposterdb.com/api/assets/242789 diff --git a/Frexe/Movies/Metadata/Collections/Mortal Kombat.yml b/Frexe/Movies/Metadata/Collections/Mortal Kombat.yml new file mode 100644 index 0000000..283e7a3 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Mortal Kombat.yml @@ -0,0 +1,26 @@ +metadata: #Posters found here: https://theposterdb.com/set/98276 + + "Mortal Kombat (1995)": + title: "Mortal Kombat" + year: 1995 + url_poster: https://theposterdb.com/api/assets/174039 + + "Mortal Kombat: Annihilation (1997)": + title: "Mortal Kombat: Annihilation" + year: 1997 + url_poster: https://theposterdb.com/api/assets/174040 + + "Mortal Kombat Legends: Scorpion's Revenge (2020)": + title: "Mortal Kombat Legends: Scorpion's Revenge" + year: 2020 + url_poster: https://theposterdb.com/api/assets/174035 + + "Mortal Kombat Legends: Battle of the Realms (2021)": + title: "Mortal Kombat Legends: Battle of the Realms" + year: 2021 + url_poster: https://theposterdb.com/api/assets/174036 + + "Mortal Kombat (2021)": + title: "Mortal Kombat" + year: 2021 + url_poster: https://theposterdb.com/api/assets/174041 diff --git a/Frexe/Movies/Metadata/Collections/Mummy.yml b/Frexe/Movies/Metadata/Collections/Mummy.yml new file mode 100644 index 0000000..ef5d2ff --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Mummy.yml @@ -0,0 +1,16 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Mummy (1999)": + title: "The Mummy" + year: 1999 + url_poster: https://theposterdb.com/api/assets/178434 + + "The Mummy Returns (2001)": + title: "The Mummy Returns" + year: 2001 + url_poster: https://theposterdb.com/api/assets/178435 + + "The Mummy: Tomb of the Dragon Emperor (2008)": + title: "The Mummy: Tomb of the Dragon Emperor" + year: 2008 + url_poster: https://theposterdb.com/api/assets/178436 diff --git a/Frexe/Movies/Metadata/Collections/My hero academia movie.yml b/Frexe/Movies/Metadata/Collections/My hero academia movie.yml new file mode 100644 index 0000000..c42d0bf --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/My hero academia movie.yml @@ -0,0 +1,16 @@ +metadata: #Posters found here: https://theposterdb.com/poster/211629 + + "My Hero Academia: Two Heroes (2018)": + title: "My Hero Academia: Two Heroes" + year: 2018 + url_poster: https://theposterdb.com/api/assets/211341 + + "My Hero Academia: Heroes Rising (2019)": + title: "My Hero Academia: Heroes Rising" + year: 2019 + url_poster: https://theposterdb.com/api/assets/211342 + + "My Hero Academia: World Heroes' Mission (2021)": + title: "My Hero Academia: World Heroes' Mission" + year: 2021 + url_poster: https://theposterdb.com/api/assets/211629 diff --git a/Frexe/Movies/Metadata/Collections/Naked gun.yml b/Frexe/Movies/Metadata/Collections/Naked gun.yml new file mode 100644 index 0000000..b05968b --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Naked gun.yml @@ -0,0 +1,16 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Naked Gun: From the Files of Police Squad! (1988)": + title: "The Naked Gun: From the Files of Police Squad!" + year: 1988 + url_poster: https://theposterdb.com/api/assets/219605 + + "The Naked Gun 2½: The Smell of Fear (1991)": + title: "The Naked Gun 2½: The Smell of Fear" + year: 1991 + url_poster: https://theposterdb.com/api/assets/219606 + + "Naked Gun 33⅓: The Final Insult (1994)": + title: "Naked Gun 33⅓: The Final Insult" + year: 1994 + url_poster: https://theposterdb.com/api/assets/219607 diff --git a/Frexe/Movies/Metadata/Collections/Nativity.yml b/Frexe/Movies/Metadata/Collections/Nativity.yml new file mode 100644 index 0000000..5c676e6 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Nativity.yml @@ -0,0 +1,21 @@ +metadata: #Posters found here: https://theposterdb.com/poster/196836 + + "Nativity! (2009)": + title: "Nativity!" + year: 2009 + url_poster: https://theposterdb.com/api/assets/196836 + + "Nativity 2: Danger in the Manger! (2012)": + title: "Nativity 2: Danger in the Manger!" + year: 2012 + url_poster: https://theposterdb.com/api/assets/196837 + + "Nativity 3: Dude, Where's My Donkey?! (2014)": + title: "Nativity 3: Dude, Where's My Donkey?!" + year: 2014 + url_poster: https://theposterdb.com/api/assets/196838 + + "Nativity Rocks! (2018)": + title: "Nativity Rocks!" + year: 2018 + url_poster: https://theposterdb.com/api/assets/196839 diff --git a/Frexe/Movies/Metadata/Collections/Neon Genesis Evangelion.yml b/Frexe/Movies/Metadata/Collections/Neon Genesis Evangelion.yml new file mode 100644 index 0000000..149310c --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Neon Genesis Evangelion.yml @@ -0,0 +1,21 @@ +metadata: #Posters found here https://theposterdb.com/set/131521 + + "Neon Genesis Evangelion: The End of Evangelion (1997)": + title: "Neon Genesis Evangelion: The End of Evangelion" + year: 1997 + url_poster: https://theposterdb.com/api/assets/218166 + + "Neon Genesis Evangelion: Death and Rebirth (1997)": + title: "Neon Genesis Evangelion: Death and Rebirth" + year: 1997 + url_poster: https://theposterdb.com/api/assets/218165 + + "Evangelion: Death (True)² (1998)": + title: "Evangelion: Death (True)²" + year: 1998 + url_poster: https://theposterdb.com/api/assets/218164 + + "Revival of Evangelion (1998)": + title: "Revival of Evangelion" + year: 1998 + url_poster: https://theposterdb.com/api/assets/218167 diff --git a/Frexe/Movies/Metadata/Collections/Oz.yml b/Frexe/Movies/Metadata/Collections/Oz.yml new file mode 100644 index 0000000..34f3cd6 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Oz.yml @@ -0,0 +1,21 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Wizard of Oz (1939)": + title: "The Wizard of Oz" + year: 1939 + url_poster: https://theposterdb.com/api/assets/173373 + + "Journey Back to Oz (1974)": + title: "Journey Back to Oz" + year: 1974 + url_poster: https://theposterdb.com/api/assets/173495 + + "Return to Oz (1985)": + title: "Return to Oz" + year: 1985 + url_poster: https://theposterdb.com/api/assets/173374 + + "Oz the Great and Powerful (2013)": + title: "Oz the Great and Powerful" + year: 2013 + url_poster: https://theposterdb.com/api/assets/173375 diff --git a/Frexe/Movies/Metadata/Collections/Parody Movies.yml b/Frexe/Movies/Metadata/Collections/Parody Movies.yml new file mode 100644 index 0000000..867792f --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Parody Movies.yml @@ -0,0 +1,81 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Scary Movie (2000)": + title: "Scary Movie" + year: 2000 + url_poster: https://theposterdb.com/api/assets/178977 + + "Not Another Teen Movie (2001)": + title: "Not Another Teen Movie" + year: 2001 + url_poster: https://theposterdb.com/api/assets/217706 + + "Scary Movie 2 (2001)": + title: "Scary Movie 2" + year: 2001 + url_poster: https://theposterdb.com/api/assets/178978 + + "Scary Movie 3 (2003)": + title: "Scary Movie 3" + year: 2003 + url_poster: https://theposterdb.com/api/assets/178979 + + "Date Movie (2006)": + title: "Date Movie" + year: 2006 + url_poster: https://theposterdb.com/api/assets/216469 + + "Scary Movie 4 (2006)": + title: "Scary Movie 4" + year: 2006 + url_poster: https://theposterdb.com/api/assets/178980 + + "Epic Movie (2007)": + title: "Epic Movie" + year: 2007 + url_poster: + + "Disaster Movie (2008)": + title: "Disaster Movie" + year: 2008 + url_poster: + + "Superhero Movie (2008)": + title: "Superhero Movie" + year: 2008 + url_poster: https://theposterdb.com/api/assets/171844 + + "Meet the Spartans (2008)": + title: "Meet the Spartans" + year: 2008 + url_poster: https://theposterdb.com/api/assets/215674 + + "Dance Flick (2009)": + title: "Dance Flick" + year: 2009 + url_poster: + + "Stan Helsing (2009)": + title: "Stan Helsing" + year: 2009 + url_poster: + + "Vampires Suck (2010)": + title: "Vampires Suck" + year: 2010 + url_poster: + + "The 41–Year–Old Virgin Who Knocked Up Sarah Marshall and Felt Superbad About It (2010)": + title: "The 41–Year–Old Virgin Who Knocked Up Sarah Marshall and Felt Superbad About It" + year: 2010 + url_poster: + + "The Starving Games (2013)": + title: "The Starving Games" + year: 2013 + url_poster: https://theposterdb.com/api/assets/208948 + + "Scary Movie V (2013)": + title: "Scary Movie V" + year: 2013 + url_poster: https://theposterdb.com/api/assets/178981 diff --git a/Frexe/Movies/Metadata/Collections/Peanuts.yml b/Frexe/Movies/Metadata/Collections/Peanuts.yml new file mode 100644 index 0000000..12c2094 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Peanuts.yml @@ -0,0 +1,121 @@ +metadata: #Posters found here: https://theposterdb.com/set/114132 + + "A Charlie Brown Christmas (1965)": + title: "A Charlie Brown Christmas" + year: 1965 + url_poster: https://theposterdb.com/api/assets/180925 + + "Charlie Brown's All-Stars! (1966)": + title: "Charlie Brown's All-Stars!" + year: 1966 + url_poster: https://theposterdb.com/api/assets/233703 + + "It's the Great Pumpkin, Charlie Brown (1966)": + title: "It's the Great Pumpkin, Charlie Brown" + year: 1966 + url_poster: https://theposterdb.com/api/assets/180926 + + "You're in Love, Charlie Brown (1967)": + title: "You're in Love, Charlie Brown" + year: 1967 + url_poster: https://theposterdb.com/api/assets/233704 + + "A Boy Named Charlie Brown (1969)": + title: "A Boy Named Charlie Brown" + year: 1969 + url_poster: https://theposterdb.com/api/assets/180927 + + "Play It Again, Charlie Brown (1971)": + title: "Play It Again, Charlie Brown" + year: 1971 + url_poster: https://theposterdb.com/api/assets/233705 + + "You're Not Elected, Charlie Brown (1972)": + title: "You're Not Elected, Charlie Brown" + year: 1972 + url_poster: https://theposterdb.com/api/assets/233713 + + "Snoopy, Come Home (1972)": + title: "Snoopy, Come Home" + year: 1972 + url_poster: https://theposterdb.com/api/assets/180928 + + "A Charlie Brown Thanksgiving (1973)": + title: "A Charlie Brown Thanksgiving" + year: 1973 + url_poster: https://theposterdb.com/api/assets/180929 + + "Be My Valentine, Charlie Brown (1975)": + title: "Be My Valentine, Charlie Brown" + year: 1975 + url_poster: https://theposterdb.com/api/assets/180930 + + "It's Arbor Day, Charlie Brown (1976)": + title: "It's Arbor Day, Charlie Brown" + year: 1976 + url_poster: https://theposterdb.com/api/assets/233710 + + "Race for Your Life, Charlie Brown (1977)": + title: "Race for Your Life, Charlie Brown" + year: 1977 + url_poster: https://theposterdb.com/api/assets/180931 + + "It's Your First Kiss, Charlie Brown (1977)": + title: "It's Your First Kiss, Charlie Brown" + year: 1977 + url_poster: https://theposterdb.com/api/assets/233706 + + "She's a Good Skate, Charlie Brown (1980)": + title: "She's a Good Skate, Charlie Brown" + year: 1980 + url_poster: https://theposterdb.com/api/assets/233709 + + "Bon Voyage, Charlie Brown (and Don't Come Back!!) (1980)": + title: "Bon Voyage, Charlie Brown (and Don't Come Back!!)" + year: 1980 + url_poster: https://theposterdb.com/api/assets/180932 + + "It's Magic, Charlie Brown (1981)": + title: "It's Magic, Charlie Brown" + year: 1981 + url_poster: https://theposterdb.com/api/assets/180933 + + "It's Flashbeagle, Charlie Brown (1984)": + title: "It's Flashbeagle, Charlie Brown" + year: 1984 + url_poster: https://theposterdb.com/api/assets/233707 + + "Happy New Year, Charlie Brown (1986)": + title: "Happy New Year, Charlie Brown" + year: 1986 + url_poster: https://theposterdb.com/api/assets/233708 + + "Snoopy's Reunion (1991)": + title: "Snoopy's Reunion" + year: 1991 + url_poster: https://theposterdb.com/api/assets/233711 + + "It's Christmastime Again, Charlie Brown (1992)": + title: "It's Christmastime Again, Charlie Brown" + year: 1992 + url_poster: https://theposterdb.com/api/assets/180934 + + "Happiness Is a Warm Blanket, Charlie Brown (2011)": + title: "Happiness Is a Warm Blanket, Charlie Brown" + year: 2011 + url_poster: https://theposterdb.com/api/assets/180935 + + "Snoopy Presents: For Auld Lang Syne (2021)": + title: "Snoopy Presents: For Auld Lang Syne" + year: 2021 + url_poster: https://theposterdb.com/api/assets/197923 + + "Who Are You, Charlie Brown? (2021)": + title: "Who Are You, Charlie Brown?" + year: 2021 + url_poster: https://theposterdb.com/api/assets/180995 + + "Snoopy Presents: To Mom (and Dad), With Love (2022)": + title: "Snoopy Presents: To Mom (and Dad), With Love" + year: 2022 + url_poster: https://theposterdb.com/api/assets/233712 diff --git a/Frexe/Movies/Metadata/Collections/Pirates of the caribbean.yml b/Frexe/Movies/Metadata/Collections/Pirates of the caribbean.yml new file mode 100644 index 0000000..189c6bb --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Pirates of the caribbean.yml @@ -0,0 +1,31 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Pirates of the Caribbean: The Curse of the Black Pearl (2003)": + title: "Pirates of the Caribbean: The Curse of the Black Pearl" + year: 2003 + url_poster: https://theposterdb.com/api/assets/169549 + + "Pirates of the Caribbean: Dead Man's Chest (2006)": + title: "Pirates of the Caribbean: Dead Man's Chest" + year: 2006 + url_poster: https://theposterdb.com/api/assets/169550 + + "Pirates of the Caribbean: At World's End (2007)": + title: "Pirates of the Caribbean: At World's End" + year: 2007 + url_poster: https://theposterdb.com/api/assets/169551 + + "Pirates of the Caribbean: Tales of the Code – Wedlocked (2011)": + title: "Pirates of the Caribbean: Tales of the Code – Wedlocked" + year: 2011 + url_poster: https://theposterdb.com/api/assets/169553 + + "Pirates of the Caribbean: On Stranger Tides (2011)": + title: "Pirates of the Caribbean: On Stranger Tides" + year: 2011 + url_poster: https://theposterdb.com/api/assets/169552 + + "Pirates of the Caribbean: Dead Men Tell No Tales (2017)": + title: "Pirates of the Caribbean: Dead Men Tell No Tales" + year: 2017 + url_poster: https://theposterdb.com/api/assets/169554 diff --git a/Frexe/Movies/Metadata/Collections/Planet.yml b/Frexe/Movies/Metadata/Collections/Planet.yml new file mode 100644 index 0000000..b85333a --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Planet.yml @@ -0,0 +1,61 @@ +metadata: + + "A Perfect Planet (2021)": + year: 2021 + title: "A Perfect Planet" + url_poster: https://theposterdb.com/api/assets/237874 + + "Blue Planet II (2017)": + year: 2017 + title: "Blue Planet II" + url_poster: https://theposterdb.com/api/assets/237875 + + "Frozen Planet (2011)": + year: 2011 + title: "Frozen Planet" + url_poster: https://theposterdb.com/api/assets/237876 + + "Our Planet (2019)": + year: 2019 + title: "Our Planet" + url_poster: https://theposterdb.com/api/assets/237878 + + "Planet Earth (2006)": + year: 2006 + title: "Planet Earth" + url_poster: https://theposterdb.com/api/assets/237879 + + "Planet Earth II (2016)": + year: 2016 + title: "Planet Earth II" + url_poster: https://theposterdb.com/api/assets/237880 + + "Planet Earth III (N/A) (null)": + year: null + title: "Planet Earth III (N/A)" + url_poster: https://theposterdb.com/api/assets/237881 + + "Prehistoric Planet (2022)": + year: 2022 + title: "Prehistoric Planet" + url_poster: https://theposterdb.com/api/assets/237882 + + "Seven Worlds, One Planet (2019)": + year: 2019 + title: "Seven Worlds, One Planet" + url_poster: https://theposterdb.com/api/assets/237883 + + "The Blue Planet (2001)": + year: 2001 + title: "The Blue Planet" + url_poster: https://theposterdb.com/api/assets/237884 + + "The Green Planet (2022)": + year: 2022 + title: "The Green Planet" + url_poster: https://theposterdb.com/api/assets/237885 + + "Planet Dinosaur (2011)": + year: 2011 + title: "Planet Dinosaur" + url_poster: https://theposterdb.com/api/assets/237871 diff --git a/Frexe/Movies/Metadata/Collections/Porkys.yml b/Frexe/Movies/Metadata/Collections/Porkys.yml new file mode 100644 index 0000000..c720c3c --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Porkys.yml @@ -0,0 +1,16 @@ +metadata: + + "Porky's (1981)": + title: "Porky's" + year: 1981 + url_poster: https://theposterdb.com/api/assets/224158 + + "Porky's II: The Next Day (1983)": + title: "Porky's II: The Next Day" + year: 1983 + url_poster: https://theposterdb.com/api/assets/224159 + + "Porky's Revenge (1985)": + title: "Porky's Revenge" + year: 1985 + url_poster: https://theposterdb.com/api/assets/224160 diff --git a/Frexe/Movies/Metadata/Collections/Purge.yml b/Frexe/Movies/Metadata/Collections/Purge.yml new file mode 100644 index 0000000..4d559bd --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Purge.yml @@ -0,0 +1,26 @@ +metadata: #Posters found here https://theposterdb.com/poster/177800 + + "The Purge (2013)": + title: "The Purge" + year: 2013 + url_poster: https://theposterdb.com/api/assets/177796 + + "The Purge: Anarchy (2014)": + title: "The Purge: Anarchy" + year: 2014 + url_poster: https://theposterdb.com/api/assets/177797 + + "The Purge: Election Year (2016)": + title: "The Purge: Election Year" + year: 2016 + url_poster: https://theposterdb.com/api/assets/177798 + + "The First Purge (2018)": + title: "The First Purge" + year: 2018 + url_poster: https://theposterdb.com/api/assets/177799 + + "The Forever Purge (2021)": + title: "The Forever Purge" + year: 2021 + url_poster: https://theposterdb.com/api/assets/177800 diff --git a/Frexe/Movies/Metadata/Collections/Quentin Tarantino.yml b/Frexe/Movies/Metadata/Collections/Quentin Tarantino.yml new file mode 100644 index 0000000..a98a9c9 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Quentin Tarantino.yml @@ -0,0 +1,56 @@ +metadata: #Posters found here https://theposterdb.com/set/102399 + + "Reservoir Dogs (1992)": + title: "Reservoir Dogs" + year: 1992 + url_poster: https://theposterdb.com/api/assets/170576 + + "Pulp Fiction (1994)": + title: "Pulp Fiction" + year: 1994 + url_poster: https://theposterdb.com/api/assets/170577 + + "Jackie Brown (1997)": + title: "Jackie Brown" + year: 1997 + url_poster: https://theposterdb.com/api/assets/170578 + + "Kill Bill: Vol. 1 (2003)": + title: "Kill Bill: Vol. 1" + year: 2003 + url_poster: https://theposterdb.com/api/assets/170579 + + "Kill Bill: Vol. 2 (2004)": + title: "Kill Bill: Vol. 2" + year: 2004 + url_poster: https://theposterdb.com/api/assets/170580 + + "Death Proof (2007)": + title: "Death Proof" + year: 2007 + url_poster: https://theposterdb.com/api/assets/170581 + + "Inglourious Basterds (2009)": + title: "Inglourious Basterds" + year: 2009 + url_poster: https://theposterdb.com/api/assets/170582 + + "Quentin Tarantino: 20 Years of Filmmaking (2012)": + title: "Quentin Tarantino: 20 Years of Filmmaking" + year: 2012 + url_poster: https://theposterdb.com/api/assets/170589 + + "Django Unchained (2012)": + title: "Django Unchained" + year: 2012 + url_poster: https://theposterdb.com/api/assets/170583 + + "The Hateful Eight (2015)": + title: "The Hateful Eight" + year: 2015 + url_poster: https://theposterdb.com/api/assets/170584 + + "Once Upon a Time… in Hollywood (2019)": + title: "Once Upon a Time… in Hollywood" + year: 2019 + url_poster: https://theposterdb.com/api/assets/170585 diff --git a/Frexe/Movies/Metadata/Collections/Rambo.yml b/Frexe/Movies/Metadata/Collections/Rambo.yml new file mode 100644 index 0000000..f742ad9 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Rambo.yml @@ -0,0 +1,26 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "First Blood (1982)": + title: "First Blood" + year: 1982 + url_poster: https://theposterdb.com/api/assets/192688 + + "Rambo: First Blood Part II (1985)": + title: "Rambo: First Blood Part II" + year: 1985 + url_poster: https://theposterdb.com/api/assets/192689 + + "Rambo III (1988)": + title: "Rambo III" + year: 1988 + url_poster: https://theposterdb.com/api/assets/192690 + + "Rambo (2008)": + title: "Rambo" + year: 2008 + url_poster: https://theposterdb.com/api/assets/192691 + + "Rambo: Last Blood (2019)": + title: "Rambo: Last Blood" + year: 2019 + url_poster: https://theposterdb.com/api/assets/192692 diff --git a/Frexe/Movies/Metadata/Collections/Resident Evil.yml b/Frexe/Movies/Metadata/Collections/Resident Evil.yml new file mode 100644 index 0000000..41df4a3 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Resident Evil.yml @@ -0,0 +1,36 @@ +metadata: #Posters found here: https://theposterdb.com/poster/198267 + + "Resident Evil (2002)": + title: "Resident Evil" + year: 2002 + url_poster: https://theposterdb.com/api/assets/178750 + + "Resident Evil: Apocalypse (2004)": + title: "Resident Evil: Apocalypse" + year: 2004 + url_poster: https://theposterdb.com/api/assets/178751 + + "Resident Evil: Extinction (2007)": + title: "Resident Evil: Extinction" + year: 2007 + url_poster: https://theposterdb.com/api/assets/178752 + + "Resident Evil: Afterlife (2010)": + title: "Resident Evil: Afterlife" + year: 2010 + url_poster: https://theposterdb.com/api/assets/178753 + + "Resident Evil: Retribution (2012)": + title: "Resident Evil: Retribution" + year: 2012 + url_poster: https://theposterdb.com/api/assets/178754 + + "Resident Evil: The Final Chapter (2016)": + title: "Resident Evil: The Final Chapter" + year: 2016 + url_poster: https://theposterdb.com/api/assets/178755 + + "Resident Evil: Welcome to Raccoon City (2021)": + title: "Resident Evil: Welcome to Raccoon City" + year: 2021 + url_poster: https://theposterdb.com/api/assets/198267 diff --git a/Frexe/Movies/Metadata/Collections/Road Trip.yml b/Frexe/Movies/Metadata/Collections/Road Trip.yml new file mode 100644 index 0000000..2b0c29e --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Road Trip.yml @@ -0,0 +1,11 @@ +metadata: + + "Road Trip (2000)": + title: "Road Trip" + year: 2000 + url_poster: https://theposterdb.com/api/assets/189033 + + "Road Trip: Beer Pong (2009)": + title: "Road Trip: Beer Pong" + year: 2009 + url_poster: https://theposterdb.com/api/assets/189034 diff --git a/Frexe/Movies/Metadata/Collections/Rocky.yml b/Frexe/Movies/Metadata/Collections/Rocky.yml new file mode 100644 index 0000000..9932d66 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Rocky.yml @@ -0,0 +1,46 @@ +metadata: #Posters found here: https://theposterdb.com/poster/172014 + + "Rocky (1976)": + title: "Rocky" + year: 1976 + url_poster: https://theposterdb.com/api/assets/172022 + + "Rocky II (1979)": + title: "Rocky II" + year: 1979 + url_poster: https://theposterdb.com/api/assets/172015 + + "Rocky III (1982)": + title: "Rocky III" + year: 1982 + url_poster: https://theposterdb.com/api/assets/172016 + + "Rocky IV (1985)": + title: "Rocky IV" + year: 1985 + url_poster: https://theposterdb.com/api/assets/172017 + + "Rocky V (1990)": + title: "Rocky V" + year: 1990 + url_poster: https://theposterdb.com/api/assets/172018 + + "Rocky Balboa (2006)": + title: "Rocky Balboa" + year: 2006 + url_poster: https://theposterdb.com/api/assets/172019 + + "Creed (2015)": + title: "Creed" + year: 2015 + url_poster: https://theposterdb.com/api/assets/172020 + + "Creed II (2018)": + title: "Creed II" + year: 2018 + url_poster: https://theposterdb.com/api/assets/172021 + + "40 Years of Rocky: The Birth of a Classic (2020)": + title: "40 Years of Rocky: The Birth of a Classic" + year: 2020 + url_poster: https://theposterdb.com/api/assets/172034 diff --git a/Frexe/Movies/Metadata/Collections/Rutete Ninja.yml b/Frexe/Movies/Metadata/Collections/Rutete Ninja.yml new file mode 100644 index 0000000..7ac72d0 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Rutete Ninja.yml @@ -0,0 +1,11 @@ +metadata: + + "Rutete Ninja (2018)": + title: "Rutete Ninja" + year: 2018 + url_poster: https://theposterdb.com/api/assets/261242 + + "Rutete Ninja 2 (2021)": + title: "Rutete Ninja 2" + year: 2021 + url_poster: https://theposterdb.com/api/assets/261243 diff --git a/Frexe/Movies/Metadata/Collections/Scooby Doo Animated.yml b/Frexe/Movies/Metadata/Collections/Scooby Doo Animated.yml new file mode 100644 index 0000000..8150c9b --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Scooby Doo Animated.yml @@ -0,0 +1,251 @@ +metadata: #Posters found here https://theposterdb.com/poster/241179 + + "Scooby-Doo! Meets the Harlem Globetrotters (1972)": + title: "Scooby-Doo! Meets the Harlem Globetrotters" + year: 1972 + url_poster: https://theposterdb.com/api/assets/241180 + + "Scooby Goes Hollywood (1980)": + title: "Scooby Goes Hollywood" + year: 1980 + url_poster: https://theposterdb.com/api/assets/241181 + + "Scooby-Doo's A Nutcracker Scoob (1984)": + title: "Scooby-Doo's A Nutcracker Scoob" + year: 1984 + url_poster: https://theposterdb.com/api/assets/241182 + + "Scooby-Doo! Meets the Boo Brothers (1987)": + title: "Scooby-Doo! Meets the Boo Brothers" + year: 1987 + url_poster: https://theposterdb.com/api/assets/241183 + + "Scooby-Doo! and the Reluctant Werewolf (1988)": + title: "Scooby-Doo! and the Reluctant Werewolf" + year: 1988 + url_poster: https://theposterdb.com/api/assets/241185 + + "Scooby-Doo and the Ghoul School (1988)": + title: "Scooby-Doo and the Ghoul School" + year: 1988 + url_poster: https://theposterdb.com/api/assets/241184 + + "Scooby-Doo! in Arabian Nights (1994)": + title: "Scooby-Doo! in Arabian Nights" + year: 1994 + url_poster: https://theposterdb.com/api/assets/241186 + + "Scooby-Doo on Zombie Island (1998)": + title: "Scooby-Doo on Zombie Island" + year: 1998 + url_poster: https://theposterdb.com/api/assets/241187 + + "Scooby-Doo! and the Witch's Ghost (1999)": + title: "Scooby-Doo! and the Witch's Ghost" + year: 1999 + url_poster: https://theposterdb.com/api/assets/241189 + + "The Scooby-Doo Project (1999)": + title: "The Scooby-Doo Project" + year: 1999 + url_poster: https://theposterdb.com/api/assets/241188 + + "Scooby-Doo and the Alien Invaders (2000)": + title: "Scooby-Doo and the Alien Invaders" + year: 2000 + url_poster: https://theposterdb.com/api/assets/241190 + + "Scooby-Doo! and the Cyber Chase (2001)": + title: "Scooby-Doo! and the Cyber Chase" + year: 2001 + url_poster: https://theposterdb.com/api/assets/241191 + + "A Scooby-Doo! Christmas (2002)": + title: "A Scooby-Doo! Christmas" + year: 2002 + url_poster: https://theposterdb.com/api/assets/241193 + + "Scooby-Doo Meets Batman (2002)": + title: "Scooby-Doo Meets Batman" + year: 2002 + url_poster: https://theposterdb.com/api/assets/241192 + + "Scooby-Doo! and the Monster of Mexico (2003)": + title: "Scooby-Doo! and the Monster of Mexico" + year: 2003 + url_poster: https://theposterdb.com/api/assets/241195 + + "Scooby-Doo! and the Legend of the Vampire (2003)": + title: "Scooby-Doo! and the Legend of the Vampire" + year: 2003 + url_poster: https://theposterdb.com/api/assets/241194 + + "Scooby-Doo! and the Loch Ness Monster (2004)": + title: "Scooby-Doo! and the Loch Ness Monster" + year: 2004 + url_poster: https://theposterdb.com/api/assets/241196 + + "Scooby-Doo! in Where's My Mummy? (2005)": + title: "Scooby-Doo! in Where's My Mummy?" + year: 2005 + url_poster: https://theposterdb.com/api/assets/241198 + + "Aloha Scooby-Doo! (2005)": + title: "Aloha Scooby-Doo!" + year: 2005 + url_poster: https://theposterdb.com/api/assets/241197 + + "Scooby-Doo! Pirates Ahoy! (2006)": + title: "Scooby-Doo! Pirates Ahoy!" + year: 2006 + url_poster: https://theposterdb.com/api/assets/241199 + + "Chill Out, Scooby-Doo! (2007)": + title: "Chill Out, Scooby-Doo!" + year: 2007 + url_poster: https://theposterdb.com/api/assets/241200 + + "Scooby-Doo! and the Goblin King (2008)": + title: "Scooby-Doo! and the Goblin King" + year: 2008 + url_poster: https://theposterdb.com/api/assets/216573 + + "Scooby-Doo! and the Samurai Sword (2009)": + title: "Scooby-Doo! and the Samurai Sword" + year: 2009 + url_poster: https://theposterdb.com/api/assets/241201 + + "Scooby-Doo! Camp Scare (2010)": + title: "Scooby-Doo! Camp Scare" + year: 2010 + url_poster: https://theposterdb.com/api/assets/241203 + + "Scooby-Doo! Abracadabra-Doo (2010)": + title: "Scooby-Doo! Abracadabra-Doo" + year: 2010 + url_poster: https://theposterdb.com/api/assets/241202 + + "Scooby-Doo! Legend of the Phantosaur (2011)": + title: "Scooby-Doo! Legend of the Phantosaur" + year: 2011 + url_poster: https://theposterdb.com/api/assets/241204 + + "Scooby-Doo! Mask of the Blue Falcon (2012)": + title: "Scooby-Doo! Mask of the Blue Falcon" + year: 2012 + url_poster: https://theposterdb.com/api/assets/241208 + + "Big Top Scooby-Doo! (2012)": + title: "Big Top Scooby-Doo!" + year: 2012 + url_poster: https://theposterdb.com/api/assets/241207 + + "Scooby-Doo! Haunted Holidays (2012)": + title: "Scooby-Doo! Haunted Holidays" + year: 2012 + url_poster: https://theposterdb.com/api/assets/241206 + + "Scooby-Doo! Music of the Vampire (2012)": + title: "Scooby-Doo! Music of the Vampire" + year: 2012 + url_poster: https://theposterdb.com/api/assets/241205 + + "Scooby-Doo! Spooky Games (2012)": + title: "Scooby-Doo! Spooky Games" + year: 2012 + url_poster: https://theposterdb.com/api/assets/216576 + + "Scooby-Doo! Mecha Mutt Menace (2013)": + title: "Scooby-Doo! Mecha Mutt Menace" + year: 2013 + url_poster: https://theposterdb.com/api/assets/241210 + + "Scooby-Doo! Stage Fright (2013)": + title: "Scooby-Doo! Stage Fright" + year: 2013 + url_poster: https://theposterdb.com/api/assets/241209 + + "Scooby-Doo! and the Spooky Scarecrow (2013)": + title: "Scooby-Doo! and the Spooky Scarecrow" + year: 2013 + url_poster: https://theposterdb.com/api/assets/216575 + + "Scooby-Doo! Adventures: The Mystery Map (2013)": + title: "Scooby-Doo! Adventures: The Mystery Map" + year: 2013 + url_poster: https://theposterdb.com/api/assets/216574 + + "Scooby-Doo! Frankencreepy (2014)": + title: "Scooby-Doo! Frankencreepy" + year: 2014 + url_poster: https://theposterdb.com/api/assets/241213 + + "Scooby-Doo! Ghastly Goals (2014)": + title: "Scooby-Doo! Ghastly Goals" + year: 2014 + url_poster: https://theposterdb.com/api/assets/241212 + + "Scooby-Doo! WrestleMania Mystery (2014)": + title: "Scooby-Doo! WrestleMania Mystery" + year: 2014 + url_poster: https://theposterdb.com/api/assets/241211 + + "Scooby-Doo! and Kiss: Rock and Roll Mystery (2015)": + title: "Scooby-Doo! and Kiss: Rock and Roll Mystery" + year: 2015 + url_poster: https://theposterdb.com/api/assets/241216 + + "Scooby-Doo! and the Beach Beastie (2015)": + title: "Scooby-Doo! and the Beach Beastie" + year: 2015 + url_poster: https://theposterdb.com/api/assets/241215 + + "Scooby-Doo! Moon Monster Madness (2015)": + title: "Scooby-Doo! Moon Monster Madness" + year: 2015 + url_poster: https://theposterdb.com/api/assets/241214 + + "Scooby-Doo! and WWE: Curse of the Speed Demon (2016)": + title: "Scooby-Doo! and WWE: Curse of the Speed Demon" + year: 2016 + url_poster: https://theposterdb.com/api/assets/241217 + + "Scooby-Doo! Shaggy's Showdown (2017)": + title: "Scooby-Doo! Shaggy's Showdown" + year: 2017 + url_poster: https://theposterdb.com/api/assets/241218 + + "Scooby-Doo! and the Gourmet Ghost (2018)": + title: "Scooby-Doo! and the Gourmet Ghost" + year: 2018 + url_poster: https://theposterdb.com/api/assets/241220 + + "Scooby-Doo! & Batman: The Brave and the Bold (2018)": + title: "Scooby-Doo! & Batman: The Brave and the Bold" + year: 2018 + url_poster: https://theposterdb.com/api/assets/241219 + + "Scooby-Doo! Return to Zombie Island (2019)": + title: "Scooby-Doo! Return to Zombie Island" + year: 2019 + url_poster: https://theposterdb.com/api/assets/241222 + + "Scooby-Doo! and the Curse of the 13th Ghost (2019)": + title: "Scooby-Doo! and the Curse of the 13th Ghost" + year: 2019 + url_poster: https://theposterdb.com/api/assets/241221 + + "Happy Halloween, Scooby-Doo! (2020)": + title: "Happy Halloween, Scooby-Doo!" + year: 2020 + url_poster: https://theposterdb.com/api/assets/178113 + + "Straight Outta Nowhere: Scooby-Doo! Meets Courage the Cowardly Dog (2021)": + title: "Straight Outta Nowhere: Scooby-Doo! Meets Courage the Cowardly Dog" + year: 2021 + url_poster: https://theposterdb.com/api/assets/241224 + + "Scooby-Doo! The Sword and the Scoob (2021)": + title: "Scooby-Doo! The Sword and the Scoob" + year: 2021 + url_poster: https://theposterdb.com/api/assets/241223 diff --git a/Frexe/Movies/Metadata/Collections/Seven deadly sins saga.yml b/Frexe/Movies/Metadata/Collections/Seven deadly sins saga.yml new file mode 100644 index 0000000..9dd08da --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Seven deadly sins saga.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/set/128744 + + "The Seven Deadly Sins: Prisoners of the Sky (2018)": + title: "The Seven Deadly Sins: Prisoners of the Sky" + year: 2018 + url_poster: https://theposterdb.com/api/assets/213547 + + "The Seven Deadly Sins: Cursed by Light (2021)": + title: "The Seven Deadly Sins: Cursed by Light" + year: 2021 + url_poster: https://theposterdb.com/api/assets/212614 diff --git a/Frexe/Movies/Metadata/Collections/Sonic the Hedgehog.yml b/Frexe/Movies/Metadata/Collections/Sonic the Hedgehog.yml new file mode 100644 index 0000000..743e4a0 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Sonic the Hedgehog.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/poster/175302 + + "Sonic the Hedgehog (2020)": + title: "Sonic the Hedgehog" + year: 2020 + url_poster: https://theposterdb.com/api/assets/175302 + + "Sonic the Hedgehog 2 (2022)": + title: "Sonic the Hedgehog 2" + year: 2022 + url_poster: https://theposterdb.com/api/assets/234938 diff --git a/Frexe/Movies/Metadata/Collections/South Park.yml b/Frexe/Movies/Metadata/Collections/South Park.yml new file mode 100644 index 0000000..8ab0a37 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/South Park.yml @@ -0,0 +1,31 @@ +metadata: #Posters found here https://theposterdb.com/set/150166 + + "South Park: Bigger, Longer & Uncut (1999)": + title: "South Park: Bigger, Longer & Uncut" + year: 1999 + url_poster: https://theposterdb.com/api/assets/199884 + + "South Park: Imaginationland (2007)": + title: "South Park: Imaginationland" + year: 2007 + url_poster: https://theposterdb.com/api/assets/238379 + + "South Park: Post COVID: The Return of COVID (2021)": + title: "South Park: Post COVID: The Return of COVID" + year: 2021 + url_poster: https://theposterdb.com/api/assets/222142 + + "South Park: Post COVID (2021)": + title: "South Park: Post COVID" + year: 2021 + url_poster: https://theposterdb.com/api/assets/222141 + + "South Park the Streaming Wars (2022)": + title: "South Park the Streaming Wars" + year: 2022 + url_poster: https://theposterdb.com/api/assets/240229 + + "South Park the Streaming Wars Part 2 (2022)": + title: "South Park the Streaming Wars Part 2" + year: 2022 + url_poster: https://theposterdb.com/api/assets/251408 diff --git a/Frexe/Movies/Metadata/Collections/Space Odyssey Series.yml b/Frexe/Movies/Metadata/Collections/Space Odyssey Series.yml new file mode 100644 index 0000000..c6c5f6a --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Space Odyssey Series.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "2001: A Space Odyssey (1968)": + title: "2001: A Space Odyssey" + year: 1968 + url_poster: https://theposterdb.com/api/assets/187097 + + "2010 (1984)": + title: "2010" + year: 1984 + url_poster: https://theposterdb.com/api/assets/187098 diff --git a/Frexe/Movies/Metadata/Collections/Space jam.yml b/Frexe/Movies/Metadata/Collections/Space jam.yml new file mode 100644 index 0000000..d3414a4 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Space jam.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Space Jam (1996)": + title: "Space Jam" + year: 1996 + url_poster: https://theposterdb.com/api/assets/172043 + + "Space Jam: A New Legacy (2021)": + title: "Space Jam: A New Legacy" + year: 2021 + url_poster: https://theposterdb.com/api/assets/172044 diff --git a/Frexe/Movies/Metadata/Collections/Stephen King.yml b/Frexe/Movies/Metadata/Collections/Stephen King.yml new file mode 100644 index 0000000..e52d2f4 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Stephen King.yml @@ -0,0 +1,446 @@ +metadata: #Posters found here https://theposterdb.com/set/100848 + + "Stay Hungry (1976)": + title: "Stay Hungry" + year: 1976 + url_poster: https://theposterdb.com/api/assets/213711 + + "Carrie (1976)": + title: "Carrie" + year: 1976 + url_poster: https://theposterdb.com/api/assets/172188 + + "The Shining (1980)": + title: "The Shining" + year: 1980 + url_poster: https://theposterdb.com/api/assets/172189 + + "Creepshow (1982)": + title: "Creepshow" + year: 1982 + url_poster: https://theposterdb.com/api/assets/172190 + + "The Dead Zone (1983)": + title: "The Dead Zone" + year: 1983 + url_poster: https://theposterdb.com/api/assets/172193 + + "Cujo (1983)": + title: "Cujo" + year: 1983 + url_poster: https://theposterdb.com/api/assets/172192 + + "Christine (1983)": + title: "Christine" + year: 1983 + url_poster: https://theposterdb.com/api/assets/172191 + + "Firestarter (1984)": + title: "Firestarter" + year: 1984 + url_poster: https://theposterdb.com/api/assets/172195 + + "Commando (1985)": + title: "Commando" + year: 1985 + url_poster: https://theposterdb.com/api/assets/213716 + + "Silver Bullet (1985)": + title: "Silver Bullet" + year: 1985 + url_poster: https://theposterdb.com/api/assets/172196 + + "Stand by Me (1986)": + title: "Stand by Me" + year: 1986 + url_poster: https://theposterdb.com/api/assets/172198 + + "Maximum Overdrive (1986)": + title: "Maximum Overdrive" + year: 1986 + url_poster: https://theposterdb.com/api/assets/172197 + + "A Return to Salem's Lot (1987)": + title: "A Return to Salem's Lot" + year: 1987 + url_poster: https://theposterdb.com/api/assets/175452 + + "Creepshow 2 (1987)": + title: "Creepshow 2" + year: 1987 + url_poster: https://theposterdb.com/api/assets/172199 + + "The Running Man (1987)": + title: "The Running Man" + year: 1987 + url_poster: https://theposterdb.com/api/assets/172200 + + "Red Heat (1988)": + title: "Red Heat" + year: 1988 + url_poster: https://theposterdb.com/api/assets/213718 + + "Pet Sematary (1989)": + title: "Pet Sematary" + year: 1989 + url_poster: https://theposterdb.com/api/assets/172201 + + "Misery (1990)": + title: "Misery" + year: 1990 + url_poster: https://theposterdb.com/api/assets/172204 + + "Graveyard Shift (1990)": + title: "Graveyard Shift" + year: 1990 + url_poster: https://theposterdb.com/api/assets/172203 + + "Tales from the Darkside: The Movie (1990)": + title: "Tales from the Darkside: The Movie" + year: 1990 + url_poster: https://theposterdb.com/api/assets/172202 + + "Sometimes They Come Back (1991)": + title: "Sometimes They Come Back" + year: 1991 + url_poster: https://theposterdb.com/api/assets/172205 + + "Children of the Corn II: The Final Sacrifice (1992)": + title: "Children of the Corn II: The Final Sacrifice" + year: 1992 + url_poster: https://theposterdb.com/api/assets/172464 + + "Pet Sematary II (1992)": + title: "Pet Sematary II" + year: 1992 + url_poster: https://theposterdb.com/api/assets/172207 + + "Sleepwalkers (1992)": + title: "Sleepwalkers" + year: 1992 + url_poster: https://theposterdb.com/api/assets/172206 + + "Needful Things (1993)": + title: "Needful Things" + year: 1993 + url_poster: https://theposterdb.com/api/assets/172209 + + "The Dark Half (1993)": + title: "The Dark Half" + year: 1993 + url_poster: https://theposterdb.com/api/assets/172208 + + "The Shawshank Redemption (1994)": + title: "The Shawshank Redemption" + year: 1994 + url_poster: https://theposterdb.com/api/assets/172210 + + "The Mangler (1995)": + title: "The Mangler" + year: 1995 + url_poster: https://theposterdb.com/api/assets/172211 + + "Dolores Claiborne (1995)": + title: "Dolores Claiborne" + year: 1995 + url_poster: https://theposterdb.com/api/assets/172212 + + "Sometimes They Come Back... Again (1996)": + title: "Sometimes They Come Back... Again" + year: 1996 + url_poster: https://theposterdb.com/api/assets/172213 + + "Thinner (1996)": + title: "Thinner" + year: 1996 + url_poster: https://theposterdb.com/api/assets/172214 + + "Cat's Eye (1997)": + title: "Cat's Eye" + year: 1997 + url_poster: https://theposterdb.com/api/assets/172217 + + "Quicksilver Highway (1997)": + title: "Quicksilver Highway" + year: 1997 + url_poster: https://theposterdb.com/api/assets/172216 + + "The Night Flier (1997)": + title: "The Night Flier" + year: 1997 + url_poster: https://theposterdb.com/api/assets/172215 + + "Sometimes They Come Back... for More (1998)": + title: "Sometimes They Come Back... for More" + year: 1998 + url_poster: https://theposterdb.com/api/assets/172218 + + "Apt Pupil (1998)": + title: "Apt Pupil" + year: 1998 + url_poster: https://theposterdb.com/api/assets/172219 + + "Children of the Corn 666: Isaac's Return (1999)": + title: "Children of the Corn 666: Isaac's Return" + year: 1999 + url_poster: https://theposterdb.com/api/assets/172468 + + "The Rage: Carrie 2 (1999)": + title: "The Rage: Carrie 2" + year: 1999 + url_poster: https://theposterdb.com/api/assets/172262 + + "The Green Mile (1999)": + title: "The Green Mile" + year: 1999 + url_poster: https://theposterdb.com/api/assets/172220 + + "Trucks (2000)": + title: "Trucks" + year: 2000 + url_poster: https://theposterdb.com/api/assets/172221 + + "Children of the Corn: Revelation (2001)": + title: "Children of the Corn: Revelation" + year: 2001 + url_poster: https://theposterdb.com/api/assets/172469 + + "The Mangler 2 (2001)": + title: "The Mangler 2" + year: 2001 + url_poster: https://theposterdb.com/api/assets/172222 + + "Hearts in Atlantis (2001)": + title: "Hearts in Atlantis" + year: 2001 + url_poster: https://theposterdb.com/api/assets/172223 + + "Collateral Damage (2002)": + title: "Collateral Damage" + year: 2002 + url_poster: https://theposterdb.com/api/assets/213728 + + "Dreamcatcher (2003)": + title: "Dreamcatcher" + year: 2003 + url_poster: https://theposterdb.com/api/assets/172224 + + "Riding the Bullet (2004)": + title: "Riding the Bullet" + year: 2004 + url_poster: https://theposterdb.com/api/assets/172227 + + "Mercy (2004)": + title: "Mercy" + year: 2004 + url_poster: https://theposterdb.com/api/assets/172226 + + "Secret Window (2004)": + title: "Secret Window" + year: 2004 + url_poster: https://theposterdb.com/api/assets/172225 + + "The Mangler Reborn (2005)": + title: "The Mangler Reborn" + year: 2005 + url_poster: https://theposterdb.com/api/assets/172228 + + "Creepshow 3 (2006)": + title: "Creepshow 3" + year: 2006 + url_poster: https://theposterdb.com/api/assets/172229 + + "Desperation (2006)": + title: "Desperation" + year: 2006 + url_poster: https://theposterdb.com/api/assets/172230 + + "The Mist (2007)": + title: "The Mist" + year: 2007 + url_poster: https://theposterdb.com/api/assets/172232 + + "1408 (2007)": + title: "1408" + year: 2007 + url_poster: https://theposterdb.com/api/assets/172231 + + "Dolan's Cadillac (2009)": + title: "Dolan's Cadillac" + year: 2009 + url_poster: https://theposterdb.com/api/assets/172233 + + "Children of the Corn: Genesis (2011)": + title: "Children of the Corn: Genesis" + year: 2011 + url_poster: https://theposterdb.com/api/assets/172471 + + "Bag Of Bones (2012)": + title: "Bag Of Bones" + year: 2012 + url_poster: https://theposterdb.com/api/assets/172234 + + "Carrie (2013)": + title: "Carrie" + year: 2013 + url_poster: https://theposterdb.com/api/assets/172235 + + "Sabotage (2014)": + title: "Sabotage" + year: 2014 + url_poster: https://theposterdb.com/api/assets/205732 + + "Big Driver (2014)": + title: "Big Driver" + year: 2014 + url_poster: https://theposterdb.com/api/assets/172237 + + "A Good Marriage (2014)": + title: "A Good Marriage" + year: 2014 + url_poster: https://theposterdb.com/api/assets/172236 + + "Cell (2016)": + title: "Cell" + year: 2016 + url_poster: https://theposterdb.com/api/assets/172238 + + "It (2017)": + title: "It" + year: 2017 + url_poster: https://theposterdb.com/api/assets/172240 + + "1922 (2017)": + title: "1922" + year: 2017 + url_poster: https://theposterdb.com/api/assets/172242 + + "Gerald's Game (2017)": + title: "Gerald's Game" + year: 2017 + url_poster: https://theposterdb.com/api/assets/172241 + + "The Dark Tower (2017)": + title: "The Dark Tower" + year: 2017 + url_poster: https://theposterdb.com/api/assets/172239 + + "Doctor Sleep (2019)": + title: "Doctor Sleep" + year: 2019 + url_poster: https://theposterdb.com/api/assets/172246 + + "Pet Sematary (2019)": + title: "Pet Sematary" + year: 2019 + url_poster: https://theposterdb.com/api/assets/172243 + + "It Chapter Two (2019)": + title: "It Chapter Two" + year: 2019 + url_poster: https://theposterdb.com/api/assets/172244 + + "In the Tall Grass (2019)": + title: "In the Tall Grass" + year: 2019 + url_poster: https://theposterdb.com/api/assets/172245 + + "Golden Years (1991)": + year: 1991 + title: "Golden Years" + url_poster: https://theposterdb.com/api/assets/172247 + + "It (1990)": + year: 1990 + title: "It" + url_poster: https://theposterdb.com/api/assets/172248 + + "The Langoliers (1995)": + year: 1995 + title: "The Langoliers" + url_poster: https://theposterdb.com/api/assets/172249 + + "Rose Red (2002)": + year: 2002 + title: "Rose Red" + url_poster: https://theposterdb.com/api/assets/172250 + + "Salem's Lot (1979)": + year: 1979 + title: "Salem's Lot" + url_poster: https://theposterdb.com/api/assets/172251 + + "Salem's Lot (2004)": + year: 2004 + title: "Salem's Lot" + url_poster: https://theposterdb.com/api/assets/172252 + + "The Stand (1994)": + year: 1994 + title: "The Stand" + url_poster: https://theposterdb.com/api/assets/172253 + + "The Stand (2020)": + year: 2020 + title: "The Stand" + url_poster: https://theposterdb.com/api/assets/172254 + + "Storm of the Century (1999)": + year: 1999 + title: "Storm of the Century" + url_poster: https://theposterdb.com/api/assets/172255 + + "The Tommyknockers (1993)": + year: 1993 + title: "The Tommyknockers" + url_poster: https://theposterdb.com/api/assets/172256 + + "The Dead Zone (2002)": + year: 2002 + title: "The Dead Zone" + url_poster: https://theposterdb.com/api/assets/172257 + + "11.22.63 (2016)": + year: 2016 + title: "11.22.63" + url_poster: https://theposterdb.com/api/assets/172258 + + "Mr. Mercedes (2017)": + year: 2017 + title: "Mr. Mercedes" + url_poster: https://theposterdb.com/api/assets/172259 + + "Castle Rock (2018)": + year: 2018 + title: "Castle Rock" + url_poster: https://theposterdb.com/api/assets/172260 + + "Under the Dome (2013)": + year: 2013 + title: "Under the Dome" + url_poster: https://theposterdb.com/api/assets/172261 + + "Nightmares & Dreamscapes: From the Stories of Stephen King (2006)": + year: 2006 + title: "Nightmares & Dreamscapes: From the Stories of Stephen King" + url_poster: https://theposterdb.com/api/assets/172367 + + "Haven (2010)": + year: 2010 + title: "Haven" + url_poster: https://theposterdb.com/api/assets/172368 + + "Stephen King's Kingdom Hospital (2004)": + year: 2004 + title: "Stephen King's Kingdom Hospital" + url_poster: https://theposterdb.com/api/assets/172369 + + "The Mist (2017)": + year: 2017 + title: "The Mist" + url_poster: https://theposterdb.com/api/assets/172370 + + "The Outsider (2020)": + year: 2020 + title: "The Outsider" + url_poster: https://theposterdb.com/api/assets/172371 diff --git a/Frexe/Movies/Metadata/Collections/Sting.yml b/Frexe/Movies/Metadata/Collections/Sting.yml new file mode 100644 index 0000000..e622266 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Sting.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/poster/184740 + + "The Sting (1973)": + title: "The Sting" + year: 1973 + url_poster: https://theposterdb.com/api/assets/184740 + + "The Sting II (1983)": + title: "The Sting II" + year: 1983 + url_poster: https://theposterdb.com/api/assets/184741 diff --git a/Frexe/Movies/Metadata/Collections/Ted.yml b/Frexe/Movies/Metadata/Collections/Ted.yml new file mode 100644 index 0000000..31184bf --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Ted.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Ted (2012)": + title: "Ted" + year: 2012 + url_poster: https://theposterdb.com/api/assets/204871 + + "Ted 2 (2015)": + title: "Ted 2" + year: 2015 + url_poster: https://theposterdb.com/api/assets/204872 diff --git a/Frexe/Movies/Metadata/Collections/Terminator.yml b/Frexe/Movies/Metadata/Collections/Terminator.yml new file mode 100644 index 0000000..068c9ca --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Terminator.yml @@ -0,0 +1,36 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Terminator (1984)": + title: "The Terminator" + year: 1984 + url_poster: https://theposterdb.com/api/assets/183836 + + "Terminator 2: Judgment Day (1991)": + title: "Terminator 2: Judgment Day" + year: 1991 + url_poster: https://theposterdb.com/api/assets/183837 + + "Terminator 3: Rise of the Machines (2003)": + title: "Terminator 3: Rise of the Machines" + year: 2003 + url_poster: https://theposterdb.com/api/assets/183838 + + "Terminator Salvation (2009)": + title: "Terminator Salvation" + year: 2009 + url_poster: https://theposterdb.com/api/assets/183839 + + "The Last Stand (2013)": + title: "The Last Stand" + year: 2013 + url_poster: https://theposterdb.com/api/assets/208841 + + "Terminator Genisys (2015)": + title: "Terminator Genisys" + year: 2015 + url_poster: https://theposterdb.com/api/assets/183840 + + "Terminator: Dark Fate (2019)": + title: "Terminator: Dark Fate" + year: 2019 + url_poster: https://theposterdb.com/api/assets/183841 diff --git a/Frexe/Movies/Metadata/Collections/Texas chainsaw massacre.yml b/Frexe/Movies/Metadata/Collections/Texas chainsaw massacre.yml new file mode 100644 index 0000000..491660f --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Texas chainsaw massacre.yml @@ -0,0 +1,36 @@ +metadata: #Posters found here: https://theposterdb.com/poster/214310 + + "The Texas Chain Saw Massacre (1974)": + title: "The Texas Chain Saw Massacre" + year: 1974 + url_poster: https://theposterdb.com/api/assets/179565 + + "The Texas Chainsaw Massacre 2 (1986)": + title: "The Texas Chainsaw Massacre 2" + year: 1986 + url_poster: https://theposterdb.com/api/assets/179566 + + "Leatherface: The Texas Chainsaw Massacre III (1990)": + title: "Leatherface: The Texas Chainsaw Massacre III" + year: 1990 + url_poster: https://theposterdb.com/api/assets/179567 + + "The Return of the Texas Chainsaw Massacre (1995)": + title: "The Return of the Texas Chainsaw Massacre" + year: 1995 + url_poster: https://theposterdb.com/api/assets/179568 + + "Texas Chainsaw 3D (2013)": + title: "Texas Chainsaw 3D" + year: 2013 + url_poster: https://theposterdb.com/api/assets/179569 + + "Leatherface (2017)": + title: "Leatherface" + year: 2017 + url_poster: https://theposterdb.com/api/assets/179570 + + "Texas Chainsaw Massacre (2022)": + title: "Texas Chainsaw Massacre" + year: 2022 + url_poster: https://theposterdb.com/api/assets/214310 diff --git a/Frexe/Movies/Metadata/Collections/The Addams family (animated).yml b/Frexe/Movies/Metadata/Collections/The Addams family (animated).yml new file mode 100644 index 0000000..9421ba8 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/The Addams family (animated).yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Addams Family (2019)": + title: "The Addams Family" + year: 2019 + url_poster: https://theposterdb.com/api/assets/173457 + + "The Addams Family 2 (2021)": + title: "The Addams Family 2" + year: 2021 + url_poster: https://theposterdb.com/api/assets/179106 diff --git a/Frexe/Movies/Metadata/Collections/The Chronicles of Riddick.yml b/Frexe/Movies/Metadata/Collections/The Chronicles of Riddick.yml new file mode 100644 index 0000000..687483b --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/The Chronicles of Riddick.yml @@ -0,0 +1,36 @@ +metadata: #Posters found here https://theposterdb.com/set/99999 + + "Pitch Black: Slam City (2000)": + title: "Pitch Black: Slam City" + year: 2000 + url_poster: https://theposterdb.com/api/assets/185078 + + "Into Pitch Black (2000)": + title: "Into Pitch Black" + year: 2000 + url_poster: https://theposterdb.com/api/assets/185077 + + "Pitch Black (2000)": + title: "Pitch Black" + year: 2000 + url_poster: https://theposterdb.com/api/assets/185072 + + "The Chronicles of Riddick: Dark Fury (2004)": + title: "The Chronicles of Riddick: Dark Fury" + year: 2004 + url_poster: https://theposterdb.com/api/assets/185074 + + "The Chronicles of Riddick (2004)": + title: "The Chronicles of Riddick" + year: 2004 + url_poster: https://theposterdb.com/api/assets/185073 + + "Riddick: Blindsided (2013)": + title: "Riddick: Blindsided" + year: 2013 + url_poster: https://theposterdb.com/api/assets/185076 + + "Riddick (2013)": + title: "Riddick" + year: 2013 + url_poster: https://theposterdb.com/api/assets/185075 diff --git a/Frexe/Movies/Metadata/Collections/The Dukes of Hazzard (Reboot).yml b/Frexe/Movies/Metadata/Collections/The Dukes of Hazzard (Reboot).yml new file mode 100644 index 0000000..8c8edc0 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/The Dukes of Hazzard (Reboot).yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Dukes of Hazzard (2005)": + title: "The Dukes of Hazzard" + year: 2005 + url_poster: https://theposterdb.com/api/assets/216204 + + "The Dukes of Hazzard: The Beginning (2007)": + title: "The Dukes of Hazzard: The Beginning" + year: 2007 + url_poster: https://theposterdb.com/api/assets/216205 diff --git a/Frexe/Movies/Metadata/Collections/The Flintstones.yml b/Frexe/Movies/Metadata/Collections/The Flintstones.yml new file mode 100644 index 0000000..ed3b5e0 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/The Flintstones.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Flintstones (1994)": + title: "The Flintstones" + year: 1994 + url_poster: https://theposterdb.com/api/assets/174515 + + "The Flintstones in Viva Rock Vegas (2000)": + title: "The Flintstones in Viva Rock Vegas" + year: 2000 + url_poster: https://theposterdb.com/api/assets/174516 diff --git a/Frexe/Movies/Metadata/Collections/The dead.yml b/Frexe/Movies/Metadata/Collections/The dead.yml new file mode 100644 index 0000000..cefca13 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/The dead.yml @@ -0,0 +1,56 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Night of the Living Dead (1968)": + title: "Night of the Living Dead" + year: 1968 + url_poster: https://theposterdb.com/api/assets/176432 + + "Dawn of the Dead (1978)": + title: "Dawn of the Dead" + year: 1978 + url_poster: https://theposterdb.com/api/assets/176433 + + "Document of the Dead (1981)": + title: "Document of the Dead" + year: 1981 + url_poster: https://theposterdb.com/api/assets/176441 + + "Day of the Dead (1985)": + title: "Day of the Dead" + year: 1985 + url_poster: https://theposterdb.com/api/assets/176434 + + "Night of the Living Dead (1990)": + title: "Night of the Living Dead" + year: 1990 + url_poster: https://theposterdb.com/api/assets/176435 + + "Dawn of the Dead (2004)": + title: "Dawn of the Dead" + year: 2004 + url_poster: https://theposterdb.com/api/assets/176436 + + "Land of the Dead (2005)": + title: "Land of the Dead" + year: 2005 + url_poster: https://theposterdb.com/api/assets/176437 + + "Day of the Dead (2008)": + title: "Day of the Dead" + year: 2008 + url_poster: https://theposterdb.com/api/assets/179247 + + "Diary of the Dead (2008)": + title: "Diary of the Dead" + year: 2008 + url_poster: https://theposterdb.com/api/assets/176438 + + "Survival of the Dead (2010)": + title: "Survival of the Dead" + year: 2010 + url_poster: https://theposterdb.com/api/assets/176439 + + "Army of the Dead (2021)": + title: "Army of the Dead" + year: 2021 + url_poster: https://theposterdb.com/api/assets/176440 diff --git a/Frexe/Movies/Metadata/Collections/Thing.yml b/Frexe/Movies/Metadata/Collections/Thing.yml new file mode 100644 index 0000000..3585e37 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Thing.yml @@ -0,0 +1,16 @@ +metadata: #Posters found here: https://theposterdb.com/poster/177647 + + "The Thing from Another World (1951)": + title: "The Thing from Another World" + year: 1951 + url_poster: https://theposterdb.com/api/assets/177677 + + "The Thing (1982)": + title: "The Thing" + year: 1982 + url_poster: https://theposterdb.com/api/assets/177647 + + "The Thing (2011)": + title: "The Thing" + year: 2011 + url_poster: https://theposterdb.com/api/assets/177670 diff --git a/Frexe/Movies/Metadata/Collections/Top Gun.yml b/Frexe/Movies/Metadata/Collections/Top Gun.yml new file mode 100644 index 0000000..72b45fe --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Top Gun.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/set/150935 + + "Top Gun (1986)": + title: "Top Gun" + year: 1986 + url_poster: https://theposterdb.com/api/assets/252569 + + "Top Gun: Maverick (2022)": + title: "Top Gun: Maverick" + year: 2022 + url_poster: https://theposterdb.com/api/assets/252570 diff --git a/Frexe/Movies/Metadata/Collections/Trainspotting.yml b/Frexe/Movies/Metadata/Collections/Trainspotting.yml new file mode 100644 index 0000000..cff6f24 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Trainspotting.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/poster/201516 + + "Trainspotting (1996)": + title: "Trainspotting" + year: 1996 + url_poster: https://theposterdb.com/api/assets/201515 + + "T2 Trainspotting (2017)": + title: "T2 Trainspotting" + year: 2017 + url_poster: https://theposterdb.com/api/assets/201516 diff --git a/Frexe/Movies/Metadata/Collections/Twilight.yml b/Frexe/Movies/Metadata/Collections/Twilight.yml new file mode 100644 index 0000000..7c72c85 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Twilight.yml @@ -0,0 +1,26 @@ +metadata: #Posters found here: https://theposterdb.com/poster/161853 + + "Twilight (2008)": + title: "Twilight" + year: 2008 + url_poster: https://theposterdb.com/api/assets/179761 + + "The Twilight Saga: New Moon (2009)": + title: "The Twilight Saga: New Moon" + year: 2009 + url_poster: https://theposterdb.com/api/assets/179762 + + "The Twilight Saga: Eclipse (2010)": + title: "The Twilight Saga: Eclipse" + year: 2010 + url_poster: https://theposterdb.com/api/assets/179763 + + "The Twilight Saga: Breaking Dawn - Part 1 (2011)": + title: "The Twilight Saga: Breaking Dawn - Part 1" + year: 2011 + url_poster: https://theposterdb.com/api/assets/179764 + + "The Twilight Saga: Breaking Dawn - Part 2 (2012)": + title: "The Twilight Saga: Breaking Dawn - Part 2" + year: 2012 + url_poster: https://theposterdb.com/api/assets/179765 diff --git a/Frexe/Movies/Metadata/Collections/Vhs.yml b/Frexe/Movies/Metadata/Collections/Vhs.yml new file mode 100644 index 0000000..6952bdc --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Vhs.yml @@ -0,0 +1,21 @@ +metadata: #Posters found here: https://theposterdb.com/poster/179580 + + "V/H/S (2012)": + title: "V/H/S" + year: 2012 + url_poster: https://theposterdb.com/api/assets/179577 + + "V/H/S/2 (2013)": + title: "V/H/S/2" + year: 2013 + url_poster: https://theposterdb.com/api/assets/179578 + + "V/H/S: Viral (2014)": + title: "V/H/S: Viral" + year: 2014 + url_poster: https://theposterdb.com/api/assets/179579 + + "V/H/S/94 (2021)": + title: "V/H/S/94" + year: 2021 + url_poster: https://theposterdb.com/api/assets/179580 diff --git a/Frexe/Movies/Metadata/Collections/Vice Academy.yml b/Frexe/Movies/Metadata/Collections/Vice Academy.yml new file mode 100644 index 0000000..fa44a39 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Vice Academy.yml @@ -0,0 +1,16 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Vice Academy (1989)": + title: "Vice Academy" + year: 1989 + url_poster: https://theposterdb.com/api/assets/221836 + + "Vice Academy Part 2 (1990)": + title: "Vice Academy Part 2" + year: 1990 + url_poster: https://theposterdb.com/api/assets/221837 + + "Vice Academy Part 3 (1991)": + title: "Vice Academy Part 3" + year: 1991 + url_poster: https://theposterdb.com/api/assets/221838 diff --git a/Frexe/Movies/Metadata/Collections/View Askewniverse.yml b/Frexe/Movies/Metadata/Collections/View Askewniverse.yml new file mode 100644 index 0000000..de6ee31 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/View Askewniverse.yml @@ -0,0 +1,41 @@ +metadata: #Posters found here https://theposterdb.com/set/101659 + + "Clerks (1994)": + title: "Clerks" + year: 1994 + url_poster: https://theposterdb.com/api/assets/187836 + + "Mallrats (1995)": + title: "Mallrats" + year: 1995 + url_poster: https://theposterdb.com/api/assets/187837 + + "Chasing Amy (1997)": + title: "Chasing Amy" + year: 1997 + url_poster: https://theposterdb.com/api/assets/187838 + + "Dogma (1999)": + title: "Dogma" + year: 1999 + url_poster: https://theposterdb.com/api/assets/187839 + + "Jay and Silent Bob Strike Back (2001)": + title: "Jay and Silent Bob Strike Back" + year: 2001 + url_poster: https://theposterdb.com/api/assets/187840 + + "Clerks II (2006)": + title: "Clerks II" + year: 2006 + url_poster: https://theposterdb.com/api/assets/187841 + + "Jay And Silent Bob's Super Groovy Cartoon Movie (2013)": + title: "Jay And Silent Bob's Super Groovy Cartoon Movie" + year: 2013 + url_poster: https://theposterdb.com/api/assets/187842 + + "Jay and Silent Bob Reboot (2019)": + title: "Jay and Silent Bob Reboot" + year: 2019 + url_poster: https://theposterdb.com/api/assets/187843 diff --git a/Frexe/Movies/Metadata/Collections/Wizarding World.yml b/Frexe/Movies/Metadata/Collections/Wizarding World.yml new file mode 100644 index 0000000..285b20d --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Wizarding World.yml @@ -0,0 +1,63 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + +#Fantastic Beasts: + "Fantastic Beasts and Where to Find Them (2016)": + title: "Fantastic Beasts and Where to Find Them" + year: 2016 + url_poster: https://theposterdb.com/api/assets/173774 + + "Fantastic Beasts: The Crimes of Grindelwald (2018)": + title: "Fantastic Beasts: The Crimes of Grindelwald" + year: 2018 + url_poster: https://theposterdb.com/api/assets/173775 + + "Fantastic Beasts: The Secrets of Dumbledore (2022)": + title: "Fantastic Beasts: The Secrets of Dumbledore" + year: 2022 + url_poster: https://theposterdb.com/api/assets/234917 + +#Harry Potter: + "Harry Potter and the Sorcerer's Stone (2001)": + title: "Harry Potter and the Sorcerer's Stone" + year: 2001 + url_poster: https://theposterdb.com/api/assets/173813 + + "Harry Potter and the Chamber of Secrets (2002)": + title: "Harry Potter and the Chamber of Secrets" + year: 2002 + url_poster: https://theposterdb.com/api/assets/173814 + + "Harry Potter and the Prisoner of Azkaban (2004)": + title: "Harry Potter and the Prisoner of Azkaban" + year: 2004 + url_poster: https://theposterdb.com/api/assets/173815 + + "Harry Potter and the Goblet of Fire (2005)": + title: "Harry Potter and the Goblet of Fire" + year: 2005 + url_poster: https://theposterdb.com/api/assets/173816 + + "Harry Potter and the Order of the Phoenix (2007)": + title: "Harry Potter and the Order of the Phoenix" + year: 2007 + url_poster: https://theposterdb.com/api/assets/173817 + + "Harry Potter and the Half-Blood Prince (2009)": + title: "Harry Potter and the Half-Blood Prince" + year: 2009 + url_poster: https://theposterdb.com/api/assets/173818 + + "Harry Potter and the Deathly Hallows: Part 1 (2010)": + title: "Harry Potter and the Deathly Hallows: Part 1" + year: 2010 + url_poster: https://theposterdb.com/api/assets/173819 + + "Harry Potter and the Deathly Hallows: Part 2 (2011)": + title: "Harry Potter and the Deathly Hallows: Part 2" + year: 2011 + url_poster: https://theposterdb.com/api/assets/173820 + + "Harry Potter 20th Anniversary: Return to Hogwarts (2022)": + title: "Harry Potter 20th Anniversary: Return to Hogwarts" + year: 2022 + url_poster: https://theposterdb.com/api/assets/200741 diff --git a/Frexe/Movies/Metadata/Collections/Zoolander.yml b/Frexe/Movies/Metadata/Collections/Zoolander.yml new file mode 100644 index 0000000..74d5469 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/Zoolander.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Zoolander (2001)": + title: "Zoolander" + year: 2001 + url_poster: https://theposterdb.com/api/assets/202861 + + "Zoolander 2 (2016)": + title: "Zoolander 2" + year: 2016 + url_poster: https://theposterdb.com/api/assets/202862 diff --git a/Frexe/Movies/Metadata/Collections/jaws.yml b/Frexe/Movies/Metadata/Collections/jaws.yml new file mode 100644 index 0000000..34418d0 --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/jaws.yml @@ -0,0 +1,26 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Jaws (1975)": + title: "Jaws" + year: 1975 + url_poster: https://theposterdb.com/api/assets/177611 + + "Jaws 2 (1978)": + title: "Jaws 2" + year: 1978 + url_poster: https://theposterdb.com/api/assets/177612 + + "Jaws 3-D (1983)": + title: "Jaws 3-D" + year: 1983 + url_poster: https://theposterdb.com/api/assets/177613 + + "Jaws: The Revenge (1987)": + title: "Jaws: The Revenge" + year: 1987 + url_poster: https://theposterdb.com/api/assets/177614 + + "Cruel Jaws (1995)": + title: "Cruel Jaws" + year: 1995 + url_poster: https://theposterdb.com/api/assets/177615 diff --git a/Frexe/Movies/Metadata/Collections/scream.yml b/Frexe/Movies/Metadata/Collections/scream.yml new file mode 100644 index 0000000..3cdfe5c --- /dev/null +++ b/Frexe/Movies/Metadata/Collections/scream.yml @@ -0,0 +1,26 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Scream (1996)": + title: "Scream" + year: 1996 + url_poster: https://theposterdb.com/api/assets/178984 + + "Scream 2 (1997)": + title: "Scream 2" + year: 1997 + url_poster: https://theposterdb.com/api/assets/178985 + + "Scream 3 (2000)": + title: "Scream 3" + year: 2000 + url_poster: https://theposterdb.com/api/assets/178986 + + "Scream 4 (2011)": + title: "Scream 4" + year: 2011 + url_poster: https://theposterdb.com/api/assets/178987 + + "Scream (2022)": + title: "Scream" + year: 2022 + url_poster: https://theposterdb.com/api/assets/214308 diff --git a/Frexe/Movies/Metadata/Movies/12 Angry Men.yml b/Frexe/Movies/Metadata/Movies/12 Angry Men.yml new file mode 100644 index 0000000..6bf8c24 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/12 Angry Men.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "12 Angry Men (1957)": + title: "12 Angry Men" + year: 1957 + url_poster: https://theposterdb.com/api/assets/207108 diff --git a/Frexe/Movies/Metadata/Movies/12 Years a Slave.yml b/Frexe/Movies/Metadata/Movies/12 Years a Slave.yml new file mode 100644 index 0000000..eb0c715 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/12 Years a Slave.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "12 Years a Slave (2013)": + title: "12 Years a Slave" + year: 2013 + url_poster: https://theposterdb.com/api/assets/184109 diff --git a/Frexe/Movies/Metadata/Movies/1917.yml b/Frexe/Movies/Metadata/Movies/1917.yml new file mode 100644 index 0000000..5ef412c --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/1917.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "1917 (2020)": + title: "1917" + year: 2020 + url_poster: https://theposterdb.com/api/assets/195274 diff --git a/Frexe/Movies/Metadata/Movies/8-bit Christmas.yml b/Frexe/Movies/Metadata/Movies/8-bit Christmas.yml new file mode 100644 index 0000000..07ecdeb --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/8-bit Christmas.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "8-Bit Christmas (2021)": + title: "8-Bit Christmas" + year: 2021 + url_poster: https://theposterdb.com/api/assets/192767 diff --git a/Frexe/Movies/Metadata/Movies/A Beautiful Mind.yml b/Frexe/Movies/Metadata/Movies/A Beautiful Mind.yml new file mode 100644 index 0000000..4ea0410 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/A Beautiful Mind.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/197219 + + "A Beautiful Mind (2001)": + title: "A Beautiful Mind" + year: 2001 + url_poster: https://theposterdb.com/api/assets/184134 diff --git a/Frexe/Movies/Metadata/Movies/A Boy Called Christmas.yml b/Frexe/Movies/Metadata/Movies/A Boy Called Christmas.yml new file mode 100644 index 0000000..7529eaf --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/A Boy Called Christmas.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/192769 + + "A Boy Called Christmas (2021)": + title: "A Boy Called Christmas" + year: 2021 + url_poster: https://theposterdb.com/api/assets/192769 diff --git a/Frexe/Movies/Metadata/Movies/A Clockwork Orange.yml b/Frexe/Movies/Metadata/Movies/A Clockwork Orange.yml new file mode 100644 index 0000000..3891b82 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/A Clockwork Orange.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/226353 + + "A Clockwork Orange (1972)": + title: "A Clockwork Orange" + year: 1972 + url_poster: https://theposterdb.com/api/assets/226353 diff --git a/Frexe/Movies/Metadata/Movies/A Separation.yml b/Frexe/Movies/Metadata/Movies/A Separation.yml new file mode 100644 index 0000000..1e63c10 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/A Separation.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/210209 + + "A Separation (2011)": + title: "A Separation" + year: 2011 + url_poster: https://theposterdb.com/api/assets/210209 diff --git a/Frexe/Movies/Metadata/Movies/Airheads.yml b/Frexe/Movies/Metadata/Movies/Airheads.yml new file mode 100644 index 0000000..1f47c29 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Airheads.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Airheads (1994)": + title: "Airheads" + year: 1994 + url_poster: https://theposterdb.com/api/assets/195554 diff --git a/Frexe/Movies/Metadata/Movies/Aksel.yml b/Frexe/Movies/Metadata/Movies/Aksel.yml new file mode 100644 index 0000000..197f61c --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Aksel.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/225692 + + "Aksel (2021)": + title: "Aksel" + year: 2021 + url_poster: https://theposterdb.com/api/assets/225692 diff --git a/Frexe/Movies/Metadata/Movies/Ali G Indahouse.yml b/Frexe/Movies/Metadata/Movies/Ali G Indahouse.yml new file mode 100644 index 0000000..0e72edd --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Ali G Indahouse.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/203382 + + "Ali G Indahouse (2002)": + title: "Ali G Indahouse" + year: 2002 + url_poster: https://theposterdb.com/api/assets/203382 diff --git a/Frexe/Movies/Metadata/Movies/All About Eve.yml b/Frexe/Movies/Metadata/Movies/All About Eve.yml new file mode 100644 index 0000000..8285536 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/All About Eve.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "All About Eve (1950)": + title: "All About Eve" + year: 1950 + url_poster: https://theposterdb.com/api/assets/186620 diff --git a/Frexe/Movies/Metadata/Movies/Alpha.yml b/Frexe/Movies/Metadata/Movies/Alpha.yml new file mode 100644 index 0000000..35b91c5 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Alpha.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Alpha (2018)": + title: "Alpha" + year: 2018 + url_poster: https://theposterdb.com/api/assets/191030 diff --git a/Frexe/Movies/Metadata/Movies/Amadeus.yml b/Frexe/Movies/Metadata/Movies/Amadeus.yml new file mode 100644 index 0000000..802e74b --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Amadeus.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Amadeus (1984)": + title: "Amadeus" + year: 1984 + url_poster: https://theposterdb.com/api/assets/184616 diff --git a/Frexe/Movies/Metadata/Movies/Ambulance.yml b/Frexe/Movies/Metadata/Movies/Ambulance.yml new file mode 100644 index 0000000..3a39ee2 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Ambulance.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/233231 + + "Ambulance (2022)": + title: "Ambulance" + year: 2022 + url_poster: https://theposterdb.com/api/assets/233231 diff --git a/Frexe/Movies/Metadata/Movies/American Beauty.yml b/Frexe/Movies/Metadata/Movies/American Beauty.yml new file mode 100644 index 0000000..e81771a --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/American Beauty.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "American Beauty (1999)": + title: "American Beauty" + year: 1999 + url_poster: https://theposterdb.com/api/assets/184405 diff --git a/Frexe/Movies/Metadata/Movies/American History X.yml b/Frexe/Movies/Metadata/Movies/American History X.yml new file mode 100644 index 0000000..9e66fbd --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/American History X.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "American History X (1998)": + title: "American History X" + year: 1998 + url_poster: https://theposterdb.com/api/assets/194722 diff --git a/Frexe/Movies/Metadata/Movies/American Siege.yml b/Frexe/Movies/Metadata/Movies/American Siege.yml new file mode 100644 index 0000000..45076d2 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/American Siege.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "American Siege (2021)": + title: "American Siege" + year: 2021 + url_poster: https://theposterdb.com/api/assets/201206 diff --git a/Frexe/Movies/Metadata/Movies/American Underdog.yml b/Frexe/Movies/Metadata/Movies/American Underdog.yml new file mode 100644 index 0000000..267c15a --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/American Underdog.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "American Underdog (2021)": + title: "American Underdog" + year: 2021 + url_poster: https://theposterdb.com/api/assets/214296 diff --git a/Frexe/Movies/Metadata/Movies/Amores Perros.yml b/Frexe/Movies/Metadata/Movies/Amores Perros.yml new file mode 100644 index 0000000..ada2a1b --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Amores Perros.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/203537 + + "Amores Perros (2000)": + title: "Amores Perros" + year: 2000 + url_poster: https://theposterdb.com/api/assets/203537 diff --git a/Frexe/Movies/Metadata/Movies/Amélie.yml b/Frexe/Movies/Metadata/Movies/Amélie.yml new file mode 100644 index 0000000..47191b1 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Amélie.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Amélie (2001)": + title: "Amélie" + year: 2001 + url_poster: https://theposterdb.com/api/assets/187630 diff --git a/Frexe/Movies/Metadata/Movies/Andrei Rublev.yml b/Frexe/Movies/Metadata/Movies/Andrei Rublev.yml new file mode 100644 index 0000000..94b4651 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Andrei Rublev.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/203834 + + "Andrei Rublev (1966)": + title: "Andrei Rublev" + year: 1966 + url_poster: https://theposterdb.com/api/assets/203834 diff --git a/Frexe/Movies/Metadata/Movies/Annette.yml b/Frexe/Movies/Metadata/Movies/Annette.yml new file mode 100644 index 0000000..dcf7e79 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Annette.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Annette (2021)": + title: "Annette" + year: 2021 + url_poster: https://theposterdb.com/api/assets/174227 diff --git a/Frexe/Movies/Metadata/Movies/Antlers.yml b/Frexe/Movies/Metadata/Movies/Antlers.yml new file mode 100644 index 0000000..a7877b6 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Antlers.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/210348 + + "Antlers (2021)": + title: "Antlers" + year: 2021 + url_poster: https://theposterdb.com/api/assets/210348 diff --git a/Frexe/Movies/Metadata/Movies/Apex.yml b/Frexe/Movies/Metadata/Movies/Apex.yml new file mode 100644 index 0000000..a823275 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Apex.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Apex (2021)": + title: "Apex" + year: 2021 + url_poster: https://theposterdb.com/api/assets/189832 diff --git a/Frexe/Movies/Metadata/Movies/Apocalypse Now.yml b/Frexe/Movies/Metadata/Movies/Apocalypse Now.yml new file mode 100644 index 0000000..58e47d7 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Apocalypse Now.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Apocalypse Now (1979)": + title: "Apocalypse Now" + year: 1979 + url_poster: https://theposterdb.com/api/assets/195040 diff --git a/Frexe/Movies/Metadata/Movies/Argo.yml b/Frexe/Movies/Metadata/Movies/Argo.yml new file mode 100644 index 0000000..cc66f68 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Argo.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/184111 + + "Argo (2012)": + title: "Argo" + year: 2012 + url_poster: https://theposterdb.com/api/assets/184111 diff --git a/Frexe/Movies/Metadata/Movies/Army of Thieves.yml b/Frexe/Movies/Metadata/Movies/Army of Thieves.yml new file mode 100644 index 0000000..db95453 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Army of Thieves.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Army of Thieves (2021)": + title: "Army of Thieves" + year: 2021 + url_poster: https://theposterdb.com/api/assets/186190 diff --git a/Frexe/Movies/Metadata/Movies/Ascension.yml b/Frexe/Movies/Metadata/Movies/Ascension.yml new file mode 100644 index 0000000..f681ecb --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Ascension.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/214297 + + "Ascension (2021)": + title: "Ascension" + year: 2021 + url_poster: https://theposterdb.com/api/assets/214297 diff --git a/Frexe/Movies/Metadata/Movies/Attica.yml b/Frexe/Movies/Metadata/Movies/Attica.yml new file mode 100644 index 0000000..b301adf --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Attica.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Attica (2021)": + title: "Attica" + year: 2021 + url_poster: https://theposterdb.com/api/assets/189833 diff --git a/Frexe/Movies/Metadata/Movies/Ava.yml b/Frexe/Movies/Metadata/Movies/Ava.yml new file mode 100644 index 0000000..db9b56e --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Ava.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Ava (2020)": + title: "Ava" + year: 2020 + url_poster: https://theposterdb.com/api/assets/198175 diff --git a/Frexe/Movies/Metadata/Movies/Avatar.yml b/Frexe/Movies/Metadata/Movies/Avatar.yml new file mode 100644 index 0000000..322a7e0 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Avatar.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/187633 + + "Avatar (2009)": + title: "Avatar" + year: 2009 + url_poster: https://theposterdb.com/api/assets/187633 diff --git a/Frexe/Movies/Metadata/Movies/Awake.yml b/Frexe/Movies/Metadata/Movies/Awake.yml new file mode 100644 index 0000000..b03fe4f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Awake.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/183769 + + "Awake (2021)": + title: "Awake" + year: 2021 + url_poster: https://theposterdb.com/api/assets/183769 diff --git a/Frexe/Movies/Metadata/Movies/Back to the Outback.yml b/Frexe/Movies/Metadata/Movies/Back to the Outback.yml new file mode 100644 index 0000000..fdd8381 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Back to the Outback.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/210349 + + "Back to the Outback (2021)": + title: "Back to the Outback" + year: 2021 + url_poster: https://theposterdb.com/api/assets/210349 diff --git a/Frexe/Movies/Metadata/Movies/Barry Lyndon.yml b/Frexe/Movies/Metadata/Movies/Barry Lyndon.yml new file mode 100644 index 0000000..f45006d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Barry Lyndon.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/205979 + + "Barry Lyndon (1975)": + title: "Barry Lyndon" + year: 1975 + url_poster: https://theposterdb.com/api/assets/205979 diff --git a/Frexe/Movies/Metadata/Movies/Beast.yml b/Frexe/Movies/Metadata/Movies/Beast.yml new file mode 100644 index 0000000..16689af --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Beast.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/264883 + + "Beast (2022)": + title: "Beast" + year: 2022 + url_poster: https://theposterdb.com/api/assets/264883 diff --git a/Frexe/Movies/Metadata/Movies/Belfast.yml b/Frexe/Movies/Metadata/Movies/Belfast.yml new file mode 100644 index 0000000..8f172df --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Belfast.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/197473 + + "Belfast (2021)": + title: "Belfast" + year: 2021 + url_poster: https://theposterdb.com/api/assets/197473 diff --git a/Frexe/Movies/Metadata/Movies/Ben-Hur.yml b/Frexe/Movies/Metadata/Movies/Ben-Hur.yml new file mode 100644 index 0000000..872e959 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Ben-Hur.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/186640 + + "Ben-Hur (1959)": + title: "Ben-Hur" + year: 1959 + url_poster: https://theposterdb.com/api/assets/186640 diff --git a/Frexe/Movies/Metadata/Movies/Bicycle Thieves.yml b/Frexe/Movies/Metadata/Movies/Bicycle Thieves.yml new file mode 100644 index 0000000..9bd28fb --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Bicycle Thieves.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/206564 + + "Bicycle Thieves (1948)": + title: "Bicycle Thieves" + year: 1948 + url_poster: https://theposterdb.com/api/assets/206564 diff --git a/Frexe/Movies/Metadata/Movies/Big Daddy.yml b/Frexe/Movies/Metadata/Movies/Big Daddy.yml new file mode 100644 index 0000000..a15680a --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Big Daddy.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Big Daddy (1999)": + title: "Big Daddy" + year: 1999 + url_poster: https://theposterdb.com/api/assets/195556 diff --git a/Frexe/Movies/Metadata/Movies/Billy Madison.yml b/Frexe/Movies/Metadata/Movies/Billy Madison.yml new file mode 100644 index 0000000..92b1895 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Billy Madison.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Billy Madison (1995)": + title: "Billy Madison" + year: 1995 + url_poster: https://theposterdb.com/api/assets/195557 diff --git a/Frexe/Movies/Metadata/Movies/Blades of Glory.yml b/Frexe/Movies/Metadata/Movies/Blades of Glory.yml new file mode 100644 index 0000000..5d498db --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Blades of Glory.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/189153 + + "Blades of Glory (2007)": + title: "Blades of Glory" + year: 2007 + url_poster: https://theposterdb.com/api/assets/189153 diff --git a/Frexe/Movies/Metadata/Movies/Braveheart.yml b/Frexe/Movies/Metadata/Movies/Braveheart.yml new file mode 100644 index 0000000..008ed19 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Braveheart.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/184399 + + "Braveheart (1995)": + title: "Braveheart" + year: 1995 + url_poster: https://theposterdb.com/api/assets/184399 diff --git a/Frexe/Movies/Metadata/Movies/Bruised.yml b/Frexe/Movies/Metadata/Movies/Bruised.yml new file mode 100644 index 0000000..15c3d98 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Bruised.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/192766 + + "Bruised (2020)": + title: "Bruised" + year: 2020 + url_poster: https://theposterdb.com/api/assets/192766 diff --git a/Frexe/Movies/Metadata/Movies/Bulletproof.yml b/Frexe/Movies/Metadata/Movies/Bulletproof.yml new file mode 100644 index 0000000..00fb892 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Bulletproof.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Bulletproof (1996)": + title: "Bulletproof" + year: 1996 + url_poster: https://theposterdb.com/api/assets/195559 diff --git a/Frexe/Movies/Metadata/Movies/Capernaum.yml b/Frexe/Movies/Metadata/Movies/Capernaum.yml new file mode 100644 index 0000000..eb9e362 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Capernaum.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/200530 + + "Capernaum (2018)": + title: "Capernaum" + year: 2018 + url_poster: https://theposterdb.com/api/assets/200530 diff --git a/Frexe/Movies/Metadata/Movies/Carriers.yml b/Frexe/Movies/Metadata/Movies/Carriers.yml new file mode 100644 index 0000000..cf02118 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Carriers.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/213424 + + "Carriers (2009)": + title: "Carriers" + year: 2009 + url_poster: https://theposterdb.com/api/assets/213424 diff --git a/Frexe/Movies/Metadata/Movies/Casablanca.yml b/Frexe/Movies/Metadata/Movies/Casablanca.yml new file mode 100644 index 0000000..74dedbe --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Casablanca.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/186602 + + "Casablanca (1942)": + title: "Casablanca" + year: 1942 + url_poster: https://theposterdb.com/api/assets/186602 diff --git a/Frexe/Movies/Metadata/Movies/Casino.yml b/Frexe/Movies/Metadata/Movies/Casino.yml new file mode 100644 index 0000000..e184cc0 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Casino.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/213424 + + "Casino (1995)": + title: "Casino" + year: 1995 + url_poster: https://theposterdb.com/api/assets/194474 diff --git a/Frexe/Movies/Metadata/Movies/Catch Me If You Can.yml b/Frexe/Movies/Metadata/Movies/Catch Me If You Can.yml new file mode 100644 index 0000000..a587020 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Catch Me If You Can.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/179236 + + "Catch Me If You Can (2002)": + title: "Catch Me If You Can" + year: 2002 + url_poster: https://theposterdb.com/api/assets/179236 diff --git a/Frexe/Movies/Metadata/Movies/Chip Dale Rescue Rangers.yml b/Frexe/Movies/Metadata/Movies/Chip Dale Rescue Rangers.yml new file mode 100644 index 0000000..54ca572 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Chip Dale Rescue Rangers.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/237979 + + "Chip 'n' Dale: Rescue Rangers (2022)": + title: "Chip 'n' Dale: Rescue Rangers" + year: 2022 + url_poster: https://theposterdb.com/api/assets/237979 diff --git a/Frexe/Movies/Metadata/Movies/City of God.yml b/Frexe/Movies/Metadata/Movies/City of God.yml new file mode 100644 index 0000000..070028e --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/City of God.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/217007 + + "City of God (2002)": + title: "City of God" + year: 2002 + url_poster: https://theposterdb.com/api/assets/217007 diff --git a/Frexe/Movies/Metadata/Movies/Clifford the Big Red Dog.yml b/Frexe/Movies/Metadata/Movies/Clifford the Big Red Dog.yml new file mode 100644 index 0000000..6221b97 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Clifford the Big Red Dog.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/190956 + + "Clifford the Big Red Dog (2021)": + title: "Clifford the Big Red Dog" + year: 2021 + url_poster: https://theposterdb.com/api/assets/190956 diff --git a/Frexe/Movies/Metadata/Movies/Coda.yml b/Frexe/Movies/Metadata/Movies/Coda.yml new file mode 100644 index 0000000..2c7ad92 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Coda.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "CODA (2021)": + title: "CODA" + year: 2021 + url_poster: https://theposterdb.com/api/assets/175440 diff --git a/Frexe/Movies/Metadata/Movies/Come and See.yml b/Frexe/Movies/Metadata/Movies/Come and See.yml new file mode 100644 index 0000000..1ba333d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Come and See.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/196908 + + "Come and See (1985)": + title: "Come and See" + year: 1985 + url_poster: https://theposterdb.com/api/assets/196908 diff --git a/Frexe/Movies/Metadata/Movies/Coneheads.yml b/Frexe/Movies/Metadata/Movies/Coneheads.yml new file mode 100644 index 0000000..88078a8 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Coneheads.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/186799 + + "Coneheads (1993)": + title: "Coneheads" + year: 1993 + url_poster: https://theposterdb.com/api/assets/186799 diff --git a/Frexe/Movies/Metadata/Movies/Cool Hand Luke.yml b/Frexe/Movies/Metadata/Movies/Cool Hand Luke.yml new file mode 100644 index 0000000..22520aa --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Cool Hand Luke.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/170542 + + "Cool Hand Luke (1967)": + title: "Cool Hand Luke" + year: 1967 + url_poster: https://theposterdb.com/api/assets/170542 diff --git a/Frexe/Movies/Metadata/Movies/Cry Macho.yml b/Frexe/Movies/Metadata/Movies/Cry Macho.yml new file mode 100644 index 0000000..e254482 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Cry Macho.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/178724 + + "Cry Macho (2021)": + title: "Cry Macho" + year: 2021 + url_poster: https://theposterdb.com/api/assets/178724 diff --git a/Frexe/Movies/Metadata/Movies/Day Shift.yml b/Frexe/Movies/Metadata/Movies/Day Shift.yml new file mode 100644 index 0000000..20cd3e8 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Day Shift.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/257198 + + "Day Shift (2022)": + title: "Day Shift" + year: 2022 + url_poster: https://theposterdb.com/api/assets/257198 diff --git a/Frexe/Movies/Metadata/Movies/Dead Poets Society.yml b/Frexe/Movies/Metadata/Movies/Dead Poets Society.yml new file mode 100644 index 0000000..89ee220 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Dead Poets Society.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/201666 + + "Dead Poets Society (1989)": + title: "Dead Poets Society" + year: 1989 + url_poster: https://theposterdb.com/api/assets/201666 diff --git a/Frexe/Movies/Metadata/Movies/Deck the Halls.yml b/Frexe/Movies/Metadata/Movies/Deck the Halls.yml new file mode 100644 index 0000000..38e8110 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Deck the Halls.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/197336 + + "Deck the Halls (2006)": + title: "Deck the Halls" + year: 2006 + url_poster: https://theposterdb.com/api/assets/197336 diff --git a/Frexe/Movies/Metadata/Movies/Defiance.yml b/Frexe/Movies/Metadata/Movies/Defiance.yml new file mode 100644 index 0000000..f6492bf --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Defiance.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/195692 + + "Defiance (2009)": + title: "Defiance" + year: 2009 + url_poster: https://theposterdb.com/api/assets/195692 diff --git a/Frexe/Movies/Metadata/Movies/Dirty Work.yml b/Frexe/Movies/Metadata/Movies/Dirty Work.yml new file mode 100644 index 0000000..e5f8739 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Dirty Work.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/218436 + + "Dirty Work (1998)": + title: "Dirty Work" + year: 1998 + url_poster: https://theposterdb.com/api/assets/218436 diff --git a/Frexe/Movies/Metadata/Movies/Dodgeball.yml b/Frexe/Movies/Metadata/Movies/Dodgeball.yml new file mode 100644 index 0000000..d6f1581 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Dodgeball.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/210358 + + "Dodgeball: A True Underdog Story (2004)": + title: "Dodgeball: A True Underdog Story" + year: 2004 + url_poster: https://theposterdb.com/api/assets/210358 diff --git a/Frexe/Movies/Metadata/Movies/Dog.yml b/Frexe/Movies/Metadata/Movies/Dog.yml new file mode 100644 index 0000000..92e4c25 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Dog.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Dog (2022)": + title: "Dog" + year: 2022 + url_poster: https://theposterdb.com/api/assets/222425 diff --git a/Frexe/Movies/Metadata/Movies/Don't Look Up.yml b/Frexe/Movies/Metadata/Movies/Don't Look Up.yml new file mode 100644 index 0000000..b9f572a --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Don't Look Up.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Don't Look Up (2021)": + title: "Don't Look Up" + year: 2021 + url_poster: https://theposterdb.com/api/assets/201211 diff --git a/Frexe/Movies/Metadata/Movies/Donnie Darko.yml b/Frexe/Movies/Metadata/Movies/Donnie Darko.yml new file mode 100644 index 0000000..09d67a4 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Donnie Darko.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Donnie Darko (2001)": + title: "Donnie Darko" + year: 2001 + url_poster: https://theposterdb.com/api/assets/178725 diff --git a/Frexe/Movies/Metadata/Movies/Downfall.yml b/Frexe/Movies/Metadata/Movies/Downfall.yml new file mode 100644 index 0000000..1066f9f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Downfall.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/195873 + + "Downfall (2004)": + title: "Downfall" + year: 2004 + url_poster: https://theposterdb.com/api/assets/195873 diff --git a/Frexe/Movies/Metadata/Movies/Dude, Where's My Car.yml b/Frexe/Movies/Metadata/Movies/Dude, Where's My Car.yml new file mode 100644 index 0000000..ddd9144 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Dude, Where's My Car.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Dude, Where's My Car? (2000)": + title: "Dude, Where's My Car?" + year: 2000 + url_poster: https://theposterdb.com/api/assets/217059 diff --git a/Frexe/Movies/Metadata/Movies/Dune.yml b/Frexe/Movies/Metadata/Movies/Dune.yml new file mode 100644 index 0000000..13e791d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Dune.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Dune (2021)": + title: "Dune" + year: 2021 + url_poster: https://theposterdb.com/api/assets/186187 diff --git a/Frexe/Movies/Metadata/Movies/Edge of the World.yml b/Frexe/Movies/Metadata/Movies/Edge of the World.yml new file mode 100644 index 0000000..33906f0 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Edge of the World.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/260101 + + "Edge of the World (2021)": + title: "Edge of the World" + year: 2021 + url_poster: https://theposterdb.com/api/assets/260101 diff --git a/Frexe/Movies/Metadata/Movies/Edward Scissorhands.yml b/Frexe/Movies/Metadata/Movies/Edward Scissorhands.yml new file mode 100644 index 0000000..a75dbbf --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Edward Scissorhands.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/187731 + + "Edward Scissorhands (1990)": + title: "Edward Scissorhands" + year: 1990 + url_poster: https://theposterdb.com/api/assets/187731 diff --git a/Frexe/Movies/Metadata/Movies/Elf.yml b/Frexe/Movies/Metadata/Movies/Elf.yml new file mode 100644 index 0000000..061a76d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Elf.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/190414 + + "Elf (2003)": + title: "Elf" + year: 2003 + url_poster: https://theposterdb.com/api/assets/190414 diff --git a/Frexe/Movies/Metadata/Movies/Elvis.yml b/Frexe/Movies/Metadata/Movies/Elvis.yml new file mode 100644 index 0000000..5d152eb --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Elvis.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/257200 + + "Elvis (2022)": + title: "Elvis" + year: 2022 + url_poster: https://theposterdb.com/api/assets/257200 diff --git a/Frexe/Movies/Metadata/Movies/Encounter.yml b/Frexe/Movies/Metadata/Movies/Encounter.yml new file mode 100644 index 0000000..e380a79 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Encounter.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/196083 + + "Encounter (2021)": + title: "Encounter" + year: 2021 + url_poster: https://theposterdb.com/api/assets/196083 diff --git a/Frexe/Movies/Metadata/Movies/Escape room.yml b/Frexe/Movies/Metadata/Movies/Escape room.yml new file mode 100644 index 0000000..3391992 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Escape room.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Escape Room (2019)": + title: "Escape Room" + year: 2019 + url_poster: https://theposterdb.com/api/assets/176179 + + "Escape Room: Tournament of Champions (2021)": + title: "Escape Room: Tournament of Champions" + year: 2021 + url_poster: https://theposterdb.com/api/assets/176180 diff --git a/Frexe/Movies/Metadata/Movies/Eternal Sunshine of the Spotless Mind.yml b/Frexe/Movies/Metadata/Movies/Eternal Sunshine of the Spotless Mind.yml new file mode 100644 index 0000000..bc0cc19 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Eternal Sunshine of the Spotless Mind.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/185434 + + "Eternal Sunshine of the Spotless Mind (2004)": + title: "Eternal Sunshine of the Spotless Mind" + year: 2004 + url_poster: https://theposterdb.com/api/assets/185434 diff --git a/Frexe/Movies/Metadata/Movies/EuroTrip.yml b/Frexe/Movies/Metadata/Movies/EuroTrip.yml new file mode 100644 index 0000000..e4d163a --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/EuroTrip.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/194008 + + "EuroTrip (2004)": + title: "EuroTrip" + year: 2004 + url_poster: https://theposterdb.com/api/assets/194008 diff --git a/Frexe/Movies/Metadata/Movies/Fargo.yml b/Frexe/Movies/Metadata/Movies/Fargo.yml new file mode 100644 index 0000000..d9a216b --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Fargo.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/211445 + + "Fargo (1996)": + title: "Fargo" + year: 1996 + url_poster: https://theposterdb.com/api/assets/211445 diff --git a/Frexe/Movies/Metadata/Movies/Fatherhood.yml b/Frexe/Movies/Metadata/Movies/Fatherhood.yml new file mode 100644 index 0000000..ec53187 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Fatherhood.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/198188 + + "Fatherhood (2021)": + title: "Fatherhood" + year: 2021 + url_poster: https://theposterdb.com/api/assets/198188 diff --git a/Frexe/Movies/Metadata/Movies/Fatman.yml b/Frexe/Movies/Metadata/Movies/Fatman.yml new file mode 100644 index 0000000..37e3f14 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Fatman.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Fatman (2020)": + title: "Fatman" + year: 2020 + url_poster: https://theposterdb.com/api/assets/190416 diff --git a/Frexe/Movies/Metadata/Movies/Fight Club.yml b/Frexe/Movies/Metadata/Movies/Fight Club.yml new file mode 100644 index 0000000..4ee8cbb --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Fight Club.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/194478 + + "Fight Club (1999)": + title: "Fight Club" + year: 1999 + url_poster: https://theposterdb.com/api/assets/194478 diff --git a/Frexe/Movies/Metadata/Movies/Finch.yml b/Frexe/Movies/Metadata/Movies/Finch.yml new file mode 100644 index 0000000..788a8ed --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Finch.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/176975 + + "Finch (2021)": + title: "Finch" + year: 2021 + url_poster: https://theposterdb.com/api/assets/176975 diff --git a/Frexe/Movies/Metadata/Movies/Fistful of Vengeance.yml b/Frexe/Movies/Metadata/Movies/Fistful of Vengeance.yml new file mode 100644 index 0000000..53b3465 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Fistful of Vengeance.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/214300 + + "Fistful of Vengeance (2022)": + title: "Fistful of Vengeance" + year: 2022 + url_poster: https://theposterdb.com/api/assets/214300 diff --git a/Frexe/Movies/Metadata/Movies/Flyboys.yml b/Frexe/Movies/Metadata/Movies/Flyboys.yml new file mode 100644 index 0000000..4b09dbe --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Flyboys.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/195699 + + "Flyboys (2006)": + title: "Flyboys" + year: 2006 + url_poster: https://theposterdb.com/api/assets/195699 diff --git a/Frexe/Movies/Metadata/Movies/Food, Inc.yml b/Frexe/Movies/Metadata/Movies/Food, Inc.yml new file mode 100644 index 0000000..78da7eb --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Food, Inc.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/237296 + + "Food, Inc. (2009)": + title: "Food, Inc." + year: 2009 + url_poster: https://theposterdb.com/api/assets/237296 diff --git a/Frexe/Movies/Metadata/Movies/Ford v Ferrari.yml b/Frexe/Movies/Metadata/Movies/Ford v Ferrari.yml new file mode 100644 index 0000000..734c429 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Ford v Ferrari.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/188626 + + "Ford v Ferrari (2019)": + title: "Ford v Ferrari" + year: 2019 + url_poster: https://theposterdb.com/api/assets/188626 diff --git a/Frexe/Movies/Metadata/Movies/Forrest Gump.yml b/Frexe/Movies/Metadata/Movies/Forrest Gump.yml new file mode 100644 index 0000000..6d5b0cf --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Forrest Gump.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Forrest Gump (1994)": + title: "Forrest Gump" + year: 1994 + url_poster: https://theposterdb.com/api/assets/184397 diff --git a/Frexe/Movies/Metadata/Movies/Four Christmases.yml b/Frexe/Movies/Metadata/Movies/Four Christmases.yml new file mode 100644 index 0000000..8cbe109 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Four Christmases.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/190417 + + "Four Christmases (2008)": + title: "Four Christmases" + year: 2008 + url_poster: https://theposterdb.com/api/assets/190417 diff --git a/Frexe/Movies/Metadata/Movies/Freddy Got Fingered.yml b/Frexe/Movies/Metadata/Movies/Freddy Got Fingered.yml new file mode 100644 index 0000000..c1d70d7 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Freddy Got Fingered.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Freddy Got Fingered (2001)": + title: "Freddy Got Fingered" + year: 2001 + url_poster: https://theposterdb.com/api/assets/212160 diff --git a/Frexe/Movies/Metadata/Movies/Free State of Jones.yml b/Frexe/Movies/Metadata/Movies/Free State of Jones.yml new file mode 100644 index 0000000..3bde81b --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Free State of Jones.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/195300 + + "Free State of Jones (2016)": + title: "Free State of Jones" + year: 2016 + url_poster: https://theposterdb.com/api/assets/195300 diff --git a/Frexe/Movies/Metadata/Movies/Free guy.yml b/Frexe/Movies/Metadata/Movies/Free guy.yml new file mode 100644 index 0000000..d124672 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Free guy.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Free Guy (2021)": + title: "Free Guy" + year: 2021 + url_poster: https://theposterdb.com/api/assets/178726 diff --git a/Frexe/Movies/Metadata/Movies/Full Metal Jacket.yml b/Frexe/Movies/Metadata/Movies/Full Metal Jacket.yml new file mode 100644 index 0000000..53752be --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Full Metal Jacket.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/196915 + + "Full Metal Jacket (1987)": + title: "Full Metal Jacket" + year: 1987 + url_poster: https://theposterdb.com/api/assets/196915 diff --git a/Frexe/Movies/Metadata/Movies/Fury.yml b/Frexe/Movies/Metadata/Movies/Fury.yml new file mode 100644 index 0000000..3cb9354 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Fury.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Fury (2014)": + title: "Fury" + year: 2014 + url_poster: https://theposterdb.com/api/assets/194480 diff --git a/Frexe/Movies/Metadata/Movies/Gasoline Alley.yml b/Frexe/Movies/Metadata/Movies/Gasoline Alley.yml new file mode 100644 index 0000000..08fb246 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Gasoline Alley.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/228731 + + "Gasoline Alley (2022)": + title: "Gasoline Alley" + year: 2022 + url_poster: https://theposterdb.com/api/assets/228731 diff --git a/Frexe/Movies/Metadata/Movies/Get Him to the Greek.yml b/Frexe/Movies/Metadata/Movies/Get Him to the Greek.yml new file mode 100644 index 0000000..64703d9 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Get Him to the Greek.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/213040 + + "Get Him to the Greek (2010)": + title: "Get Him to the Greek" + year: 2010 + url_poster: https://theposterdb.com/api/assets/213040 diff --git a/Frexe/Movies/Metadata/Movies/Get Shorty.yml b/Frexe/Movies/Metadata/Movies/Get Shorty.yml new file mode 100644 index 0000000..f60dfdb --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Get Shorty.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/218501 + + "Get Shorty (1995)": + title: "Get Shorty" + year: 1995 + url_poster: https://theposterdb.com/api/assets/218501 diff --git a/Frexe/Movies/Metadata/Movies/Gladiator.yml b/Frexe/Movies/Metadata/Movies/Gladiator.yml new file mode 100644 index 0000000..2efd05e --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Gladiator.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/184136 + + "Gladiator (2000)": + title: "Gladiator" + year: 2000 + url_poster: https://theposterdb.com/api/assets/184136 diff --git a/Frexe/Movies/Metadata/Movies/Gone Girl.yml b/Frexe/Movies/Metadata/Movies/Gone Girl.yml new file mode 100644 index 0000000..db06f27 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Gone Girl.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/205331 + + "Gone Girl (2014)": + title: "Gone Girl" + year: 2014 + url_poster: https://theposterdb.com/api/assets/205331 diff --git a/Frexe/Movies/Metadata/Movies/Gone with the Wind.yml b/Frexe/Movies/Metadata/Movies/Gone with the Wind.yml new file mode 100644 index 0000000..e0cd37e --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Gone with the Wind.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/186594 + + "Gone with the Wind (1939)": + title: "Gone with the Wind" + year: 1939 + url_poster: https://theposterdb.com/api/assets/186594 diff --git a/Frexe/Movies/Metadata/Movies/Good Hair.yml b/Frexe/Movies/Metadata/Movies/Good Hair.yml new file mode 100644 index 0000000..84d6ca9 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Good Hair.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/237606 + + "Good Hair (2009)": + title: "Good Hair" + year: 2009 + url_poster: https://theposterdb.com/api/assets/237606 diff --git a/Frexe/Movies/Metadata/Movies/Good Will Hunting.yml b/Frexe/Movies/Metadata/Movies/Good Will Hunting.yml new file mode 100644 index 0000000..a53c888 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Good Will Hunting.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/207770 + + "Good Will Hunting (1997)": + title: "Good Will Hunting" + year: 1997 + url_poster: https://theposterdb.com/api/assets/207770 diff --git a/Frexe/Movies/Metadata/Movies/GoodFellas.yml b/Frexe/Movies/Metadata/Movies/GoodFellas.yml new file mode 100644 index 0000000..ec8132f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/GoodFellas.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/194481 + + "Goodfellas (1990)": + title: "Goodfellas" + year: 1990 + url_poster: https://theposterdb.com/api/assets/194481 diff --git a/Frexe/Movies/Metadata/Movies/Gran Torino.yml b/Frexe/Movies/Metadata/Movies/Gran Torino.yml new file mode 100644 index 0000000..95b0f26 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Gran Torino.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/214004 + + "Gran Torino (2009)": + title: "Gran Torino" + year: 2009 + url_poster: https://theposterdb.com/api/assets/214004 diff --git a/Frexe/Movies/Metadata/Movies/Green Book.yml b/Frexe/Movies/Metadata/Movies/Green Book.yml new file mode 100644 index 0000000..7f61e18 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Green Book.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/184099 + + "Green Book (2018)": + title: "Green Book" + year: 2018 + url_poster: https://theposterdb.com/api/assets/184099 diff --git a/Frexe/Movies/Metadata/Movies/Grind.yml b/Frexe/Movies/Metadata/Movies/Grind.yml new file mode 100644 index 0000000..e5153e5 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Grind.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here + + "Grind (2003)": + title: "Grind" + year: 2003 + url_poster: diff --git a/Frexe/Movies/Metadata/Movies/Gunpowder Milkshake.yml b/Frexe/Movies/Metadata/Movies/Gunpowder Milkshake.yml new file mode 100644 index 0000000..14faf88 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Gunpowder Milkshake.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/188268 + + "Gunpowder Milkshake (2021)": + title: "Gunpowder Milkshake" + year: 2021 + url_poster: https://theposterdb.com/api/assets/188268 diff --git a/Frexe/Movies/Metadata/Movies/Hachi A Dog's Tale.yml b/Frexe/Movies/Metadata/Movies/Hachi A Dog's Tale.yml new file mode 100644 index 0000000..422f392 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Hachi A Dog's Tale.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/174795 + + "Hachi: A Dog's Tale (2009)": + title: "Hachi: A Dog's Tale" + year: 2009 + url_poster: https://theposterdb.com/api/assets/174795 diff --git a/Frexe/Movies/Metadata/Movies/Hacksaw Ridge.yml b/Frexe/Movies/Metadata/Movies/Hacksaw Ridge.yml new file mode 100644 index 0000000..739e341 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Hacksaw Ridge.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/195305 + + "Hacksaw Ridge (2016)": + title: "Hacksaw Ridge" + year: 2016 + url_poster: https://theposterdb.com/api/assets/195305 diff --git a/Frexe/Movies/Metadata/Movies/Hamilton.yml b/Frexe/Movies/Metadata/Movies/Hamilton.yml new file mode 100644 index 0000000..fde6d12 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Hamilton.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/200272 + + "Hamilton (2020)": + title: "Hamilton" + year: 2020 + url_poster: https://theposterdb.com/api/assets/200272 diff --git a/Frexe/Movies/Metadata/Movies/Happiest Season.yml b/Frexe/Movies/Metadata/Movies/Happiest Season.yml new file mode 100644 index 0000000..0f4651d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Happiest Season.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/258073 + + "Happiest Season (2020)": + title: "Happiest Season" + year: 2020 + url_poster: https://theposterdb.com/api/assets/258073 diff --git a/Frexe/Movies/Metadata/Movies/Happy Gilmore.yml b/Frexe/Movies/Metadata/Movies/Happy Gilmore.yml new file mode 100644 index 0000000..802eaa9 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Happy Gilmore.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/189019 + + "Happy Gilmore (1996)": + title: "Happy Gilmore" + year: 1996 + url_poster: https://theposterdb.com/api/assets/189019 diff --git a/Frexe/Movies/Metadata/Movies/Heat.yml b/Frexe/Movies/Metadata/Movies/Heat.yml new file mode 100644 index 0000000..4dfc372 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Heat.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/218708 + + "Heat (1995)": + title: "Heat" + year: 1995 + url_poster: https://theposterdb.com/api/assets/218708 diff --git a/Frexe/Movies/Metadata/Movies/Hotel Rwanda.yml b/Frexe/Movies/Metadata/Movies/Hotel Rwanda.yml new file mode 100644 index 0000000..2f3aa7a --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Hotel Rwanda.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/195880 + + "Hotel Rwanda (2005)": + title: "Hotel Rwanda" + year: 2005 + url_poster: https://theposterdb.com/api/assets/195880 diff --git a/Frexe/Movies/Metadata/Movies/House of Gucci.yml b/Frexe/Movies/Metadata/Movies/House of Gucci.yml new file mode 100644 index 0000000..a26c0f4 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/House of Gucci.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "House of Gucci (2021)": + title: "House of Gucci" + year: 2021 + url_poster: https://theposterdb.com/api/assets/210488 diff --git a/Frexe/Movies/Metadata/Movies/Hypnotic.yml b/Frexe/Movies/Metadata/Movies/Hypnotic.yml new file mode 100644 index 0000000..b379a60 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Hypnotic.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/186202 + + "Hypnotic (2021)": + title: "Hypnotic" + year: 2021 + url_poster: https://theposterdb.com/api/assets/186202 diff --git a/Frexe/Movies/Metadata/Movies/I Want You Back.yml b/Frexe/Movies/Metadata/Movies/I Want You Back.yml new file mode 100644 index 0000000..4cecc0f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/I Want You Back.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/214301 + + "I Want You Back (2022)": + title: "I Want You Back" + year: 2022 + url_poster: https://theposterdb.com/api/assets/214301 diff --git a/Frexe/Movies/Metadata/Movies/In Bruges.yml b/Frexe/Movies/Metadata/Movies/In Bruges.yml new file mode 100644 index 0000000..8225fde --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/In Bruges.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/215660 + + "In Bruges (2008)": + title: "In Bruges" + year: 2008 + url_poster: https://theposterdb.com/api/assets/215660 diff --git a/Frexe/Movies/Metadata/Movies/In the Mood for Love.yml b/Frexe/Movies/Metadata/Movies/In the Mood for Love.yml new file mode 100644 index 0000000..404ade3 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/In the Mood for Love.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/217373 + + "In the Mood for Love (2000)": + title: "In the Mood for Love" + year: 2000 + url_poster: https://theposterdb.com/api/assets/217373 diff --git a/Frexe/Movies/Metadata/Movies/In the Name of the Father.yml b/Frexe/Movies/Metadata/Movies/In the Name of the Father.yml new file mode 100644 index 0000000..6a9ab37 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/In the Name of the Father.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/218791 + + "In the Name of the Father (1993)": + title: "In the Name of the Father" + year: 1993 + url_poster: https://theposterdb.com/api/assets/218791 diff --git a/Frexe/Movies/Metadata/Movies/Inception.yml b/Frexe/Movies/Metadata/Movies/Inception.yml new file mode 100644 index 0000000..337ba27 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Inception.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/185444 + + "Inception (2010)": + title: "Inception" + year: 2010 + url_poster: https://theposterdb.com/api/assets/185444 diff --git a/Frexe/Movies/Metadata/Movies/Infinite.yml b/Frexe/Movies/Metadata/Movies/Infinite.yml new file mode 100644 index 0000000..8e6421f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Infinite.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/183776 + + "Infinite (2021)": + title: "Infinite" + year: 2021 + url_poster: https://theposterdb.com/api/assets/183776 diff --git a/Frexe/Movies/Metadata/Movies/Interstellar.yml b/Frexe/Movies/Metadata/Movies/Interstellar.yml new file mode 100644 index 0000000..dd588cd --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Interstellar.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/184870 + + "Interstellar (2014)": + title: "Interstellar" + year: 2014 + url_poster: https://theposterdb.com/api/assets/184870 diff --git a/Frexe/Movies/Metadata/Movies/Into the Wild.yml b/Frexe/Movies/Metadata/Movies/Into the Wild.yml new file mode 100644 index 0000000..d712723 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Into the Wild.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/193737 + + "Into the Wild (2007)": + title: "Into the Wild" + year: 2007 + url_poster: https://theposterdb.com/api/assets/193737 diff --git a/Frexe/Movies/Metadata/Movies/Jack Frost.yml b/Frexe/Movies/Metadata/Movies/Jack Frost.yml new file mode 100644 index 0000000..74e6458 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Jack Frost.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/190433 + + "Jack Frost (1998)": + title: "Jack Frost" + year: 1998 + url_poster: https://theposterdb.com/api/assets/190433 diff --git a/Frexe/Movies/Metadata/Movies/Jolt.yml b/Frexe/Movies/Metadata/Movies/Jolt.yml new file mode 100644 index 0000000..5b0e00d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Jolt.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/188270 + + "Jolt (2021)": + title: "Jolt" + year: 2021 + url_poster: https://theposterdb.com/api/assets/188270 diff --git a/Frexe/Movies/Metadata/Movies/Judas and the Black Messiah.yml b/Frexe/Movies/Metadata/Movies/Judas and the Black Messiah.yml new file mode 100644 index 0000000..5460d26 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Judas and the Black Messiah.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/198191 + + "Judas and the Black Messiah (2021)": + title: "Judas and the Black Messiah" + year: 2021 + url_poster: https://theposterdb.com/api/assets/198191 diff --git a/Frexe/Movies/Metadata/Movies/Judgment at Nuremberg.yml b/Frexe/Movies/Metadata/Movies/Judgment at Nuremberg.yml new file mode 100644 index 0000000..7fc1459 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Judgment at Nuremberg.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/227145 + + "Judgment at Nuremberg (1961)": + title: "Judgment at Nuremberg" + year: 1961 + url_poster: https://theposterdb.com/api/assets/227145 diff --git a/Frexe/Movies/Metadata/Movies/Julia.yml b/Frexe/Movies/Metadata/Movies/Julia.yml new file mode 100644 index 0000000..fa4bb9d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Julia.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/226041 + + "Julia (2022)": + title: "Julia" + year: 2022 + url_poster: https://theposterdb.com/api/assets/226041 diff --git a/Frexe/Movies/Metadata/Movies/Juno.yml b/Frexe/Movies/Metadata/Movies/Juno.yml new file mode 100644 index 0000000..01aa12a --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Juno.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/216221 + + "Juno (2007)": + title: "Juno" + year: 2007 + url_poster: https://theposterdb.com/api/assets/216221 diff --git a/Frexe/Movies/Metadata/Movies/Just Friends.yml b/Frexe/Movies/Metadata/Movies/Just Friends.yml new file mode 100644 index 0000000..dd0a19f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Just Friends.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/247003 + + "Just Friends (2005)": + title: "Just Friends" + year: 2005 + url_poster: https://theposterdb.com/api/assets/247003 diff --git a/Frexe/Movies/Metadata/Movies/Kate.yml b/Frexe/Movies/Metadata/Movies/Kate.yml new file mode 100644 index 0000000..55dbca3 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Kate.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/176022 + + "Kate (2021)": + title: "Kate" + year: 2021 + url_poster: https://theposterdb.com/api/assets/176022 diff --git a/Frexe/Movies/Metadata/Movies/Kimi.yml b/Frexe/Movies/Metadata/Movies/Kimi.yml new file mode 100644 index 0000000..2120a7d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Kimi.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/214303 + + "Kimi (2022)": + title: "Kimi" + year: 2022 + url_poster: https://theposterdb.com/api/assets/214303 diff --git a/Frexe/Movies/Metadata/Movies/King Richard.yml b/Frexe/Movies/Metadata/Movies/King Richard.yml new file mode 100644 index 0000000..8c10aeb --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/King Richard.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/189474 + + "King Richard (2021)": + title: "King Richard" + year: 2021 + url_poster: https://theposterdb.com/api/assets/189474 diff --git a/Frexe/Movies/Metadata/Movies/Kiss Kiss Bang Bang.yml b/Frexe/Movies/Metadata/Movies/Kiss Kiss Bang Bang.yml new file mode 100644 index 0000000..60b9274 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Kiss Kiss Bang Bang.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/194485 + + "Kiss Kiss Bang Bang (2005)": + title: "Kiss Kiss Bang Bang" + year: 2005 + url_poster: https://theposterdb.com/api/assets/194485 diff --git a/Frexe/Movies/Metadata/Movies/Klaus.yml b/Frexe/Movies/Metadata/Movies/Klaus.yml new file mode 100644 index 0000000..84041df --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Klaus.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/190438 + + "Klaus (2019)": + title: "Klaus" + year: 2019 + url_poster: https://theposterdb.com/api/assets/190438 diff --git a/Frexe/Movies/Metadata/Movies/Knowing.yml b/Frexe/Movies/Metadata/Movies/Knowing.yml new file mode 100644 index 0000000..1940c16 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Knowing.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/213463 + + "Knowing (2009)": + title: "Knowing" + year: 2009 + url_poster: https://theposterdb.com/api/assets/213463 diff --git a/Frexe/Movies/Metadata/Movies/Krampus.yml b/Frexe/Movies/Metadata/Movies/Krampus.yml new file mode 100644 index 0000000..8a9d03d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Krampus.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/179599 + + "Krampus (2015)": + title: "Krampus" + year: 2015 + url_poster: https://theposterdb.com/api/assets/179599 diff --git a/Frexe/Movies/Metadata/Movies/L.A. Confidential.yml b/Frexe/Movies/Metadata/Movies/L.A. Confidential.yml new file mode 100644 index 0000000..a3c9718 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/L.A. Confidential.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "L.A. Confidential (1997)": + title: "L.A. Confidential" + year: 1997 + url_poster: https://theposterdb.com/api/assets/219232 diff --git a/Frexe/Movies/Metadata/Movies/Last Christmas.yml b/Frexe/Movies/Metadata/Movies/Last Christmas.yml new file mode 100644 index 0000000..149234e --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Last Christmas.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/190439 + + "Last Christmas (2019)": + title: "Last Christmas" + year: 2019 + url_poster: https://theposterdb.com/api/assets/190439 diff --git a/Frexe/Movies/Metadata/Movies/Last Night in Soho.yml b/Frexe/Movies/Metadata/Movies/Last Night in Soho.yml new file mode 100644 index 0000000..5096e5f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Last Night in Soho.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/190955 + + "Last Night in Soho (2021)": + title: "Last Night in Soho" + year: 2021 + url_poster: https://theposterdb.com/api/assets/190955 diff --git a/Frexe/Movies/Metadata/Movies/Lawrence of Arabia.yml b/Frexe/Movies/Metadata/Movies/Lawrence of Arabia.yml new file mode 100644 index 0000000..c29b11b --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Lawrence of Arabia.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/186273 + + "Lawrence of Arabia (1962)": + title: "Lawrence of Arabia" + year: 1962 + url_poster: https://theposterdb.com/api/assets/186273 diff --git a/Frexe/Movies/Metadata/Movies/Leaving Las Vegas.yml b/Frexe/Movies/Metadata/Movies/Leaving Las Vegas.yml new file mode 100644 index 0000000..7139136 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Leaving Las Vegas.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/219240 + + "Leaving Las Vegas (1995)": + title: "Leaving Las Vegas" + year: 1995 + url_poster: https://theposterdb.com/api/assets/219240 diff --git a/Frexe/Movies/Metadata/Movies/Legend.yml b/Frexe/Movies/Metadata/Movies/Legend.yml new file mode 100644 index 0000000..cdfc763 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Legend.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Legend (2015)": + title: "Legend" + year: 2015 + url_poster: https://theposterdb.com/api/assets/202223 diff --git a/Frexe/Movies/Metadata/Movies/Licorice Pizza.yml b/Frexe/Movies/Metadata/Movies/Licorice Pizza.yml new file mode 100644 index 0000000..a9f5e43 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Licorice Pizza.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/214304 + + "Licorice Pizza (2021)": + title: "Licorice Pizza" + year: 2021 + url_poster: https://theposterdb.com/api/assets/214304 diff --git a/Frexe/Movies/Metadata/Movies/Lock, Stock and Two Smoking Barrels.yml b/Frexe/Movies/Metadata/Movies/Lock, Stock and Two Smoking Barrels.yml new file mode 100644 index 0000000..5e44a6c --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Lock, Stock and Two Smoking Barrels.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/213877 + + "Lock, Stock and Two Smoking Barrels (1998)": + title: "Lock, Stock and Two Smoking Barrels" + year: 1998 + url_poster: https://theposterdb.com/api/assets/213877 diff --git a/Frexe/Movies/Metadata/Movies/Long Story Short.yml b/Frexe/Movies/Metadata/Movies/Long Story Short.yml new file mode 100644 index 0000000..4545bcc --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Long Story Short.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/251256 + + "Long Story Short (2021)": + title: "Long Story Short" + year: 2021 + url_poster: https://theposterdb.com/api/assets/251256 diff --git a/Frexe/Movies/Metadata/Movies/Love Actually.yml b/Frexe/Movies/Metadata/Movies/Love Actually.yml new file mode 100644 index 0000000..160075c --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Love Actually.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/190441 + + "Love Actually (2003)": + title: "Love Actually" + year: 2003 + url_poster: https://theposterdb.com/api/assets/190441 diff --git a/Frexe/Movies/Metadata/Movies/Luck.yml b/Frexe/Movies/Metadata/Movies/Luck.yml new file mode 100644 index 0000000..f3ace0d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Luck.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/255393 + + "Luck (2022)": + title: "Luck" + year: 2022 + url_poster: https://theposterdb.com/api/assets/255393 diff --git a/Frexe/Movies/Metadata/Movies/Léon The Professional.yml b/Frexe/Movies/Metadata/Movies/Léon The Professional.yml new file mode 100644 index 0000000..66bea14 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Léon The Professional.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/219245 + + "Léon: The Professional (1994)": + title: "Léon: The Professional" + year: 1994 + url_poster: https://theposterdb.com/api/assets/219245 diff --git a/Frexe/Movies/Metadata/Movies/MLK FBI.yml b/Frexe/Movies/Metadata/Movies/MLK FBI.yml new file mode 100644 index 0000000..6d0bce6 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/MLK FBI.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/242604 + + "MLK/FBI (2021)": + title: "MLK/FBI" + year: 2021 + url_poster: https://theposterdb.com/api/assets/242604 diff --git a/Frexe/Movies/Metadata/Movies/MacGruber.yml b/Frexe/Movies/Metadata/Movies/MacGruber.yml new file mode 100644 index 0000000..319c090 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/MacGruber.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/213065 + + "MacGruber (2010)": + title: "MacGruber" + year: 2010 + url_poster: https://theposterdb.com/api/assets/213065 diff --git a/Frexe/Movies/Metadata/Movies/Malignant.yml b/Frexe/Movies/Metadata/Movies/Malignant.yml new file mode 100644 index 0000000..bf19ee5 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Malignant.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/176023 + + "Malignant (2021)": + title: "Malignant" + year: 2021 + url_poster: https://theposterdb.com/api/assets/176023 diff --git a/Frexe/Movies/Metadata/Movies/Marry Me.yml b/Frexe/Movies/Metadata/Movies/Marry Me.yml new file mode 100644 index 0000000..a0dd159 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Marry Me.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/214305 + + "Marry Me (2022)": + title: "Marry Me" + year: 2022 + url_poster: https://theposterdb.com/api/assets/214305 diff --git a/Frexe/Movies/Metadata/Movies/Mary and Max.yml b/Frexe/Movies/Metadata/Movies/Mary and Max.yml new file mode 100644 index 0000000..d951265 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Mary and Max.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/199720 + + "Mary and Max (2009)": + title: "Mary and Max" + year: 2009 + url_poster: https://theposterdb.com/api/assets/199720 diff --git a/Frexe/Movies/Metadata/Movies/Mass.yml b/Frexe/Movies/Metadata/Movies/Mass.yml new file mode 100644 index 0000000..619d421 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Mass.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/201220 + + "Mass (2021)": + title: "Mass" + year: 2021 + url_poster: https://theposterdb.com/api/assets/201220 diff --git a/Frexe/Movies/Metadata/Movies/Memory.yml b/Frexe/Movies/Metadata/Movies/Memory.yml new file mode 100644 index 0000000..ce3cd55 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Memory.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/236609 + + "Memory (2022)": + title: "Memory" + year: 2022 + url_poster: https://theposterdb.com/api/assets/236609 diff --git a/Frexe/Movies/Metadata/Movies/Million Dollar Baby.yml b/Frexe/Movies/Metadata/Movies/Million Dollar Baby.yml new file mode 100644 index 0000000..77ad4dd --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Million Dollar Baby.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/184130 + + "Million Dollar Baby (2004)": + title: "Million Dollar Baby" + year: 2004 + url_poster: https://theposterdb.com/api/assets/184130 diff --git a/Frexe/Movies/Metadata/Movies/Mixed Nuts.yml b/Frexe/Movies/Metadata/Movies/Mixed Nuts.yml new file mode 100644 index 0000000..90504d6 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Mixed Nuts.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/190451 + + "Mixed Nuts (1994)": + title: "Mixed Nuts" + year: 1994 + url_poster: https://theposterdb.com/api/assets/190451 diff --git a/Frexe/Movies/Metadata/Movies/Monster Hunter.yml b/Frexe/Movies/Metadata/Movies/Monster Hunter.yml new file mode 100644 index 0000000..39d1815 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Monster Hunter.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/183788 + + "Monster Hunter (2020)": + title: "Monster Hunter" + year: 2020 + url_poster: https://theposterdb.com/api/assets/183788 diff --git a/Frexe/Movies/Metadata/Movies/Moonfall.yml b/Frexe/Movies/Metadata/Movies/Moonfall.yml new file mode 100644 index 0000000..28da261 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Moonfall.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/226044 + + "Moonfall (2022)": + title: "Moonfall" + year: 2022 + url_poster: https://theposterdb.com/api/assets/226044 diff --git a/Frexe/Movies/Metadata/Movies/Mother Android.yml b/Frexe/Movies/Metadata/Movies/Mother Android.yml new file mode 100644 index 0000000..4db4194 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Mother Android.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/197912 + + "Mother/Android (2021)": + title: "Mother/Android" + year: 2021 + url_poster: https://theposterdb.com/api/assets/197912 diff --git a/Frexe/Movies/Metadata/Movies/Munich The Edge of War.yml b/Frexe/Movies/Metadata/Movies/Munich The Edge of War.yml new file mode 100644 index 0000000..cebf06a --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Munich The Edge of War.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/210482 + + "Munich: The Edge of War (2022)": + title: "Munich: The Edge of War" + year: 2022 + url_poster: https://theposterdb.com/api/assets/210482 diff --git a/Frexe/Movies/Metadata/Movies/Network.yml b/Frexe/Movies/Metadata/Movies/Network.yml new file mode 100644 index 0000000..6a23224 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Network.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/227588 + + "Network (1976)": + title: "Network" + year: 1976 + url_poster: https://theposterdb.com/api/assets/227588 diff --git a/Frexe/Movies/Metadata/Movies/Night Teeth.yml b/Frexe/Movies/Metadata/Movies/Night Teeth.yml new file mode 100644 index 0000000..31189dc --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Night Teeth.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/258083 + + "Night Teeth (2021)": + title: "Night Teeth" + year: 2021 + url_poster: https://theposterdb.com/api/assets/258083 diff --git a/Frexe/Movies/Metadata/Movies/Nightbooks.yml b/Frexe/Movies/Metadata/Movies/Nightbooks.yml new file mode 100644 index 0000000..1a4c193 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Nightbooks.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/176204 + + "Nightbooks (2021)": + title: "Nightbooks" + year: 2021 + url_poster: https://theposterdb.com/api/assets/176204 diff --git a/Frexe/Movies/Metadata/Movies/Nightmare Alley.yml b/Frexe/Movies/Metadata/Movies/Nightmare Alley.yml new file mode 100644 index 0000000..eff394e --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Nightmare Alley.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/210490 + + "Nightmare Alley (2021)": + title: "Nightmare Alley" + year: 2021 + url_poster: https://theposterdb.com/api/assets/210490 diff --git a/Frexe/Movies/Metadata/Movies/No Country for Old Men.yml b/Frexe/Movies/Metadata/Movies/No Country for Old Men.yml new file mode 100644 index 0000000..bb57601 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/No Country for Old Men.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/184121 + + "No Country for Old Men (2007)": + title: "No Country for Old Men" + year: 2007 + url_poster: https://theposterdb.com/api/assets/184121 diff --git a/Frexe/Movies/Metadata/Movies/Nobody.yml b/Frexe/Movies/Metadata/Movies/Nobody.yml new file mode 100644 index 0000000..03e7bdf --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Nobody.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Nobody (2021)": + title: "Nobody" + year: 2021 + url_poster: https://theposterdb.com/api/assets/188274 diff --git a/Frexe/Movies/Metadata/Movies/Nomadland.yml b/Frexe/Movies/Metadata/Movies/Nomadland.yml new file mode 100644 index 0000000..c3161fb --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Nomadland.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/184094 + + "Nomadland (2020)": + title: "Nomadland" + year: 2020 + url_poster: https://theposterdb.com/api/assets/184094 diff --git a/Frexe/Movies/Metadata/Movies/Old Dogs.yml b/Frexe/Movies/Metadata/Movies/Old Dogs.yml new file mode 100644 index 0000000..98deddc --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Old Dogs.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/173353 + + "Old Dogs (2009)": + title: "Old Dogs" + year: 2009 + url_poster: https://theposterdb.com/api/assets/173353 diff --git a/Frexe/Movies/Metadata/Movies/Old Henry.yml b/Frexe/Movies/Metadata/Movies/Old Henry.yml new file mode 100644 index 0000000..4261488 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Old Henry.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/183630 + + "Old Henry (2021)": + title: "Old Henry" + year: 2021 + url_poster: https://theposterdb.com/api/assets/183630 diff --git a/Frexe/Movies/Metadata/Movies/Old School.yml b/Frexe/Movies/Metadata/Movies/Old School.yml new file mode 100644 index 0000000..e96f982 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Old School.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/194487 + + "Old School (2003)": + title: "Old School" + year: 2003 + url_poster: https://theposterdb.com/api/assets/194487 diff --git a/Frexe/Movies/Metadata/Movies/Old.yml b/Frexe/Movies/Metadata/Movies/Old.yml new file mode 100644 index 0000000..5aaacb5 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Old.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/178352 + + "Old (2021)": + title: "Old" + year: 2021 + url_poster: https://theposterdb.com/api/assets/178352 diff --git a/Frexe/Movies/Metadata/Movies/Oldboy.yml b/Frexe/Movies/Metadata/Movies/Oldboy.yml new file mode 100644 index 0000000..85a5a02 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Oldboy.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/208888 + + "Oldboy (2003)": + title: "Oldboy" + year: 2003 + url_poster: https://theposterdb.com/api/assets/208888 diff --git a/Frexe/Movies/Metadata/Movies/Once Upon a Time in America.yml b/Frexe/Movies/Metadata/Movies/Once Upon a Time in America.yml new file mode 100644 index 0000000..0f4245e --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Once Upon a Time in America.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/217719 + + "Once Upon a Time in America (1984)": + title: "Once Upon a Time in America" + year: 1984 + url_poster: https://theposterdb.com/api/assets/217719 diff --git a/Frexe/Movies/Metadata/Movies/One Flew Over the Cuckoo's Nest.yml b/Frexe/Movies/Metadata/Movies/One Flew Over the Cuckoo's Nest.yml new file mode 100644 index 0000000..6a24e18 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/One Flew Over the Cuckoo's Nest.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/184731 + + "One Flew Over the Cuckoo's Nest (1975)": + title: "One Flew Over the Cuckoo's Nest" + year: 1975 + url_poster: https://theposterdb.com/api/assets/184731 diff --git a/Frexe/Movies/Metadata/Movies/One Magic Christmas.yml b/Frexe/Movies/Metadata/Movies/One Magic Christmas.yml new file mode 100644 index 0000000..30581fb --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/One Magic Christmas.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/249018 + + "One Magic Christmas (1985)": + title: "One Magic Christmas" + year: 1985 + url_poster: https://theposterdb.com/api/assets/249018 diff --git a/Frexe/Movies/Metadata/Movies/Operation Mincemeat.yml b/Frexe/Movies/Metadata/Movies/Operation Mincemeat.yml new file mode 100644 index 0000000..f038aa3 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Operation Mincemeat.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/236227 + + "Operation Mincemeat (2022)": + title: "Operation Mincemeat" + year: 2022 + url_poster: https://theposterdb.com/api/assets/236227 diff --git a/Frexe/Movies/Metadata/Movies/Paradise Highway.yml b/Frexe/Movies/Metadata/Movies/Paradise Highway.yml new file mode 100644 index 0000000..4b5f6ee --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Paradise Highway.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/255293 + + "Paradise Highway (2022)": + title: "Paradise Highway" + year: 2022 + url_poster: https://theposterdb.com/api/assets/255293 diff --git a/Frexe/Movies/Metadata/Movies/Paris, Texas.yml b/Frexe/Movies/Metadata/Movies/Paris, Texas.yml new file mode 100644 index 0000000..2be205c --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Paris, Texas.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/224139 + + "Paris, Texas (1984)": + title: "Paris, Texas" + year: 1984 + url_poster: https://theposterdb.com/api/assets/224139 diff --git a/Frexe/Movies/Metadata/Movies/Paths of Glory.yml b/Frexe/Movies/Metadata/Movies/Paths of Glory.yml new file mode 100644 index 0000000..27870b5 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Paths of Glory.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/197267 + + "Paths of Glory (1957)": + title: "Paths of Glory" + year: 1957 + url_poster: https://theposterdb.com/api/assets/197267 diff --git a/Frexe/Movies/Metadata/Movies/Permanent Midnight.yml b/Frexe/Movies/Metadata/Movies/Permanent Midnight.yml new file mode 100644 index 0000000..1d8fbf1 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Permanent Midnight.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/255397 + + "Permanent Midnight (1998)": + title: "Permanent Midnight" + year: 1998 + url_poster: https://theposterdb.com/api/assets/255397 diff --git a/Frexe/Movies/Metadata/Movies/Pig.yml b/Frexe/Movies/Metadata/Movies/Pig.yml new file mode 100644 index 0000000..e9a9aa4 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Pig.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/178730 + + "Pig (2021)": + title: "Pig" + year: 2021 + url_poster: https://theposterdb.com/api/assets/178730 diff --git a/Frexe/Movies/Metadata/Movies/Pineapple Express.yml b/Frexe/Movies/Metadata/Movies/Pineapple Express.yml new file mode 100644 index 0000000..7378900 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Pineapple Express.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/215683 + + "Pineapple Express (2008)": + title: "Pineapple Express" + year: 2008 + url_poster: https://theposterdb.com/api/assets/215683 diff --git a/Frexe/Movies/Metadata/Movies/Platoon.yml b/Frexe/Movies/Metadata/Movies/Platoon.yml new file mode 100644 index 0000000..c3581c0 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Platoon.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/184620 + + "Platoon (1986)": + title: "Platoon" + year: 1986 + url_poster: https://theposterdb.com/api/assets/184620 diff --git a/Frexe/Movies/Metadata/Movies/Prancer.yml b/Frexe/Movies/Metadata/Movies/Prancer.yml new file mode 100644 index 0000000..1879c6d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Prancer.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/190459 + + "Prancer (1989)": + title: "Prancer" + year: 1989 + url_poster: https://theposterdb.com/api/assets/190459 diff --git a/Frexe/Movies/Metadata/Movies/Precious.yml b/Frexe/Movies/Metadata/Movies/Precious.yml new file mode 100644 index 0000000..f2112f8 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Precious.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/213486 + + "Precious (2009)": + title: "Precious" + year: 2009 + url_poster: https://theposterdb.com/api/assets/213486 diff --git a/Frexe/Movies/Metadata/Movies/Prisoners.yml b/Frexe/Movies/Metadata/Movies/Prisoners.yml new file mode 100644 index 0000000..ac0d682 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Prisoners.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/208931 + + "Prisoners (2013)": + title: "Prisoners" + year: 2013 + url_poster: https://theposterdb.com/api/assets/208931 diff --git a/Frexe/Movies/Metadata/Movies/Project X.yml b/Frexe/Movies/Metadata/Movies/Project X.yml new file mode 100644 index 0000000..41580f1 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Project X.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/212613 + + "Project X (2012)": + title: "Project X" + year: 2012 + url_poster: https://theposterdb.com/api/assets/212613 diff --git a/Frexe/Movies/Metadata/Movies/Punch-Drunk Love.yml b/Frexe/Movies/Metadata/Movies/Punch-Drunk Love.yml new file mode 100644 index 0000000..caa8d37 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Punch-Drunk Love.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/195570 + + "Punch-Drunk Love (2002)": + title: "Punch-Drunk Love" + year: 2002 + url_poster: https://theposterdb.com/api/assets/195570 diff --git a/Frexe/Movies/Metadata/Movies/R.I.P.D.yml b/Frexe/Movies/Metadata/Movies/R.I.P.D.yml new file mode 100644 index 0000000..94d2bfd --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/R.I.P.D.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/171836 + + "R.I.P.D. (2013)": + title: "R.I.P.D." + year: 2013 + url_poster: https://theposterdb.com/api/assets/171836 diff --git a/Frexe/Movies/Metadata/Movies/Raging Bull.yml b/Frexe/Movies/Metadata/Movies/Raging Bull.yml new file mode 100644 index 0000000..a711c65 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Raging Bull.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/188569 + + "Raging Bull (1980)": + title: "Raging Bull" + year: 1980 + url_poster: https://theposterdb.com/api/assets/188569 diff --git a/Frexe/Movies/Metadata/Movies/Rain Man.yml b/Frexe/Movies/Metadata/Movies/Rain Man.yml new file mode 100644 index 0000000..6c76984 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Rain Man.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/184624 + + "Rain Man (1988)": + title: "Rain Man" + year: 1988 + url_poster: https://theposterdb.com/api/assets/184624 diff --git a/Frexe/Movies/Metadata/Movies/Rare Beasts.yml b/Frexe/Movies/Metadata/Movies/Rare Beasts.yml new file mode 100644 index 0000000..fc3540f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Rare Beasts.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/198200 + + "Rare Beasts (2021)": + title: "Rare Beasts" + year: 2021 + url_poster: https://theposterdb.com/api/assets/198200 diff --git a/Frexe/Movies/Metadata/Movies/Red Notice.yml b/Frexe/Movies/Metadata/Movies/Red Notice.yml new file mode 100644 index 0000000..846e2bd --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Red Notice.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Red Notice (2021)": + title: "Red Notice" + year: 2021 + url_poster: https://theposterdb.com/api/assets/190953 diff --git a/Frexe/Movies/Metadata/Movies/Reindeer Games.yml b/Frexe/Movies/Metadata/Movies/Reindeer Games.yml new file mode 100644 index 0000000..533ed5c --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Reindeer Games.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/217786 + + "Reindeer Games (2000)": + title: "Reindeer Games" + year: 2000 + url_poster: https://theposterdb.com/api/assets/217786 diff --git a/Frexe/Movies/Metadata/Movies/Reminiscence.yml b/Frexe/Movies/Metadata/Movies/Reminiscence.yml new file mode 100644 index 0000000..7a2c6ac --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Reminiscence.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/245650 + + "Reminiscence (2021)": + title: "Reminiscence" + year: 2021 + url_poster: https://theposterdb.com/api/assets/245650 diff --git a/Frexe/Movies/Metadata/Movies/Requiem for a Dream.yml b/Frexe/Movies/Metadata/Movies/Requiem for a Dream.yml new file mode 100644 index 0000000..c4c8554 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Requiem for a Dream.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/217787 + + "Requiem for a Dream (2000)": + title: "Requiem for a Dream" + year: 2000 + url_poster: https://theposterdb.com/api/assets/217787 diff --git a/Frexe/Movies/Metadata/Movies/Riders of Justice.yml b/Frexe/Movies/Metadata/Movies/Riders of Justice.yml new file mode 100644 index 0000000..fd58e9a --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Riders of Justice.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/255527 + + "Riders of Justice (2020)": + title: "Riders of Justice" + year: 2020 + url_poster: https://theposterdb.com/api/assets/255527 diff --git a/Frexe/Movies/Metadata/Movies/Rock Star.yml b/Frexe/Movies/Metadata/Movies/Rock Star.yml new file mode 100644 index 0000000..8386e10 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Rock Star.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/207793 + + "Rock Star (2001)": + title: "Rock Star" + year: 2001 + url_poster: https://theposterdb.com/api/assets/207793 diff --git a/Frexe/Movies/Metadata/Movies/Role Models.yml b/Frexe/Movies/Metadata/Movies/Role Models.yml new file mode 100644 index 0000000..99c6780 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Role Models.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/188454 + + "Role Models (2008)": + title: "Role Models" + year: 2008 + url_poster: https://theposterdb.com/api/assets/215694 diff --git a/Frexe/Movies/Metadata/Movies/Rush.yml b/Frexe/Movies/Metadata/Movies/Rush.yml new file mode 100644 index 0000000..4045ad0 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Rush.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/188631 + + "Rush (2013)": + title: "Rush" + year: 2013 + url_poster: https://theposterdb.com/api/assets/188631 diff --git a/Frexe/Movies/Metadata/Movies/SAS Red Notice.yml b/Frexe/Movies/Metadata/Movies/SAS Red Notice.yml new file mode 100644 index 0000000..3b2715d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/SAS Red Notice.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/188275 + + "SAS: Red Notice (2021)": + title: "SAS: Red Notice" + year: 2021 + url_poster: https://theposterdb.com/api/assets/188275 diff --git a/Frexe/Movies/Metadata/Movies/Samaritan.yml b/Frexe/Movies/Metadata/Movies/Samaritan.yml new file mode 100644 index 0000000..299e5ca --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Samaritan.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/261504 + + "Samaritan (2022)": + title: "Samaritan" + year: 2022 + url_poster: https://theposterdb.com/api/assets/261504 diff --git a/Frexe/Movies/Metadata/Movies/Saving Private Ryan.yml b/Frexe/Movies/Metadata/Movies/Saving Private Ryan.yml new file mode 100644 index 0000000..ad8ed98 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Saving Private Ryan.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/179233 + + "Saving Private Ryan (1998)": + title: "Saving Private Ryan" + year: 1998 + url_poster: https://theposterdb.com/api/assets/179233 diff --git a/Frexe/Movies/Metadata/Movies/Scarface.yml b/Frexe/Movies/Metadata/Movies/Scarface.yml new file mode 100644 index 0000000..d21861e --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Scarface.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/224995 + + "Scarface (1983)": + title: "Scarface" + year: 1983 + url_poster: https://theposterdb.com/api/assets/224995 diff --git a/Frexe/Movies/Metadata/Movies/Schindler's List.yml b/Frexe/Movies/Metadata/Movies/Schindler's List.yml new file mode 100644 index 0000000..81a7d90 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Schindler's List.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/179230 + + "Schindler's List (1993)": + title: "Schindler's List" + year: 1993 + url_poster: https://theposterdb.com/api/assets/179230 diff --git a/Frexe/Movies/Metadata/Movies/Se7en.yml b/Frexe/Movies/Metadata/Movies/Se7en.yml new file mode 100644 index 0000000..e0e9905 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Se7en.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/194493 + + "Se7en (1995)": + title: "Se7en" + year: 1995 + url_poster: https://theposterdb.com/api/assets/194493 diff --git a/Frexe/Movies/Metadata/Movies/Semi-Pro.yml b/Frexe/Movies/Metadata/Movies/Semi-Pro.yml new file mode 100644 index 0000000..f4447a6 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Semi-Pro.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/188454 + + "Semi-Pro (2008)": + title: "Semi-Pro" + year: 2008 + url_poster: https://theposterdb.com/api/assets/188454 diff --git a/Frexe/Movies/Metadata/Movies/Serendipity.yml b/Frexe/Movies/Metadata/Movies/Serendipity.yml new file mode 100644 index 0000000..454fdce --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Serendipity.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/217854 + + "Serendipity (2001)": + title: "Serendipity" + year: 2001 + url_poster: https://theposterdb.com/api/assets/217854 diff --git a/Frexe/Movies/Metadata/Movies/Shot Caller.yml b/Frexe/Movies/Metadata/Movies/Shot Caller.yml new file mode 100644 index 0000000..1da61f1 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Shot Caller.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/201504 + + "Shot Caller (2017)": + title: "Shot Caller" + year: 2017 + url_poster: https://theposterdb.com/api/assets/201504 diff --git a/Frexe/Movies/Metadata/Movies/Shutter Island.yml b/Frexe/Movies/Metadata/Movies/Shutter Island.yml new file mode 100644 index 0000000..4381f4a --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Shutter Island.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/213094 + + "Shutter Island (2010)": + title: "Shutter Island" + year: 2010 + url_poster: https://theposterdb.com/api/assets/213094 diff --git a/Frexe/Movies/Metadata/Movies/Slumdog Millionaire.yml b/Frexe/Movies/Metadata/Movies/Slumdog Millionaire.yml new file mode 100644 index 0000000..b39c4d3 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Slumdog Millionaire.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/184119 + + "Slumdog Millionaire (2008)": + title: "Slumdog Millionaire" + year: 2008 + url_poster: https://theposterdb.com/api/assets/184119 diff --git a/Frexe/Movies/Metadata/Movies/Snatch.yml b/Frexe/Movies/Metadata/Movies/Snatch.yml new file mode 100644 index 0000000..7104375 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Snatch.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/213884 + + "Snatch (2000)": + title: "Snatch" + year: 2000 + url_poster: https://theposterdb.com/api/assets/213884 diff --git a/Frexe/Movies/Metadata/Movies/Snowden.yml b/Frexe/Movies/Metadata/Movies/Snowden.yml new file mode 100644 index 0000000..a5a664e --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Snowden.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/202827 + + "Snowden (2016)": + title: "Snowden" + year: 2016 + url_poster: https://theposterdb.com/api/assets/202827 diff --git a/Frexe/Movies/Metadata/Movies/Some Like It Hot.yml b/Frexe/Movies/Metadata/Movies/Some Like It Hot.yml new file mode 100644 index 0000000..3e432b2 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Some Like It Hot.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/230275 + + "Some Like It Hot (1959)": + title: "Some Like It Hot" + year: 1959 + url_poster: https://theposterdb.com/api/assets/230275 diff --git a/Frexe/Movies/Metadata/Movies/Spanglish.yml b/Frexe/Movies/Metadata/Movies/Spanglish.yml new file mode 100644 index 0000000..3dd90c8 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Spanglish.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/195574 + + "Spanglish (2004)": + title: "Spanglish" + year: 2004 + url_poster: https://theposterdb.com/api/assets/195574 diff --git a/Frexe/Movies/Metadata/Movies/Spencer.yml b/Frexe/Movies/Metadata/Movies/Spencer.yml new file mode 100644 index 0000000..5ab8e30 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Spencer.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/192771 + + "Spencer (2021)": + title: "Spencer" + year: 2021 + url_poster: https://theposterdb.com/api/assets/192771 diff --git a/Frexe/Movies/Metadata/Movies/Spiderhead.yml b/Frexe/Movies/Metadata/Movies/Spiderhead.yml new file mode 100644 index 0000000..d0fae22 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Spiderhead.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/245869 + + "Spiderhead (2022)": + title: "Spiderhead" + year: 2022 + url_poster: https://theposterdb.com/api/assets/245869 diff --git a/Frexe/Movies/Metadata/Movies/Spotlight.yml b/Frexe/Movies/Metadata/Movies/Spotlight.yml new file mode 100644 index 0000000..7577039 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Spotlight.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/184105 + + "Spotlight (2015)": + title: "Spotlight" + year: 2015 + url_poster: https://theposterdb.com/api/assets/184105 diff --git a/Frexe/Movies/Metadata/Movies/Step Brothers.yml b/Frexe/Movies/Metadata/Movies/Step Brothers.yml new file mode 100644 index 0000000..b8a3f89 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Step Brothers.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/194495 + + "Step Brothers (2008)": + title: "Step Brothers" + year: 2008 + url_poster: https://theposterdb.com/api/assets/194495 diff --git a/Frexe/Movies/Metadata/Movies/Stillwater.yml b/Frexe/Movies/Metadata/Movies/Stillwater.yml new file mode 100644 index 0000000..095925a --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Stillwater.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/174237 + + "Stillwater (2021)": + title: "Stillwater" + year: 2021 + url_poster: https://theposterdb.com/api/assets/174237 diff --git a/Frexe/Movies/Metadata/Movies/Stranger Than Fiction.yml b/Frexe/Movies/Metadata/Movies/Stranger Than Fiction.yml new file mode 100644 index 0000000..62c607c --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Stranger Than Fiction.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/216516 + + "Stranger Than Fiction (2006)": + title: "Stranger Than Fiction" + year: 2006 + url_poster: https://theposterdb.com/api/assets/216516 diff --git a/Frexe/Movies/Metadata/Movies/Studio 666.yml b/Frexe/Movies/Metadata/Movies/Studio 666.yml new file mode 100644 index 0000000..cb367f3 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Studio 666.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Studio 666 (2022)": + title: "Studio 666" + year: 2022 + url_poster: https://theposterdb.com/api/assets/222430 diff --git a/Frexe/Movies/Metadata/Movies/Sully.yml b/Frexe/Movies/Metadata/Movies/Sully.yml new file mode 100644 index 0000000..ad61fac --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Sully.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/202831 + + "Sully (2016)": + title: "Sully" + year: 2016 + url_poster: https://theposterdb.com/api/assets/202831 diff --git a/Frexe/Movies/Metadata/Movies/Summer of Soul.yml b/Frexe/Movies/Metadata/Movies/Summer of Soul.yml new file mode 100644 index 0000000..0ba9429 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Summer of Soul.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/228742 + + "Summer of Soul (...Or, When the Revolution Could Not Be Televised) (2021)": + title: "Summer of Soul (...Or, When the Revolution Could Not Be Televised)" + year: 2021 + url_poster: https://theposterdb.com/api/assets/228742 diff --git a/Frexe/Movies/Metadata/Movies/Super Size Me.yml b/Frexe/Movies/Metadata/Movies/Super Size Me.yml new file mode 100644 index 0000000..5df8e26 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Super Size Me.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/250479 + + "Super Size Me (2004)": + title: "Super Size Me" + year: 2004 + url_poster: https://theposterdb.com/api/assets/250479 diff --git a/Frexe/Movies/Metadata/Movies/Supernova.yml b/Frexe/Movies/Metadata/Movies/Supernova.yml new file mode 100644 index 0000000..00d626e --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Supernova.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/198202 + + "Supernova (2020)": + title: "Supernova" + year: 2020 + url_poster: https://theposterdb.com/api/assets/198202 diff --git a/Frexe/Movies/Metadata/Movies/Swan Song.yml b/Frexe/Movies/Metadata/Movies/Swan Song.yml new file mode 100644 index 0000000..257d66e --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Swan Song.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/posters/943803 + + "Swan Song (2021)": + title: "Swan Song" + year: 2021 + url_poster: https://theposterdb.com/api/assets/197926 diff --git a/Frexe/Movies/Metadata/Movies/Sweet Girl.yml b/Frexe/Movies/Metadata/Movies/Sweet Girl.yml new file mode 100644 index 0000000..0c985e8 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Sweet Girl.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/174238 + + "Sweet Girl (2021)": + title: "Sweet Girl" + year: 2021 + url_poster: https://theposterdb.com/api/assets/174238 diff --git a/Frexe/Movies/Metadata/Movies/TINA.yml b/Frexe/Movies/Metadata/Movies/TINA.yml new file mode 100644 index 0000000..064203f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/TINA.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/250493 + + "TINA (2021)": + title: "TINA" + year: 2021 + url_poster: https://theposterdb.com/api/assets/250493 diff --git a/Frexe/Movies/Metadata/Movies/Talladega Nights The Ballad of Ricky Bobby.yml b/Frexe/Movies/Metadata/Movies/Talladega Nights The Ballad of Ricky Bobby.yml new file mode 100644 index 0000000..a870577 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Talladega Nights The Ballad of Ricky Bobby.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/188636 + + "Talladega Nights: The Ballad of Ricky Bobby (2006)": + title: "Talladega Nights: The Ballad of Ricky Bobby" + year: 2006 + url_poster: https://theposterdb.com/api/assets/188636 diff --git a/Frexe/Movies/Metadata/Movies/Taxi Driver.yml b/Frexe/Movies/Metadata/Movies/Taxi Driver.yml new file mode 100644 index 0000000..32ea7eb --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Taxi Driver.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/212723 + + "Taxi Driver (1976)": + title: "Taxi Driver" + year: 1976 + url_poster: https://theposterdb.com/api/assets/212723 diff --git a/Frexe/Movies/Metadata/Movies/Tenacious D in the Pick of Destiny.yml b/Frexe/Movies/Metadata/Movies/Tenacious D in the Pick of Destiny.yml new file mode 100644 index 0000000..3e76cda --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Tenacious D in the Pick of Destiny.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/216517 + + "Tenacious D in the Pick of Destiny (2006)": + title: "Tenacious D in the Pick of Destiny" + year: 2006 + url_poster: https://theposterdb.com/api/assets/216517 diff --git a/Frexe/Movies/Metadata/Movies/Thank you for smoking.yml b/Frexe/Movies/Metadata/Movies/Thank you for smoking.yml new file mode 100644 index 0000000..dfc8e03 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Thank you for smoking.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Thank You for Smoking (2006)": + title: "Thank You for Smoking" + year: 2006 + url_poster: https://theposterdb.com/api/assets/216519 diff --git a/Frexe/Movies/Metadata/Movies/The 355.yml b/Frexe/Movies/Metadata/Movies/The 355.yml new file mode 100644 index 0000000..2cfa0ce --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The 355.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The 355 (2022)": + title: "The 355" + year: 2022 + url_poster: https://theposterdb.com/api/assets/210476 diff --git a/Frexe/Movies/Metadata/Movies/The 400 Blows.yml b/Frexe/Movies/Metadata/Movies/The 400 Blows.yml new file mode 100644 index 0000000..cdb6110 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The 400 Blows.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The 400 Blows (1959)": + title: "The 400 Blows" + year: 1959 + url_poster: https://theposterdb.com/api/assets/200206 diff --git a/Frexe/Movies/Metadata/Movies/The Battle of Algiers.yml b/Frexe/Movies/Metadata/Movies/The Battle of Algiers.yml new file mode 100644 index 0000000..ec2b143 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Battle of Algiers.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/197219 + + "The Battle of Algiers (1966)": + title: "The Battle of Algiers" + year: 1966 + url_poster: https://theposterdb.com/api/assets/197219 diff --git a/Frexe/Movies/Metadata/Movies/The Best Years of Our Lives.yml b/Frexe/Movies/Metadata/Movies/The Best Years of Our Lives.yml new file mode 100644 index 0000000..f567440 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Best Years of Our Lives.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Best Years of Our Lives (1946)": + title: "The Best Years of Our Lives" + year: 1946 + url_poster: https://theposterdb.com/api/assets/186608 diff --git a/Frexe/Movies/Metadata/Movies/The Big Lebowski.yml b/Frexe/Movies/Metadata/Movies/The Big Lebowski.yml new file mode 100644 index 0000000..dd08566 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Big Lebowski.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/188789 + + "The Big Lebowski (1998)": + title: "The Big Lebowski" + year: 1998 + url_poster: https://theposterdb.com/api/assets/188789 diff --git a/Frexe/Movies/Metadata/Movies/The Bob's Burgers Movie.yml b/Frexe/Movies/Metadata/Movies/The Bob's Burgers Movie.yml new file mode 100644 index 0000000..c3c2182 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Bob's Burgers Movie.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/251394 + + "The Bob's Burgers Movie (2022)": + title: "The Bob's Burgers Movie" + year: 2022 + url_poster: https://theposterdb.com/api/assets/251394 diff --git a/Frexe/Movies/Metadata/Movies/The Bridge on the River Kwai.yml b/Frexe/Movies/Metadata/Movies/The Bridge on the River Kwai.yml new file mode 100644 index 0000000..3e3e52a --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Bridge on the River Kwai.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/186636 + + "The Bridge on the River Kwai (1957)": + title: "The Bridge on the River Kwai" + year: 1957 + url_poster: https://theposterdb.com/api/assets/186636 diff --git a/Frexe/Movies/Metadata/Movies/The Cobbler.yml b/Frexe/Movies/Metadata/Movies/The Cobbler.yml new file mode 100644 index 0000000..f9afc3a --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Cobbler.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Cobbler (2015)": + title: "The Cobbler" + year: 2015 + url_poster: https://theposterdb.com/api/assets/187528 diff --git a/Frexe/Movies/Metadata/Movies/The Command.yml b/Frexe/Movies/Metadata/Movies/The Command.yml new file mode 100644 index 0000000..e05553c --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Command.yml @@ -0,0 +1,7 @@ +metadata: #Posters found here https://theposterdb.com/poster/195315 + + "The Command (2018)": + title: "The Command" + original_title: "Kursk" + year: 2018 + url_poster: https://theposterdb.com/api/assets/195315 diff --git a/Frexe/Movies/Metadata/Movies/The Courier.yml b/Frexe/Movies/Metadata/Movies/The Courier.yml new file mode 100644 index 0000000..d104a74 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Courier.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/198700 + + "The Courier (2020)": + title: "The Courier" + year: 2020 + url_poster: https://theposterdb.com/api/assets/198700 diff --git a/Frexe/Movies/Metadata/Movies/The Deer Hunter.yml b/Frexe/Movies/Metadata/Movies/The Deer Hunter.yml new file mode 100644 index 0000000..5f7a92f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Deer Hunter.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/184735 + + "The Deer Hunter (1979)": + title: "The Deer Hunter" + year: 1979 + url_poster: https://theposterdb.com/api/assets/184735 diff --git a/Frexe/Movies/Metadata/Movies/The Departed.yml b/Frexe/Movies/Metadata/Movies/The Departed.yml new file mode 100644 index 0000000..a0f67b8 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Departed.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/184123 + + "The Departed (2006)": + title: "The Departed" + year: 2006 + url_poster: https://theposterdb.com/api/assets/184123 diff --git a/Frexe/Movies/Metadata/Movies/The Elephant Man.yml b/Frexe/Movies/Metadata/Movies/The Elephant Man.yml new file mode 100644 index 0000000..ac631dc --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Elephant Man.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/211176 + + "The Elephant Man (1980)": + title: "The Elephant Man" + year: 1980 + url_poster: https://theposterdb.com/api/assets/211176 diff --git a/Frexe/Movies/Metadata/Movies/The Family Man.yml b/Frexe/Movies/Metadata/Movies/The Family Man.yml new file mode 100644 index 0000000..f5748dc --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Family Man.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/190415 + + "The Family Man (2000)": + title: "The Family Man" + year: 2000 + url_poster: https://theposterdb.com/api/assets/190415 diff --git a/Frexe/Movies/Metadata/Movies/The Father.yml b/Frexe/Movies/Metadata/Movies/The Father.yml new file mode 100644 index 0000000..8b81a7a --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Father.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/198409 + + "The Father (2020)": + title: "The Father" + year: 2020 + url_poster: https://theposterdb.com/api/assets/198409 diff --git a/Frexe/Movies/Metadata/Movies/The Founder.yml b/Frexe/Movies/Metadata/Movies/The Founder.yml new file mode 100644 index 0000000..6d5333f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Founder.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/202213 + + "The Founder (2016)": + title: "The Founder" + year: 2016 + url_poster: https://theposterdb.com/api/assets/202213 diff --git a/Frexe/Movies/Metadata/Movies/The General.yml b/Frexe/Movies/Metadata/Movies/The General.yml new file mode 100644 index 0000000..f6e35a7 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The General.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/197369 + + "The General (1926)": + title: "The General" + year: 1926 + url_poster: https://theposterdb.com/api/assets/197369 diff --git a/Frexe/Movies/Metadata/Movies/The Gentlemen.yml b/Frexe/Movies/Metadata/Movies/The Gentlemen.yml new file mode 100644 index 0000000..979c944 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Gentlemen.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/198730 + + "The Gentlemen (2020)": + title: "The Gentlemen" + year: 2020 + url_poster: https://theposterdb.com/api/assets/198730 diff --git a/Frexe/Movies/Metadata/Movies/The Gold Rush.yml b/Frexe/Movies/Metadata/Movies/The Gold Rush.yml new file mode 100644 index 0000000..88cf768 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Gold Rush.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/237829 + + "The Gold Rush (1925)": + title: "The Gold Rush" + year: 1925 + url_poster: https://theposterdb.com/api/assets/237829 diff --git a/Frexe/Movies/Metadata/Movies/The Grand Budapest Hotel.yml b/Frexe/Movies/Metadata/Movies/The Grand Budapest Hotel.yml new file mode 100644 index 0000000..45d534f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Grand Budapest Hotel.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/193733 + + "The Grand Budapest Hotel (2014)": + title: "The Grand Budapest Hotel" + year: 2014 + url_poster: https://theposterdb.com/api/assets/193733 diff --git a/Frexe/Movies/Metadata/Movies/The Great Dictator.yml b/Frexe/Movies/Metadata/Movies/The Great Dictator.yml new file mode 100644 index 0000000..d8d0e94 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Great Dictator.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/197372 + + "The Great Dictator (1940)": + title: "The Great Dictator" + year: 1940 + url_poster: https://theposterdb.com/api/assets/197372 diff --git a/Frexe/Movies/Metadata/Movies/The Green Hornet.yml b/Frexe/Movies/Metadata/Movies/The Green Hornet.yml new file mode 100644 index 0000000..aae1abd --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Green Hornet.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/210174 + + "The Green Hornet (2011)": + title: "The Green Hornet" + year: 2011 + url_poster: https://theposterdb.com/api/assets/210174 diff --git a/Frexe/Movies/Metadata/Movies/The Guilty.yml b/Frexe/Movies/Metadata/Movies/The Guilty.yml new file mode 100644 index 0000000..4ebc07c --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Guilty.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/179257 + + "The Guilty (2021)": + title: "The Guilty" + year: 2021 + url_poster: https://theposterdb.com/api/assets/179257 diff --git a/Frexe/Movies/Metadata/Movies/The Harder They Fall.yml b/Frexe/Movies/Metadata/Movies/The Harder They Fall.yml new file mode 100644 index 0000000..4a11587 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Harder They Fall.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/189840 + + "The Harder They Fall (2021)": + title: "The Harder They Fall" + year: 2021 + url_poster: https://theposterdb.com/api/assets/189840 diff --git a/Frexe/Movies/Metadata/Movies/The Hunt.yml b/Frexe/Movies/Metadata/Movies/The Hunt.yml new file mode 100644 index 0000000..ed39288 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Hunt.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/209420 + + "The Hunt (2012)": + title: "The Hunt" + year: 2012 + url_poster: https://theposterdb.com/api/assets/209420 diff --git a/Frexe/Movies/Metadata/Movies/The Ice Road.yml b/Frexe/Movies/Metadata/Movies/The Ice Road.yml new file mode 100644 index 0000000..d1a339b --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Ice Road.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/178728 + + "The Ice Road (2021)": + title: "The Ice Road" + year: 2021 + url_poster: https://theposterdb.com/api/assets/178728 diff --git a/Frexe/Movies/Metadata/Movies/The Iron Lady.yml b/Frexe/Movies/Metadata/Movies/The Iron Lady.yml new file mode 100644 index 0000000..16c6b74 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Iron Lady.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/210184 + + "The Iron Lady (2011)": + title: "The Iron Lady" + year: 2011 + url_poster: https://theposterdb.com/api/assets/210184 diff --git a/Frexe/Movies/Metadata/Movies/The King's Daughter.yml b/Frexe/Movies/Metadata/Movies/The King's Daughter.yml new file mode 100644 index 0000000..0bdde5d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The King's Daughter.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/205021 + + "The King's Daughter (2022)": + title: "The King's Daughter" + year: 2022 + url_poster: https://theposterdb.com/api/assets/205021 diff --git a/Frexe/Movies/Metadata/Movies/The Last Duel.yml b/Frexe/Movies/Metadata/Movies/The Last Duel.yml new file mode 100644 index 0000000..8c459a3 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Last Duel.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/193651 + + "The Last Duel (2021)": + title: "The Last Duel" + year: 2021 + url_poster: https://theposterdb.com/api/assets/193651 diff --git a/Frexe/Movies/Metadata/Movies/The Lost City.yml b/Frexe/Movies/Metadata/Movies/The Lost City.yml new file mode 100644 index 0000000..e81302b --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Lost City.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/235356 + + "The Lost City (2022)": + title: "The Lost City" + year: 2022 + url_poster: https://theposterdb.com/api/assets/235356 diff --git a/Frexe/Movies/Metadata/Movies/The Lost Daughter.yml b/Frexe/Movies/Metadata/Movies/The Lost Daughter.yml new file mode 100644 index 0000000..a7616a5 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Lost Daughter.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/201216 + + "The Lost Daughter (2021)": + title: "The Lost Daughter" + year: 2021 + url_poster: https://theposterdb.com/api/assets/201216 diff --git a/Frexe/Movies/Metadata/Movies/The Many Saints of Newark.yml b/Frexe/Movies/Metadata/Movies/The Many Saints of Newark.yml new file mode 100644 index 0000000..df411f4 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Many Saints of Newark.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/179255 + + "The Many Saints of Newark (2021)": + title: "The Many Saints of Newark" + year: 2021 + url_poster: https://theposterdb.com/api/assets/179255 diff --git a/Frexe/Movies/Metadata/Movies/The Marksman.yml b/Frexe/Movies/Metadata/Movies/The Marksman.yml new file mode 100644 index 0000000..4475a0e --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Marksman.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/179254 + + "The Marksman (2021)": + title: "The Marksman" + year: 2021 + url_poster: https://theposterdb.com/api/assets/179254 diff --git a/Frexe/Movies/Metadata/Movies/The Night Before.yml b/Frexe/Movies/Metadata/Movies/The Night Before.yml new file mode 100644 index 0000000..375e226 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Night Before.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/190452 + + "The Night Before (2015)": + title: "The Night Before" + year: 2015 + url_poster: https://theposterdb.com/api/assets/190452 diff --git a/Frexe/Movies/Metadata/Movies/The Night House.yml b/Frexe/Movies/Metadata/Movies/The Night House.yml new file mode 100644 index 0000000..2a5eb64 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Night House.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/186261 + + "The Night House (2021)": + title: "The Night House" + year: 2021 + url_poster: https://theposterdb.com/api/assets/186261 diff --git a/Frexe/Movies/Metadata/Movies/The Northman.yml b/Frexe/Movies/Metadata/Movies/The Northman.yml new file mode 100644 index 0000000..9bb7f5f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Northman.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/234930 + + "The Northman (2022)": + title: "The Northman" + year: 2022 + url_poster: https://theposterdb.com/api/assets/234930 diff --git a/Frexe/Movies/Metadata/Movies/The Other Guys.yml b/Frexe/Movies/Metadata/Movies/The Other Guys.yml new file mode 100644 index 0000000..8556475 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Other Guys.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/213078 + + "The Other Guys (2010)": + title: "The Other Guys" + year: 2010 + url_poster: https://theposterdb.com/api/assets/213078 diff --git a/Frexe/Movies/Metadata/Movies/The Perfect Storm.yml b/Frexe/Movies/Metadata/Movies/The Perfect Storm.yml new file mode 100644 index 0000000..73d2871 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Perfect Storm.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/194490 + + "The Perfect Storm (2000)": + title: "The Perfect Storm" + year: 2000 + url_poster: https://theposterdb.com/api/assets/194490 diff --git a/Frexe/Movies/Metadata/Movies/The Power of the Dog.yml b/Frexe/Movies/Metadata/Movies/The Power of the Dog.yml new file mode 100644 index 0000000..95a8fa9 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Power of the Dog.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/198035 + + "The Power of the Dog (2021)": + title: "The Power of the Dog" + year: 2021 + url_poster: https://theposterdb.com/api/assets/198035 diff --git a/Frexe/Movies/Metadata/Movies/The Prestige.yml b/Frexe/Movies/Metadata/Movies/The Prestige.yml new file mode 100644 index 0000000..10f0f41 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Prestige.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/207789 + + "The Prestige (2006)": + title: "The Prestige" + year: 2006 + url_poster: https://theposterdb.com/api/assets/207789 diff --git a/Frexe/Movies/Metadata/Movies/The Princess Bride.yml b/Frexe/Movies/Metadata/Movies/The Princess Bride.yml new file mode 100644 index 0000000..d480f8f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Princess Bride.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/187999 + + "The Princess Bride (1987)": + title: "The Princess Bride" + year: 1987 + url_poster: https://theposterdb.com/api/assets/187999 diff --git a/Frexe/Movies/Metadata/Movies/The Protégé.yml b/Frexe/Movies/Metadata/Movies/The Protégé.yml new file mode 100644 index 0000000..cce7c6f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Protégé.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/174235 + + "The Protégé (2021)": + title: "The Protégé" + year: 2021 + url_poster: https://theposterdb.com/api/assets/174235 diff --git a/Frexe/Movies/Metadata/Movies/The Ref.yml b/Frexe/Movies/Metadata/Movies/The Ref.yml new file mode 100644 index 0000000..bf52b3a --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Ref.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/220205 + + "The Ref (1994)": + title: "The Ref" + year: 1994 + url_poster: https://theposterdb.com/api/assets/220205 diff --git a/Frexe/Movies/Metadata/Movies/The Requin.yml b/Frexe/Movies/Metadata/Movies/The Requin.yml new file mode 100644 index 0000000..68afc83 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Requin.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Requin (2022)": + title: "The Requin" + year: 2022 + url_poster: https://theposterdb.com/api/assets/210513 diff --git a/Frexe/Movies/Metadata/Movies/The Rum Diary.yml b/Frexe/Movies/Metadata/Movies/The Rum Diary.yml new file mode 100644 index 0000000..e5fe894 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Rum Diary.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/194491 + + "The Rum Diary (2011)": + title: "The Rum Diary" + year: 2011 + url_poster: https://theposterdb.com/api/assets/194491 diff --git a/Frexe/Movies/Metadata/Movies/The Secret Life of Bees.yml b/Frexe/Movies/Metadata/Movies/The Secret Life of Bees.yml new file mode 100644 index 0000000..c006111 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Secret Life of Bees.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/255419 + + "The Secret Life of Bees (2008)": + title: "The Secret Life of Bees" + year: 2008 + url_poster: https://theposterdb.com/api/assets/255419 diff --git a/Frexe/Movies/Metadata/Movies/The Sitter.yml b/Frexe/Movies/Metadata/Movies/The Sitter.yml new file mode 100644 index 0000000..3acc7f1 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Sitter.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/210213 + + "The Sitter (2011)": + title: "The Sitter" + year: 2011 + url_poster: https://theposterdb.com/api/assets/210213 diff --git a/Frexe/Movies/Metadata/Movies/The Sixth Sense.yml b/Frexe/Movies/Metadata/Movies/The Sixth Sense.yml new file mode 100644 index 0000000..7056531 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Sixth Sense.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/178345 + + "The Sixth Sense (1999)": + title: "The Sixth Sense" + year: 1999 + url_poster: https://theposterdb.com/api/assets/178345 diff --git a/Frexe/Movies/Metadata/Movies/The Sound of Music.yml b/Frexe/Movies/Metadata/Movies/The Sound of Music.yml new file mode 100644 index 0000000..6d01a57 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Sound of Music.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Sound of Music (1965)": + title: "The Sound of Music" + year: 1965 + url_poster: https://theposterdb.com/api/assets/186280 diff --git a/Frexe/Movies/Metadata/Movies/The Terminal.yml b/Frexe/Movies/Metadata/Movies/The Terminal.yml new file mode 100644 index 0000000..48d6ed4 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Terminal.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/179237 + + "The Terminal (2004)": + title: "The Terminal" + year: 2004 + url_poster: https://theposterdb.com/api/assets/179237 diff --git a/Frexe/Movies/Metadata/Movies/The Tomorrow War.yml b/Frexe/Movies/Metadata/Movies/The Tomorrow War.yml new file mode 100644 index 0000000..2c82868 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Tomorrow War.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/183796 + + "The Tomorrow War (2021)": + title: "The Tomorrow War" + year: 2021 + url_poster: https://theposterdb.com/api/assets/183796 diff --git a/Frexe/Movies/Metadata/Movies/The Treasure of the Sierra Madre.yml b/Frexe/Movies/Metadata/Movies/The Treasure of the Sierra Madre.yml new file mode 100644 index 0000000..6ba1aed --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Treasure of the Sierra Madre.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/212364 + + "The Treasure of the Sierra Madre (1948)": + title: "The Treasure of the Sierra Madre" + year: 1948 + url_poster: https://theposterdb.com/api/assets/212364 diff --git a/Frexe/Movies/Metadata/Movies/The Truman Show.yml b/Frexe/Movies/Metadata/Movies/The Truman Show.yml new file mode 100644 index 0000000..359e392 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Truman Show.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/221822 + + "The Truman Show (1998)": + title: "The Truman Show" + year: 1998 + url_poster: https://theposterdb.com/api/assets/221822 diff --git a/Frexe/Movies/Metadata/Movies/The Unforgivable.yml b/Frexe/Movies/Metadata/Movies/The Unforgivable.yml new file mode 100644 index 0000000..434243d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Unforgivable.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/196084 + + "The Unforgivable (2021)": + title: "The Unforgivable" + year: 2021 + url_poster: https://theposterdb.com/api/assets/196084 diff --git a/Frexe/Movies/Metadata/Movies/The Usual Suspects.yml b/Frexe/Movies/Metadata/Movies/The Usual Suspects.yml new file mode 100644 index 0000000..0d3af44 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Usual Suspects.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/207809 + + "The Usual Suspects (1995)": + title: "The Usual Suspects" + year: 1995 + url_poster: https://theposterdb.com/api/assets/207809 diff --git a/Frexe/Movies/Metadata/Movies/The Vault.yml b/Frexe/Movies/Metadata/Movies/The Vault.yml new file mode 100644 index 0000000..169e9ef --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Vault.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/251253 + + "The Vault (2021)": + title: "The Vault" + year: 2021 + url_poster: https://theposterdb.com/api/assets/251253 diff --git a/Frexe/Movies/Metadata/Movies/The Virtuoso.yml b/Frexe/Movies/Metadata/Movies/The Virtuoso.yml new file mode 100644 index 0000000..176fab1 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Virtuoso.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/188283 + + "The Virtuoso (2021)": + title: "The Virtuoso" + year: 2021 + url_poster: https://theposterdb.com/api/assets/188283 diff --git a/Frexe/Movies/Metadata/Movies/The Voyeurs.yml b/Frexe/Movies/Metadata/Movies/The Voyeurs.yml new file mode 100644 index 0000000..21ac2f8 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Voyeurs.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/175990 + + "The Voyeurs (2021)": + title: "The Voyeurs" + year: 2021 + url_poster: https://theposterdb.com/api/assets/175990 diff --git a/Frexe/Movies/Metadata/Movies/The Way Back.yml b/Frexe/Movies/Metadata/Movies/The Way Back.yml new file mode 100644 index 0000000..3df6856 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Way Back.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/195610 + + "The Way Back (2010)": + title: "The Way Back" + year: 2010 + url_poster: https://theposterdb.com/api/assets/195610 diff --git a/Frexe/Movies/Metadata/Movies/The Wedding Singer.yml b/Frexe/Movies/Metadata/Movies/The Wedding Singer.yml new file mode 100644 index 0000000..6426562 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Wedding Singer.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/194503 + + "The Wedding Singer (1998)": + title: "The Wedding Singer" + year: 1998 + url_poster: https://theposterdb.com/api/assets/194503 diff --git a/Frexe/Movies/Metadata/Movies/The Wolf of Wall Street.yml b/Frexe/Movies/Metadata/Movies/The Wolf of Wall Street.yml new file mode 100644 index 0000000..ce4bc0d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Wolf of Wall Street.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Wolf of Wall Street (2013)": + title: "The Wolf of Wall Street" + year: 2013 + url_poster: https://theposterdb.com/api/assets/194506 diff --git a/Frexe/Movies/Metadata/Movies/The Wrestler.yml b/Frexe/Movies/Metadata/Movies/The Wrestler.yml new file mode 100644 index 0000000..db88373 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/The Wrestler.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/189507 + + "The Wrestler (2009)": + title: "The Wrestler" + year: 2009 + url_poster: https://theposterdb.com/api/assets/189507 diff --git a/Frexe/Movies/Metadata/Movies/There Will Be Blood.yml b/Frexe/Movies/Metadata/Movies/There Will Be Blood.yml new file mode 100644 index 0000000..02913ed --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/There Will Be Blood.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/212724 + + "There Will Be Blood (2008)": + title: "There Will Be Blood" + year: 2007 + url_poster: https://theposterdb.com/api/assets/212724 diff --git a/Frexe/Movies/Metadata/Movies/Three Billboards Outside Ebbing, Missouri.yml b/Frexe/Movies/Metadata/Movies/Three Billboards Outside Ebbing, Missouri.yml new file mode 100644 index 0000000..424f976 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Three Billboards Outside Ebbing, Missouri.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/201520 + + "Three Billboards Outside Ebbing, Missouri (2017)": + title: "Three Billboards Outside Ebbing, Missouri" + year: 2017 + url_poster: https://theposterdb.com/api/assets/201520 diff --git a/Frexe/Movies/Metadata/Movies/Tom & Jerry.yml b/Frexe/Movies/Metadata/Movies/Tom & Jerry.yml new file mode 100644 index 0000000..ca3920b --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Tom & Jerry.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/175323 + + "Tom & Jerry (2021)": + title: "Tom & Jerry" + year: 2021 + url_poster: https://theposterdb.com/api/assets/175323 diff --git a/Frexe/Movies/Metadata/Movies/Trading Places.yml b/Frexe/Movies/Metadata/Movies/Trading Places.yml new file mode 100644 index 0000000..857b2d7 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Trading Places.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/197342 + + "Trading Places (1983)": + title: "Trading Places" + year: 1983 + url_poster: https://theposterdb.com/api/assets/197342 diff --git a/Frexe/Movies/Metadata/Movies/Trapped in Paradise.yml b/Frexe/Movies/Metadata/Movies/Trapped in Paradise.yml new file mode 100644 index 0000000..411baa0 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Trapped in Paradise.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/190465 + + "Trapped in Paradise (1994)": + title: "Trapped in Paradise" + year: 1994 + url_poster: https://theposterdb.com/api/assets/190465 diff --git a/Frexe/Movies/Metadata/Movies/Trigger Point.yml b/Frexe/Movies/Metadata/Movies/Trigger Point.yml new file mode 100644 index 0000000..5c6fc53 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Trigger Point.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/188281 + + "Trigger Point (2021)": + title: "Trigger Point" + year: 2021 + url_poster: https://theposterdb.com/api/assets/188281 diff --git a/Frexe/Movies/Metadata/Movies/Uncharted.yml b/Frexe/Movies/Metadata/Movies/Uncharted.yml new file mode 100644 index 0000000..572ee6b --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Uncharted.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/214312 + + "Uncharted (2022)": + title: "Uncharted" + year: 2022 + url_poster: https://theposterdb.com/api/assets/214312 diff --git a/Frexe/Movies/Metadata/Movies/Unforgiven.yml b/Frexe/Movies/Metadata/Movies/Unforgiven.yml new file mode 100644 index 0000000..4d789d2 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Unforgiven.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/184395 + + "Unforgiven (1992)": + title: "Unforgiven" + year: 1992 + url_poster: https://theposterdb.com/api/assets/184395 diff --git a/Frexe/Movies/Metadata/Movies/Vacation Friends.yml b/Frexe/Movies/Metadata/Movies/Vacation Friends.yml new file mode 100644 index 0000000..705b649 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Vacation Friends.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Vacation Friends (2021)": + title: "Vacation Friends" + year: 2021 + url_poster: https://theposterdb.com/api/assets/174239 diff --git a/Frexe/Movies/Metadata/Movies/Vengeance.yml b/Frexe/Movies/Metadata/Movies/Vengeance.yml new file mode 100644 index 0000000..46e988e --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Vengeance.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/259920 + + "Vengeance (2022)": + title: "Vengeance" + year: 2022 + url_poster: https://theposterdb.com/api/assets/259920 diff --git a/Frexe/Movies/Metadata/Movies/Violet Evergarden Eternity and the Auto Memory Doll.yml b/Frexe/Movies/Metadata/Movies/Violet Evergarden Eternity and the Auto Memory Doll.yml new file mode 100644 index 0000000..8d75a7e --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Violet Evergarden Eternity and the Auto Memory Doll.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/236929 + + "Violet Evergarden: Eternity and the Auto Memory Doll (2019)": + title: "Violet Evergarden: Eternity and the Auto Memory Doll" + year: 2019 + url_poster: https://theposterdb.com/api/assets/236929 diff --git a/Frexe/Movies/Metadata/Movies/WORLD'S MOST DANGEROUS PAPER ROUTE.yml b/Frexe/Movies/Metadata/Movies/WORLD'S MOST DANGEROUS PAPER ROUTE.yml new file mode 100644 index 0000000..4c60d1f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/WORLD'S MOST DANGEROUS PAPER ROUTE.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/250520 + + "WORLD'S MOST DANGEROUS PAPER ROUTE (2018)": + title: "WORLD'S MOST DANGEROUS PAPER ROUTE" + year: 2018 + url_poster: https://theposterdb.com/api/assets/250520 diff --git a/Frexe/Movies/Metadata/Movies/Waiting.yml b/Frexe/Movies/Metadata/Movies/Waiting.yml new file mode 100644 index 0000000..5f6f057 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Waiting.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/216892 + + "Waiting... (2005)": + title: "Waiting..." + year: 2005 + url_poster: https://theposterdb.com/api/assets/216892 diff --git a/Frexe/Movies/Metadata/Movies/War Horse.yml b/Frexe/Movies/Metadata/Movies/War Horse.yml new file mode 100644 index 0000000..0caf6c9 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/War Horse.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "War Horse (2011)": + title: "War Horse" + year: 2011 + url_poster: https://theposterdb.com/api/assets/179240 diff --git a/Frexe/Movies/Metadata/Movies/Warning.yml b/Frexe/Movies/Metadata/Movies/Warning.yml new file mode 100644 index 0000000..92538cb --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Warning.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Warning (2021)": + title: "Warning" + year: 2021 + url_poster: https://theposterdb.com/api/assets/183637 diff --git a/Frexe/Movies/Metadata/Movies/Warrior.yml b/Frexe/Movies/Metadata/Movies/Warrior.yml new file mode 100644 index 0000000..bcab720 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Warrior.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Warrior (2011)": + title: "Warrior" + year: 2011 + url_poster: https://theposterdb.com/api/assets/188575 diff --git a/Frexe/Movies/Metadata/Movies/Werewolves Within.yml b/Frexe/Movies/Metadata/Movies/Werewolves Within.yml new file mode 100644 index 0000000..414f3e6 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Werewolves Within.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/255549 + + "Werewolves Within (2021)": + title: "Werewolves Within" + year: 2021 + url_poster: https://theposterdb.com/api/assets/255549 diff --git a/Frexe/Movies/Metadata/Movies/West Side Story.yml b/Frexe/Movies/Metadata/Movies/West Side Story.yml new file mode 100644 index 0000000..f1a324d --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/West Side Story.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "West Side Story (2021)": + title: "West Side Story" + year: 2021 + url_poster: https://theposterdb.com/api/assets/191487 diff --git a/Frexe/Movies/Metadata/Movies/Whiplash.yml b/Frexe/Movies/Metadata/Movies/Whiplash.yml new file mode 100644 index 0000000..962ee08 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Whiplash.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Whiplash (2014)": + title: "Whiplash" + year: 2014 + url_poster: https://theposterdb.com/api/assets/194505 diff --git a/Frexe/Movies/Metadata/Movies/Whos Your Caddy.yml b/Frexe/Movies/Metadata/Movies/Whos Your Caddy.yml new file mode 100644 index 0000000..38b938f --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Whos Your Caddy.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/255300 + + "Who's Your Caddy? (2007)": + title: "Who's Your Caddy?" + year: 2007 + url_poster: https://theposterdb.com/api/assets/255300 diff --git a/Frexe/Movies/Metadata/Movies/Windtalkers.yml b/Frexe/Movies/Metadata/Movies/Windtalkers.yml new file mode 100644 index 0000000..636a0c4 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Windtalkers.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/195896 + + "Windtalkers (2002)": + title: "Windtalkers" + year: 2002 + url_poster: https://theposterdb.com/api/assets/195896 diff --git a/Frexe/Movies/Metadata/Movies/Without Remorse.yml b/Frexe/Movies/Metadata/Movies/Without Remorse.yml new file mode 100644 index 0000000..9612490 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Without Remorse.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/188285 + + "Tom Clancy's Without Remorse (2021)": + title: "Without Remorse" + year: 2021 + url_poster: https://theposterdb.com/api/assets/188285 diff --git a/Frexe/Movies/Metadata/Movies/Worth.yml b/Frexe/Movies/Metadata/Movies/Worth.yml new file mode 100644 index 0000000..d80dcfa --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Worth.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/175448 + + "Worth (2021)": + title: "Worth" + year: 2021 + url_poster: https://theposterdb.com/api/assets/175448 diff --git a/Frexe/Movies/Metadata/Movies/Wrath of Man.yml b/Frexe/Movies/Metadata/Movies/Wrath of Man.yml new file mode 100644 index 0000000..14ae3ec --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Wrath of Man.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/188287 + + "Wrath of Man (2021)": + title: "Wrath of Man" + year: 2021 + url_poster: https://theposterdb.com/api/assets/188287 diff --git a/Frexe/Movies/Metadata/Movies/Wrongfully Accused.yml b/Frexe/Movies/Metadata/Movies/Wrongfully Accused.yml new file mode 100644 index 0000000..2a1db41 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Wrongfully Accused.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Wrongfully Accused (1998)": + title: "Wrongfully Accused" + year: 1998 + url_poster: https://theposterdb.com/api/assets/221909 diff --git a/Frexe/Movies/Metadata/Movies/Zack and Miri Make a Porno.yml b/Frexe/Movies/Metadata/Movies/Zack and Miri Make a Porno.yml new file mode 100644 index 0000000..ad31d60 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Zack and Miri Make a Porno.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/poster/215720 + + "Zack and Miri Make a Porno (2008)": + title: "Zack and Miri Make a Porno" + year: 2008 + url_poster: https://theposterdb.com/api/assets/215720 diff --git a/Frexe/Movies/Metadata/Movies/Zeros and Ones.yml b/Frexe/Movies/Metadata/Movies/Zeros and Ones.yml new file mode 100644 index 0000000..95c2ddf --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/Zeros and Ones.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Zeros and Ones (2021)": + title: "Zeros and Ones" + year: 2021 + url_poster: https://theposterdb.com/api/assets/190958 diff --git a/Frexe/Movies/Metadata/Movies/tick, tick... BOOM!.yml b/Frexe/Movies/Metadata/Movies/tick, tick... BOOM!.yml new file mode 100644 index 0000000..37791c0 --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/tick, tick... BOOM!.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here: https://theposterdb.com/poster/190916 + + "tick, tick... BOOM! (2021)": + title: "tick, tick... BOOM!" + year: 2021 + url_poster: https://theposterdb.com/api/assets/190916 diff --git a/Frexe/Movies/Metadata/Movies/tick, tick...BOOM!.yml b/Frexe/Movies/Metadata/Movies/tick, tick...BOOM!.yml new file mode 100644 index 0000000..7c224ce --- /dev/null +++ b/Frexe/Movies/Metadata/Movies/tick, tick...BOOM!.yml @@ -0,0 +1,6 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "tick, tick...BOOM! (2021)": + title: "tick, tick...BOOM!" + year: 2021 + url_poster: https://theposterdb.com/api/assets/190916 diff --git a/Frexe/Movies/Metadata/Studio/A24.yml b/Frexe/Movies/Metadata/Studio/A24.yml new file mode 100644 index 0000000..14e37f5 --- /dev/null +++ b/Frexe/Movies/Metadata/Studio/A24.yml @@ -0,0 +1,341 @@ +metadata: #Posters found here https://theposterdb.com/poster/239974 + + "Ginger & Rosa (2012)": + title: "Ginger & Rosa" + year: 2012 + url_poster: https://theposterdb.com/api/assets/240012 + + "A Glimpse Inside the Mind of Charles Swan III (2013)": + title: "A Glimpse Inside the Mind of Charles Swan III" + year: 2013 + url_poster: https://theposterdb.com/api/assets/239976 + + "Spring Breakers (2013)": + title: "Spring Breakers" + year: 2013 + url_poster: https://theposterdb.com/api/assets/240087 + + "The Bling Ring (2013)": + title: "The Bling Ring" + year: 2013 + url_poster: https://theposterdb.com/api/assets/239986 + + "The Spectacular Now (2013)": + title: "The Spectacular Now" + year: 2013 + url_poster: https://theposterdb.com/api/assets/240086 + + "Enemy (2013)": + title: "Enemy" + year: 2013 + url_poster: https://theposterdb.com/api/assets/239999 + + "Enemy (2014)": + title: "Enemy" + year: 2014 + url_poster: https://theposterdb.com/api/assets/240095 + + "Locke (2014)": + title: "Locke" + year: 2014 + url_poster: https://theposterdb.com/api/assets/240046 + + "Obvious Child (2014)": + title: "Obvious Child" + year: 2014 + url_poster: https://theposterdb.com/api/assets/240063 + + "The Rover (2014)": + title: "The Rover" + year: 2014 + url_poster: https://theposterdb.com/api/assets/240073 + + "Life After Beth (2014)": + title: "Life After Beth" + year: 2014 + url_poster: https://theposterdb.com/api/assets/240043 + + "Tusk (2014)": + title: "Tusk" + year: 2014 + url_poster: https://theposterdb.com/api/assets/240092 + + "Laggies (2014)": + title: "Laggies" + year: 2014 + url_poster: https://theposterdb.com/api/assets/240037 + + "Revenge of the Green Dragons (2014)": + title: "Revenge of the Green Dragons" + year: 2014 + url_poster: https://theposterdb.com/api/assets/240069 + + "The Captive (2014)": + title: "The Captive" + year: 2014 + url_poster: https://theposterdb.com/api/assets/239988 + + "A Most Violent Year (2014)": + title: "A Most Violent Year" + year: 2014 + url_poster: https://theposterdb.com/api/assets/240059 + + "Son of a Gun (2014)": + title: "Son of a Gun" + year: 2014 + url_poster: https://theposterdb.com/api/assets/240083 + + "Cut Bank (2014)": + title: "Cut Bank" + year: 2014 + url_poster: https://theposterdb.com/api/assets/239992 + + "While We're Young (2015)": + title: "While We're Young" + year: 2015 + url_poster: https://theposterdb.com/api/assets/240099 + + "Ex Machina (2015)": + title: "Ex Machina" + year: 2015 + url_poster: https://theposterdb.com/api/assets/240003 + + "Slow West (2015)": + title: "Slow West" + year: 2015 + url_poster: https://theposterdb.com/api/assets/240082 + + "Barely Lethal (2015)": + title: "Barely Lethal" + year: 2015 + url_poster: https://theposterdb.com/api/assets/239984 + + "Amy (2015)": + title: "Amy" + year: 2015 + url_poster: https://theposterdb.com/api/assets/239981 + + "The End of the Tour (2015)": + title: "The End of the Tour" + year: 2015 + url_poster: https://theposterdb.com/api/assets/239998 + + "Dark Places (2015)": + title: "Dark Places" + year: 2015 + url_poster: https://theposterdb.com/api/assets/239993 + + "Mississippi Grind (2015)": + title: "Mississippi Grind" + year: 2015 + url_poster: https://theposterdb.com/api/assets/240054 + + "Room (2015)": + title: "Room" + year: 2015 + url_poster: https://theposterdb.com/api/assets/240070 + + "Mojave (2015)": + title: "Mojave" + year: 2015 + url_poster: https://theposterdb.com/api/assets/240055 + + "The Witch (2015)": + title: "The Witch" + year: 2015 + url_poster: https://theposterdb.com/api/assets/240102 + + "Remember (2015)": + title: "Remember" + year: 2015 + url_poster: https://theposterdb.com/api/assets/240068 + + "Green Room (2015)": + title: "Green Room" + year: 2015 + url_poster: https://theposterdb.com/api/assets/240017 + + "The Lobster (2015)": + title: "The Lobster" + year: 2015 + url_poster: https://theposterdb.com/api/assets/240045 + + "Equals (2015)": + title: "Equals" + year: 2015 + url_poster: https://theposterdb.com/api/assets/240001 + + "Krisha (2016)": + title: "Krisha" + year: 2016 + url_poster: https://theposterdb.com/api/assets/240035 + + "The Adderall Diaries (2016)": + title: "The Adderall Diaries" + year: 2016 + url_poster: https://theposterdb.com/api/assets/239977 + + "De Palma (2016)": + title: "De Palma" + year: 2016 + url_poster: https://theposterdb.com/api/assets/239994 + + "Swiss Army Man (2016)": + title: "Swiss Army Man" + year: 2016 + url_poster: https://theposterdb.com/api/assets/240089 + + "Into the Forest (2016)": + title: "Into the Forest" + year: 2016 + url_poster: https://theposterdb.com/api/assets/240026 + + "Morris from America (2016)": + title: "Morris from America" + year: 2016 + url_poster: https://theposterdb.com/api/assets/240058 + + "The Sea of Trees (2016)": + title: "The Sea of Trees" + year: 2016 + url_poster: https://theposterdb.com/api/assets/240077 + + "American Honey (2016)": + title: "American Honey" + year: 2016 + url_poster: https://theposterdb.com/api/assets/239980 + + "Moonlight (2016)": + title: "Moonlight" + year: 2016 + url_poster: https://theposterdb.com/api/assets/240057 + + "Supersonic (2016)": + title: "Supersonic" + year: 2016 + url_poster: https://theposterdb.com/api/assets/240088 + + "The Monster (2016)": + title: "The Monster" + year: 2016 + url_poster: https://theposterdb.com/api/assets/240056 + + "20th Century Women (2016)": + title: "20th Century Women" + year: 2016 + url_poster: https://theposterdb.com/api/assets/239975 + + "Trespass Against Us (2016)": + title: "Trespass Against Us" + year: 2016 + url_poster: https://theposterdb.com/api/assets/240091 + + "The Blackcoat's Daughter (2017)": + title: "The Blackcoat's Daughter" + year: 2017 + url_poster: https://theposterdb.com/api/assets/239985 + + "Free Fire (2017)": + title: "Free Fire" + year: 2017 + url_poster: https://theposterdb.com/api/assets/240010 + + "The Lovers (2017)": + title: "The Lovers" + year: 2017 + url_poster: https://theposterdb.com/api/assets/240047 + + "The Exception (2017)": + title: "The Exception" + year: 2017 + url_poster: https://theposterdb.com/api/assets/240004 + + "It Comes at Night (2017)": + title: "It Comes at Night" + year: 2017 + url_poster: https://theposterdb.com/api/assets/240028 + + "A Ghost Story (2017)": + title: "A Ghost Story" + year: 2017 + url_poster: https://theposterdb.com/api/assets/240011 + + "Menashe (2017)": + title: "Menashe" + year: 2017 + url_poster: https://theposterdb.com/api/assets/240050 + + "Good Time (2017)": + title: "Good Time" + year: 2017 + url_poster: https://theposterdb.com/api/assets/240014 + + "Woodshock (2017)": + title: "Woodshock" + year: 2017 + url_poster: https://theposterdb.com/api/assets/240104 + + "The Florida Project (2017)": + title: "The Florida Project" + year: 2017 + url_poster: https://theposterdb.com/api/assets/240009 + + "The Killing of a Sacred Deer (2017)": + title: "The Killing of a Sacred Deer" + year: 2017 + url_poster: https://theposterdb.com/api/assets/240030 + + "Lady Bird (2017)": + title: "Lady Bird" + year: 2017 + url_poster: https://theposterdb.com/api/assets/240036 + + "The Disaster Artist (2017)": + title: "The Disaster Artist" + year: 2017 + url_poster: https://theposterdb.com/api/assets/239996 + + "The Ballad of Lefty Brown (2017)": + title: "The Ballad of Lefty Brown" + year: 2017 + url_poster: https://theposterdb.com/api/assets/239983 + + "The Souvenir (2019)": + title: "The Souvenir" + year: 2019 + url_poster: https://theposterdb.com/api/assets/240084 + + "Zola (2020)": + title: "Zola" + year: 2020 + url_poster: https://theposterdb.com/api/assets/240106 + + "The Souvenir: Part II (2021)": + title: "The Souvenir: Part II" + year: 2021 + url_poster: https://theposterdb.com/api/assets/240085 + + "The Green Knight (2021)": + title: "The Green Knight" + year: 2021 + url_poster: https://theposterdb.com/api/assets/240015 + + "Val (2021)": + title: "Val" + year: 2021 + url_poster: https://theposterdb.com/api/assets/240096 + + "C'mon C'mon (2021)": + title: "C'mon C'mon" + year: 2021 + url_poster: https://theposterdb.com/api/assets/239991 + + "The Tragedy of Macbeth (2021)": + title: "The Tragedy of Macbeth" + year: 2021 + url_poster: https://theposterdb.com/api/assets/240090 + + "The Humans (2021)": + title: "The Humans" + year: 2021 + url_poster: https://theposterdb.com/api/assets/240024 diff --git a/Frexe/Movies/Metadata/Studio/Blue Sky Studios.yml b/Frexe/Movies/Metadata/Studio/Blue Sky Studios.yml new file mode 100644 index 0000000..004cf54 --- /dev/null +++ b/Frexe/Movies/Metadata/Studio/Blue Sky Studios.yml @@ -0,0 +1,117 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Ice Age (2002)": + title: "Ice Age" + year: 2002 + url_poster: https://theposterdb.com/api/assets/183135 + + "Robots (2005)": + title: "Robots" + year: 2005 + url_poster: https://theposterdb.com/api/assets/183136 + + "Ice Age: The Meltdown (2006)": + title: "Ice Age: The Meltdown" + year: 2006 + url_poster: https://theposterdb.com/api/assets/183137 + + "Horton Hears a Who! (2008)": + title: "Horton Hears a Who!" + year: 2008 + url_poster: https://theposterdb.com/api/assets/183138 + + "Ice Age: Dawn of the Dinosaurs (2009)": + title: "Ice Age: Dawn of the Dinosaurs" + year: 2009 + url_poster: https://theposterdb.com/api/assets/183139 + + "Rio (2011)": + title: "Rio" + year: 2011 + url_poster: https://theposterdb.com/api/assets/183140 + + "Ice Age: Continental Drift (2012)": + title: "Ice Age: Continental Drift" + year: 2012 + url_poster: https://theposterdb.com/api/assets/183141 + + "Epic (2013)": + title: "Epic" + year: 2013 + url_poster: https://theposterdb.com/api/assets/183142 + + "Rio 2 (2014)": + title: "Rio 2" + year: 2014 + url_poster: https://theposterdb.com/api/assets/183143 + + "The Peanuts Movie (2015)": + title: "The Peanuts Movie" + year: 2015 + url_poster: https://theposterdb.com/api/assets/180936 + + "Ice Age: The Great Egg-Scapade (2016)": + title: "Ice Age: The Great Egg-Scapade" + year: 2016 + url_poster: https://theposterdb.com/api/assets/183161 + + "Ice Age: Collision Course (2016)": + title: "Ice Age: Collision Course" + year: 2016 + url_poster: https://theposterdb.com/api/assets/183144 + + "Ferdinand (2017)": + title: "Ferdinand" + year: 2017 + url_poster: https://theposterdb.com/api/assets/183145 + + "Spies in Disguise (2019)": + title: "Spies in Disguise" + year: 2019 + url_poster: https://theposterdb.com/api/assets/183146 + + "The Ice Age Adventures of Buck Wild (2022)": + title: "The Ice Age Adventures of Buck Wild" + year: 2022 + url_poster: https://theposterdb.com/api/assets/210480 + +#Short films: + "Gone Nutty (2002)": + title: "Gone Nutty" + year: 2002 + url_poster: + + "No Time for Nuts (2006)": + title: "No Time for Nuts" + year: 2006 + url_poster: + + "Surviving Sid (2008)": + title: "Surviving Sid" + year: 2008 + url_poster: + + "Scrat's Continental Crack-Up (2010)": + title: "Scrat's Continental Crack-Up" + year: 2010 + url_poster: https://theposterdb.com/api/assets/183162 + + "Scrat's Continental Crack-Up: Part 2 (2011)": + title: "Scrat's Continental Crack-Up: Part 2" + year: 2011 + url_poster: https://theposterdb.com/api/assets/183163 + + "Ice Age: A Mammoth Christmas (2011)": + title: "Ice Age: A Mammoth Christmas" + year: 2011 + url_poster: https://theposterdb.com/api/assets/183160 + + "Cosmic Scrat-tastrophe (2015)": + title: "Cosmic Scrat-tastrophe" + year: 2015 + url_poster: + + "Scrat: Spaced Out (2016)": + title: "Scrat: Spaced Out" + year: 2016 + url_poster: https://theposterdb.com/api/assets/183164 diff --git a/Frexe/Movies/Metadata/Studio/Broken Lizard.yml b/Frexe/Movies/Metadata/Studio/Broken Lizard.yml new file mode 100644 index 0000000..00c9397 --- /dev/null +++ b/Frexe/Movies/Metadata/Studio/Broken Lizard.yml @@ -0,0 +1,31 @@ +metadata: #Posters found here https://theposterdb.com/set/121175 + + "Puddle Cruiser (1996)": + title: "Puddle Cruiser" + year: 1996 + url_poster: https://theposterdb.com/api/assets/201065 + + "Super Troopers (2001)": + title: "Super Troopers" + year: 2001 + url_poster: https://theposterdb.com/api/assets/201063 + + "Club Dread (2004)": + title: "Club Dread" + year: 2004 + url_poster: https://theposterdb.com/api/assets/201066 + + "Beerfest (2006)": + title: "Beerfest" + year: 2006 + url_poster: https://theposterdb.com/api/assets/201067 + + "The Slammin' Salmon (2009)": + title: "The Slammin' Salmon" + year: 2009 + url_poster: https://theposterdb.com/api/assets/201070 + + "Super Troopers 2 (2018)": + title: "Super Troopers 2" + year: 2018 + url_poster: https://theposterdb.com/api/assets/201064 diff --git a/Frexe/Movies/Metadata/Studio/DC.yml b/Frexe/Movies/Metadata/Studio/DC.yml new file mode 100644 index 0000000..e164e27 --- /dev/null +++ b/Frexe/Movies/Metadata/Studio/DC.yml @@ -0,0 +1,278 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + +#Live-action feature films + "Batman (1966)": + title: "Batman" + year: 1966 + url_poster: https://theposterdb.com/api/assets/171577 + + "Superman (1978)": + title: "Superman" + year: 1978 + url_poster: https://theposterdb.com/api/assets/171554 + + "Superman II (1980)": + title: "Superman II" + year: 1980 + url_poster: https://theposterdb.com/api/assets/171555 + + "Swamp Thing (1982)": + title: "Swamp Thing" + year: 1982 + url_poster: https://theposterdb.com/api/assets/171560 + + "Superman III (1983)": + title: "Superman III" + year: 1983 + url_poster: https://theposterdb.com/api/assets/171556 + + "Supergirl (1984)": + title: "Supergirl" + year: 1984 + url_poster: https://theposterdb.com/api/assets/171578 + + "Superman IV: The Quest for Peace (1987)": + title: "Superman IV: The Quest for Peace" + year: 1987 + url_poster: https://theposterdb.com/api/assets/171557 + + "The Return of Swamp Thing (1989)": + title: "The Return of Swamp Thing" + year: 1989 + url_poster: https://theposterdb.com/api/assets/171561 + + "Batman (1989)": + title: "Batman" + year: 1989 + url_poster: https://theposterdb.com/api/assets/171569 + + "Batman Returns (1992)": + title: "Batman Returns" + year: 1992 + url_poster: https://theposterdb.com/api/assets/171570 + + "Batman Forever (1995)": + title: "Batman Forever" + year: 1995 + url_poster: https://theposterdb.com/api/assets/171571 + + "Batman & Robin (1997)": + title: "Batman & Robin" + year: 1997 + url_poster: https://theposterdb.com/api/assets/171572 + + "Steel (1997)": + title: "Steel" + year: 1997 + url_poster: https://theposterdb.com/api/assets/171579 + + "The League of Extraordinary Gentlemen (2003)": + title: "The League of Extraordinary Gentlemen" + year: 2003 + url_poster: https://theposterdb.com/api/assets/171574 + + "Catwoman (2004)": + title: "Catwoman" + year: 2004 + url_poster: https://theposterdb.com/api/assets/171581 + + "Constantine (2005)": + title: "Constantine" + year: 2005 + url_poster: https://theposterdb.com/api/assets/171582 + + "Batman Begins (2005)": + title: "Batman Begins" + year: 2005 + url_poster: https://theposterdb.com/api/assets/171583 + + "Superman Returns (2006)": + title: "Superman Returns" + year: 2006 + url_poster: https://theposterdb.com/api/assets/171558 + + "The Fountain (2006)": + title: "The Fountain" + year: 2006 + url_poster: https://theposterdb.com/api/assets/171575 + + "The Dark Knight (2008)": + title: "The Dark Knight" + year: 2008 + url_poster: https://theposterdb.com/api/assets/171586 + + "The Spirit (2008)": + title: "The Spirit" + year: 2008 + url_poster: https://theposterdb.com/api/assets/171592 + + "Push (2009)": + title: "Push" + year: 2009 + url_poster: https://theposterdb.com/api/assets/171593 + + "Watchmen (2009)": + title: "Watchmen" + year: 2009 + url_poster: https://theposterdb.com/api/assets/171564 + + "Jonah Hex (2010)": + title: "Jonah Hex" + year: 2010 + url_poster: https://theposterdb.com/api/assets/171587 + + "Green Lantern (2011)": + title: "Green Lantern" + year: 2011 + url_poster: https://theposterdb.com/api/assets/171588 + + "The Dark Knight Rises (2012)": + title: "The Dark Knight Rises" + year: 2012 + url_poster: https://theposterdb.com/api/assets/171589 + + "Man of Steel (2013)": + title: "Man of Steel" + year: 2013 + url_poster: https://theposterdb.com/api/assets/171543 + + "Batman v Superman: Dawn of Justice (2016)": + title: "Batman v Superman: Dawn of Justice" + year: 2016 + url_poster: https://theposterdb.com/api/assets/171544 + + "Suicide Squad (2016)": + title: "Suicide Squad" + year: 2016 + url_poster: https://theposterdb.com/api/assets/171545 + + "Wonder Woman (2017)": + title: "Wonder Woman" + year: 2017 + url_poster: https://theposterdb.com/api/assets/171546 + + "Justice League (2017)": + title: "Justice League" + year: 2017 + url_poster: https://theposterdb.com/api/assets/171547 + + "Aquaman (2018)": + title: "Aquaman" + year: 2018 + url_poster: https://theposterdb.com/api/assets/171548 + + "Shazam! (2019)": + title: "Shazam!" + year: 2019 + url_poster: https://theposterdb.com/api/assets/171549 + + "Joker (2019)": + title: "Joker" + year: 2019 + url_poster: https://theposterdb.com/api/assets/171590 + + "Birds of Prey (2020)": + title: "Birds of Prey" + year: 2020 + url_poster: https://theposterdb.com/api/assets/171550 + + "Wonder Woman 1984 (2020)": + title: "Wonder Woman 1984" + year: 2020 + url_poster: https://theposterdb.com/api/assets/171551 + + "The Suicide Squad (2021)": + title: "The Suicide Squad" + year: 2021 + url_poster: https://theposterdb.com/api/assets/171553 + + "The Batman (2022)": + title: "The Batman" + year: 2022 + url_poster: https://theposterdb.com/api/assets/218193 + + "Black Adam (2022)": + title: "Black Adam" + year: 2022 + url_poster: + + "Shazam! Fury of the Gods (2022)": + title: "Shazam! Fury of the Gods" + year: 2022 + url_poster: + + "Aquaman and the Lost Kingdom (2023)": + title: "Aquaman and the Lost Kingdom" + year: 2023 + url_poster: + + "The Flash (2023)": + title: "The Flash" + year: 2023 + url_poster: + +#Streaming films + "Zack Snyder's Justice League (2021)": + title: "Zack Snyder's Justice League" + year: 2021 + url_poster: https://theposterdb.com/api/assets/171552 + + "Batgirl (2022)": + title: "Batgirl" + year: 2022 + url_poster: + +#From DC imprints: +#Vertigo: + "V for Vendetta (2006)": + title: "V for Vendetta" + year: 2006 + url_poster: https://theposterdb.com/api/assets/171585 + + "Stardust (2007)": + title: "Stardust" + year: 2007 + url_poster: https://theposterdb.com/api/assets/171591 + + "The Losers (2010)": + title: "The Losers" + year: 2010 + url_poster: + + "The Kitchen (2019)": + title: "The Kitchen" + year: 2019 + url_poster: + +#Paradox Press: + "Road to Perdition (2002)": + title: "Road to Perdition" + year: 2002 + url_poster: https://theposterdb.com/api/assets/171580 + + "A History of Violence (2005)": + title: "A History of Violence" + year: 2005 + url_poster: https://theposterdb.com/api/assets/171584 + +#WildStorm: + "RED (2010)": + title: "RED" + year: 2010 + url_poster: https://theposterdb.com/api/assets/171562 + + "RED 2 (2013)": + title: "RED 2" + year: 2013 + url_poster: https://theposterdb.com/api/assets/171563 + +#Shorts: + "Under the Hood (2009)": + title: "Under the Hood" + year: 2009 + url_poster: https://theposterdb.com/api/assets/171566 + + "Tales of the Black Freighter (2009)": + title: "Tales of the Black Freighter" + year: 2009 + url_poster: https://theposterdb.com/api/assets/171565 diff --git a/Frexe/Movies/Metadata/Studio/DreamWorks Animation.yml b/Frexe/Movies/Metadata/Studio/DreamWorks Animation.yml new file mode 100644 index 0000000..1cd0b72 --- /dev/null +++ b/Frexe/Movies/Metadata/Studio/DreamWorks Animation.yml @@ -0,0 +1,204 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + +#Films: + "Antz (1998)": + title: "Antz" + year: 1998 + url_poster: https://theposterdb.com/api/assets/190822 + + "The Prince of Egypt (1998)": + title: "The Prince of Egypt" + year: 1998 + url_poster: https://theposterdb.com/api/assets/190823 + + "The Road to El Dorado (2000)": + title: "The Road to El Dorado" + year: 2000 + url_poster: https://theposterdb.com/api/assets/190824 + + "Shrek (2001)": + title: "Shrek" + year: 2001 + url_poster: https://theposterdb.com/api/assets/190629 + + "Spirit: Stallion of the Cimarron (2002)": + title: "Spirit: Stallion of the Cimarron" + year: 2002 + url_poster: https://theposterdb.com/api/assets/174095 + + "Sinbad: Legend of the Seven Seas (2003)": + title: "Sinbad: Legend of the Seven Seas" + year: 2003 + url_poster: https://theposterdb.com/api/assets/190825 + + "Shrek 2 (2004)": + title: "Shrek 2" + year: 2004 + url_poster: https://theposterdb.com/api/assets/190630 + + "Shark Tale (2004)": + title: "Shark Tale" + year: 2004 + url_poster: https://theposterdb.com/api/assets/190826' + + "Madagascar (2005)": + title: "Madagascar" + year: 2005 + url_poster: https://theposterdb.com/api/assets/190784 + + "Over the Hedge (2006)": + title: "Over the Hedge" + year: 2006 + url_poster: https://theposterdb.com/api/assets/190827 + + "Shrek the Third (2007)": + title: "Shrek the Third" + year: 2007 + url_poster: https://theposterdb.com/api/assets/190631 + + "Bee Movie (2007)": + title: "Bee Movie" + year: 2007 + url_poster: https://theposterdb.com/api/assets/190828 + + "Kung Fu Panda (2008)": + title: "Kung Fu Panda" + year: 2008 + url_poster: https://theposterdb.com/api/assets/190810 + + "Madagascar: Escape 2 Africa (2008)": + title: "Madagascar: Escape 2 Africa" + year: 2008 + url_poster: https://theposterdb.com/api/assets/190785 + + "Monsters vs Aliens (2009)": + title: "Monsters vs Aliens" + year: 2009 + url_poster: https://theposterdb.com/api/assets/190829 + + "How to Train Your Dragon (2010)": + title: "How to Train Your Dragon" + year: 2010 + url_poster: https://theposterdb.com/api/assets/190611 + + "Shrek Forever After (2010)": + title: "Shrek Forever After" + year: 2010 + url_poster: https://theposterdb.com/api/assets/190632 + + "Megamind (2010)": + title: "Megamind" + year: 2010 + url_poster: https://theposterdb.com/api/assets/190830 + + "Kung Fu Panda 2 (2011)": + title: "Kung Fu Panda 2" + year: 2011 + url_poster: https://theposterdb.com/api/assets/190813 + + "Puss in Boots (2011)": + title: "Puss in Boots" + year: 2011 + url_poster: https://theposterdb.com/api/assets/190831 + + "Madagascar 3: Europe's Most Wanted (2012)": + title: "Madagascar 3: Europe's Most Wanted" + year: 2012 + url_poster: https://theposterdb.com/api/assets/190787 + + "Rise of the Guardians (2012)": + title: "Rise of the Guardians" + year: 2012 + url_poster: https://theposterdb.com/api/assets/190832 + + "The Croods (2013)": + title: "The Croods" + year: 2013 + url_poster: https://theposterdb.com/api/assets/190791 + + "Turbo (2013)": + title: "Turbo" + year: 2013 + url_poster: https://theposterdb.com/api/assets/190833 + + "Mr. Peabody & Sherman (2014)": + title: "Mr. Peabody & Sherman" + year: 2014 + url_poster: https://theposterdb.com/api/assets/190834 + + "How to Train Your Dragon 2 (2014)": + title: "How to Train Your Dragon 2" + year: 2014 + url_poster: https://theposterdb.com/api/assets/190612 + + "Home (2015)": + title: "Home" + year: 2015 + url_poster: https://theposterdb.com/api/assets/190835 + + "Kung Fu Panda 3 (2016)": + title: "Kung Fu Panda 3" + year: 2016 + url_poster: https://theposterdb.com/api/assets/190816 + + "Trolls (2016)": + title: "Trolls" + year: 2016 + url_poster: https://theposterdb.com/api/assets/190651 + + "The Boss Baby (2017)": + title: "The Boss Baby" + year: 2017 + url_poster: https://theposterdb.com/api/assets/176014 + + "Captain Underpants: The First Epic Movie (2017)": + title: "Captain Underpants: The First Epic Movie" + year: 2017 + url_poster: https://theposterdb.com/api/assets/190838 + + "How to Train Your Dragon: The Hidden World (2019)": + title: "How to Train Your Dragon: The Hidden World" + year: 2019 + url_poster: https://theposterdb.com/api/assets/190613 + + "Abominable (2019)": + title: "Abominable" + year: 2019 + url_poster: https://theposterdb.com/api/assets/190836 + + "Trolls World Tour (2020)": + title: "Trolls World Tour" + year: 2020 + url_poster: https://theposterdb.com/api/assets/190654 + + "The Croods: A New Age (2020)": + title: "The Croods: A New Age" + year: 2020 + url_poster: https://theposterdb.com/api/assets/190792 + + "Spirit Untamed (2021)": + title: "Spirit Untamed" + year: 2021 + url_poster: https://theposterdb.com/api/assets/174096 + + "The Boss Baby: Family Business (2021)": + title: "The Boss Baby: Family Business" + year: 2021 + url_poster: https://theposterdb.com/api/assets/176015 + +#Short films: + "Kung Fu Panda: Secrets of the Furious Five (2008)": + title: "Kung Fu Panda: Secrets of the Furious Five" + year: 2008 + url_poster: https://theposterdb.com/api/assets/190811 + +#Direct-to-video/streaming: + "Joseph: King of Dreams (2000)": + title: "Joseph: King of Dreams" + year: 2000 + url_poster: https://theposterdb.com/api/assets/190837 + + "Trollhunters: Rise Of The Titans (2021)": + title: "Trollhunters: Rise Of The Titans" + year: 2021 + url_poster: https://theposterdb.com/api/assets/190839 diff --git a/Frexe/Movies/Metadata/Studio/Happy Madison Productions.yml b/Frexe/Movies/Metadata/Studio/Happy Madison Productions.yml new file mode 100644 index 0000000..c3194d0 --- /dev/null +++ b/Frexe/Movies/Metadata/Studio/Happy Madison Productions.yml @@ -0,0 +1,266 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "The Waterboy (1998)": + title: "The Waterboy" + year: 1998 + url_poster: https://theposterdb.com/api/assets/188427 + + "Deuce Bigalow: Male Gigolo (1999)": + title: "Deuce Bigalow: Male Gigolo" + year: 1999 + url_poster: https://theposterdb.com/api/assets/216827 + + "Little Nicky (2000)": + title: "Little Nicky" + year: 2000 + url_poster: https://theposterdb.com/api/assets/195566 + + "Joe Dirt (2001)": + title: "Joe Dirt" + year: 2001 + url_poster: https://theposterdb.com/api/assets/204427 + + "The Animal (2001)": + title: "The Animal" + year: 2001 + url_poster: https://theposterdb.com/api/assets/203857 + + "The Hot Chick (2002)": + title: "The Hot Chick" + year: 2002 + url_poster: https://theposterdb.com/api/assets/187647 + + "Mr. Deeds (2002)": + title: "Mr. Deeds" + year: 2002 + url_poster: https://theposterdb.com/api/assets/195568 + + "The Master of Disguise (2002)": + title: "The Master of Disguise" + year: 2002 + url_poster: https://theposterdb.com/api/assets/217621 + + "Eight Crazy Nights (2002)": + title: "Eight Crazy Nights" + year: 2002 + url_poster: https://theposterdb.com/api/assets/190413 + + "Anger Management (2003)": + title: "Anger Management" + year: 2003 + url_poster: https://theposterdb.com/api/assets/195555 + + "The Mayor (2003)": + title: "The Mayor" + year: 2003 + url_poster: + + "Dickie Roberts: Former Child Star (2003)": + title: "Dickie Roberts: Former Child Star" + year: 2003 + url_poster: https://theposterdb.com/api/assets/218234 + + "50 First Dates (2004)": + title: "50 First Dates" + year: 2004 + url_poster: https://theposterdb.com/api/assets/195552 + + "Deuce Bigalow: European Gigolo (2005)": + title: "Deuce Bigalow: European Gigolo" + year: 2005 + url_poster: https://theposterdb.com/api/assets/216828 + + "The Longest Yard (2005)": + title: "The Longest Yard" + year: 2005 + url_poster: https://theposterdb.com/api/assets/179256 + + "Gay Robot (2006)": + title: "Gay Robot" + year: 2006 + url_poster: + + "Grandma's Boy (2006)": + title: "Grandma's Boy" + year: 2006 + url_poster: https://theposterdb.com/api/assets/216476 + + "Click (2006)": + title: "Click" + year: 2006 + url_poster: https://theposterdb.com/api/assets/185363 + + "The Benchwarmers (2006)": + title: "The Benchwarmers" + year: 2006 + url_poster: https://theposterdb.com/api/assets/188365 + + "I Now Pronounce You Chuck & Larry (2007)": + title: "I Now Pronounce You Chuck & Larry" + year: 2007 + url_poster: https://theposterdb.com/api/assets/194483 + + "Reign Over Me (2007)": + title: "Reign Over Me" + year: 2007 + url_poster: https://theposterdb.com/api/assets/195571 + + "Bedtime Stories (2008)": + title: "Bedtime Stories" + year: 2008 + url_poster: https://theposterdb.com/api/assets/173255 + + "You Don't Mess with the Zohan (2008)": + title: "You Don't Mess with the Zohan" + year: 2008 + url_poster: https://theposterdb.com/api/assets/218235 + + "The House Bunny (2008)": + title: "The House Bunny" + year: 2008 + url_poster: https://theposterdb.com/api/assets/215658 + + "Strange Wilderness (2008)": + title: "Strange Wilderness" + year: 2008 + url_poster: https://theposterdb.com/api/assets/215705 + + "Paul Blart: Mall Cop (2009)": + title: "Paul Blart: Mall Cop" + year: 2009 + url_poster: https://theposterdb.com/api/assets/204783 + + "Funny People (2009)": + title: "Funny People" + year: 2009 + url_poster: https://theposterdb.com/api/assets/195561 + + "The Shortcut (2009)": + title: "The Shortcut" + year: 2009 + url_poster: https://theposterdb.com/api/assets/218236 + + "Grown Ups (2010)": + title: "Grown Ups" + year: 2010 + url_poster: https://theposterdb.com/api/assets/195562 + + "Just Go With It (2011)": + title: "Just Go with It" + year: 2011 + url_poster: https://theposterdb.com/api/assets/195565 + + "Jack and Jill (2011)": + title: "Jack and Jill" + year: 2011 + url_poster: https://theposterdb.com/api/assets/195564 + + "Zookeeper (2011)": + title: "Zookeeper" + year: 2011 + url_poster: https://theposterdb.com/api/assets/218238 + + "Bucky Larson: Born to Be a Star (2011)": + title: "Bucky Larson: Born to Be a Star" + year: 2011 + url_poster: https://theposterdb.com/api/assets/218237 + + "That's My Boy (2012)": + title: "That's My Boy" + year: 2012 + url_poster: https://theposterdb.com/api/assets/195575 + + "Here Comes the Boom (2012)": + title: "Here Comes the Boom" + year: 2012 + url_poster: https://theposterdb.com/api/assets/209417 + + "Grown Ups 2 (2013)": + title: "Grown Ups 2" + year: 2013 + url_poster: https://theposterdb.com/api/assets/195563 + + "Blended (2014)": + title: "Blended" + year: 2014 + url_poster: https://theposterdb.com/api/assets/195558 + + "Paul Blart: Mall Cop 2 (2015)": + title: "Paul Blart: Mall Cop 2" + year: 2015 + url_poster: https://theposterdb.com/api/assets/204784 + + "Joe Dirt 2: Beautiful Loser (2015)": + title: "Joe Dirt 2: Beautiful Loser" + year: 2015 + url_poster: https://theposterdb.com/api/assets/204428 + + "Pixels (2015)": + title: "Pixels" + year: 2015 + url_poster: https://theposterdb.com/api/assets/184533 + + "The Ridiculous 6 (2015)": + title: "The Ridiculous 6" + year: 2015 + url_poster: https://theposterdb.com/api/assets/195572 + + "The Do-Over (2016)": + title: "The Do-Over" + year: 2016 + url_poster: https://theposterdb.com/api/assets/195560 + + "Sandy Wexler (2017)": + title: "Sandy Wexler" + year: 2017 + url_poster: https://theposterdb.com/api/assets/195573 + + "The Week Of (2018)": + title: "The Week Of" + year: 2018 + url_poster: https://theposterdb.com/api/assets/195577 + + "Adam Sandler: 100% Fresh (2018)": + title: "Adam Sandler: 100% Fresh" + year: 2018 + url_poster: + + "Father of the Year (2018)": + title: "Father of the Year" + year: 2018 + url_poster: https://theposterdb.com/api/assets/218239 + + "Murder Mystery (2019)": + title: "Murder Mystery" + year: 2019 + url_poster: https://theposterdb.com/api/assets/195569 + + "Benchwarmers 2: Breaking Balls (2019)": + title: "Benchwarmers 2: Breaking Balls" + year: 2019 + url_poster: https://theposterdb.com/api/assets/188366 + + "The Wrong Missy (2020)": + title: "The Wrong Missy" + year: 2020 + url_poster: https://theposterdb.com/api/assets/198499 + + "Hubie Halloween (2020)": + title: "Hubie Halloween" + year: 2020 + url_poster: https://theposterdb.com/api/assets/177461 + + "Esther Povitsky: Hot For My Name (2020)": + title: "Esther Povitsky: Hot For My Name" + year: 2020 + url_poster: + + "Home Team (2022)": + title: "Home Team" + year: 2022 + url_poster: https://theposterdb.com/api/assets/210479 + + "Hustle (2022)": + title: "Hustle" + year: 2022 + url_poster: https://theposterdb.com/api/assets/241838 diff --git a/Frexe/Movies/Metadata/Studio/Illumination Entertainment.yml b/Frexe/Movies/Metadata/Studio/Illumination Entertainment.yml new file mode 100644 index 0000000..ea3819e --- /dev/null +++ b/Frexe/Movies/Metadata/Studio/Illumination Entertainment.yml @@ -0,0 +1,88 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + +#Illumination: + "Despicable Me (2010)": + title: "Despicable Me" + year: 2010 + url_poster: https://theposterdb.com/api/assets/192193 + + "Hop (2011)": + title: "Hop" + year: 2011 + url_poster: https://theposterdb.com/api/assets/192202 + + "The Lorax (2012)": + title: "The Lorax" + year: 2012 + url_poster: https://theposterdb.com/api/assets/192203 + + "Despicable Me 2 (2013)": + title: "Despicable Me 2" + year: 2013 + url_poster: https://theposterdb.com/api/assets/192194 + + "Minions (2015)": + title: "Minions" + year: 2015 + url_poster: https://theposterdb.com/api/assets/192197 + + "The Secret Life of Pets (2016)": + title: "The Secret Life of Pets" + year: 2016 + url_poster: https://theposterdb.com/api/assets/192199 + + "Sing (2016)": + title: "Sing" + year: 2016 + url_poster: https://theposterdb.com/api/assets/192204 + + "Despicable Me 3 (2017)": + title: "Despicable Me 3" + year: 2017 + url_poster: https://theposterdb.com/api/assets/192195 + + "The Grinch (2018)": + title: "The Grinch" + year: 2018 + url_poster: https://theposterdb.com/api/assets/190421 + + "The Secret Life of Pets 2 (2019)": + title: "The Secret Life of Pets 2" + year: 2019 + url_poster: https://theposterdb.com/api/assets/192200 + + "Sing 2 (2021)": + title: "Sing 2" + year: 2021 + url_poster: https://theposterdb.com/api/assets/192205 + + "Minions: The Rise of Gru (2022)": + title: "Minions: The Rise of Gru" + year: 2022 + url_poster: https://theposterdb.com/api/assets/192198 + +#Dr.Seuss + "How the Grinch Stole Christmas! (1966)": + title: "How the Grinch Stole Christmas!" + year: 1966 + url_poster: https://theposterdb.com/api/assets/190422 + + "The Lorax (1972)": + title: "The Lorax" + year: 1972 + url_poster: https://theposterdb.com/api/assets/199716 + + "Halloween Is Grinch Night (1977)": + title: "Halloween Is Grinch Night" + year: 1977 + url_poster: https://theposterdb.com/api/assets/181258 + + "How the Grinch Stole Christmas (2000)": + title: "How the Grinch Stole Christmas" + year: 2000 + url_poster: https://theposterdb.com/api/assets/190423 + + "The Cat in the Hat (2003)": + title: "The Cat in the Hat" + year: 2003 + url_poster: https://theposterdb.com/api/assets/174525 diff --git a/Frexe/Movies/Metadata/Studio/Lucasfilm.yml b/Frexe/Movies/Metadata/Studio/Lucasfilm.yml new file mode 100644 index 0000000..661396a --- /dev/null +++ b/Frexe/Movies/Metadata/Studio/Lucasfilm.yml @@ -0,0 +1,111 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "American Graffiti (1973)": + title: "American Graffiti" + year: 1973 + url_poster: https://theposterdb.com/api/assets/203520 + + "Star Wars (1977)": + title: "Star Wars" + year: 1977 + url_poster: https://theposterdb.com/api/assets/174480 + + "The Star Wars Holiday Special (1978)": + title: "The Star Wars Holiday Special" + year: 1978 + url_poster: https://theposterdb.com/api/assets/174458 + + "More American Graffiti (1979)": + title: "More American Graffiti" + year: 1979 + url_poster: https://theposterdb.com/api/assets/203521 + + "Star Wars: Episode V - The Empire Strikes Back (1980)": + title: "Star Wars: Episode V - The Empire Strikes Back" + year: 1980 + url_poster: https://theposterdb.com/api/assets/174481 + + "Indiana Jones and the Raiders of the Lost Ark (1981)": + title: "Indiana Jones and the Raiders of the Lost Ark" + year: 1981 + url_poster: https://theposterdb.com/api/assets/174808 + + "Star Wars: Episode VI - Return of the Jedi (1983)": + title: "Star Wars: Episode VI - Return of the Jedi" + year: 1983 + url_poster: https://theposterdb.com/api/assets/174482 + + "Indiana Jones and the Temple of Doom (1984)": + title: "Indiana Jones and the Temple of Doom" + year: 1984 + url_poster: https://theposterdb.com/api/assets/174809 + + "Labyrinth (1986)": + title: "Labyrinth" + year: 1986 + url_poster: https://theposterdb.com/api/assets/174827 + + "Willow (1988)": + title: "Willow" + year: 1988 + url_poster: https://theposterdb.com/api/assets/175334 + + "Indiana Jones and the Last Crusade (1989)": + title: "Indiana Jones and the Last Crusade" + year: 1989 + url_poster: https://theposterdb.com/api/assets/174810 + + "Star Wars: Episode I - The Phantom Menace (1999)": + title: "Star Wars: Episode I - The Phantom Menace" + year: 1999 + url_poster: https://theposterdb.com/api/assets/174463 + + "Star Wars: Episode II - Attack of the Clones (2002)": + title: "Star Wars: Episode II - Attack of the Clones" + year: 2002 + url_poster: https://theposterdb.com/api/assets/174464 + + "Star Wars: Episode III - Revenge of the Sith (2005)": + title: "Star Wars: Episode III - Revenge of the Sith" + year: 2005 + url_poster: https://theposterdb.com/api/assets/174465 + + "Indiana Jones and the Kingdom of the Crystal Skull (2008)": + title: "Indiana Jones and the Kingdom of the Crystal Skull" + year: 2008 + url_poster: https://theposterdb.com/api/assets/174811 + + "Red Tails (2012)": + title: "Red Tails" + year: 2012 + url_poster: https://theposterdb.com/api/assets/195601 + + "Star Wars: Episode VII - The Force Awakens (2015)": + title: "Star Wars: Episode VII - The Force Awakens" + year: 2015 + url_poster: https://theposterdb.com/api/assets/174467 + + "Rogue One: A Star Wars Story (2016)": + title: "Rogue One: A Star Wars Story" + year: 2016 + url_poster: https://theposterdb.com/api/assets/174468 + + "Star Wars: Episode VIII - The Last Jedi (2017)": + title: "Star Wars: Episode VIII - The Last Jedi" + year: 2017 + url_poster: https://theposterdb.com/api/assets/174469 + + "Solo: A Star Wars Story (2018)": + title: "Solo: A Star Wars Story" + year: 2018 + url_poster: https://theposterdb.com/api/assets/174470 + + "Star Wars: Episode IX - The Rise of Skywalker (2019)": + title: "Star Wars: Episode IX - The Rise of Skywalker" + year: 2019 + url_poster: https://theposterdb.com/api/assets/174471 + + "Obi-Wan Kenobi: A Jedi's Return (2022)": + title: "Obi-Wan Kenobi: A Jedi's Return" + year: 2022 + url_poster: https://theposterdb.com/api/assets/264893 diff --git a/Frexe/Movies/Metadata/Studio/National Lampoon.yml b/Frexe/Movies/Metadata/Studio/National Lampoon.yml new file mode 100644 index 0000000..1900ee5 --- /dev/null +++ b/Frexe/Movies/Metadata/Studio/National Lampoon.yml @@ -0,0 +1,96 @@ +metadata: #Posters found here https://theposterdb.com/set/117553 + + "National Lampoon's Animal House (1978)": + title: "National Lampoon's Animal House" + year: 1978 + url_poster: https://theposterdb.com/api/assets/195048 + + "National Lampoon's Vacation (1983)": + title: "National Lampoon's Vacation" + year: 1983 + url_poster: https://theposterdb.com/api/assets/190025 + + "National Lampoon's European Vacation (1985)": + title: "National Lampoon's European Vacation" + year: 1985 + url_poster: https://theposterdb.com/api/assets/190026 + + "National Lampoon's Christmas Vacation (1989)": + title: "National Lampoon's Christmas Vacation" + year: 1989 + url_poster: https://theposterdb.com/api/assets/190027 + + "Movie Madness (1992)": + title: "Movie Madness" + year: 1992 + url_poster: https://theposterdb.com/api/assets/228737 + + "Loaded Weapon 1 (1993)": + title: "Loaded Weapon 1" + year: 1993 + url_poster: https://theposterdb.com/api/assets/195049 + + "National Lampoon's Senior Trip (1995)": + title: "National Lampoon's Senior Trip" + year: 1995 + url_poster: https://theposterdb.com/api/assets/195052 + + "Vegas Vacation (1997)": + title: "Vegas Vacation" + year: 1997 + url_poster: https://theposterdb.com/api/assets/190028 + + "National Lampoon's Van Wilder (2002)": + title: "National Lampoon's Van Wilder" + year: 2002 + url_poster: https://theposterdb.com/api/assets/195053 + + "Christmas Vacation 2: Cousin Eddie's Island Adventure (2003)": + title: "Christmas Vacation 2: Cousin Eddie's Island Adventure" + year: 2003 + url_poster: https://theposterdb.com/api/assets/190029 + + "Dorm Daze (2004)": + title: "Dorm Daze" + year: 2004 + url_poster: https://theposterdb.com/api/assets/195056 + + "Dorm Daze 2 (2006)": + title: "Dorm Daze 2" + year: 2006 + url_poster: https://theposterdb.com/api/assets/195057 + + "Van Wilder: The Rise of Taj (2006)": + title: "Van Wilder: The Rise of Taj" + year: 2006 + url_poster: https://theposterdb.com/api/assets/195054 + + "Van Wilder: Freshman Year (2009)": + title: "Van Wilder: Freshman Year" + year: 2009 + url_poster: https://theposterdb.com/api/assets/195055 + + "National Lampoon Presents: Endless Bummer (2009)": + title: "National Lampoon Presents: Endless Bummer" + year: 2009 + url_poster: https://theposterdb.com/api/assets/195051 + + "Dirty Movie (2011)": + title: "Dirty Movie" + year: 2011 + url_poster: https://theposterdb.com/api/assets/195050 + + "National Lampoon's The Legend of Awesomest Maximus (2011)": + title: "National Lampoon's The Legend of Awesomest Maximus" + year: 2011 + url_poster: https://theposterdb.com/api/assets/235740 + + "Vacation (2015)": + title: "Vacation" + year: 2015 + url_poster: https://theposterdb.com/api/assets/190030 + + "Drunk Stoned Brilliant Dead (2015)": + title: "Drunk Stoned Brilliant Dead" + year: 2015 + url_poster: https://theposterdb.com/api/assets/236387 diff --git a/Frexe/Movies/Metadata/Studio/Pixar.yml b/Frexe/Movies/Metadata/Studio/Pixar.yml new file mode 100644 index 0000000..f67e673 --- /dev/null +++ b/Frexe/Movies/Metadata/Studio/Pixar.yml @@ -0,0 +1,313 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 +#Films: + "Toy Story (1995)": + title: "Toy Story" + year: 1995 + url_poster: https://theposterdb.com/api/assets/189764 + + "A Bug's Life (1998)": + title: "A Bug's Life" + year: 1998 + url_poster: https://theposterdb.com/api/assets/189765 + + "Toy Story 2 (1999)": + title: "Toy Story 2" + year: 1999 + url_poster: https://theposterdb.com/api/assets/189766 + + "Monsters, Inc. (2001)": + title: "Monsters, Inc." + year: 2001 + url_poster: https://theposterdb.com/api/assets/189767 + + "Finding Nemo (2003)": + title: "Finding Nemo" + year: 2003 + url_poster: https://theposterdb.com/api/assets/189768 + + "The Incredibles (2004)": + title: "The Incredibles" + year: 2004 + url_poster: https://theposterdb.com/api/assets/189653 + + "Cars (2006)": + title: "Cars" + year: 2006 + url_poster: https://theposterdb.com/api/assets/188637 + + "Ratatouille (2007)": + title: "Ratatouille" + year: 2007 + url_poster: https://theposterdb.com/api/assets/189769 + + "WALL·E (2008)": + title: "WALL·E" + year: 2008 + url_poster: https://theposterdb.com/api/assets/189770 + + "Up (2009)": + title: "Up" + year: 2009 + url_poster: https://theposterdb.com/api/assets/189771 + + "Toy Story 3 (2010)": + title: "Toy Story 3" + year: 2010 + url_poster: https://theposterdb.com/api/assets/189772 + + "Cars 2 (2011)": + title: "Cars 2" + year: 2011 + url_poster: https://theposterdb.com/api/assets/188638 + + "Brave (2012)": + title: "Brave" + year: 2012 + url_poster: https://theposterdb.com/api/assets/189773 + + "Monsters University (2013)": + title: "Monsters University" + year: 2013 + url_poster: https://theposterdb.com/api/assets/189774 + + "Inside Out (2015)": + title: "Inside Out" + year: 2015 + url_poster: https://theposterdb.com/api/assets/189775 + + "The Good Dinosaur (2015)": + title: "The Good Dinosaur" + year: 2015 + url_poster: https://theposterdb.com/api/assets/189776 + + "Finding Dory (2016)": + title: "Finding Dory" + year: 2016 + url_poster: https://theposterdb.com/api/assets/189777 + + "Cars 3 (2017)": + title: "Cars 3" + year: 2017 + url_poster: https://theposterdb.com/api/assets/188639 + + "Coco (2017)": + title: "Coco" + year: 2017 + url_poster: https://theposterdb.com/api/assets/189778 + + "Incredibles 2 (2018)": + title: "Incredibles 2" + year: 2018 + url_poster: https://theposterdb.com/api/assets/189656 + + "Toy Story 4 (2019)": + title: "Toy Story 4" + year: 2019 + url_poster: https://theposterdb.com/api/assets/189779 + + "Onward (2020)": + title: "Onward" + year: 2020 + url_poster: https://theposterdb.com/api/assets/189780 + + "Soul (2020)": + title: "Soul" + year: 2020 + url_poster: https://theposterdb.com/api/assets/189781 + + "Luca (2021)": + title: "Luca" + year: 2021 + url_poster: https://theposterdb.com/api/assets/189782 + + "Turning Red (2022)": + title: "Turning Red" + year: 2022 + url_poster: https://theposterdb.com/api/assets/219164 + + "Lightyear (2022)": + title: "Lightyear" + year: 2022 + url_poster: https://theposterdb.com/api/assets/186643 +#Shorts: + + "The Adventures of André and Wally B. (1984)": + title: "The Adventures of André and Wally B." + year: 1984 + url_poster: https://theposterdb.com/api/assets/193620 + + "Luxo Jr. (1986)": + title: "Luxo Jr." + year: 1986 + url_poster: https://theposterdb.com/api/assets/193621 + + "Red's Dream (1987)": + title: "Red's Dream" + year: 1987 + url_poster: https://theposterdb.com/api/assets/193622 + + "Tin Toy (1988)": + title: "Tin Toy" + year: 1988 + url_poster: https://theposterdb.com/api/assets/193623 + + "Knick Knack (1989)": + title: "Knick Knack" + year: 1989 + url_poster: https://theposterdb.com/api/assets/193624 + + "Geri's Game (1997)": + title: "Geri's Game" + year: 1997 + url_poster: https://theposterdb.com/api/assets/193625 + + "For the Birds (2000)": + title: "For the Birds" + year: 2000 + url_poster: https://theposterdb.com/api/assets/193626 + + "Boundin' (2003)": + title: "Boundin'" + year: 2003 + url_poster: https://theposterdb.com/api/assets/193627 + + "One Man Band (2005)": + title: "One Man Band" + year: 2005 + url_poster: https://theposterdb.com/api/assets/193628 + + "Lifted (2006)": + title: "Lifted" + year: 2006 + url_poster: https://theposterdb.com/api/assets/193629 + + "Presto (2008)": + title: "Presto" + year: 2008 + url_poster: https://theposterdb.com/api/assets/193630 + + "Partly Cloudy (2009)": + title: "Partly Cloudy" + year: 2009 + url_poster: https://theposterdb.com/api/assets/193631 + + "Day & Night (2010)": + title: "Day & Night" + year: 2010 + url_poster: https://theposterdb.com/api/assets/193632 + + "La luna (2012)": + title: "La luna" + year: 2012 + url_poster: https://theposterdb.com/api/assets/193633 + + "The Blue Umbrella (2013)": + title: "The Blue Umbrella" + year: 2013 + url_poster: https://theposterdb.com/api/assets/193634 + + "Lava (2014)": + title: "Lava" + year: 2014 + url_poster: https://theposterdb.com/api/assets/193635 + + "Piper (2016)": + title: "Piper" + year: 2016 + url_poster: https://theposterdb.com/api/assets/193636 + + "Bao (2018)": + title: "Bao" + year: 2018 + url_poster: https://theposterdb.com/api/assets/193637 +#Feature-related: + + "Mike's New Car (2002)": + title: "Mike's New Car" + year: 2002 + url_poster: https://theposterdb.com/api/assets/199923 + + "Exploring the Reef (2003)": + title: "Exploring the Reef" + year: 2003 + url_poster: + + "Jack-Jack Attack (2005)": + title: "Jack-Jack Attack" + year: 2005 + url_poster: https://theposterdb.com/api/assets/189654 + + "Mr. Incredible and Pals (2005)": + title: "Mr. Incredible and Pals" + year: 2005 + url_poster: https://theposterdb.com/api/assets/189655 + + "Mater and the Ghostlight (2006)": + title: "Mater and the Ghostlight" + year: 2006 + url_poster: https://theposterdb.com/api/assets/199916 + + "Your Friend the Rat (2007)": + title: "Your Friend the Rat" + year: 2007 + url_poster: https://theposterdb.com/api/assets/199926 + + "BURN•E (2008)": + title: "BURN•E" + year: 2008 + url_poster: https://theposterdb.com/api/assets/199915 + + "Dug's Special Mission (2009)": + title: "Dug's Special Mission" + year: 2009 + url_poster: https://theposterdb.com/api/assets/199921 + + "George & A.J. (2009)": + title: "George & A.J." + year: 2009 + url_poster: https://theposterdb.com/api/assets/199922 + + "The Legend of Mor'du (2012)": + title: "The Legend of Mor'du" + year: 2012 + url_poster: https://theposterdb.com/api/assets/193641 + + "Party Central (2014)": + title: "Party Central" + year: 2014 + url_poster: https://theposterdb.com/api/assets/199924 + + "Riley's First Date? (2015)": + title: "Riley's First Date?" + year: 2015 + url_poster: https://theposterdb.com/api/assets/199925 + + "Marine Life Interviews (2017)": + title: "Marine Life Interviews" + year: 2017 + url_poster: + + "Miss Fritter's Racing Skoool (2017)": + title: "Miss Fritter's Racing Skoool" + year: 2017 + url_poster: + + "Auntie Edna (2018)": + title: "Auntie Edna" + year: 2018 + url_poster: https://theposterdb.com/api/assets/189657 + + "Lamp Life (2020)": + title: "Lamp Life" + year: 2020 + url_poster: https://theposterdb.com/api/assets/198439 + + "22 vs. Earth (2021)": + title: "22 vs. Earth" + year: 2021 + url_poster: https://theposterdb.com/api/assets/193020 + + "Ciao Alberto (2021)": + title: "Ciao Alberto" + year: 2021 + url_poster: diff --git a/Frexe/Movies/Metadata/Studio/Sony Pictures Animation.yml b/Frexe/Movies/Metadata/Studio/Sony Pictures Animation.yml new file mode 100644 index 0000000..ca89d42 --- /dev/null +++ b/Frexe/Movies/Metadata/Studio/Sony Pictures Animation.yml @@ -0,0 +1,151 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Open Season (2006)": + title: "Open Season" + year: 2006 + url_poster: https://theposterdb.com/api/assets/178908 + + "Surf's Up (2007)": + title: "Surf's Up" + year: 2007 + url_poster: https://theposterdb.com/api/assets/178909 + + "Open Season 2 (2008)": + title: "Open Season 2" + year: 2008 + url_poster: https://theposterdb.com/api/assets/178910 + + "Cloudy with a Chance of Meatballs (2009)": + title: "Cloudy with a Chance of Meatballs" + year: 2009 + url_poster: https://theposterdb.com/api/assets/178911 + + "Open Season 3 (2010)": + title: "Open Season 3" + year: 2010 + url_poster: https://theposterdb.com/api/assets/178912 + + "Arthur Christmas (2011)": + title: "Arthur Christmas" + year: 2011 + url_poster: https://theposterdb.com/api/assets/178914 + + "The Smurfs (2011)": + title: "The Smurfs" + year: 2011 + url_poster: https://theposterdb.com/api/assets/178913 + + "The Pirates! In an Adventure with Scientists! (2012)": + title: "The Pirates! In an Adventure with Scientists!" + year: 2012 + url_poster: https://theposterdb.com/api/assets/178915 + + "Hotel Transylvania (2012)": + title: "Hotel Transylvania" + year: 2012 + url_poster: https://theposterdb.com/api/assets/178877 + + "Cloudy with a Chance of Meatballs 2 (2013)": + title: "Cloudy with a Chance of Meatballs 2" + year: 2013 + url_poster: https://theposterdb.com/api/assets/178917 + + "The Smurfs 2 (2013)": + title: "The Smurfs 2" + year: 2013 + url_poster: https://theposterdb.com/api/assets/178916 + + "Open Season: Scared Silly (2015)": + title: "Open Season: Scared Silly" + year: 2015 + url_poster: https://theposterdb.com/api/assets/178918 + + "Hotel Transylvania 2 (2015)": + title: "Hotel Transylvania 2" + year: 2015 + url_poster: https://theposterdb.com/api/assets/178878 + + "Goosebumps (2015)": + title: "Goosebumps" + year: 2015 + url_poster: https://theposterdb.com/api/assets/174788 + + "The Angry Birds Movie (2016)": + title: "The Angry Birds Movie" + year: 2016 + url_poster: https://theposterdb.com/api/assets/178919 + + "The Star (2017)": + title: "The Star" + year: 2017 + url_poster: https://theposterdb.com/api/assets/178924 + + "Hotel Transylvania: Puppy! (2017)": + title: "Hotel Transylvania: Puppy!" + year: 2017 + url_poster: https://theposterdb.com/api/assets/178923 + + "The Emoji Movie (2017)": + title: "The Emoji Movie" + year: 2017 + url_poster: https://theposterdb.com/api/assets/178922 + + "Smurfs: The Lost Village (2017)": + title: "Smurfs: The Lost Village" + year: 2017 + url_poster: https://theposterdb.com/api/assets/178921 + + "Surf's Up 2: WaveMania (2017)": + title: "Surf's Up 2: WaveMania" + year: 2017 + url_poster: https://theposterdb.com/api/assets/178920 + + "Peter Rabbit (2018)": + title: "Peter Rabbit" + year: 2018 + url_poster: https://theposterdb.com/api/assets/178925 + + "Hotel Transylvania 3: Summer Vacation (2018)": + title: "Hotel Transylvania 3: Summer Vacation" + year: 2018 + url_poster: https://theposterdb.com/api/assets/178879 + + "Goosebumps 2: Haunted Halloween (2018)": + title: "Goosebumps 2: Haunted Halloween" + year: 2018 + url_poster: https://theposterdb.com/api/assets/174789 + + "The Angry Birds Movie 2 (2019)": + title: "The Angry Birds Movie 2" + year: 2019 + url_poster: https://theposterdb.com/api/assets/178926 + + "Vivo (2021)": + title: "Vivo" + year: 2021 + url_poster: https://theposterdb.com/api/assets/178931 + + "The Mitchells vs the Machines (2021)": + title: "The Mitchells vs the Machines" + year: 2021 + url_poster: https://theposterdb.com/api/assets/178930 + + "Monster Pets: A Hotel Transylvania Short (2021)": + title: "Monster Pets: A Hotel Transylvania Short" + year: 2021 + url_poster: https://theposterdb.com/api/assets/178929 + + "Peter Rabbit 2: The Runaway (2021)": + title: "Peter Rabbit 2: The Runaway" + year: 2021 + url_poster: https://theposterdb.com/api/assets/178928 + + "Wish Dragon (2021)": + title: "Wish Dragon" + year: 2021 + url_poster: https://theposterdb.com/api/assets/178927 + + "Hotel Transylvania: Transformania (2022)": + title: "Hotel Transylvania: Transformania" + year: 2022 + url_poster: https://theposterdb.com/api/assets/178932 diff --git a/Frexe/Movies/Metadata/Studio/Studio Ghibli.yml b/Frexe/Movies/Metadata/Studio/Studio Ghibli.yml new file mode 100644 index 0000000..21b6545 --- /dev/null +++ b/Frexe/Movies/Metadata/Studio/Studio Ghibli.yml @@ -0,0 +1,111 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Castle in the Sky (1986)": + title: "Castle in the Sky" + year: 1986 + url_poster: https://theposterdb.com/api/assets/193454 + + "Grave of the Fireflies (1988)": + title: "Grave of the Fireflies" + year: 1988 + url_poster: https://theposterdb.com/api/assets/193456 + + "My Neighbor Totoro (1988)": + title: "My Neighbor Totoro" + year: 1988 + url_poster: https://theposterdb.com/api/assets/193455 + + "Kiki's Delivery Service (1989)": + title: "Kiki's Delivery Service" + year: 1989 + url_poster: https://theposterdb.com/api/assets/193457 + + "Only Yesterday (1991)": + title: "Only Yesterday" + year: 1991 + url_poster: https://theposterdb.com/api/assets/193458 + + "Porco Rosso (1992)": + title: "Porco Rosso" + year: 1992 + url_poster: https://theposterdb.com/api/assets/193459 + + "Ocean Waves (1993)": + title: "Ocean Waves" + year: 1993 + url_poster: https://theposterdb.com/api/assets/193460 + + "Pom Poko (1994)": + title: "Pom Poko" + year: 1994 + url_poster: https://theposterdb.com/api/assets/193461 + + "Whisper of the Heart (1995)": + title: "Whisper of the Heart" + year: 1995 + url_poster: https://theposterdb.com/api/assets/193462 + + "Princess Mononoke (1997)": + title: "Princess Mononoke" + year: 1997 + url_poster: https://theposterdb.com/api/assets/193463 + + "My Neighbors the Yamadas (1999)": + title: "My Neighbors the Yamadas" + year: 1999 + url_poster: https://theposterdb.com/api/assets/193464 + + "Spirited Away (2001)": + title: "Spirited Away" + year: 2001 + url_poster: https://theposterdb.com/api/assets/193465 + + "The Cat Returns (2002)": + title: "The Cat Returns" + year: 2002 + url_poster: https://theposterdb.com/api/assets/193466 + + "Howl's Moving Castle (2004)": + title: "Howl's Moving Castle" + year: 2004 + url_poster: https://theposterdb.com/api/assets/193467 + + "Tales from Earthsea (2006)": + title: "Tales from Earthsea" + year: 2006 + url_poster: https://theposterdb.com/api/assets/193468 + + "Ponyo (2008)": + title: "Ponyo" + year: 2008 + url_poster: https://theposterdb.com/api/assets/193469 + + "The Secret World of Arrietty (2010)": + title: "The Secret World of Arrietty" + year: 2010 + url_poster: https://theposterdb.com/api/assets/193470 + + "From Up on Poppy Hill (2011)": + title: "From Up on Poppy Hill" + year: 2011 + url_poster: https://theposterdb.com/api/assets/193471 + + "The Tale of The Princess Kaguya (2013)": + title: "The Tale of The Princess Kaguya" + year: 2013 + url_poster: https://theposterdb.com/api/assets/193473 + + "The Wind Rises (2013)": + title: "The Wind Rises" + year: 2013 + url_poster: https://theposterdb.com/api/assets/193472 + + "When Marnie Was There (2014)": + title: "When Marnie Was There" + year: 2014 + url_poster: https://theposterdb.com/api/assets/193474 + + "Earwig and the Witch (2020)": + title: "Earwig and the Witch" + year: 2020 + url_poster: https://theposterdb.com/api/assets/193475 diff --git a/Frexe/Movies/Metadata/Studio/Walt Disney Animation.yml b/Frexe/Movies/Metadata/Studio/Walt Disney Animation.yml new file mode 100644 index 0000000..3a48324 --- /dev/null +++ b/Frexe/Movies/Metadata/Studio/Walt Disney Animation.yml @@ -0,0 +1,352 @@ +metadata: #Posters found here https://theposterdb.com/user/musikmann2000 + + "Snow White and the Seven Dwarfs (1937)": + title: "Snow White and the Seven Dwarfs" + year: 1937 + url_poster: https://theposterdb.com/api/assets/191972 + + "Pinocchio (1940)": + title: "Pinocchio" + year: 1940 + url_poster: https://theposterdb.com/api/assets/191973 + + "Fantasia (1940)": + title: "Fantasia" + year: 1940 + url_poster: https://theposterdb.com/api/assets/191922 + + "Dumbo (1941)": + title: "Dumbo" + year: 1941 + url_poster: https://theposterdb.com/api/assets/191974 + + "Bambi (1942)": + title: "Bambi" + year: 1942 + url_poster: https://theposterdb.com/api/assets/191866 + + "Saludos Amigos (1942)": + title: "Saludos Amigos" + year: 1942 + url_poster: https://theposterdb.com/api/assets/192165 + + "The Three Caballeros (1944)": + title: "The Three Caballeros" + year: 1944 + url_poster: https://theposterdb.com/api/assets/191975 + + "Make Mine Music (1946)": + title: "Make Mine Music" + year: 1946 + url_poster: https://theposterdb.com/api/assets/192166 + + "Fun and Fancy Free (1947)": + title: "Fun and Fancy Free" + year: 1947 + url_poster: https://theposterdb.com/api/assets/191976 + + "Melody Time (1948)": + title: "Melody Time" + year: 1948 + url_poster: https://theposterdb.com/api/assets/191977 + + "The Adventures of Ichabod and Mr. Toad (1949)": + title: "The Adventures of Ichabod and Mr. Toad" + year: 1949 + url_poster: https://theposterdb.com/api/assets/191278 + + "Cinderella (1950)": + title: "Cinderella" + year: 1950 + url_poster: https://theposterdb.com/api/assets/191878 + + "Alice in Wonderland (1951)": + title: "Alice in Wonderland" + year: 1951 + url_poster: https://theposterdb.com/api/assets/191978 + + "Peter Pan (1953)": + title: "Peter Pan" + year: 1953 + url_poster: https://theposterdb.com/api/assets/191428 + + "Lady and the Tramp (1955)": + title: "Lady and the Tramp" + year: 1955 + url_poster: https://theposterdb.com/api/assets/191934 + + "Sleeping Beauty (1959)": + title: "Sleeping Beauty" + year: 1959 + url_poster: https://theposterdb.com/api/assets/191979 + + "One Hundred and One Dalmatians (1961)": + title: "One Hundred and One Dalmatians" + year: 1961 + url_poster: https://theposterdb.com/api/assets/191968 + + "The Sword in the Stone (1963)": + title: "The Sword in the Stone" + year: 1963 + url_poster: https://theposterdb.com/api/assets/191980 + + "The Jungle Book (1967)": + title: "The Jungle Book" + year: 1967 + url_poster: https://theposterdb.com/api/assets/191932 + + "The Aristocats (1970)": + title: "The Aristocats" + year: 1970 + url_poster: https://theposterdb.com/api/assets/191981 + + "Robin Hood (1973)": + title: "Robin Hood" + year: 1973 + url_poster: https://theposterdb.com/api/assets/170292 + + "The Many Adventures of Winnie the Pooh (1977)": + title: "The Many Adventures of Winnie the Pooh" + year: 1977 + url_poster: https://theposterdb.com/api/assets/191526 + + "The Rescuers (1977)": + title: "The Rescuers" + year: 1977 + url_poster: https://theposterdb.com/api/assets/191955 + + "The Fox and the Hound (1981)": + title: "The Fox and the Hound" + year: 1981 + url_poster: https://theposterdb.com/api/assets/191924 + + "The Nightmare Before Christmas (1993)": + title: "The Nightmare Before Christmas" + year: 1993 + url_poster: https://theposterdb.com/api/assets/180685 + + "The Black Cauldron (1985)": + title: "The Black Cauldron" + year: 1985 + url_poster: https://theposterdb.com/api/assets/191982 + + "The Great Mouse Detective (1986)": + title: "The Great Mouse Detective" + year: 1986 + url_poster: https://theposterdb.com/api/assets/191983 + + "Oliver & Company (1988)": + title: "Oliver & Company" + year: 1988 + url_poster: https://theposterdb.com/api/assets/191984 + + "The Little Mermaid (The Little Mermaid (1989)": + title: "The Little Mermaid" + year: 1989 + url_poster: https://theposterdb.com/api/assets/191943 + + "The Rescuers Down Under (1990)": + title: "The Rescuers Down Under" + year: 1990 + url_poster: https://theposterdb.com/api/assets/191956 + + "Beauty and the Beast (1991)": + title: "Beauty and the Beast" + year: 1991 + url_poster: https://theposterdb.com/api/assets/191870 + + "Aladdin (1992)": + title: "Aladdin" + year: 1992 + url_poster: https://theposterdb.com/api/assets/191863 + + "The Lion King (1994)": + title: "The Lion King" + year: 1994 + url_poster: https://theposterdb.com/api/assets/191940 + + "A Goofy Movie (1995)": + title: "A Goofy Movie" + year: 1995 + url_poster: https://theposterdb.com/api/assets/192068 + + "Pocahontas (1995)": + title: "Pocahontas" + year: 1995 + url_poster: https://theposterdb.com/api/assets/191949 + + "The Hunchback of Notre Dame (1996)": + title: "The Hunchback of Notre Dame" + year: 1996 + url_poster: https://theposterdb.com/api/assets/191930 + + "Hercules (1997)": + title: "Hercules" + year: 1997 + url_poster: https://theposterdb.com/api/assets/191928 + + "Mulan (1998)": + title: "Mulan" + year: 1998 + url_poster: https://theposterdb.com/api/assets/191946 + + "Tarzan (1999)": + title: "Tarzan" + year: 1999 + url_poster: https://theposterdb.com/api/assets/191245 + + "Fantasia 2000 (1999)": + title: "Fantasia 2000" + year: 1999 + url_poster: https://theposterdb.com/api/assets/191923 + + "An Extremely Goofy Movie (2000)": + title: "An Extremely Goofy Movie" + year: 2000 + url_poster: https://theposterdb.com/api/assets/192179 + + "Dinosaur (2000)": + title: "Dinosaur" + year: 2000 + url_poster: https://theposterdb.com/api/assets/191985 + + "The Emperor's New Groove (2000)": + title: "The Emperor's New Groove" + year: 2000 + url_poster: https://theposterdb.com/api/assets/191881 + + "Atlantis: The Lost Empire (2001)": + title: "Atlantis: The Lost Empire" + year: 2001 + url_poster: https://theposterdb.com/api/assets/191868 + + "Lilo & Stitch (2002)": + title: "Lilo & Stitch" + year: 2002 + url_poster: https://theposterdb.com/api/assets/191936 + + "Tarzan & Jane (2002)": + title: "Tarzan & Jane" + year: 2002 + url_poster: https://theposterdb.com/api/assets/191246 + + "Treasure Planet (2002)": + title: "Treasure Planet" + year: 2002 + url_poster: https://theposterdb.com/api/assets/191279 + + "Brother Bear (2003)": + title: "Brother Bear" + year: 2003 + url_poster: https://theposterdb.com/api/assets/191875 + + "Home on the Range (2004)": + title: "Home on the Range" + year: 2004 + url_poster: https://theposterdb.com/api/assets/191986 + + "Chicken Little (2005)": + title: "Chicken Little" + year: 2005 + url_poster: https://theposterdb.com/api/assets/191987 + + "Tarzan II (2005)": + title: "Tarzan II" + year: 2005 + url_poster: https://theposterdb.com/api/assets/191247 + + "Meet the Robinsons (2007)": + title: "Meet the Robinsons" + year: 2007 + url_poster: https://theposterdb.com/api/assets/191988 + + "Bolt (2008)": + title: "Bolt" + year: 2008 + url_poster: https://theposterdb.com/api/assets/191873 + + "The Princess and the Frog (2009)": + title: "The Princess and the Frog" + year: 2009 + url_poster: https://theposterdb.com/api/assets/191989 + + "Tangled (2010)": + title: "Tangled" + year: 2010 + url_poster: https://theposterdb.com/api/assets/191952 + + "Winnie the Pooh (2011)": + title: "Winnie the Pooh" + year: 2011 + url_poster: https://theposterdb.com/api/assets/191527 + + "Wreck-It Ralph (2012)": + title: "Wreck-It Ralph" + year: 2012 + url_poster: https://theposterdb.com/api/assets/191435 + + "Frozen (2013)": + title: "Frozen" + year: 2013 + url_poster: https://theposterdb.com/api/assets/190604 + + "Planes (2013)": + title: "Planes" + year: 2013 + url_poster: https://theposterdb.com/api/assets/199868 + + "Big Hero 6 (2014)": + title: "Big Hero 6" + year: 2014 + url_poster: https://theposterdb.com/api/assets/191990 + + "Planes: Fire & Rescue (2014)": + title: "Planes: Fire & Rescue" + year: 2014 + url_poster: https://theposterdb.com/api/assets/199869 + + "Zootopia (2016)": + title: "Zootopia" + year: 2016 + url_poster: https://theposterdb.com/api/assets/191991 + + "Moana (2016)": + title: "Moana" + year: 2016 + url_poster: https://theposterdb.com/api/assets/191992 + + "Ralph Breaks the Internet (2018)": + title: "Ralph Breaks the Internet" + year: 2018 + url_poster: https://theposterdb.com/api/assets/191436 + + "Frozen II (2019)": + title: "Frozen II" + year: 2019 + url_poster: https://theposterdb.com/api/assets/190607 + + "Raya and the Last Dragon (2021)": + title: "Raya and the Last Dragon" + year: 2021 + url_poster: https://theposterdb.com/api/assets/191993 + + "Encanto (2021)": + title: "Encanto" + year: 2021 + url_poster: https://theposterdb.com/api/assets/191994 + +#Shorts: + "Frozen Fever (2015)": + title: "Frozen Fever" + year: 2015 + url_poster: https://theposterdb.com/api/assets/190605 + + "Olaf's Frozen Adventure (2017)": + title: "Olaf's Frozen Adventure" + year: 2017 + url_poster: https://theposterdb.com/api/assets/190456 + + "Once Upon a Snowman (2020)": + title: "Once Upon a Snowman" + year: 2020 + url_poster: https://theposterdb.com/api/assets/190608 diff --git a/Frexe/Movies/Metadata/Studio/Walt Disney Pictures.yml b/Frexe/Movies/Metadata/Studio/Walt Disney Pictures.yml new file mode 100644 index 0000000..876f4cf --- /dev/null +++ b/Frexe/Movies/Metadata/Studio/Walt Disney Pictures.yml @@ -0,0 +1,146 @@ +metadata: #Posters found here https://theposterdb.com/set/98242 + + "The Return of Jafar (1994)": + title: "The Return of Jafar" + year: 1994 + url_poster: https://theposterdb.com/api/assets/191864 + + "The Jungle Book (1994)": + title: "The Jungle Book" + year: 1994 + url_poster: https://theposterdb.com/api/assets/172597 + + "The Santa Clause (1994)": + title: "The Santa Clause" + year: 1994 + url_poster: https://theposterdb.com/api/assets/189954 + + "101 Dalmatians (1996)": + title: "101 Dalmatians" + year: 1996 + url_poster: https://theposterdb.com/api/assets/172598 + + "Winnie the Pooh: Seasons of Giving (1999)": + title: "Winnie the Pooh: Seasons of Giving" + year: 1999 + url_poster: https://theposterdb.com/api/assets/192350 + + "102 Dalmatians (2000)": + title: "102 Dalmatians" + year: 2000 + url_poster: https://theposterdb.com/api/assets/172599 + + "Winnie the Pooh: A Very Merry Pooh Year (2002)": + title: "Winnie the Pooh: A Very Merry Pooh Year" + year: 2002 + url_poster: https://theposterdb.com/api/assets/190467 + + "The Santa Clause 2 (2002)": + title: "The Santa Clause 2" + year: 2002 + url_poster: https://theposterdb.com/api/assets/189955 + + "Piglet's Big Movie (2003)": + title: "Piglet's Big Movie" + year: 2003 + url_poster: https://theposterdb.com/api/assets/192352 + + "The Jungle Book 2 (2003)": + title: "The Jungle Book 2" + year: 2003 + url_poster: https://theposterdb.com/api/assets/191933 + + "Pooh's Heffalump Movie (2005)": + title: "Pooh's Heffalump Movie" + year: 2005 + url_poster: https://theposterdb.com/api/assets/192354 + + "The Santa Clause 3: The Escape Clause (2006)": + title: "The Santa Clause 3: The Escape Clause" + year: 2006 + url_poster: https://theposterdb.com/api/assets/189956 + + "A Christmas Carol (2009)": + title: "A Christmas Carol" + year: 2009 + url_poster: https://theposterdb.com/api/assets/190407 + + "Alice in Wonderland (2010)": + title: "Alice in Wonderland" + year: 2010 + url_poster: https://theposterdb.com/api/assets/172600 + + "Maleficent (2014)": + title: "Maleficent" + year: 2014 + url_poster: https://theposterdb.com/api/assets/172601 + + "Cinderella (2015)": + title: "Cinderella" + year: 2015 + url_poster: https://theposterdb.com/api/assets/172602 + + "Alice Through the Looking Glass (2016)": + title: "Alice Through the Looking Glass" + year: 2016 + url_poster: https://theposterdb.com/api/assets/172604 + + "The Jungle Book (2016)": + title: "The Jungle Book" + year: 2016 + url_poster: https://theposterdb.com/api/assets/172603 + + "Beauty and the Beast (2017)": + title: "Beauty and the Beast" + year: 2017 + url_poster: https://theposterdb.com/api/assets/172605 + + "Christopher Robin (2018)": + title: "Christopher Robin" + year: 2018 + url_poster: https://theposterdb.com/api/assets/172606 + + "Aladdin (2019)": + title: "Aladdin" + year: 2019 + url_poster: https://theposterdb.com/api/assets/191865 + + "Lady and the Tramp (2019)": + title: "Lady and the Tramp" + year: 2019 + url_poster: https://theposterdb.com/api/assets/172611 + + "Maleficent: Mistress of Evil (2019)": + title: "Maleficent: Mistress of Evil" + year: 2019 + url_poster: https://theposterdb.com/api/assets/172610 + + "The Lion King (2019)": + title: "The Lion King" + year: 2019 + url_poster: https://theposterdb.com/api/assets/172609 + + "Dumbo (2019)": + title: "Dumbo" + year: 2019 + url_poster: https://theposterdb.com/api/assets/172607 + + "Mulan (2020)": + title: "Mulan" + year: 2020 + url_poster: https://theposterdb.com/api/assets/172612 + + "Cruella (2021)": + title: "Cruella" + year: 2021 + url_poster: https://theposterdb.com/api/assets/172613 + + "Jungle Cruise (2021)": + title: "Jungle Cruise" + year: 2021 + url_poster: https://theposterdb.com/api/assets/173315 + + "Pinocchio (2022)": + title: "Pinocchio" + year: 2022 + url_poster: https://theposterdb.com/api/assets/262103 diff --git a/Frexe/Movies/Studio.yml b/Frexe/Movies/Studio.yml new file mode 100644 index 0000000..16140d0 --- /dev/null +++ b/Frexe/Movies/Studio.yml @@ -0,0 +1,33 @@ +templates: + Studio: + optional: + - company + - list + tmdb_company: <> + tmdb_list: <> + sync_mode: sync + collection_order: release + url_poster: <> + sort_title: <> +collections: + + "Blue Sky Studios": + template: {name: Studio, company: 9383, poster: https://theposterdb.com/api/assets/183134 } + + "Happy Madison Productions": + template: {name: Studio, company: 878, poster: https://theposterdb.com/api/assets/218229 } + + "National Lampoon Productions": + template: {name: Studio, list: https://www.themoviedb.org/list/8212873, poster: https://theposterdb.com/api/assets/195058 } + + "Pixar Animation Studios": + template: {name: Studio, company: 3, poster: https://theposterdb.com/api/assets/189763 } + + "Sony Pictures Animation": + template: {name: Studio, company: 2251, poster: https://theposterdb.com/api/assets/178903 } + + "Studio Ghibli": + template: {name: Studio, company: 10342, poster: https://theposterdb.com/api/assets/193453 } + + "Walt Disney Animation Studios": + template: {name: Studio, company: 6125, poster: https://theposterdb.com/api/assets/191971 } diff --git a/Frexe/README.md b/Frexe/README.md new file mode 100644 index 0000000..cd037c0 --- /dev/null +++ b/Frexe/README.md @@ -0,0 +1,26 @@ +## Config +Im using cpt-kuesels docker-compose setup [Link](https://github.com/meisnate12/Plex-Meta-Manager-Configs/tree/master/cpt-kuesel#basics): +```yaml +libraries: + Filmer: + metadata_path: + - file: metadata/Movies/Studio.yml + - file: metadata/Movies/Genre.yml + - file: metadata/Movies/Lists.yml + - folder: metadata/Movies/Collections + - folder: metadata/Movies/Metadata/Collections + - folder: metadata/Movies/Metadata/Movies + - folder: metadata/Movies/Metadata/Studio + Serier: + metadata_path: + - file: metadata/TV-Shows/Collections.yml + - folder: metadata/TV-Shows/Metadata/Anime + - folder: metadata/TV-Shows/Metadata/TV +``` +**Movies Collections Preview**:
+![Movies (Updated)](https://i.imgur.com/dewg0vk.png) +
+ +**Series Collections Preview**:
+![Series (Updated)](https://i.imgur.com/Ofl003p.png) +
diff --git a/Frexe/TV-Shows/Collections.yml b/Frexe/TV-Shows/Collections.yml new file mode 100644 index 0000000..82cdabc --- /dev/null +++ b/Frexe/TV-Shows/Collections.yml @@ -0,0 +1,33 @@ +templates: + set: + optional: + - network + - list + tmdb_network: <> + tmdb_list: <> + sort_title: <> + sync_mode: sync + url_poster: <> + url_background: <> + +collections: + + DC Universe: + template: { name: set, list: "8215646", poster: https://theposterdb.com/api/assets/239356, background: https://i.imgur.com/x9ijxTc.jpg, } + summary: Series DC + + Marvel Television: + template: { name: set, list: "8205726", poster: https://theposterdb.com/api/assets/239453, background: https://i.imgur.com/ckx6reE.jpg, } + summary: Marvel Television + + Stargate: + template: { name: set, list: "8205729", poster: https://theposterdb.com/api/assets/228932, background: https://i.imgur.com/VrJ3Um8.jpg, } + summary: Stargate + + Star Wars: + template: { name: set, list: "8205730", poster: https://theposterdb.com/api/assets/164120, background: https://i.imgur.com/OvxROTE.jpg, } + summary: Star Wars + + Star Trek: + template: { name: set, list: "8215091", poster: https://theposterdb.com/api/assets/222279, background: https://i.imgur.com/Yp0NCZa.jpg, } + summary: Star Trek diff --git a/Frexe/TV-Shows/Metadata/Anime/86.yml b/Frexe/TV-Shows/Metadata/Anime/86.yml new file mode 100644 index 0000000..8d062ee --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/86.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here: https://theposterdb.com/poster/237836 + + "86: Eighty-Six (2021)": + year: 2021 + title: "86: Eighty-Six" + url_poster: https://theposterdb.com/api/assets/237834 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/237835 + 1: + url_poster: https://theposterdb.com/api/assets/237836 + 1: + url_poster: https://theposterdb.com/api/assets/237839 + 0: + url_poster: https://theposterdb.com/api/assets/237838 diff --git a/Frexe/TV-Shows/Metadata/Anime/Akame ga kill.yml b/Frexe/TV-Shows/Metadata/Anime/Akame ga kill.yml new file mode 100644 index 0000000..12665e4 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Akame ga kill.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/poster/239189 + + "Akame ga Kill! (2014)": + year: 2014 + title: "Akame ga Kill!" + url_poster: https://theposterdb.com/api/assets/239189 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/239190 + 1: + url_poster: https://theposterdb.com/api/assets/239191 diff --git a/Frexe/TV-Shows/Metadata/Anime/Akudama Drive.yml b/Frexe/TV-Shows/Metadata/Anime/Akudama Drive.yml new file mode 100644 index 0000000..2c5113d --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Akudama Drive.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/poster/218174 + + "Akudama Drive (2020)": + year: 2020 + title: "Akudama Drive" + url_poster: https://theposterdb.com/api/assets/218174 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/218175 diff --git a/Frexe/TV-Shows/Metadata/Anime/Arifureta From Commonplace to Worlds Strongest.yml b/Frexe/TV-Shows/Metadata/Anime/Arifureta From Commonplace to Worlds Strongest.yml new file mode 100644 index 0000000..a347e7c --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Arifureta From Commonplace to Worlds Strongest.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here: https://theposterdb.com/set/123181 + + "Arifureta Shokugyou de Sekai Saikyou (2019)": + year: 2019 + title: "Arifureta Shokugyou de Sekai Saikyou" + url_poster: https://theposterdb.com/api/assets/204175 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/204176 + 1: + url_poster: https://theposterdb.com/api/assets/204177 + 2: + url_poster: https://theposterdb.com/api/assets/204178 diff --git a/Frexe/TV-Shows/Metadata/Anime/Attack on titan.yml b/Frexe/TV-Shows/Metadata/Anime/Attack on titan.yml new file mode 100644 index 0000000..60f2361 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Attack on titan.yml @@ -0,0 +1,17 @@ +metadata: #Posters found here: https://theposterdb.com/poster/213546 + + "Attack on Titan (2013)": + year: 2013 + title: "Attack on Titan" + url_poster: https://theposterdb.com/api/assets/213541 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/213542 + 1: + url_poster: https://theposterdb.com/api/assets/213543 + 2: + url_poster: https://theposterdb.com/api/assets/213544 + 3: + url_poster: https://theposterdb.com/api/assets/213545 + 4: + url_poster: https://theposterdb.com/api/assets/213546 diff --git a/Frexe/TV-Shows/Metadata/Anime/Bastard -heavy metal dark fantasy-.yml b/Frexe/TV-Shows/Metadata/Anime/Bastard -heavy metal dark fantasy-.yml new file mode 100644 index 0000000..eb02052 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Bastard -heavy metal dark fantasy-.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/poster/253735 + + "BASTARD‼ -Heavy Metal, Dark Fantasy- (2022)": + year: 2022 + title: "BASTARD‼ -Heavy Metal, Dark Fantasy-" + url_poster: https://theposterdb.com/api/assets/253735 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/253736 diff --git a/Frexe/TV-Shows/Metadata/Anime/Bleach.yml b/Frexe/TV-Shows/Metadata/Anime/Bleach.yml new file mode 100644 index 0000000..cab57ab --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Bleach.yml @@ -0,0 +1,41 @@ +metadata: #Posters found here https://theposterdb.com/poster/228376 + + "Bleach (2004)": + year: 2004 + title: "Bleach" + url_poster: https://theposterdb.com/api/assets/228361 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/228362 + 1: + url_poster: https://theposterdb.com/api/assets/228363 + 2: + url_poster: https://theposterdb.com/api/assets/228364 + 3: + url_poster: https://theposterdb.com/api/assets/228365 + 4: + url_poster: https://theposterdb.com/api/assets/228366 + 5: + url_poster: https://theposterdb.com/api/assets/228367 + 6: + url_poster: https://theposterdb.com/api/assets/228368 + 7: + url_poster: https://theposterdb.com/api/assets/228369 + 8: + url_poster: https://theposterdb.com/api/assets/228370 + 9: + url_poster: https://theposterdb.com/api/assets/228371 + 10: + url_poster: https://theposterdb.com/api/assets/228372 + 11: + url_poster: https://theposterdb.com/api/assets/228373 + 12: + url_poster: https://theposterdb.com/api/assets/228374 + 13: + url_poster: https://theposterdb.com/api/assets/228375 + 14: + url_poster: https://theposterdb.com/api/assets/228376 + 15: + url_poster: https://theposterdb.com/api/assets/228377 + 16: + url_poster: https://theposterdb.com/api/assets/228378 diff --git a/Frexe/TV-Shows/Metadata/Anime/Boruto.yml b/Frexe/TV-Shows/Metadata/Anime/Boruto.yml new file mode 100644 index 0000000..8ad8dee --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Boruto.yml @@ -0,0 +1,21 @@ +metadata: #Posters found here: https://theposterdb.com/poster/234666 + + "Boruto: Naruto Next Generations (2017)": + year: 2017 + title: "Boruto: Naruto Next Generations" + url_poster: https://theposterdb.com/api/assets/234666 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/234667 + 1: + url_poster: https://theposterdb.com/api/assets/234668 + 2: + url_poster: https://theposterdb.com/api/assets/234669 + 3: + url_poster: https://theposterdb.com/api/assets/234670 + 4: + url_poster: https://theposterdb.com/api/assets/234671 + 5: + url_poster: https://theposterdb.com/api/assets/234672 + 6: + url_poster: https://theposterdb.com/api/assets/234673 diff --git a/Frexe/TV-Shows/Metadata/Anime/Build Divide.yml b/Frexe/TV-Shows/Metadata/Anime/Build Divide.yml new file mode 100644 index 0000000..c6b6f6e --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Build Divide.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/set/110140 + + "Build Divide: Code Black (2021)": + year: 2021 + title: "Build Divide: Code Black" + url_poster: https://theposterdb.com/api/assets/180985 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/180986 + 2: + url_poster: https://theposterdb.com/api/assets/226945 diff --git a/Frexe/TV-Shows/Metadata/Anime/Bungo Stray Dogs.yml b/Frexe/TV-Shows/Metadata/Anime/Bungo Stray Dogs.yml new file mode 100644 index 0000000..7e7af95 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Bungo Stray Dogs.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here: https://theposterdb.com/set/77852 + + "Bungo Stray Dogs (2016)": + year: 2016 + title: "Bungo Stray Dogs" + url_poster: https://theposterdb.com/api/assets/124248 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/124249 + 1: + url_poster: https://theposterdb.com/api/assets/124250 + 2: + url_poster: https://theposterdb.com/api/assets/124256 + 3: + url_poster: https://theposterdb.com/api/assets/124257 diff --git a/Frexe/TV-Shows/Metadata/Anime/Cowboy Bebop.yml b/Frexe/TV-Shows/Metadata/Anime/Cowboy Bebop.yml new file mode 100644 index 0000000..81950a1 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Cowboy Bebop.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/poster/218171 + + "Cowboy Bebop (1998)": + year: 1998 + title: "Cowboy Bebop" + url_poster: https://theposterdb.com/api/assets/218171 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/218172 + 1: + url_poster: https://theposterdb.com/api/assets/218173 diff --git a/Frexe/TV-Shows/Metadata/Anime/Demon Slayer Kimetsu no Yaiba.yml b/Frexe/TV-Shows/Metadata/Anime/Demon Slayer Kimetsu no Yaiba.yml new file mode 100644 index 0000000..e66cd5f --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Demon Slayer Kimetsu no Yaiba.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here https://theposterdb.com/poster/218057 + + "Demon Slayer: Kimetsu no Yaiba (2019)": + year: 2019 + title: "Demon Slayer: Kimetsu no Yaiba" + url_poster: https://theposterdb.com/api/assets/218057 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/218058 + 1: + url_poster: https://theposterdb.com/api/assets/218059 + 2: + url_poster: https://theposterdb.com/api/assets/218060 + 3: + url_poster: https://theposterdb.com/api/assets/218061 diff --git a/Frexe/TV-Shows/Metadata/Anime/Dr Stone.yml b/Frexe/TV-Shows/Metadata/Anime/Dr Stone.yml new file mode 100644 index 0000000..837a6fc --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Dr Stone.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here https://theposterdb.com/poster/253744 + + "Dr. Stone (2019)": + year: 2019 + title: "Dr. Stone" + url_poster: https://theposterdb.com/api/assets/253744 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/253745 + 1: + url_poster: https://theposterdb.com/api/assets/253746 + 2: + url_poster: https://theposterdb.com/api/assets/253747 diff --git a/Frexe/TV-Shows/Metadata/Anime/EDENS ZERO.yml b/Frexe/TV-Shows/Metadata/Anime/EDENS ZERO.yml new file mode 100644 index 0000000..a00d844 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/EDENS ZERO.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/set/90284 + + "EDENS ZERO (2021)": + year: 2021 + title: "EDENS ZERO" + url_poster: https://theposterdb.com/api/assets/146390 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/146391 diff --git a/Frexe/TV-Shows/Metadata/Anime/Fire Force.yml b/Frexe/TV-Shows/Metadata/Anime/Fire Force.yml new file mode 100644 index 0000000..3486983 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Fire Force.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here: https://theposterdb.com/set/80277 + + "Fire Force (2019)": + year: 2019 + title: "Fire Force" + url_poster: https://theposterdb.com/api/assets/129076 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/129077 + 1: + url_poster: https://theposterdb.com/api/assets/129078 + 2: + url_poster: https://theposterdb.com/api/assets/129079 diff --git a/Frexe/TV-Shows/Metadata/Anime/Goblin Slayer.yml b/Frexe/TV-Shows/Metadata/Anime/Goblin Slayer.yml new file mode 100644 index 0000000..25f4396 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Goblin Slayer.yml @@ -0,0 +1,13 @@ +metadata: + + "Goblin Slayer (2018)": + year: 2018 + title: "Goblin Slayer" + url_poster: https://theposterdb.com/api/assets/236604 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/236605 + 1: + url_poster: https://theposterdb.com/api/assets/236606 + 2: + url_poster: https://theposterdb.com/api/assets/236607 diff --git a/Frexe/TV-Shows/Metadata/Anime/Gun Gale Online.yml b/Frexe/TV-Shows/Metadata/Anime/Gun Gale Online.yml new file mode 100644 index 0000000..225ab44 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Gun Gale Online.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/poster/241934 + + "Sword Art Online Alternative: Gun Gale Online (2018)": + year: 2018 + title: "Sword Art Online Alternative: Gun Gale Online" + url_poster: https://theposterdb.com/api/assets/241934 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/241935 + 1: + url_poster: https://theposterdb.com/api/assets/241936 diff --git a/Frexe/TV-Shows/Metadata/Anime/Haikyu.yml b/Frexe/TV-Shows/Metadata/Anime/Haikyu.yml new file mode 100644 index 0000000..8a81b1d --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Haikyu.yml @@ -0,0 +1,17 @@ +metadata: #Posters found here: https://theposterdb.com/poster/228413 + + "Haikyu!! (2014)": + year: 2014 + title: "Haikyu!!" + url_poster: https://theposterdb.com/api/assets/228413 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/228414 + 1: + url_poster: https://theposterdb.com/api/assets/228415 + 2: + url_poster: https://theposterdb.com/api/assets/228416 + 3: + url_poster: https://theposterdb.com/api/assets/228417 + 4: + url_poster: https://theposterdb.com/api/assets/228418 diff --git a/Frexe/TV-Shows/Metadata/Anime/How Heavy Are the Dumbbells You Lift.yml b/Frexe/TV-Shows/Metadata/Anime/How Heavy Are the Dumbbells You Lift.yml new file mode 100644 index 0000000..a4b16d9 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/How Heavy Are the Dumbbells You Lift.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/set/82585 + + "How Heavy Are the Dumbbells You Lift? (2019)": + year: 2019 + title: "How Heavy Are the Dumbbells You Lift?" + url_poster: https://theposterdb.com/api/assets/132694 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/132695 diff --git a/Frexe/TV-Shows/Metadata/Anime/Hunter x Hunter.yml b/Frexe/TV-Shows/Metadata/Anime/Hunter x Hunter.yml new file mode 100644 index 0000000..10d8891 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Hunter x Hunter.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here https://theposterdb.com/set/127545 + + "Hunter x Hunter (2011)": + year: 2011 + title: "Hunter x Hunter" + url_poster: https://theposterdb.com/api/assets/211528 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/211529 + 1: + url_poster: https://theposterdb.com/api/assets/211530 + 2: + url_poster: https://theposterdb.com/api/assets/211531 + 3: + url_poster: https://theposterdb.com/api/assets/211532 diff --git a/Frexe/TV-Shows/Metadata/Anime/I'm Quitting Heroing.yml b/Frexe/TV-Shows/Metadata/Anime/I'm Quitting Heroing.yml new file mode 100644 index 0000000..b132d39 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/I'm Quitting Heroing.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/set/136084 + + "I'm Quitting Heroing (2022)": + year: 2022 + title: "I'm Quitting Heroing" + url_poster: https://theposterdb.com/api/assets/226404 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/226405 diff --git a/Frexe/TV-Shows/Metadata/Anime/Is It Wrong to Try to Pick Up Girls in a Dungeon.yml b/Frexe/TV-Shows/Metadata/Anime/Is It Wrong to Try to Pick Up Girls in a Dungeon.yml new file mode 100644 index 0000000..373032a --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Is It Wrong to Try to Pick Up Girls in a Dungeon.yml @@ -0,0 +1,17 @@ +metadata: #Posters found here https://theposterdb.com/poster/258110 + + "Is It Wrong to Try to Pick Up Girls in a Dungeon? (2015)": + year: 2015 + title: "Is It Wrong to Try to Pick Up Girls in a Dungeon?" + url_poster: https://theposterdb.com/api/assets/258110 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/258111 + 1: + url_poster: https://theposterdb.com/api/assets/258112 + 2: + url_poster: https://theposterdb.com/api/assets/258113 + 3: + url_poster: https://theposterdb.com/api/assets/258114 + 4: + url_poster: https://theposterdb.com/api/assets/258115 diff --git a/Frexe/TV-Shows/Metadata/Anime/Jujutsu Kaisen.yml b/Frexe/TV-Shows/Metadata/Anime/Jujutsu Kaisen.yml new file mode 100644 index 0000000..6bae2de --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Jujutsu Kaisen.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/poster/234657 + + "Jujutsu Kaisen (2020)": + year: 2020 + title: "Jujutsu Kaisen" + url_poster: https://theposterdb.com/api/assets/234657 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/234658 + 1: + url_poster: https://theposterdb.com/api/assets/234659 diff --git a/Frexe/TV-Shows/Metadata/Anime/Naruto Shippden.yml b/Frexe/TV-Shows/Metadata/Anime/Naruto Shippden.yml new file mode 100644 index 0000000..29c16a0 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Naruto Shippden.yml @@ -0,0 +1,53 @@ +metadata: + + "Naruto Shippūden (2007)": + year: 2007 + title: "Naruto Shippūden" + url_poster: https://theposterdb.com/api/assets/233753 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/233754 + 1: + url_poster: https://theposterdb.com/api/assets/233755 + 2: + url_poster: https://theposterdb.com/api/assets/233756 + 3: + url_poster: https://theposterdb.com/api/assets/233757 + 4: + url_poster: https://theposterdb.com/api/assets/233758 + 5: + url_poster: https://theposterdb.com/api/assets/233759 + 6: + url_poster: https://theposterdb.com/api/assets/233760 + 7: + url_poster: https://theposterdb.com/api/assets/233761 + 8: + url_poster: https://theposterdb.com/api/assets/233762 + 9: + url_poster: https://theposterdb.com/api/assets/233763 + 10: + url_poster: https://theposterdb.com/api/assets/233764 + 11: + url_poster: https://theposterdb.com/api/assets/233765 + 12: + url_poster: https://theposterdb.com/api/assets/233766 + 13: + url_poster: https://theposterdb.com/api/assets/233767 + 14: + url_poster: https://theposterdb.com/api/assets/233768 + 15: + url_poster: https://theposterdb.com/api/assets/233769 + 16: + url_poster: https://theposterdb.com/api/assets/233770 + 17: + url_poster: https://theposterdb.com/api/assets/233771 + 18: + url_poster: https://theposterdb.com/api/assets/233772 + 19: + url_poster: https://theposterdb.com/api/assets/233773 + 20: + url_poster: https://theposterdb.com/api/assets/233774 + 21: + url_poster: https://theposterdb.com/api/assets/233775 + 22: + url_poster: https://theposterdb.com/api/assets/233776 diff --git a/Frexe/TV-Shows/Metadata/Anime/Naruto.yml b/Frexe/TV-Shows/Metadata/Anime/Naruto.yml new file mode 100644 index 0000000..a449356 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Naruto.yml @@ -0,0 +1,19 @@ +metadata: + + "Naruto (2002)": + year: 2002 + title: "Naruto" + url_poster: https://theposterdb.com/api/assets/233739 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/233740 + 1: + url_poster: https://theposterdb.com/api/assets/233741 + 2: + url_poster: https://theposterdb.com/api/assets/233742 + 3: + url_poster: https://theposterdb.com/api/assets/233743 + 4: + url_poster: https://theposterdb.com/api/assets/233744 + 5: + url_poster: https://theposterdb.com/api/assets/233745 diff --git a/Frexe/TV-Shows/Metadata/Anime/One Piece.yml b/Frexe/TV-Shows/Metadata/Anime/One Piece.yml new file mode 100644 index 0000000..ed1b656 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/One Piece.yml @@ -0,0 +1,50 @@ +metadata: + "One Piece (1999)": + year: 1999 + title: "One Piece" + url_poster: https://theposterdb.com/api/assets/58237 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/58238 + 1: + url_poster: https://theposterdb.com/api/assets/58239 + 2: + url_poster: https://theposterdb.com/api/assets/58240 + 3: + url_poster: https://theposterdb.com/api/assets/58241 + 4: + url_poster: https://theposterdb.com/api/assets/58242 + 5: + url_poster: https://theposterdb.com/api/assets/58243 + 6: + url_poster: https://theposterdb.com/api/assets/58244 + 7: + url_poster: https://theposterdb.com/api/assets/58245 + 8: + url_poster: https://theposterdb.com/api/assets/58246 + 9: + url_poster: https://theposterdb.com/api/assets/58247 + 10: + url_poster: https://theposterdb.com/api/assets/58248 + 11: + url_poster: https://theposterdb.com/api/assets/58249 + 12: + url_poster: https://theposterdb.com/api/assets/58250 + 13: + url_poster: https://theposterdb.com/api/assets/58251 + 14: + url_poster: https://theposterdb.com/api/assets/58252 + 15: + url_poster: https://theposterdb.com/api/assets/58253 + 16: + url_poster: https://theposterdb.com/api/assets/58254 + 17: + url_poster: https://theposterdb.com/api/assets/58255 + 18: + url_poster: https://theposterdb.com/api/assets/58256 + 19: + url_poster: https://theposterdb.com/api/assets/58257 + 20: + url_poster: https://theposterdb.com/api/assets/58258 + 21: + url_poster: https://theposterdb.com/api/assets/58259 diff --git a/Frexe/TV-Shows/Metadata/Anime/Overlord.yml b/Frexe/TV-Shows/Metadata/Anime/Overlord.yml new file mode 100644 index 0000000..9738eee --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Overlord.yml @@ -0,0 +1,17 @@ +metadata: #Posters found here https://theposterdb.com/poster/258103 + + "Overlord (2015)": + year: 2015 + title: "Overlord" + url_poster: https://theposterdb.com/api/assets/258103 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/258104 + 1: + url_poster: https://theposterdb.com/api/assets/258105 + 2: + url_poster: https://theposterdb.com/api/assets/258106 + 3: + url_poster: https://theposterdb.com/api/assets/258107 + 4: + url_poster: https://theposterdb.com/api/assets/258108 diff --git a/Frexe/TV-Shows/Metadata/Anime/Re Zero.yml b/Frexe/TV-Shows/Metadata/Anime/Re Zero.yml new file mode 100644 index 0000000..396d8f1 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Re Zero.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here https://theposterdb.com/poster/253738 + + "Re:ZERO -Starting Life in Another World- (2016)": + year: 2016 + title: "Re:ZERO -Starting Life in Another World-" + url_poster: https://theposterdb.com/api/assets/253738 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/253739 + 1: + url_poster: https://theposterdb.com/api/assets/253740 + 2: + url_poster: https://theposterdb.com/api/assets/253741 diff --git a/Frexe/TV-Shows/Metadata/Anime/Rent a Girlfriend.yml b/Frexe/TV-Shows/Metadata/Anime/Rent a Girlfriend.yml new file mode 100644 index 0000000..0f5a557 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Rent a Girlfriend.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here https://theposterdb.com/poster/253748 + + "Rent-a-Girlfriend (2020)": + year: 2020 + title: "Rent-a-Girlfriend" + url_poster: https://theposterdb.com/api/assets/253748 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/253749 + 1: + url_poster: https://theposterdb.com/api/assets/253750 + 2: + url_poster: https://theposterdb.com/api/assets/253751 diff --git a/Frexe/TV-Shows/Metadata/Anime/Skeleton Knight in Another World.yml b/Frexe/TV-Shows/Metadata/Anime/Skeleton Knight in Another World.yml new file mode 100644 index 0000000..1c93265 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Skeleton Knight in Another World.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/poster/258101 + + "Skeleton Knight in Another World (2022)": + year: 2022 + title: "Skeleton Knight in Another World" + url_poster: https://theposterdb.com/api/assets/258101 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/258102 diff --git a/Frexe/TV-Shows/Metadata/Anime/Spy x Family.yml b/Frexe/TV-Shows/Metadata/Anime/Spy x Family.yml new file mode 100644 index 0000000..d78e1dd --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Spy x Family.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/set/138794 + + "Spy x Family (2022)": + year: 2022 + title: "Spy x Family" + url_poster: https://theposterdb.com/api/assets/230786 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/230787 diff --git a/Frexe/TV-Shows/Metadata/Anime/Sword Art Online.yml b/Frexe/TV-Shows/Metadata/Anime/Sword Art Online.yml new file mode 100644 index 0000000..a85602e --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Sword Art Online.yml @@ -0,0 +1,17 @@ +metadata: #Posters found here: https://theposterdb.com/set/145307 + + "Sword Art Online (2012)": + year: 2012 + title: "Sword Art Online" + url_poster: https://theposterdb.com/api/assets/241928 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/241929 + 1: + url_poster: https://theposterdb.com/api/assets/241930 + 2: + url_poster: https://theposterdb.com/api/assets/241931 + 3: + url_poster: https://theposterdb.com/api/assets/241932 + 4: + url_poster: https://theposterdb.com/api/assets/241933 diff --git a/Frexe/TV-Shows/Metadata/Anime/That Time I Got Reincarnated as a Slime.yml b/Frexe/TV-Shows/Metadata/Anime/That Time I Got Reincarnated as a Slime.yml new file mode 100644 index 0000000..b970dfd --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/That Time I Got Reincarnated as a Slime.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here: https://theposterdb.com/set/136082 + + "That Time I Got Reincarnated as a Slime (2018)": + year: 2018 + title: "That Time I Got Reincarnated as a Slime" + url_poster: https://theposterdb.com/api/assets/226399 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/226400 + 1: + url_poster: https://theposterdb.com/api/assets/226401 + 2: + url_poster: https://theposterdb.com/api/assets/226402 diff --git a/Frexe/TV-Shows/Metadata/Anime/The Daily Life of the Immortal King.yml b/Frexe/TV-Shows/Metadata/Anime/The Daily Life of the Immortal King.yml new file mode 100644 index 0000000..53d86bf --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/The Daily Life of the Immortal King.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/set/99178 + + "The Daily Life of the Immortal King (2020)": + year: 2020 + title: "The Daily Life of the Immortal King" + url_poster: https://theposterdb.com/api/assets/162346 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/162347 + 2: + url_poster: https://theposterdb.com/api/assets/162348 diff --git a/Frexe/TV-Shows/Metadata/Anime/The Dawn of the Witch.yml b/Frexe/TV-Shows/Metadata/Anime/The Dawn of the Witch.yml new file mode 100644 index 0000000..c6ef35a --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/The Dawn of the Witch.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/set/138765 + + "The Dawn of the Witch (2022)": + year: 2022 + title: "The Dawn of the Witch" + url_poster: https://theposterdb.com/api/assets/230737 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/230738 diff --git a/Frexe/TV-Shows/Metadata/Anime/The Detective Is Already Dead.yml b/Frexe/TV-Shows/Metadata/Anime/The Detective Is Already Dead.yml new file mode 100644 index 0000000..9af7a14 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/The Detective Is Already Dead.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/set/107338 + + "The Detective Is Already Dead (2021)": + year: 2021 + title: "The Detective Is Already Dead" + url_poster: https://theposterdb.com/api/assets/176042 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/176043 diff --git a/Frexe/TV-Shows/Metadata/Anime/The Devil Is a Part-Timer.yml b/Frexe/TV-Shows/Metadata/Anime/The Devil Is a Part-Timer.yml new file mode 100644 index 0000000..4417d41 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/The Devil Is a Part-Timer.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/poster/258098 + + "The Devil Is a Part-Timer! (2013)": + year: 2013 + title: "The Devil Is a Part-Timer!" + url_poster: https://theposterdb.com/api/assets/258098 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/258099 + 2: + url_poster: https://theposterdb.com/api/assets/258100 diff --git a/Frexe/TV-Shows/Metadata/Anime/The Rising of the Shield Hero.yml b/Frexe/TV-Shows/Metadata/Anime/The Rising of the Shield Hero.yml new file mode 100644 index 0000000..3280e88 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/The Rising of the Shield Hero.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/set/138788 + + "Tate no Yuusha no Nariagari (2018)": + year: 2018 + title: "Tate no Yuusha no Nariagari" + url_poster: https://theposterdb.com/api/assets/230773 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/230774 + 2: + url_poster: https://theposterdb.com/api/assets/230775 diff --git a/Frexe/TV-Shows/Metadata/Anime/Tokyo Ghoul.yml b/Frexe/TV-Shows/Metadata/Anime/Tokyo Ghoul.yml new file mode 100644 index 0000000..4498d9d --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Tokyo Ghoul.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here https://theposterdb.com/set/125070 + + "Tokyo Ghoul (2014)": + year: 2014 + title: "Tokyo Ghoul" + url_poster: https://theposterdb.com/api/assets/207001 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/207002 + 2: + url_poster: https://theposterdb.com/api/assets/207003 + 3: + url_poster: https://theposterdb.com/api/assets/207004 diff --git a/Frexe/TV-Shows/Metadata/Anime/Vinland Saga.yml b/Frexe/TV-Shows/Metadata/Anime/Vinland Saga.yml new file mode 100644 index 0000000..adb4c59 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Vinland Saga.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/set/99466 + + "Vinland Saga (2019)": + year: 2019 + title: "Vinland Saga" + url_poster: https://theposterdb.com/api/assets/162868 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/162869 diff --git a/Frexe/TV-Shows/Metadata/Anime/Wonder Egg Priority.yml b/Frexe/TV-Shows/Metadata/Anime/Wonder Egg Priority.yml new file mode 100644 index 0000000..2e223cd --- /dev/null +++ b/Frexe/TV-Shows/Metadata/Anime/Wonder Egg Priority.yml @@ -0,0 +1,8 @@ +metadata: + "Wonder Egg Priority (2021)": + year: 2021 + title: "Wonder Egg Priority" + url_poster: https://theposterdb.com/api/assets/224302 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/224303 diff --git a/Frexe/TV-Shows/Metadata/TV/2 Broke Girls.yml b/Frexe/TV-Shows/Metadata/TV/2 Broke Girls.yml new file mode 100644 index 0000000..d27e7db --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/2 Broke Girls.yml @@ -0,0 +1,19 @@ +metadata: #Posters found here https://theposterdb.com/poster/241362 + + "2 Broke Girls (2011)": + year: 2011 + title: "2 Broke Girls" + url_poster: https://theposterdb.com/api/assets/241362 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/241363 + 2: + url_poster: https://theposterdb.com/api/assets/241364 + 3: + url_poster: https://theposterdb.com/api/assets/241365 + 4: + url_poster: https://theposterdb.com/api/assets/241366 + 5: + url_poster: https://theposterdb.com/api/assets/241367 + 6: + url_poster: https://theposterdb.com/api/assets/241368 diff --git a/Frexe/TV-Shows/Metadata/TV/71° nord - team.yml b/Frexe/TV-Shows/Metadata/TV/71° nord - team.yml new file mode 100644 index 0000000..7f2e24c --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/71° nord - team.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/set/135405 + + "71° nord - team (2022)": + year: 2022 + title: "71° nord - team" + url_poster: https://theposterdb.com/api/assets/225139 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/225140 diff --git a/Frexe/TV-Shows/Metadata/TV/Age of Samurai.yml b/Frexe/TV-Shows/Metadata/TV/Age of Samurai.yml new file mode 100644 index 0000000..9b4d878 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Age of Samurai.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/poster/241410 + + "Age of Samurai: Battle for Japan (2021)": + year: 2021 + title: "Age of Samurai: Battle for Japan" + url_poster: https://theposterdb.com/api/assets/241410 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/241411 diff --git a/Frexe/TV-Shows/Metadata/TV/Alice in Borderland.yml b/Frexe/TV-Shows/Metadata/TV/Alice in Borderland.yml new file mode 100644 index 0000000..adcbc1b --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Alice in Borderland.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/poster/241412 + + "Alice in Borderland (2020)": + year: 2020 + title: "Alice in Borderland" + url_poster: https://theposterdb.com/api/assets/241412 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/241413 diff --git a/Frexe/TV-Shows/Metadata/TV/Alle mot alle.yml b/Frexe/TV-Shows/Metadata/TV/Alle mot alle.yml new file mode 100644 index 0000000..8bebdb9 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Alle mot alle.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here https://theposterdb.com/set/135481 + + "Alle mot alle (2020)": + year: 2020 + title: "Alle mot alle" + url_poster: https://theposterdb.com/api/assets/225298 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/225299 + 2: + url_poster: https://theposterdb.com/api/assets/225495 + 3: + url_poster: https://theposterdb.com/api/assets/225496 + 4: + url_poster: https://theposterdb.com/api/assets/225497 diff --git a/Frexe/TV-Shows/Metadata/TV/Alt min far ikke har lært meg.yml b/Frexe/TV-Shows/Metadata/TV/Alt min far ikke har lært meg.yml new file mode 100644 index 0000000..20ce15d --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Alt min far ikke har lært meg.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/poster/260866 + + "Alt min far ikke har lært meg (2022)": + year: 2022 + title: "Alt min far ikke har lært meg" + url_poster: https://theposterdb.com/api/assets/260866 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/260867 diff --git a/Frexe/TV-Shows/Metadata/TV/Altered Carbon.yml b/Frexe/TV-Shows/Metadata/TV/Altered Carbon.yml new file mode 100644 index 0000000..a10621f --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Altered Carbon.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242993 + + "Altered Carbon (2018)": + year: 2018 + title: "Altered Carbon" + url_poster: https://theposterdb.com/api/assets/242993 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/242994 + 1: + url_poster: https://theposterdb.com/api/assets/242995 + 2: + url_poster: https://theposterdb.com/api/assets/242996 diff --git a/Frexe/TV-Shows/Metadata/TV/An Idiot Abroad.yml b/Frexe/TV-Shows/Metadata/TV/An Idiot Abroad.yml new file mode 100644 index 0000000..b87da41 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/An Idiot Abroad.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here: https://theposterdb.com/poster/205057 + + "An Idiot Abroad (2010)": + year: 2010 + title: "An Idiot Abroad" + url_poster: https://theposterdb.com/api/assets/205057 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/205058 + 2: + url_poster: https://theposterdb.com/api/assets/205059 + 3: + url_poster: https://theposterdb.com/api/assets/205060 diff --git a/Frexe/TV-Shows/Metadata/TV/And just like that.yml b/Frexe/TV-Shows/Metadata/TV/And just like that.yml new file mode 100644 index 0000000..a3f35a6 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/And just like that.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: + + "And Just Like That… (2021)": + year: 2021 + title: "And Just Like That…" + url_poster: https://theposterdb.com/api/assets/205833 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/205834 diff --git a/Frexe/TV-Shows/Metadata/TV/Arcane.yml b/Frexe/TV-Shows/Metadata/TV/Arcane.yml new file mode 100644 index 0000000..42fbcf5 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Arcane.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/poster/235975 + + "Arcane (2021)": + year: 2021 + title: "Arcane" + url_poster: https://theposterdb.com/api/assets/235975 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/235976 diff --git a/Frexe/TV-Shows/Metadata/TV/Arrested Development.yml b/Frexe/TV-Shows/Metadata/TV/Arrested Development.yml new file mode 100644 index 0000000..e0400d1 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Arrested Development.yml @@ -0,0 +1,19 @@ +metadata: #Posters found here: https://theposterdb.com/poster/241373 + + "Arrested Development (2003)": + year: 2003 + title: "Arrested Development" + url_poster: https://theposterdb.com/api/assets/241373 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/241374 + 1: + url_poster: https://theposterdb.com/api/assets/241375 + 2: + url_poster: https://theposterdb.com/api/assets/241376 + 3: + url_poster: https://theposterdb.com/api/assets/241377 + 4: + url_poster: https://theposterdb.com/api/assets/241378 + 5: + url_poster: https://theposterdb.com/api/assets/241379 diff --git a/Frexe/TV-Shows/Metadata/TV/Atlanta.yml b/Frexe/TV-Shows/Metadata/TV/Atlanta.yml new file mode 100644 index 0000000..f65a106 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Atlanta.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here: https://theposterdb.com/poster/241414 + + "Atlanta (2016)": + year: 2016 + title: "Atlanta" + url_poster: https://theposterdb.com/api/assets/241414 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/241415 + 2: + url_poster: https://theposterdb.com/api/assets/241416 + 3: + url_poster: https://theposterdb.com/api/assets/241417 diff --git a/Frexe/TV-Shows/Metadata/TV/Band of Brothers.yml b/Frexe/TV-Shows/Metadata/TV/Band of Brothers.yml new file mode 100644 index 0000000..e3507a4 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Band of Brothers.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/poster/218218 + + "Band of Brothers (2001)": + year: 2001 + title: "Band of Brothers" + url_poster: https://theposterdb.com/api/assets/218218 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/218219 + 1: + url_poster: https://theposterdb.com/api/assets/218220 diff --git a/Frexe/TV-Shows/Metadata/TV/Barry.yml b/Frexe/TV-Shows/Metadata/TV/Barry.yml new file mode 100644 index 0000000..e1d5c47 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Barry.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here https://theposterdb.com/poster/241420 + + "Barry (2018)": + year: 2018 + title: "Barry" + url_poster: https://theposterdb.com/api/assets/241420 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/241421 + 2: + url_poster: https://theposterdb.com/api/assets/241422 + 3: + url_poster: https://theposterdb.com/api/assets/241423 diff --git a/Frexe/TV-Shows/Metadata/TV/Basic Bitch.yml b/Frexe/TV-Shows/Metadata/TV/Basic Bitch.yml new file mode 100644 index 0000000..03b4560 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Basic Bitch.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here https://theposterdb.com/poster/208207 + + "Basic Bitch (2020)": + year: 2020 + title: "Basic Bitch" + url_poster: https://theposterdb.com/api/assets/208207 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/208208 + 2: + url_poster: https://theposterdb.com/api/assets/208209 + 3: + url_poster: https://theposterdb.com/api/assets/223182 diff --git a/Frexe/TV-Shows/Metadata/TV/Battlestar Galactica.yml b/Frexe/TV-Shows/Metadata/TV/Battlestar Galactica.yml new file mode 100644 index 0000000..a1c392a --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Battlestar Galactica.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/poster/253230 + + "Battlestar Galactica (1978)": + year: 1978 + title: "Battlestar Galactica" + url_poster: https://theposterdb.com/api/assets/253230 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/253231 diff --git a/Frexe/TV-Shows/Metadata/TV/Behind the monsters.yml b/Frexe/TV-Shows/Metadata/TV/Behind the monsters.yml new file mode 100644 index 0000000..5756321 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Behind the monsters.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242810 + + "Behind the Monsters (2021)": + year: 2021 + title: "Behind the Monsters" + url_poster: https://theposterdb.com/api/assets/242810 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/242811 diff --git a/Frexe/TV-Shows/Metadata/TV/Better call Saul.yml b/Frexe/TV-Shows/Metadata/TV/Better call Saul.yml new file mode 100644 index 0000000..537d746 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Better call Saul.yml @@ -0,0 +1,19 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242829 + + "Better Call Saul (2015)": + year: 2015 + title: "Better Call Saul" + url_poster: https://theposterdb.com/api/assets/198024 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/198025 + 2: + url_poster: https://theposterdb.com/api/assets/198026 + 3: + url_poster: https://theposterdb.com/api/assets/198027 + 4: + url_poster: https://theposterdb.com/api/assets/198028 + 5: + url_poster: https://theposterdb.com/api/assets/198029 + 6: + url_poster: https://theposterdb.com/api/assets/239188 diff --git a/Frexe/TV-Shows/Metadata/TV/Bewitched.yml b/Frexe/TV-Shows/Metadata/TV/Bewitched.yml new file mode 100644 index 0000000..f5e9a0b --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Bewitched.yml @@ -0,0 +1,23 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242916 + + "Bewitched (1964)": + year: 1964 + title: "Bewitched" + url_poster: https://theposterdb.com/api/assets/242916 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/242917 + 2: + url_poster: https://theposterdb.com/api/assets/242918 + 3: + url_poster: https://theposterdb.com/api/assets/242919 + 4: + url_poster: https://theposterdb.com/api/assets/242920 + 5: + url_poster: https://theposterdb.com/api/assets/242921 + 6: + url_poster: https://theposterdb.com/api/assets/242922 + 7: + url_poster: https://theposterdb.com/api/assets/242923 + 8: + url_poster: https://theposterdb.com/api/assets/242924 diff --git a/Frexe/TV-Shows/Metadata/TV/Bionic Woman.yml b/Frexe/TV-Shows/Metadata/TV/Bionic Woman.yml new file mode 100644 index 0000000..c378fde --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Bionic Woman.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/poster/261637 + + "Bionic Woman (2007)": + year: 2007 + title: "Bionic Woman" + url_poster: https://theposterdb.com/api/assets/261637 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/261638 diff --git a/Frexe/TV-Shows/Metadata/TV/Black Mirror.yml b/Frexe/TV-Shows/Metadata/TV/Black Mirror.yml new file mode 100644 index 0000000..d4c2836 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Black Mirror.yml @@ -0,0 +1,19 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242817 + + "Black Mirror (2011)": + year: 2011 + title: "Black Mirror" + url_poster: https://theposterdb.com/api/assets/242817 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/242818 + 1: + url_poster: https://theposterdb.com/api/assets/242819 + 2: + url_poster: https://theposterdb.com/api/assets/242820 + 3: + url_poster: https://theposterdb.com/api/assets/242821 + 4: + url_poster: https://theposterdb.com/api/assets/242822 + 5: + url_poster: https://theposterdb.com/api/assets/242823 diff --git a/Frexe/TV-Shows/Metadata/TV/Black bird.yml b/Frexe/TV-Shows/Metadata/TV/Black bird.yml new file mode 100644 index 0000000..c86dd90 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Black bird.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/poster/258888 + + "Black Bird (2022)": + year: 2022 + title: "Black Bird" + url_poster: https://theposterdb.com/api/assets/258888 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/258889 diff --git a/Frexe/TV-Shows/Metadata/TV/Breaking Bad.yml b/Frexe/TV-Shows/Metadata/TV/Breaking Bad.yml new file mode 100644 index 0000000..25417bd --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Breaking Bad.yml @@ -0,0 +1,19 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242829 + + "Breaking Bad (2008)": + year: 2008 + title: "Breaking Bad" + url_poster: https://theposterdb.com/api/assets/242829 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/242830 + 1: + url_poster: https://theposterdb.com/api/assets/242831 + 2: + url_poster: https://theposterdb.com/api/assets/242832 + 3: + url_poster: https://theposterdb.com/api/assets/242833 + 4: + url_poster: https://theposterdb.com/api/assets/242834 + 5: + url_poster: https://theposterdb.com/api/assets/242835 diff --git a/Frexe/TV-Shows/Metadata/TV/Brooklyn nine nine.yml b/Frexe/TV-Shows/Metadata/TV/Brooklyn nine nine.yml new file mode 100644 index 0000000..8ed56ca --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Brooklyn nine nine.yml @@ -0,0 +1,25 @@ +metadata: #Posters found here: https://theposterdb.com/poster/241381 + + "Brooklyn Nine-Nine (2013)": + year: 2013 + title: "Brooklyn Nine-Nine" + url_poster: https://theposterdb.com/api/assets/241381 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/241382 + 1: + url_poster: https://theposterdb.com/api/assets/241383 + 2: + url_poster: https://theposterdb.com/api/assets/241384 + 3: + url_poster: https://theposterdb.com/api/assets/241385 + 4: + url_poster: https://theposterdb.com/api/assets/241386 + 5: + url_poster: https://theposterdb.com/api/assets/241387 + 6: + url_poster: https://theposterdb.com/api/assets/241388 + 7: + url_poster: https://theposterdb.com/api/assets/241389 + 8: + url_poster: https://theposterdb.com/api/assets/241390 diff --git a/Frexe/TV-Shows/Metadata/TV/Brødrene Dal.yml b/Frexe/TV-Shows/Metadata/TV/Brødrene Dal.yml new file mode 100644 index 0000000..bd8fd2e --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Brødrene Dal.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/set/155596 + + "Brødrene Dal og Professor Drøvels hemmelighet (1979)": + year: 1979 + title: "Brødrene Dal og Professor Drøvels hemmelighet" + url_poster: https://theposterdb.com/api/assets/260868 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/260869 diff --git a/Frexe/TV-Shows/Metadata/TV/Chappelles Show.yml b/Frexe/TV-Shows/Metadata/TV/Chappelles Show.yml new file mode 100644 index 0000000..e165930 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Chappelles Show.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242647 + + "Chappelle's Show (2003)": + year: 2003 + title: "Chappelle's Show" + url_poster: https://theposterdb.com/api/assets/242647 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/242648 + 1: + url_poster: https://theposterdb.com/api/assets/242649 + 2: + url_poster: https://theposterdb.com/api/assets/242650 + 3: + url_poster: https://theposterdb.com/api/assets/242651 diff --git a/Frexe/TV-Shows/Metadata/TV/Cheers.yml b/Frexe/TV-Shows/Metadata/TV/Cheers.yml new file mode 100644 index 0000000..8bd0813 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Cheers.yml @@ -0,0 +1,31 @@ +metadata: #Posters found here: https://theposterdb.com/poster/241397 + + "Cheers (1982)": + year: 1982 + title: "Cheers" + url_poster: https://theposterdb.com/api/assets/241397 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/241398 + 1: + url_poster: https://theposterdb.com/api/assets/241399 + 2: + url_poster: https://theposterdb.com/api/assets/241400 + 3: + url_poster: https://theposterdb.com/api/assets/241401 + 4: + url_poster: https://theposterdb.com/api/assets/241402 + 5: + url_poster: https://theposterdb.com/api/assets/241403 + 6: + url_poster: https://theposterdb.com/api/assets/241404 + 7: + url_poster: https://theposterdb.com/api/assets/241405 + 8: + url_poster: https://theposterdb.com/api/assets/241406 + 9: + url_poster: https://theposterdb.com/api/assets/241407 + 10: + url_poster: https://theposterdb.com/api/assets/241408 + 11: + url_poster: https://theposterdb.com/api/assets/241409 diff --git a/Frexe/TV-Shows/Metadata/TV/Chernobyl.yml b/Frexe/TV-Shows/Metadata/TV/Chernobyl.yml new file mode 100644 index 0000000..d33d906 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Chernobyl.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242862 + + "Chernobyl (2019)": + year: 2019 + title: "Chernobyl" + url_poster: https://theposterdb.com/api/assets/242862 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/242863 + 1: + url_poster: https://theposterdb.com/api/assets/242864 diff --git a/Frexe/TV-Shows/Metadata/TV/Cobra Kai.yml b/Frexe/TV-Shows/Metadata/TV/Cobra Kai.yml new file mode 100644 index 0000000..61b96c4 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Cobra Kai.yml @@ -0,0 +1,17 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242880 + + "Cobra Kai (2018)": + year: 2018 + title: "Cobra Kai" + url_poster: https://theposterdb.com/api/assets/242880 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/242881 + 1: + url_poster: https://theposterdb.com/api/assets/242882 + 2: + url_poster: https://theposterdb.com/api/assets/242883 + 3: + url_poster: https://theposterdb.com/api/assets/242884 + 4: + url_poster: https://theposterdb.com/api/assets/242885 diff --git a/Frexe/TV-Shows/Metadata/TV/Confronting a serial killer.yml b/Frexe/TV-Shows/Metadata/TV/Confronting a serial killer.yml new file mode 100644 index 0000000..650160b --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Confronting a serial killer.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/poster/261845 + + "Confronting a Serial Killer (2021)": + year: 2021 + title: "Confronting a Serial Killer" + url_poster: https://theposterdb.com/api/assets/261845 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/261846 diff --git a/Frexe/TV-Shows/Metadata/TV/DC.yml b/Frexe/TV-Shows/Metadata/TV/DC.yml new file mode 100644 index 0000000..e25ef9e --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/DC.yml @@ -0,0 +1,329 @@ +metadata: #Posters found here https://theposterdb.com/poster/239364 + + "Batman (1966)": + title: "Batman" + year: 1966 + url_poster: https://theposterdb.com/api/assets/242928 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/242929 + 1: + url_poster: https://theposterdb.com/api/assets/242930 + 2: + url_poster: https://theposterdb.com/api/assets/242931 + 3: + url_poster: https://theposterdb.com/api/assets/242932 + + "The Flash (1990)": + year: 1990 + title: "The Flash" + url_poster: https://theposterdb.com/api/assets/262442 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/262443 + + "Batman Beyond (1999)": + year: 1999 + title: "Batman Beyond" + url_poster: https://theposterdb.com/api/assets/241427 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/241428 + 1: + url_poster: https://theposterdb.com/api/assets/241429 + 2: + url_poster: https://theposterdb.com/api/assets/241430 + 3: + url_poster: https://theposterdb.com/api/assets/241431 + + "Smallville (2001)": + year: 2001 + title: "Smallville" + url_poster: https://theposterdb.com/api/assets/262408 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/262409 + 1: + url_poster: https://theposterdb.com/api/assets/262410 + 2: + url_poster: https://theposterdb.com/api/assets/262411 + 3: + url_poster: https://theposterdb.com/api/assets/262412 + 4: + url_poster: https://theposterdb.com/api/assets/262413 + 5: + url_poster: https://theposterdb.com/api/assets/262414 + 6: + url_poster: https://theposterdb.com/api/assets/262415 + 7: + url_poster: https://theposterdb.com/api/assets/262416 + 8: + url_poster: https://theposterdb.com/api/assets/262417 + 9: + url_poster: https://theposterdb.com/api/assets/262418 + 10: + url_poster: https://theposterdb.com/api/assets/262419 + + "Birds of Prey (2002)": + year: 2002 + title: "Birds of Prey" + url_poster: https://theposterdb.com/api/assets/262382 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/262383 + 1: + url_poster: https://theposterdb.com/api/assets/262384 + + "Young Justice (2010)": + year: 2010 + title: "Young Justice" + url_poster: https://theposterdb.com/api/assets/239374 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/239375 + 1: + url_poster: https://theposterdb.com/api/assets/239376 + 2: + url_poster: https://theposterdb.com/api/assets/239377 + 3: + url_poster: https://theposterdb.com/api/assets/239378 + + "Arrow (2012)": + year: 2012 + title: "Arrow" + url_poster: https://theposterdb.com/api/assets/262361 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/262362 + 1: + url_poster: https://theposterdb.com/api/assets/262364 + 2: + url_poster: https://theposterdb.com/api/assets/262365 + 3: + url_poster: https://theposterdb.com/api/assets/262367 + 4: + url_poster: https://theposterdb.com/api/assets/262368 + 5: + url_poster: https://theposterdb.com/api/assets/262370 + 6: + url_poster: https://theposterdb.com/api/assets/262371 + 7: + url_poster: https://theposterdb.com/api/assets/262373 + 8: + url_poster: https://theposterdb.com/api/assets/262374 + + "Constantine (2014)": + year: 2014 + title: "Constantine" + url_poster: https://theposterdb.com/api/assets/262390 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/262391 + + "The Flash (2014)": + year: 2014 + title: "The Flash" + url_poster: https://theposterdb.com/api/assets/262432 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/262433 + 1: + url_poster: https://theposterdb.com/api/assets/262434 + 2: + url_poster: https://theposterdb.com/api/assets/262435 + 3: + url_poster: https://theposterdb.com/api/assets/262436 + 4: + url_poster: https://theposterdb.com/api/assets/262437 + 5: + url_poster: https://theposterdb.com/api/assets/262438 + 6: + url_poster: https://theposterdb.com/api/assets/262439 + 7: + url_poster: https://theposterdb.com/api/assets/262440 + 8: + url_poster: https://theposterdb.com/api/assets/262441 + + "Gotham (2014)": + year: 2014 + title: "Gotham" + url_poster: https://theposterdb.com/api/assets/264351 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/264352 + 1: + url_poster: https://theposterdb.com/api/assets/264353 + 2: + url_poster: https://theposterdb.com/api/assets/264354 + 3: + url_poster: https://theposterdb.com/api/assets/264355 + 4: + url_poster: https://theposterdb.com/api/assets/264356 + 5: + url_poster: https://theposterdb.com/api/assets/264357 + + "Vixen (2015)": + year: 2015 + title: "Vixen" + url_poster: https://theposterdb.com/api/assets/262444 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/262445 + 2: + url_poster: https://theposterdb.com/api/assets/262446 + + "Supergirl (2015)": + year: 2015 + title: "Supergirl" + url_poster: https://theposterdb.com/api/assets/262420 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/262421 + 1: + url_poster: https://theposterdb.com/api/assets/262422 + 2: + url_poster: https://theposterdb.com/api/assets/262423 + 3: + url_poster: https://theposterdb.com/api/assets/262424 + 4: + url_poster: https://theposterdb.com/api/assets/262425 + 5: + url_poster: https://theposterdb.com/api/assets/262426 + 6: + url_poster: https://theposterdb.com/api/assets/262427 + + "DC's Legends of Tomorrow (2016)": + year: 2016 + title: "DC's Legends of Tomorrow" + url_poster: https://theposterdb.com/api/assets/262392 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/262393 + 1: + url_poster: https://theposterdb.com/api/assets/262394 + 2: + url_poster: https://theposterdb.com/api/assets/262395 + 3: + url_poster: https://theposterdb.com/api/assets/262396 + 4: + url_poster: https://theposterdb.com/api/assets/262397 + 5: + url_poster: https://theposterdb.com/api/assets/262398 + 6: + url_poster: https://theposterdb.com/api/assets/262399 + 7: + url_poster: https://theposterdb.com/api/assets/262400 + + "Freedom Fighters: The Ray (2017)": + year: 2017 + title: "Freedom Fighters: The Ray" + url_poster: https://theposterdb.com/api/assets/262405 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/262406 + 2: + url_poster: https://theposterdb.com/api/assets/262407 + + "Black Lightning (2018)": + year: 2018 + title: "Black Lightning" + url_poster: https://theposterdb.com/api/assets/262385 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/262386 + 2: + url_poster: https://theposterdb.com/api/assets/262387 + 3: + url_poster: https://theposterdb.com/api/assets/262388 + 4: + url_poster: https://theposterdb.com/api/assets/262389 + + "Titans (2018)": + year: 2018 + title: "Titans" + url_poster: https://theposterdb.com/api/assets/239370 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239371 + 2: + url_poster: https://theposterdb.com/api/assets/239372 + 3: + url_poster: https://theposterdb.com/api/assets/239373 + + "Batwoman (2019)": + year: 2019 + title: "Batwoman" + url_poster: https://theposterdb.com/api/assets/262376 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/262378 + 2: + url_poster: https://theposterdb.com/api/assets/262379 + 3: + url_poster: https://theposterdb.com/api/assets/262381 + + "Doom Patrol (2019)": + year: 2019 + title: "Doom Patrol" + url_poster: https://theposterdb.com/api/assets/239360 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239361 + 2: + url_poster: https://theposterdb.com/api/assets/239362 + 3: + url_poster: https://theposterdb.com/api/assets/239363 + + "Swamp Thing (2019)": + year: 2019 + title: "Swamp Thing" + url_poster: https://theposterdb.com/api/assets/239368 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239369 + + "Harley Quinn (2019)": + year: 2019 + title: "Harley Quinn" + url_poster: https://theposterdb.com/api/assets/239364 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/239365 + 1: + url_poster: https://theposterdb.com/api/assets/239366 + 2: + url_poster: https://theposterdb.com/api/assets/239367 + 3: + url_poster: https://theposterdb.com/api/assets/262489 + + "Stargirl (2020)": + year: 2020 + title: "Stargirl" + url_poster: https://theposterdb.com/api/assets/239357 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239358 + 2: + url_poster: https://theposterdb.com/api/assets/239359 + 3: + url_poster: https://theposterdb.com/api/assets/262488 + + "Superman & Lois (2021)": + year: 2021 + title: "Superman & Lois" + url_poster: https://theposterdb.com/api/assets/262428 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/262429 + 1: + url_poster: https://theposterdb.com/api/assets/262430 + 2: + url_poster: https://theposterdb.com/api/assets/262431 + + "Peacemaker (2022)": + year: 2022 + title: "Peacemaker" + url_poster: https://theposterdb.com/api/assets/207480 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/207482 diff --git a/Frexe/TV-Shows/Metadata/TV/Dark.yml b/Frexe/TV-Shows/Metadata/TV/Dark.yml new file mode 100644 index 0000000..4d4e059 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Dark.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242954 + + "Dark (2017)": + year: 2017 + title: "Dark" + url_poster: https://theposterdb.com/api/assets/242954 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/242955 + 1: + url_poster: https://theposterdb.com/api/assets/242956 + 2: + url_poster: https://theposterdb.com/api/assets/242957 + 3: + url_poster: https://theposterdb.com/api/assets/242958 diff --git a/Frexe/TV-Shows/Metadata/TV/Defending Jacob.yml b/Frexe/TV-Shows/Metadata/TV/Defending Jacob.yml new file mode 100644 index 0000000..ea84a08 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Defending Jacob.yml @@ -0,0 +1,8 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242972 + "Defending Jacob (2020)": + year: 2020 + title: "Defending Jacob" + url_poster: https://theposterdb.com/api/assets/242972 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/242973 diff --git a/Frexe/TV-Shows/Metadata/TV/Dexter.yml b/Frexe/TV-Shows/Metadata/TV/Dexter.yml new file mode 100644 index 0000000..4a4203d --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Dexter.yml @@ -0,0 +1,33 @@ +metadata: #Posters found here: https://theposterdb.com/poster/243523 + + "Dexter (2006)": + year: 2006 + title: "Dexter" + url_poster: https://theposterdb.com/api/assets/243523 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/243524 + 1: + url_poster: https://theposterdb.com/api/assets/243525 + 2: + url_poster: https://theposterdb.com/api/assets/243526 + 3: + url_poster: https://theposterdb.com/api/assets/243527 + 4: + url_poster: https://theposterdb.com/api/assets/243528 + 5: + url_poster: https://theposterdb.com/api/assets/243529 + 6: + url_poster: https://theposterdb.com/api/assets/243530 + 7: + url_poster: https://theposterdb.com/api/assets/243531 + 8: + url_poster: https://theposterdb.com/api/assets/243532 + + "Dexter: New Blood (2021)": + year: 2021 + title: "Dexter: New Blood" + url_poster: https://theposterdb.com/api/assets/243533 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/243534 diff --git a/Frexe/TV-Shows/Metadata/TV/Diabolical.yml b/Frexe/TV-Shows/Metadata/TV/Diabolical.yml new file mode 100644 index 0000000..7388ac5 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Diabolical.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/set/145364 + + "The Boys Presents: Diabolical (2022)": + year: 2022 + title: "The Boys Presents: Diabolical" + url_poster: https://theposterdb.com/api/assets/242076 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/242077 diff --git a/Frexe/TV-Shows/Metadata/TV/Doctor Who.yml b/Frexe/TV-Shows/Metadata/TV/Doctor Who.yml new file mode 100644 index 0000000..f8f0ed5 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Doctor Who.yml @@ -0,0 +1,51 @@ +metadata: #Posters found here: https://theposterdb.com/poster/254616 + + "Doctor Who (2005)": + year: 2005 + title: "Doctor Who" + url_poster: https://theposterdb.com/api/assets/254616 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/254617 + 1: + url_poster: https://theposterdb.com/api/assets/254618 + 2: + url_poster: https://theposterdb.com/api/assets/254619 + 3: + url_poster: https://theposterdb.com/api/assets/254620 + 4: + url_poster: https://theposterdb.com/api/assets/254621 + 5: + url_poster: https://theposterdb.com/api/assets/254622 + 6: + url_poster: https://theposterdb.com/api/assets/254623 + 7: + url_poster: https://theposterdb.com/api/assets/254624 + 8: + url_poster: https://theposterdb.com/api/assets/254625 + 9: + url_poster: https://theposterdb.com/api/assets/254626 + 10: + url_poster: https://theposterdb.com/api/assets/254627 + 11: + url_poster: https://theposterdb.com/api/assets/254628 + 12: + url_poster: https://theposterdb.com/api/assets/254629 + 13: + url_poster: https://theposterdb.com/api/assets/254630 + + "Torchwood (2006)": + year: 2006 + title: "Torchwood" + url_poster: https://theposterdb.com/api/assets/254646 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/254647 + 1: + url_poster: https://theposterdb.com/api/assets/254648 + 2: + url_poster: https://theposterdb.com/api/assets/254649 + 3: + url_poster: https://theposterdb.com/api/assets/254650 + 4: + url_poster: https://theposterdb.com/api/assets/254651 diff --git a/Frexe/TV-Shows/Metadata/TV/Entourage.yml b/Frexe/TV-Shows/Metadata/TV/Entourage.yml new file mode 100644 index 0000000..ff14ad3 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Entourage.yml @@ -0,0 +1,25 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242671 + + "Entourage (2004)": + year: 2004 + title: "Entourage" + url_poster: https://theposterdb.com/api/assets/242671 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/242672 + 1: + url_poster: https://theposterdb.com/api/assets/242673 + 2: + url_poster: https://theposterdb.com/api/assets/242674 + 3: + url_poster: https://theposterdb.com/api/assets/242675 + 4: + url_poster: https://theposterdb.com/api/assets/242676 + 5: + url_poster: https://theposterdb.com/api/assets/242677 + 6: + url_poster: https://theposterdb.com/api/assets/242678 + 7: + url_poster: https://theposterdb.com/api/assets/242679 + 8: + url_poster: https://theposterdb.com/api/assets/242680 diff --git a/Frexe/TV-Shows/Metadata/TV/Family guy.yml b/Frexe/TV-Shows/Metadata/TV/Family guy.yml new file mode 100644 index 0000000..1b80be5 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Family guy.yml @@ -0,0 +1,51 @@ +metadata: #Posters found here https://theposterdb.com/set/145359 + + "Family Guy (1999)": + year: 1999 + title: "Family Guy" + url_poster: https://theposterdb.com/api/assets/242058 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/242036 + 1: + url_poster: https://theposterdb.com/api/assets/242037 + 2: + url_poster: https://theposterdb.com/api/assets/242038 + 3: + url_poster: https://theposterdb.com/api/assets/242039 + 4: + url_poster: https://theposterdb.com/api/assets/242040 + 5: + url_poster: https://theposterdb.com/api/assets/242041 + 6: + url_poster: https://theposterdb.com/api/assets/242042 + 7: + url_poster: https://theposterdb.com/api/assets/242043 + 8: + url_poster: https://theposterdb.com/api/assets/242044 + 9: + url_poster: https://theposterdb.com/api/assets/242045 + 10: + url_poster: https://theposterdb.com/api/assets/242046 + 11: + url_poster: https://theposterdb.com/api/assets/242047 + 12: + url_poster: https://theposterdb.com/api/assets/242048 + 13: + url_poster: https://theposterdb.com/api/assets/242049 + 14: + url_poster: https://theposterdb.com/api/assets/242050 + 15: + url_poster: https://theposterdb.com/api/assets/242051 + 16: + url_poster: https://theposterdb.com/api/assets/242052 + 17: + url_poster: https://theposterdb.com/api/assets/242053 + 18: + url_poster: https://theposterdb.com/api/assets/242054 + 19: + url_poster: https://theposterdb.com/api/assets/242055 + 20: + url_poster: https://theposterdb.com/api/assets/242056 + 21: + url_poster: https://theposterdb.com/api/assets/242057 diff --git a/Frexe/TV-Shows/Metadata/TV/Flintstones.yml b/Frexe/TV-Shows/Metadata/TV/Flintstones.yml new file mode 100644 index 0000000..31165e6 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Flintstones.yml @@ -0,0 +1,21 @@ +metadata: #Posters found here https://theposterdb.com/poster/253209 + + "The Flintstones (1960)": + year: 1960 + title: "The Flintstones" + url_poster: https://theposterdb.com/api/assets/253209 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/253210 + 1: + url_poster: https://theposterdb.com/api/assets/253211 + 2: + url_poster: https://theposterdb.com/api/assets/253212 + 3: + url_poster: https://theposterdb.com/api/assets/253213 + 4: + url_poster: https://theposterdb.com/api/assets/253214 + 5: + url_poster: https://theposterdb.com/api/assets/253215 + 6: + url_poster: https://theposterdb.com/api/assets/253216 diff --git a/Frexe/TV-Shows/Metadata/TV/Formula-1.yml b/Frexe/TV-Shows/Metadata/TV/Formula-1.yml new file mode 100644 index 0000000..e7b581a --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Formula-1.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here https://theposterdb.com/poster/225782 + + "Formula 1: Drive to Survive (2019)": + year: 2019 + title: "Formula 1: Drive to Survive" + url_poster: https://theposterdb.com/api/assets/225782 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/225783 + 2: + url_poster: https://theposterdb.com/api/assets/225784 + 3: + url_poster: https://theposterdb.com/api/assets/225785 + 4: + url_poster: https://theposterdb.com/api/assets/225786 diff --git a/Frexe/TV-Shows/Metadata/TV/Foundation.yml b/Frexe/TV-Shows/Metadata/TV/Foundation.yml new file mode 100644 index 0000000..f66709f --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Foundation.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242986 + + "Foundation (2021)": + year: 2021 + title: "Foundation" + url_poster: https://theposterdb.com/api/assets/242986 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/242987 diff --git a/Frexe/TV-Shows/Metadata/TV/Game of Thrones.yml b/Frexe/TV-Shows/Metadata/TV/Game of Thrones.yml new file mode 100644 index 0000000..fafe479 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Game of Thrones.yml @@ -0,0 +1,25 @@ +metadata: #Posters found here: https://theposterdb.com/poster/241588 + + "Game of Thrones (2011)": + year: 2011 + title: "Game of Thrones" + url_poster: https://theposterdb.com/api/assets/241588 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/241589 + 1: + url_poster: https://theposterdb.com/api/assets/241590 + 2: + url_poster: https://theposterdb.com/api/assets/241591 + 3: + url_poster: https://theposterdb.com/api/assets/241592 + 4: + url_poster: https://theposterdb.com/api/assets/241593 + 5: + url_poster: https://theposterdb.com/api/assets/241594 + 6: + url_poster: https://theposterdb.com/api/assets/241595 + 7: + url_poster: https://theposterdb.com/api/assets/241596 + 8: + url_poster: https://theposterdb.com/api/assets/241597 diff --git a/Frexe/TV-Shows/Metadata/TV/Good omens.yml b/Frexe/TV-Shows/Metadata/TV/Good omens.yml new file mode 100644 index 0000000..1d9ad15 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Good omens.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here: https://theposterdb.com/poster/243623 + + "Good Omens (2019)": + year: 2019 + title: "Good Omens" + url_poster: https://theposterdb.com/api/assets/243623 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/243624 + 1: + url_poster: https://theposterdb.com/api/assets/243625 + 2: + url_poster: https://theposterdb.com/api/assets/243626 diff --git a/Frexe/TV-Shows/Metadata/TV/Grimm.yml b/Frexe/TV-Shows/Metadata/TV/Grimm.yml new file mode 100644 index 0000000..5f3fa80 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Grimm.yml @@ -0,0 +1,21 @@ +metadata: #Posters found here: https://theposterdb.com/poster/210365 + + "Grimm (2011)": + year: 2011 + title: "Grimm" + url_poster: https://theposterdb.com/api/assets/210365 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/210366 + 1: + url_poster: https://theposterdb.com/api/assets/210367 + 2: + url_poster: https://theposterdb.com/api/assets/210368 + 3: + url_poster: https://theposterdb.com/api/assets/210369 + 4: + url_poster: https://theposterdb.com/api/assets/210370 + 5: + url_poster: https://theposterdb.com/api/assets/210371 + 6: + url_poster: https://theposterdb.com/api/assets/210372 diff --git a/Frexe/TV-Shows/Metadata/TV/Halo.yml b/Frexe/TV-Shows/Metadata/TV/Halo.yml new file mode 100644 index 0000000..9823988 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Halo.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/poster/225843 + + "Halo (2022)": + year: 2022 + title: "Halo" + url_poster: https://theposterdb.com/api/assets/225843 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/225844 + 1: + url_poster: https://theposterdb.com/api/assets/225845 diff --git a/Frexe/TV-Shows/Metadata/TV/Hanna.yml b/Frexe/TV-Shows/Metadata/TV/Hanna.yml new file mode 100644 index 0000000..0f7524b --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Hanna.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here: https://theposterdb.com/poster/245388 + + "Hanna (2019)": + year: 2019 + title: "Hanna" + url_poster: https://theposterdb.com/api/assets/245388 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/245389 + 2: + url_poster: https://theposterdb.com/api/assets/245390 + 3: + url_poster: https://theposterdb.com/api/assets/245391 diff --git a/Frexe/TV-Shows/Metadata/TV/Hey Duggee.yml b/Frexe/TV-Shows/Metadata/TV/Hey Duggee.yml new file mode 100644 index 0000000..ed09b20 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Hey Duggee.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here: https://theposterdb.com/poster/246751 + + "Hey Duggee (2014)": + year: 2014 + title: "Hey Duggee" + url_poster: https://theposterdb.com/api/assets/246751 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/246752 + 1: + url_poster: https://theposterdb.com/api/assets/246753 + 2: + url_poster: https://theposterdb.com/api/assets/246754 + 3: + url_poster: https://theposterdb.com/api/assets/246755 diff --git a/Frexe/TV-Shows/Metadata/TV/Home before dark.yml b/Frexe/TV-Shows/Metadata/TV/Home before dark.yml new file mode 100644 index 0000000..d1ede17 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Home before dark.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/poster/245397 + + "Home Before Dark (2020)": + year: 2020 + title: "Home Before Dark" + url_poster: https://theposterdb.com/api/assets/245397 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/245398 + 2: + url_poster: https://theposterdb.com/api/assets/245399 diff --git a/Frexe/TV-Shows/Metadata/TV/House of the dragon.yml b/Frexe/TV-Shows/Metadata/TV/House of the dragon.yml new file mode 100644 index 0000000..b012c89 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/House of the dragon.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/poster/259940 + + "House of the Dragon (2022)": + year: 2022 + title: "House of the Dragon" + url_poster: https://theposterdb.com/api/assets/259940 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/259941 + 1: + url_poster: https://theposterdb.com/api/assets/259942 diff --git a/Frexe/TV-Shows/Metadata/TV/How i met your mother.yml b/Frexe/TV-Shows/Metadata/TV/How i met your mother.yml new file mode 100644 index 0000000..b3c229b --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/How i met your mother.yml @@ -0,0 +1,27 @@ +metadata: #Posters found here: https://theposterdb.com/poster/243269 + + "How I Met Your Mother (2005)": + year: 2005 + title: "How I Met Your Mother" + url_poster: https://theposterdb.com/api/assets/243269 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/243270 + 1: + url_poster: https://theposterdb.com/api/assets/243271 + 2: + url_poster: https://theposterdb.com/api/assets/243272 + 3: + url_poster: https://theposterdb.com/api/assets/243273 + 4: + url_poster: https://theposterdb.com/api/assets/243274 + 5: + url_poster: https://theposterdb.com/api/assets/243275 + 6: + url_poster: https://theposterdb.com/api/assets/243276 + 7: + url_poster: https://theposterdb.com/api/assets/243277 + 8: + url_poster: https://theposterdb.com/api/assets/243278 + 9: + url_poster: https://theposterdb.com/api/assets/243279 diff --git a/Frexe/TV-Shows/Metadata/TV/Hvite gutter.yml b/Frexe/TV-Shows/Metadata/TV/Hvite gutter.yml new file mode 100644 index 0000000..2359c6d --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Hvite gutter.yml @@ -0,0 +1,21 @@ +metadata: #Posters found here: https://theposterdb.com/poster/260844 + + "Hvite gutter (2018)": + year: 2018 + title: "Hvite gutter" + url_poster: https://theposterdb.com/api/assets/260844 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/260845 + 2: + url_poster: https://theposterdb.com/api/assets/260846 + 3: + url_poster: https://theposterdb.com/api/assets/260847 + 4: + url_poster: https://theposterdb.com/api/assets/260848 + 5: + url_poster: https://theposterdb.com/api/assets/260849 + 6: + url_poster: https://theposterdb.com/api/assets/260850 + 7: + url_poster: https://theposterdb.com/api/assets/260851 diff --git a/Frexe/TV-Shows/Metadata/TV/Into the badlands.yml b/Frexe/TV-Shows/Metadata/TV/Into the badlands.yml new file mode 100644 index 0000000..6baec62 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Into the badlands.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here https://theposterdb.com/poster/258855 + + "Into the Badlands (2015)": + year: 2015 + title: "Into the Badlands" + url_poster: https://theposterdb.com/api/assets/258855 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/258856 + 2: + url_poster: https://theposterdb.com/api/assets/258857 + 3: + url_poster: https://theposterdb.com/api/assets/258858 diff --git a/Frexe/TV-Shows/Metadata/TV/Invasion.yml b/Frexe/TV-Shows/Metadata/TV/Invasion.yml new file mode 100644 index 0000000..ef40c57 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Invasion.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/poster/245400 + + "Invasion (2021)": + year: 2021 + title: "Invasion" + url_poster: https://theposterdb.com/api/assets/245400 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/245401 diff --git a/Frexe/TV-Shows/Metadata/TV/Invincible.yml b/Frexe/TV-Shows/Metadata/TV/Invincible.yml new file mode 100644 index 0000000..ec5a2b4 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Invincible.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/poster/245402 + + "Invincible (2021)": + year: 2021 + title: "Invincible (2021)" + url_poster: https://theposterdb.com/api/assets/245402 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/245403 diff --git a/Frexe/TV-Shows/Metadata/TV/James May.yml b/Frexe/TV-Shows/Metadata/TV/James May.yml new file mode 100644 index 0000000..7139163 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/James May.yml @@ -0,0 +1,19 @@ +metadata: #Posters found here https://theposterdb.com/poster/225540 + + "James May: Our Man In… (2020)": + year: 2020 + title: "James May: Our Man In…" + url_poster: https://theposterdb.com/api/assets/225539 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/225540 + 2: + url_poster: https://theposterdb.com/api/assets/250954 + + "James May: Oh Cook (2020)": + year: 2020 + title: "James May: Oh Cook" + url_poster: https://theposterdb.com/api/assets/225542 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/225543 diff --git a/Frexe/TV-Shows/Metadata/TV/Jonathan Creek.yml b/Frexe/TV-Shows/Metadata/TV/Jonathan Creek.yml new file mode 100644 index 0000000..cab5377 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Jonathan Creek.yml @@ -0,0 +1,19 @@ +metadata: #Posters found here: https://theposterdb.com/poster/247875 + + "Jonathan Creek (1997)": + year: 1997 + title: "Jonathan Creek" + url_poster: https://theposterdb.com/api/assets/247875 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/247876 + 1: + url_poster: https://theposterdb.com/api/assets/247877 + 2: + url_poster: https://theposterdb.com/api/assets/247878 + 3: + url_poster: https://theposterdb.com/api/assets/247879 + 4: + url_poster: https://theposterdb.com/api/assets/247880 + 5: + url_poster: https://theposterdb.com/api/assets/247881 diff --git a/Frexe/TV-Shows/Metadata/TV/Klatrekongen kjendis.yml b/Frexe/TV-Shows/Metadata/TV/Klatrekongen kjendis.yml new file mode 100644 index 0000000..03d3442 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Klatrekongen kjendis.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/poster/258748 + + "Klatrekongen kjendis (2022)": + year: 2022 + title: "Klatrekongen kjendis" + url_poster: https://theposterdb.com/api/assets/258748 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/258749 diff --git a/Frexe/TV-Shows/Metadata/TV/Lothepus Camping.yml b/Frexe/TV-Shows/Metadata/TV/Lothepus Camping.yml new file mode 100644 index 0000000..c029396 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Lothepus Camping.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/set/137780 + + "Lothepus Camping (2022)": + year: 2022 + title: "Lothepus Camping" + url_poster: https://theposterdb.com/api/assets/228930 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/228931 diff --git a/Frexe/TV-Shows/Metadata/TV/Marvel.yml b/Frexe/TV-Shows/Metadata/TV/Marvel.yml new file mode 100644 index 0000000..c45b4be --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Marvel.yml @@ -0,0 +1,233 @@ +metadata: #Posters found here https://theposterdb.com/set/143788 + + "Marvel's Agents of S.H.I.E.L.D. (2013)": + year: 2013 + title: "Marvel's Agents of S.H.I.E.L.D." + url_poster: https://theposterdb.com/api/assets/216597 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/216598 + 1: + url_poster: https://theposterdb.com/api/assets/216599 + 2: + url_poster: https://theposterdb.com/api/assets/216600 + 3: + url_poster: https://theposterdb.com/api/assets/216601 + 4: + url_poster: https://theposterdb.com/api/assets/216602 + 5: + url_poster: https://theposterdb.com/api/assets/216603 + 6: + url_poster: https://theposterdb.com/api/assets/216604 + + "Marvel's Agent Carter (2015)": + year: 2015 + title: "Marvel's Agent Carter" + url_poster: https://theposterdb.com/api/assets/239460 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239461 + 2: + url_poster: https://theposterdb.com/api/assets/239462 + + "Marvel's Daredevil (2015)": + year: 2015 + title: "Marvel's Daredevil" + url_poster: https://theposterdb.com/api/assets/239468 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239469 + 2: + url_poster: https://theposterdb.com/api/assets/239470 + 3: + url_poster: https://theposterdb.com/api/assets/239471 + + "Marvel's Jessica Jones (2015)": + year: 2015 + title: "Marvel's Jessica Jones" + url_poster: https://theposterdb.com/api/assets/239477 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239478 + 2: + url_poster: https://theposterdb.com/api/assets/239479 + 3: + url_poster: https://theposterdb.com/api/assets/239480 + + "Marvel's Luke Cage (2016)": + year: 2016 + title: "Marvel's Luke Cage" + url_poster: https://theposterdb.com/api/assets/239481 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239482 + 2: + url_poster: https://theposterdb.com/api/assets/239483 + + "Legion (2017)": + year: 2017 + title: "Legion" + url_poster: https://theposterdb.com/api/assets/239456 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239457 + 2: + url_poster: https://theposterdb.com/api/assets/239458 + 3: + url_poster: https://theposterdb.com/api/assets/239459 + + "Marvel's Iron Fist (2017)": + year: 2017 + title: "Marvel's Iron Fist" + url_poster: https://theposterdb.com/api/assets/239474 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239475 + 2: + url_poster: https://theposterdb.com/api/assets/239476 + + "Marvel's The Defenders (2017)": + year: 2017 + title: "Marvel's The Defenders" + url_poster: https://theposterdb.com/api/assets/239488 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239489 + + "Marvel's Inhumans (2017)": + year: 2017 + title: "Marvel's Inhumans" + url_poster: https://theposterdb.com/api/assets/239472 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239473 + + "The Gifted (2017)": + year: 2017 + title: "The Gifted" + url_poster: https://theposterdb.com/api/assets/239493 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239494 + 2: + url_poster: https://theposterdb.com/api/assets/239495 + + "Marvel's The Punisher (2017)": + year: 2017 + title: "Marvel's The Punisher" + url_poster: https://theposterdb.com/api/assets/239490 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239491 + 2: + url_poster: https://theposterdb.com/api/assets/239492 + + "Marvel's Runaways (2017)": + year: 2017 + title: "Marvel's Runaways" + url_poster: https://theposterdb.com/api/assets/239484 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239485 + 2: + url_poster: https://theposterdb.com/api/assets/239486 + 3: + url_poster: https://theposterdb.com/api/assets/239487 + + "Marvel's Cloak & Dagger (2018)": + year: 2018 + title: "Marvel's Cloak & Dagger" + url_poster: https://theposterdb.com/api/assets/239465 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239466 + 2: + url_poster: https://theposterdb.com/api/assets/239467 + + "Swamp Thing (2019)": + year: 2019 + title: "Swamp Thing (2019)" + url_poster: https://theposterdb.com/api/assets/239368 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239369 + + "Helstrom (2020)": + year: 2020 + title: "Helstrom" + url_poster: https://theposterdb.com/api/assets/239454 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/239455 + + "WandaVision (2021)": + year: 2021 + title: "WandaVision" + url_poster: https://theposterdb.com/api/assets/170971 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/192802 + + "The Falcon and the Winter Soldier (2021)": + year: 2021 + title: "The Falcon and the Winter Soldier" + url_poster: https://theposterdb.com/api/assets/170970 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/192801 + + "Loki (2021)": + year: 2021 + title: "Loki" + url_poster: https://theposterdb.com/api/assets/170972 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/192800 + + "Hawkeye (2021)": + year: 2021 + title: "Hawkeye" + url_poster: https://theposterdb.com/api/assets/192798 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/192799 + + "What If...? (2021)": + year: 2021 + title: "What If...?" + url_poster: https://theposterdb.com/api/assets/170973 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/192803 + + "Moon Knight (2022)": + year: 2022 + title: "Moon Knight" + url_poster: https://theposterdb.com/api/assets/218191 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/218192 + + "Ms. Marvel (2022)": + year: 2022 + title: "Ms. Marvel" + url_poster: https://theposterdb.com/api/assets/241857 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/241858 + + "I Am Groot (2022)": + year: 2022 + title: "I Am Groot" + url_poster: https://theposterdb.com/api/assets/241856 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/258763 + + "She-Hulk: Attorney at Law (2022)": + year: 2022 + title: "She-Hulk: Attorney at Law" + url_poster: https://theposterdb.com/api/assets/258764 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/258765 diff --git a/Frexe/TV-Shows/Metadata/TV/Mindhunter.yml b/Frexe/TV-Shows/Metadata/TV/Mindhunter.yml new file mode 100644 index 0000000..998cb89 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Mindhunter.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/poster/252142 + + "Mindhunter (2017)": + year: 2017 + title: "Mindhunter" + url_poster: https://theposterdb.com/api/assets/252142 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/252143 + 2: + url_poster: https://theposterdb.com/api/assets/252144 diff --git a/Frexe/TV-Shows/Metadata/TV/Mr Robot.yml b/Frexe/TV-Shows/Metadata/TV/Mr Robot.yml new file mode 100644 index 0000000..e757367 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Mr Robot.yml @@ -0,0 +1,17 @@ +metadata: #Posters found here: https://theposterdb.com/poster/252145 + + "Mr. Robot (2015)": + year: 2015 + title: "Mr. Robot" + url_poster: https://theposterdb.com/api/assets/252145 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/252146 + 1: + url_poster: https://theposterdb.com/api/assets/252147 + 2: + url_poster: https://theposterdb.com/api/assets/252148 + 3: + url_poster: https://theposterdb.com/api/assets/252149 + 4: + url_poster: https://theposterdb.com/api/assets/252150 diff --git a/Frexe/TV-Shows/Metadata/TV/Mythic Quest.yml b/Frexe/TV-Shows/Metadata/TV/Mythic Quest.yml new file mode 100644 index 0000000..9f1c91a --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Mythic Quest.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here: https://theposterdb.com/poster/252153 + + "Mythic Quest (2020)": + year: 2020 + title: "Mythic Quest" + url_poster: https://theposterdb.com/api/assets/252153 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/252154 + 1: + url_poster: https://theposterdb.com/api/assets/252155 + 2: + url_poster: https://theposterdb.com/api/assets/252156 diff --git a/Frexe/TV-Shows/Metadata/TV/Neste Sommer.yml b/Frexe/TV-Shows/Metadata/TV/Neste Sommer.yml new file mode 100644 index 0000000..c316ba3 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Neste Sommer.yml @@ -0,0 +1,29 @@ +metadata: + + "Neste sommer (2014)": + year: 2014 + title: "Neste sommer" + url_poster: https://theposterdb.com/api/assets/257902 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/257903 + 2: + url_poster: https://theposterdb.com/api/assets/257904 + 3: + url_poster: https://theposterdb.com/api/assets/257905 + 4: + url_poster: https://theposterdb.com/api/assets/257906 + 5: + url_poster: https://theposterdb.com/api/assets/257907 + 6: + url_poster: https://theposterdb.com/api/assets/257908 + 7: + url_poster: https://theposterdb.com/api/assets/257909 + 8: + url_poster: https://theposterdb.com/api/assets/257910 + 9: + url_poster: https://theposterdb.com/api/assets/257911 + 10: + url_poster: https://theposterdb.com/api/assets/257912 + 11: + url_poster: https://theposterdb.com/api/assets/260837 diff --git a/Frexe/TV-Shows/Metadata/TV/New Girl.yml b/Frexe/TV-Shows/Metadata/TV/New Girl.yml new file mode 100644 index 0000000..1c54920 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/New Girl.yml @@ -0,0 +1,21 @@ +metadata: #Posters found here: https://theposterdb.com/poster/261676 + + "New Girl (2011)": + year: 2011 + title: "New Girl" + url_poster: https://theposterdb.com/api/assets/261676 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/261677 + 2: + url_poster: https://theposterdb.com/api/assets/261678 + 3: + url_poster: https://theposterdb.com/api/assets/261679 + 4: + url_poster: https://theposterdb.com/api/assets/261680 + 5: + url_poster: https://theposterdb.com/api/assets/261681 + 6: + url_poster: https://theposterdb.com/api/assets/261682 + 7: + url_poster: https://theposterdb.com/api/assets/261683 diff --git a/Frexe/TV-Shows/Metadata/TV/Next level chef.yml b/Frexe/TV-Shows/Metadata/TV/Next level chef.yml new file mode 100644 index 0000000..3a2862b --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Next level chef.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/poster/261685 + + "Next Level Chef (2022)": + year: 2022 + title: "Next Level Chef" + url_poster: https://theposterdb.com/api/assets/261685 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/261686 diff --git a/Frexe/TV-Shows/Metadata/TV/Orange is the new black.yml b/Frexe/TV-Shows/Metadata/TV/Orange is the new black.yml new file mode 100644 index 0000000..26426f5 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Orange is the new black.yml @@ -0,0 +1,23 @@ +metadata: #Posters found here: https://theposterdb.com/poster/243420 + + "Orange Is the New Black (2013)": + year: 2013 + title: "Orange Is the New Black" + url_poster: https://theposterdb.com/api/assets/243420 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/243421 + 1: + url_poster: https://theposterdb.com/api/assets/243422 + 2: + url_poster: https://theposterdb.com/api/assets/243423 + 3: + url_poster: https://theposterdb.com/api/assets/243424 + 4: + url_poster: https://theposterdb.com/api/assets/243425 + 5: + url_poster: https://theposterdb.com/api/assets/243426 + 6: + url_poster: https://theposterdb.com/api/assets/243427 + 7: + url_poster: https://theposterdb.com/api/assets/243428 diff --git a/Frexe/TV-Shows/Metadata/TV/Orphan Black.yml b/Frexe/TV-Shows/Metadata/TV/Orphan Black.yml new file mode 100644 index 0000000..0165288 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Orphan Black.yml @@ -0,0 +1,19 @@ +metadata: #Posters found here: https://theposterdb.com/poster/238688 + + "Orphan Black (2013)": + year: 2013 + title: "Orphan Black" + url_poster: https://theposterdb.com/api/assets/238688 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/238689 + 1: + url_poster: https://theposterdb.com/api/assets/238690 + 2: + url_poster: https://theposterdb.com/api/assets/238691 + 3: + url_poster: https://theposterdb.com/api/assets/238692 + 4: + url_poster: https://theposterdb.com/api/assets/238693 + 5: + url_poster: https://theposterdb.com/api/assets/238694 diff --git a/Frexe/TV-Shows/Metadata/TV/Our Flag Means Death.yml b/Frexe/TV-Shows/Metadata/TV/Our Flag Means Death.yml new file mode 100644 index 0000000..49ee1e6 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Our Flag Means Death.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/set/134280 + + "Our Flag Means Death (2022)": + year: 2022 + title: "Our Flag Means Death" + url_poster: https://theposterdb.com/api/assets/223378 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/223379 diff --git a/Frexe/TV-Shows/Metadata/TV/Our Girl.yml b/Frexe/TV-Shows/Metadata/TV/Our Girl.yml new file mode 100644 index 0000000..edf38f5 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Our Girl.yml @@ -0,0 +1,17 @@ +metadata: #Posters found here: https://theposterdb.com/poster/243431 + + "Our Girl (2014)": + year: 2014 + title: "Our Girl" + url_poster: https://theposterdb.com/api/assets/243431 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/243432 + 1: + url_poster: https://theposterdb.com/api/assets/243433 + 2: + url_poster: https://theposterdb.com/api/assets/243434 + 3: + url_poster: https://theposterdb.com/api/assets/243435 + 4: + url_poster: https://theposterdb.com/api/assets/243436 diff --git a/Frexe/TV-Shows/Metadata/TV/Ozark.yml b/Frexe/TV-Shows/Metadata/TV/Ozark.yml new file mode 100644 index 0000000..b9f1b85 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Ozark.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here: https://theposterdb.com/poster/261821 + + "Ozark (2017)": + year: 2017 + title: "Ozark" + url_poster: https://theposterdb.com/api/assets/261821 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/261822 + 2: + url_poster: https://theposterdb.com/api/assets/261823 + 3: + url_poster: https://theposterdb.com/api/assets/261824 + 4: + url_poster: https://theposterdb.com/api/assets/261825 diff --git a/Frexe/TV-Shows/Metadata/TV/Peaky Blinders.yml b/Frexe/TV-Shows/Metadata/TV/Peaky Blinders.yml new file mode 100644 index 0000000..25145a0 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Peaky Blinders.yml @@ -0,0 +1,21 @@ +metadata: #Posters found here https://theposterdb.com/poster/253725 + + "Peaky Blinders (2013)": + year: 2013 + title: "Peaky Blinders" + url_poster: https://theposterdb.com/api/assets/253725 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/253726 + 1: + url_poster: https://theposterdb.com/api/assets/253727 + 2: + url_poster: https://theposterdb.com/api/assets/253728 + 3: + url_poster: https://theposterdb.com/api/assets/253729 + 4: + url_poster: https://theposterdb.com/api/assets/253730 + 5: + url_poster: https://theposterdb.com/api/assets/253731 + 6: + url_poster: https://theposterdb.com/api/assets/253732 diff --git a/Frexe/TV-Shows/Metadata/TV/Poldark.yml b/Frexe/TV-Shows/Metadata/TV/Poldark.yml new file mode 100644 index 0000000..aca2f41 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Poldark.yml @@ -0,0 +1,17 @@ +metadata: #Posters found here: https://theposterdb.com/poster/243438 + + "Poldark (2015)": + year: 2015 + title: "Poldark" + url_poster: https://theposterdb.com/api/assets/243438 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/243439 + 2: + url_poster: https://theposterdb.com/api/assets/243440 + 3: + url_poster: https://theposterdb.com/api/assets/243441 + 4: + url_poster: https://theposterdb.com/api/assets/243442 + 5: + url_poster: https://theposterdb.com/api/assets/243443 diff --git a/Frexe/TV-Shows/Metadata/TV/Purge.yml b/Frexe/TV-Shows/Metadata/TV/Purge.yml new file mode 100644 index 0000000..ff3b27a --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Purge.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/poster/238554 + + "The Purge (2018)": + year: 2018 + title: "The Purge" + url_poster: https://theposterdb.com/api/assets/238554 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/238555 + 2: + url_poster: https://theposterdb.com/api/assets/238556 diff --git a/Frexe/TV-Shows/Metadata/TV/Quantum Leap.yml b/Frexe/TV-Shows/Metadata/TV/Quantum Leap.yml new file mode 100644 index 0000000..d66ecdf --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Quantum Leap.yml @@ -0,0 +1,17 @@ +metadata: #Posters found here: https://theposterdb.com/poster/238439 + + "Quantum Leap (1989)": + year: 1989 + title: "Quantum Leap" + url_poster: https://theposterdb.com/api/assets/238439 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/238440 + 2: + url_poster: https://theposterdb.com/api/assets/238441 + 3: + url_poster: https://theposterdb.com/api/assets/238442 + 4: + url_poster: https://theposterdb.com/api/assets/238443 + 5: + url_poster: https://theposterdb.com/api/assets/238444 diff --git a/Frexe/TV-Shows/Metadata/TV/Queen of the south.yml b/Frexe/TV-Shows/Metadata/TV/Queen of the south.yml new file mode 100644 index 0000000..9e8ac1a --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Queen of the south.yml @@ -0,0 +1,17 @@ +metadata: #Posters found here: https://theposterdb.com/poster/243807 + + "Queen of the South (2016)": + year: 2016 + title: "Queen of the South" + url_poster: https://theposterdb.com/api/assets/243807 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/243808 + 2: + url_poster: https://theposterdb.com/api/assets/243809 + 3: + url_poster: https://theposterdb.com/api/assets/243810 + 4: + url_poster: https://theposterdb.com/api/assets/243811 + 5: + url_poster: https://theposterdb.com/api/assets/243812 diff --git a/Frexe/TV-Shows/Metadata/TV/Reacher.yml b/Frexe/TV-Shows/Metadata/TV/Reacher.yml new file mode 100644 index 0000000..2149cce --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Reacher.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/poster/261709 + + "Reacher (2022)": + year: 2022 + title: "Reacher" + url_poster: https://theposterdb.com/api/assets/261709 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/261710 diff --git a/Frexe/TV-Shows/Metadata/TV/Sanford and son.yml b/Frexe/TV-Shows/Metadata/TV/Sanford and son.yml new file mode 100644 index 0000000..d5ccac0 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Sanford and son.yml @@ -0,0 +1,19 @@ +metadata: #Posters found here: https://theposterdb.com/poster/261967 + + "Sanford and Son (1972)": + year: 1972 + title: "Sanford and Son" + url_poster: https://theposterdb.com/api/assets/261967 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/261968 + 2: + url_poster: https://theposterdb.com/api/assets/261969 + 3: + url_poster: https://theposterdb.com/api/assets/261970 + 4: + url_poster: https://theposterdb.com/api/assets/261971 + 5: + url_poster: https://theposterdb.com/api/assets/261972 + 6: + url_poster: https://theposterdb.com/api/assets/261973 diff --git a/Frexe/TV-Shows/Metadata/TV/SeaQuest DSV.yml b/Frexe/TV-Shows/Metadata/TV/SeaQuest DSV.yml new file mode 100644 index 0000000..d6f5fd2 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/SeaQuest DSV.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here: https://theposterdb.com/poster/261887 + + "seaQuest DSV (1993)": + year: 1993 + title: "seaQuest DSV" + url_poster: https://theposterdb.com/api/assets/261887 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/261888 + 1: + url_poster: https://theposterdb.com/api/assets/261889 + 2: + url_poster: https://theposterdb.com/api/assets/261890 + 3: + url_poster: https://theposterdb.com/api/assets/261891 diff --git a/Frexe/TV-Shows/Metadata/TV/See.yml b/Frexe/TV-Shows/Metadata/TV/See.yml new file mode 100644 index 0000000..c661199 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/See.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/poster/252139 + + "See (2019)": + year: 2019 + title: "See" + url_poster: https://theposterdb.com/api/assets/252139 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/252140 + 2: + url_poster: https://theposterdb.com/api/assets/252141 diff --git a/Frexe/TV-Shows/Metadata/TV/Servant.yml b/Frexe/TV-Shows/Metadata/TV/Servant.yml new file mode 100644 index 0000000..ce29cc7 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Servant.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here: https://theposterdb.com/poster/261695 + + "Servant (2019)": + year: 2019 + title: "Servant" + url_poster: https://theposterdb.com/api/assets/261694 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/261695 + 2: + url_poster: https://theposterdb.com/api/assets/261696 + 3: + url_poster: https://theposterdb.com/api/assets/261697 diff --git a/Frexe/TV-Shows/Metadata/TV/Sex Education.yml b/Frexe/TV-Shows/Metadata/TV/Sex Education.yml new file mode 100644 index 0000000..cc666fd --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Sex Education.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here: https://theposterdb.com/poster/261690 + + "Sex Education (2019)": + year: 2019 + title: "Sex Education" + url_poster: https://theposterdb.com/api/assets/261690 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/261691 + 2: + url_poster: https://theposterdb.com/api/assets/261692 + 3: + url_poster: https://theposterdb.com/api/assets/261693 diff --git a/Frexe/TV-Shows/Metadata/TV/Shooter.yml b/Frexe/TV-Shows/Metadata/TV/Shooter.yml new file mode 100644 index 0000000..40c88c4 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Shooter.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here: https://theposterdb.com/poster/243444 + + "Shooter (2016)": + year: 2016 + title: "Shooter" + url_poster: https://theposterdb.com/api/assets/243444 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/243445 + 2: + url_poster: https://theposterdb.com/api/assets/243446 + 3: + url_poster: https://theposterdb.com/api/assets/243447 diff --git a/Frexe/TV-Shows/Metadata/TV/South park.yml b/Frexe/TV-Shows/Metadata/TV/South park.yml new file mode 100644 index 0000000..e780478 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/South park.yml @@ -0,0 +1,59 @@ +metadata: #Posters found here: https://theposterdb.com/poster/244918 + + "South Park (1997)": + year: 1997 + title: "South Park" + url_poster: https://theposterdb.com/api/assets/244918 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/244919 + 1: + url_poster: https://theposterdb.com/api/assets/244920 + 2: + url_poster: https://theposterdb.com/api/assets/244921 + 3: + url_poster: https://theposterdb.com/api/assets/244922 + 4: + url_poster: https://theposterdb.com/api/assets/244923 + 5: + url_poster: https://theposterdb.com/api/assets/244924 + 6: + url_poster: https://theposterdb.com/api/assets/244925 + 7: + url_poster: https://theposterdb.com/api/assets/244926 + 8: + url_poster: https://theposterdb.com/api/assets/244927 + 9: + url_poster: https://theposterdb.com/api/assets/244928 + 10: + url_poster: https://theposterdb.com/api/assets/244929 + 11: + url_poster: https://theposterdb.com/api/assets/244930 + 12: + url_poster: https://theposterdb.com/api/assets/244931 + 13: + url_poster: https://theposterdb.com/api/assets/244932 + 14: + url_poster: https://theposterdb.com/api/assets/244933 + 15: + url_poster: https://theposterdb.com/api/assets/244934 + 16: + url_poster: https://theposterdb.com/api/assets/244935 + 17: + url_poster: https://theposterdb.com/api/assets/244936 + 18: + url_poster: https://theposterdb.com/api/assets/244937 + 19: + url_poster: https://theposterdb.com/api/assets/244938 + 20: + url_poster: https://theposterdb.com/api/assets/244939 + 21: + url_poster: https://theposterdb.com/api/assets/244940 + 22: + url_poster: https://theposterdb.com/api/assets/244941 + 23: + url_poster: https://theposterdb.com/api/assets/244942 + 24: + url_poster: https://theposterdb.com/api/assets/244943 + 25: + url_poster: https://theposterdb.com/api/assets/244944 diff --git a/Frexe/TV-Shows/Metadata/TV/Spartacus.yml b/Frexe/TV-Shows/Metadata/TV/Spartacus.yml new file mode 100644 index 0000000..9a06b05 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Spartacus.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here https://theposterdb.com/poster/258892 + + "Spartacus (2010)": + year: 2010 + title: "Spartacus" + url_poster: https://theposterdb.com/api/assets/258892 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/258893 + 1: + url_poster: https://theposterdb.com/api/assets/258894 + 2: + url_poster: https://theposterdb.com/api/assets/258895 + 3: + url_poster: https://theposterdb.com/api/assets/258896 diff --git a/Frexe/TV-Shows/Metadata/TV/Squid Game.yml b/Frexe/TV-Shows/Metadata/TV/Squid Game.yml new file mode 100644 index 0000000..cd909e3 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Squid Game.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/poster/218062 + + "Squid Game (2021)": + year: 2021 + title: "Squid Game" + url_poster: https://theposterdb.com/api/assets/218062 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/218063 diff --git a/Frexe/TV-Shows/Metadata/TV/Star Trek.yml b/Frexe/TV-Shows/Metadata/TV/Star Trek.yml new file mode 100644 index 0000000..c536c77 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Star Trek.yml @@ -0,0 +1,21 @@ +metadata: #Posters found here https://theposterdb.com/set/133745 + + "Star Trek: Lower Decks (2020)": + year: 2020 + title: "Star Trek: Lower Decks" + url_poster: https://theposterdb.com/api/assets/175977 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/222168 + 2: + url_poster: https://theposterdb.com/api/assets/222169 + + "Star Trek: Strange New Worlds (2022)": + year: 2022 + title: "Star Trek: Strange New Worlds" + url_poster: https://theposterdb.com/api/assets/233723 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/233724 + 1: + url_poster: https://theposterdb.com/api/assets/233725 diff --git a/Frexe/TV-Shows/Metadata/TV/Star Wars.yml b/Frexe/TV-Shows/Metadata/TV/Star Wars.yml new file mode 100644 index 0000000..75c9ac6 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Star Wars.yml @@ -0,0 +1,79 @@ +metadata: #Posters found here https://theposterdb.com/set/100369 + + "Star Wars: Droids (1985)": + year: 1985 + title: "Star Wars: Droids" + url_poster: https://theposterdb.com/api/assets/174477 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/225847 + 1: + url_poster: https://theposterdb.com/api/assets/225848 + + "Star Wars: The Clone Wars (2008)": + year: 2008 + title: "Star Wars: The Clone Wars" + url_poster: https://theposterdb.com/api/assets/225828 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/225836 + + 2: + url_poster: https://theposterdb.com/api/assets/225837 + + 3: + url_poster: https://theposterdb.com/api/assets/225838 + + 4: + url_poster: https://theposterdb.com/api/assets/225839 + + 5: + url_poster: https://theposterdb.com/api/assets/225840 + + 6: + url_poster: https://theposterdb.com/api/assets/225841 + + 7: + url_poster: https://theposterdb.com/api/assets/225842 + + "The Mandalorian (2019)": + year: 2019 + title: "The Mandalorian" + url_poster: https://theposterdb.com/api/assets/174476 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/200215 + 2: + url_poster: https://theposterdb.com/api/assets/200216 + + "Star Wars: The Bad Batch (2021)": + year: 2021 + title: "Star Wars: The Bad Batch" + url_poster: https://theposterdb.com/api/assets/174478 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/225823 + + "The Book of Boba Fett (2021)": + year: 2021 + title: "The Book of Boba Fett" + url_poster: https://theposterdb.com/api/assets/200213 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/200214 + + "Star Wars: Visions (2021)": + year: 2021 + title: "Star Wars: Visions" + url_poster: https://theposterdb.com/api/assets/175206 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/225814 + + "Obi-Wan Kenobi (2022)": + year: 2022 + title: "Obi-Wan Kenobi" + url_poster: https://theposterdb.com/api/assets/238547 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/238548 diff --git a/Frexe/TV-Shows/Metadata/TV/Stargate.yml b/Frexe/TV-Shows/Metadata/TV/Stargate.yml new file mode 100644 index 0000000..75f756b --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Stargate.yml @@ -0,0 +1,77 @@ +metadata: #Posters found here: https://theposterdb.com/poster/228935 + + "Stargate SG-1 (1997)": + year: 1997 + title: "Stargate SG-1" + url_poster: https://theposterdb.com/api/assets/228947 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/228948 + 1: + url_poster: https://theposterdb.com/api/assets/228949 + 2: + url_poster: https://theposterdb.com/api/assets/228950 + 3: + url_poster: https://theposterdb.com/api/assets/228951 + 4: + url_poster: https://theposterdb.com/api/assets/228952 + 5: + url_poster: https://theposterdb.com/api/assets/228953 + 6: + url_poster: https://theposterdb.com/api/assets/228954 + 7: + url_poster: https://theposterdb.com/api/assets/228955 + 8: + url_poster: https://theposterdb.com/api/assets/228956 + 9: + url_poster: https://theposterdb.com/api/assets/228957 + 10: + url_poster: https://theposterdb.com/api/assets/228958 + + "Stargate Infinity (2002)": + year: 2002 + title: "Stargate Infinity" + url_poster: https://theposterdb.com/api/assets/228942 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/228943 + + "Stargate Atlantis (2004)": + year: 2004 + title: "Stargate Atlantis" + url_poster: https://theposterdb.com/api/assets/228935 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/228936 + 1: + url_poster: https://theposterdb.com/api/assets/228937 + 2: + url_poster: https://theposterdb.com/api/assets/228938 + 3: + url_poster: https://theposterdb.com/api/assets/228939 + 4: + url_poster: https://theposterdb.com/api/assets/228940 + 5: + url_poster: https://theposterdb.com/api/assets/228941 + + "Stargate Universe (2009)": + year: 2009 + title: "Stargate Universe" + url_poster: https://theposterdb.com/api/assets/228959 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/228960 + 1: + url_poster: https://theposterdb.com/api/assets/228961 + 2: + url_poster: https://theposterdb.com/api/assets/228962 + + "Stargate Origins (2018)": + year: 2018 + title: "Stargate Origins" + url_poster: https://theposterdb.com/api/assets/228944 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/228945 + 1: + url_poster: https://theposterdb.com/api/assets/228946 diff --git a/Frexe/TV-Shows/Metadata/TV/Stranger Things.yml b/Frexe/TV-Shows/Metadata/TV/Stranger Things.yml new file mode 100644 index 0000000..e294432 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Stranger Things.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here https://theposterdb.com/poster/238549 + + "Stranger Things (2016)": + year: 2016 + title: "Stranger Things" + url_poster: https://theposterdb.com/api/assets/238549 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/238550 + 2: + url_poster: https://theposterdb.com/api/assets/238551 + 3: + url_poster: https://theposterdb.com/api/assets/238552 + 4: + url_poster: https://theposterdb.com/api/assets/238553 diff --git a/Frexe/TV-Shows/Metadata/TV/Ted Lasso.yml b/Frexe/TV-Shows/Metadata/TV/Ted Lasso.yml new file mode 100644 index 0000000..39d1c6e --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Ted Lasso.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here https://theposterdb.com/poster/258828 + + "Ted Lasso (2020)": + year: 2020 + title: "Ted Lasso" + url_poster: https://theposterdb.com/api/assets/258828 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/258829 + 1: + url_poster: https://theposterdb.com/api/assets/258830 + 2: + url_poster: https://theposterdb.com/api/assets/258831 diff --git a/Frexe/TV-Shows/Metadata/TV/The Boys.yml b/Frexe/TV-Shows/Metadata/TV/The Boys.yml new file mode 100644 index 0000000..afb222e --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The Boys.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here: https://theposterdb.com/set/145363 + + "The Boys (2019)": + year: 2019 + title: "The Boys" + url_poster: https://theposterdb.com/api/assets/242071 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/242072 + 1: + url_poster: https://theposterdb.com/api/assets/242073 + 2: + url_poster: https://theposterdb.com/api/assets/242074 + 3: + url_poster: https://theposterdb.com/api/assets/242075 diff --git a/Frexe/TV-Shows/Metadata/TV/The Crown.yml b/Frexe/TV-Shows/Metadata/TV/The Crown.yml new file mode 100644 index 0000000..48dc2c6 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The Crown.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242967 + + "The Crown (2016)": + year: 2016 + title: "The Crown" + url_poster: https://theposterdb.com/api/assets/242967 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/242968 + 2: + url_poster: https://theposterdb.com/api/assets/242969 + 3: + url_poster: https://theposterdb.com/api/assets/242970 + 4: + url_poster: https://theposterdb.com/api/assets/242971 diff --git a/Frexe/TV-Shows/Metadata/TV/The Cuphead Show!.yml b/Frexe/TV-Shows/Metadata/TV/The Cuphead Show!.yml new file mode 100644 index 0000000..c7b4ab9 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The Cuphead Show!.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/poster/222318 + + "The Cuphead Show! (2022)": + year: 2022 + title: "The Cuphead Show!" + url_poster: https://theposterdb.com/api/assets/222318 + seasons: + 0: + url_poster: + 1: + url_poster: https://theposterdb.com/api/assets/222319 diff --git a/Frexe/TV-Shows/Metadata/TV/The Dropout.yml b/Frexe/TV-Shows/Metadata/TV/The Dropout.yml new file mode 100644 index 0000000..0e49bef --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The Dropout.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242974 + + "The Dropout (2022)": + year: 2022 + title: "The Dropout" + url_poster: https://theposterdb.com/api/assets/242974 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/242975 diff --git a/Frexe/TV-Shows/Metadata/TV/The Good Place.yml b/Frexe/TV-Shows/Metadata/TV/The Good Place.yml new file mode 100644 index 0000000..0509f39 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The Good Place.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here: https://theposterdb.com/poster/261830 + + "The Good Place (2016)": + year: 2016 + title: "The Good Place" + url_poster: https://theposterdb.com/api/assets/261830 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/261831 + 2: + url_poster: https://theposterdb.com/api/assets/261832 + 3: + url_poster: https://theposterdb.com/api/assets/261833 + 4: + url_poster: https://theposterdb.com/api/assets/261834 diff --git a/Frexe/TV-Shows/Metadata/TV/The Grand Tour.yml b/Frexe/TV-Shows/Metadata/TV/The Grand Tour.yml new file mode 100644 index 0000000..099a185 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The Grand Tour.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here https://theposterdb.com/set/145303 + + "The Grand Tour (2016)": + year: 2016 + title: "The Grand Tour" + url_poster: https://theposterdb.com/api/assets/241920 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/241921 + 2: + url_poster: https://theposterdb.com/api/assets/241922 + 3: + url_poster: https://theposterdb.com/api/assets/241923 + 4: + url_poster: https://theposterdb.com/api/assets/241924 diff --git a/Frexe/TV-Shows/Metadata/TV/The Marvelous Mrs Maisel.yml b/Frexe/TV-Shows/Metadata/TV/The Marvelous Mrs Maisel.yml new file mode 100644 index 0000000..6dde450 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The Marvelous Mrs Maisel.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here: https://theposterdb.com/poster/252134 + + "The Marvelous Mrs. Maisel (2017)": + year: 2017 + title: "The Marvelous Mrs. Maisel" + url_poster: https://theposterdb.com/api/assets/252134 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/252135 + 2: + url_poster: https://theposterdb.com/api/assets/252136 + 3: + url_poster: https://theposterdb.com/api/assets/252137 + 4: + url_poster: https://theposterdb.com/api/assets/252138 diff --git a/Frexe/TV-Shows/Metadata/TV/The Orville.yml b/Frexe/TV-Shows/Metadata/TV/The Orville.yml new file mode 100644 index 0000000..55445c5 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The Orville.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here: https://theposterdb.com/poster/243480 + + "The Orville (2017)": + year: 2017 + title: "The Orville" + url_poster: https://theposterdb.com/api/assets/243480 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/243481 + 1: + url_poster: https://theposterdb.com/api/assets/243482 + 2: + url_poster: https://theposterdb.com/api/assets/243483 + 3: + url_poster: https://theposterdb.com/api/assets/243484 diff --git a/Frexe/TV-Shows/Metadata/TV/The Simpsons.yml b/Frexe/TV-Shows/Metadata/TV/The Simpsons.yml new file mode 100644 index 0000000..ae49418 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The Simpsons.yml @@ -0,0 +1,77 @@ +metadata: #Posters found here https://theposterdb.com/poster/253678 + + "The Simpsons (1989)": + year: 1989 + title: "The Simpsons" + url_poster: https://theposterdb.com/api/assets/253678 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/253679 + 1: + url_poster: https://theposterdb.com/api/assets/253680 + 2: + url_poster: https://theposterdb.com/api/assets/253681 + 3: + url_poster: https://theposterdb.com/api/assets/253682 + 4: + url_poster: https://theposterdb.com/api/assets/253683 + 5: + url_poster: https://theposterdb.com/api/assets/253684 + 6: + url_poster: https://theposterdb.com/api/assets/253685 + 7: + url_poster: https://theposterdb.com/api/assets/253686 + 8: + url_poster: https://theposterdb.com/api/assets/253687 + 9: + url_poster: https://theposterdb.com/api/assets/253688 + 10: + url_poster: https://theposterdb.com/api/assets/253689 + 11: + url_poster: https://theposterdb.com/api/assets/253690 + 12: + url_poster: https://theposterdb.com/api/assets/253691 + 13: + url_poster: https://theposterdb.com/api/assets/253692 + 14: + url_poster: https://theposterdb.com/api/assets/253693 + 15: + url_poster: https://theposterdb.com/api/assets/253694 + 16: + url_poster: https://theposterdb.com/api/assets/253695 + 17: + url_poster: https://theposterdb.com/api/assets/253696 + 18: + url_poster: https://theposterdb.com/api/assets/253697 + 19: + url_poster: https://theposterdb.com/api/assets/253698 + 20: + url_poster: https://theposterdb.com/api/assets/253699 + 21: + url_poster: https://theposterdb.com/api/assets/253700 + 22: + url_poster: https://theposterdb.com/api/assets/253701 + 23: + url_poster: https://theposterdb.com/api/assets/253702 + 24: + url_poster: https://theposterdb.com/api/assets/253703 + 25: + url_poster: https://theposterdb.com/api/assets/253704 + 26: + url_poster: https://theposterdb.com/api/assets/253705 + 27: + url_poster: https://theposterdb.com/api/assets/253706 + 28: + url_poster: https://theposterdb.com/api/assets/253707 + 29: + url_poster: https://theposterdb.com/api/assets/253708 + 30: + url_poster: https://theposterdb.com/api/assets/253709 + 31: + url_poster: https://theposterdb.com/api/assets/253710 + 32: + url_poster: https://theposterdb.com/api/assets/253711 + 33: + url_poster: https://theposterdb.com/api/assets/253712 + 34: + url_poster: https://theposterdb.com/api/assets/253713 diff --git a/Frexe/TV-Shows/Metadata/TV/The Staircase.yml b/Frexe/TV-Shows/Metadata/TV/The Staircase.yml new file mode 100644 index 0000000..073c39e --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The Staircase.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here: https://theposterdb.com/poster/246744 + + "The Staircase (2004)": + year: 2004 + title: "The Staircase" + url_poster: https://theposterdb.com/api/assets/246742 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/246745 diff --git a/Frexe/TV-Shows/Metadata/TV/The Umbrella Academy.yml b/Frexe/TV-Shows/Metadata/TV/The Umbrella Academy.yml new file mode 100644 index 0000000..d59d360 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The Umbrella Academy.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here https://theposterdb.com/poster/238644 + + "The Umbrella Academy (2019)": + year: 2019 + title: "The Umbrella Academy" + url_poster: https://theposterdb.com/api/assets/238644 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/238645 + 1: + url_poster: https://theposterdb.com/api/assets/238646 + 2: + url_poster: https://theposterdb.com/api/assets/238647 + 3: + url_poster: https://theposterdb.com/api/assets/238648 diff --git a/Frexe/TV-Shows/Metadata/TV/The Witcher.yml b/Frexe/TV-Shows/Metadata/TV/The Witcher.yml new file mode 100644 index 0000000..d1ee49e --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The Witcher.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here https://theposterdb.com/poster/236507 + + "The Witcher (2019)": + year: 2019 + title: "The Witcher" + url_poster: https://theposterdb.com/api/assets/236507 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/236508 + 1: + url_poster: https://theposterdb.com/api/assets/236509 + 2: + url_poster: https://theposterdb.com/api/assets/236510 diff --git a/Frexe/TV-Shows/Metadata/TV/The big bang theory.yml b/Frexe/TV-Shows/Metadata/TV/The big bang theory.yml new file mode 100644 index 0000000..a6571be --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The big bang theory.yml @@ -0,0 +1,33 @@ +metadata: #Posters found here: https://theposterdb.com/poster/247173 + + "The Big Bang Theory (2007)": + year: 2007 + title: "The Big Bang Theory" + url_poster: https://theposterdb.com/api/assets/247173 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/247174 + 1: + url_poster: https://theposterdb.com/api/assets/247175 + 2: + url_poster: https://theposterdb.com/api/assets/247176 + 3: + url_poster: https://theposterdb.com/api/assets/247177 + 4: + url_poster: https://theposterdb.com/api/assets/247178 + 5: + url_poster: https://theposterdb.com/api/assets/247179 + 6: + url_poster: https://theposterdb.com/api/assets/247180 + 7: + url_poster: https://theposterdb.com/api/assets/247181 + 8: + url_poster: https://theposterdb.com/api/assets/247182 + 9: + url_poster: https://theposterdb.com/api/assets/247183 + 10: + url_poster: https://theposterdb.com/api/assets/247184 + 11: + url_poster: https://theposterdb.com/api/assets/247185 + 12: + url_poster: https://theposterdb.com/api/assets/247186 diff --git a/Frexe/TV-Shows/Metadata/TV/The end of the fing world.yml b/Frexe/TV-Shows/Metadata/TV/The end of the fing world.yml new file mode 100644 index 0000000..315683c --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The end of the fing world.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/poster/261847 + + "The End of the F***ing World (2017)": + year: 2017 + title: "The End of the F***ing World" + url_poster: https://theposterdb.com/api/assets/261847 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/261848 + 2: + url_poster: https://theposterdb.com/api/assets/261849 diff --git a/Frexe/TV-Shows/Metadata/TV/The haunting of hill house.yml b/Frexe/TV-Shows/Metadata/TV/The haunting of hill house.yml new file mode 100644 index 0000000..56d4496 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The haunting of hill house.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/poster/261687 + + "The Haunting of Hill House (2018)": + year: 2018 + title: "The Haunting of Hill House" + url_poster: https://theposterdb.com/api/assets/261687 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/261688 + 2: + url_poster: https://theposterdb.com/api/assets/261689 diff --git a/Frexe/TV-Shows/Metadata/TV/The it crowd.yml b/Frexe/TV-Shows/Metadata/TV/The it crowd.yml new file mode 100644 index 0000000..c595208 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The it crowd.yml @@ -0,0 +1,17 @@ +metadata: #Posters found here https://theposterdb.com/poster/258897 + + "The IT Crowd (2006)": + year: 2006 + title: "The IT Crowd" + url_poster: https://theposterdb.com/api/assets/258897 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/258898 + 1: + url_poster: https://theposterdb.com/api/assets/258899 + 2: + url_poster: https://theposterdb.com/api/assets/258900 + 3: + url_poster: https://theposterdb.com/api/assets/258901 + 4: + url_poster: https://theposterdb.com/api/assets/258902 diff --git a/Frexe/TV-Shows/Metadata/TV/The last kingdom.yml b/Frexe/TV-Shows/Metadata/TV/The last kingdom.yml new file mode 100644 index 0000000..9e5d3a6 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The last kingdom.yml @@ -0,0 +1,17 @@ +metadata: #Posters found here: https://theposterdb.com/poster/245408 + + "The Last Kingdom (2015)": + year: 2015 + title: "The Last Kingdom" + url_poster: https://theposterdb.com/api/assets/245408 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/245409 + 2: + url_poster: https://theposterdb.com/api/assets/245410 + 3: + url_poster: https://theposterdb.com/api/assets/245411 + 4: + url_poster: https://theposterdb.com/api/assets/245412 + 5: + url_poster: https://theposterdb.com/api/assets/245413 diff --git a/Frexe/TV-Shows/Metadata/TV/The odd couple.yml b/Frexe/TV-Shows/Metadata/TV/The odd couple.yml new file mode 100644 index 0000000..b36404a --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The odd couple.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here: https://theposterdb.com/poster/243491 + + "The Odd Couple (2015)": + year: 2015 + title: "The Odd Couple" + url_poster: https://theposterdb.com/api/assets/243491 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/243492 + 2: + url_poster: https://theposterdb.com/api/assets/243493 + 3: + url_poster: https://theposterdb.com/api/assets/243494 diff --git a/Frexe/TV-Shows/Metadata/TV/The righteous gemstones.yml b/Frexe/TV-Shows/Metadata/TV/The righteous gemstones.yml new file mode 100644 index 0000000..b1672cb --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/The righteous gemstones.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here: https://theposterdb.com/poster/240844 + + "The Righteous Gemstones (2019)": + year: 2019 + title: "The Righteous Gemstones" + url_poster: https://theposterdb.com/api/assets/240844 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/240845 + 2: + url_poster: https://theposterdb.com/api/assets/240846 diff --git a/Frexe/TV-Shows/Metadata/TV/Threes Company.yml b/Frexe/TV-Shows/Metadata/TV/Threes Company.yml new file mode 100644 index 0000000..31df4b5 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Threes Company.yml @@ -0,0 +1,25 @@ +metadata: #Posters found here: https://theposterdb.com/poster/238600 + + "Three's Company (1977)": + year: 1977 + title: "Three's Company" + url_poster: https://theposterdb.com/api/assets/238600 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/238601 + 1: + url_poster: https://theposterdb.com/api/assets/238602 + 2: + url_poster: https://theposterdb.com/api/assets/238603 + 3: + url_poster: https://theposterdb.com/api/assets/238604 + 4: + url_poster: https://theposterdb.com/api/assets/238605 + 5: + url_poster: https://theposterdb.com/api/assets/238606 + 6: + url_poster: https://theposterdb.com/api/assets/238607 + 7: + url_poster: https://theposterdb.com/api/assets/238608 + 8: + url_poster: https://theposterdb.com/api/assets/238609 diff --git a/Frexe/TV-Shows/Metadata/TV/Too old to die young.yml b/Frexe/TV-Shows/Metadata/TV/Too old to die young.yml new file mode 100644 index 0000000..381c727 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Too old to die young.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/poster/258832 + + "Too Old to Die Young (2019)": + year: 2019 + title: "Too Old to Die Young" + url_poster: https://theposterdb.com/api/assets/258832 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/258833 diff --git a/Frexe/TV-Shows/Metadata/TV/True Detective.yml b/Frexe/TV-Shows/Metadata/TV/True Detective.yml new file mode 100644 index 0000000..36daee9 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/True Detective.yml @@ -0,0 +1,13 @@ +metadata: #Posters found here https://theposterdb.com/poster/258837 + + "True Detective (2014)": + year: 2014 + title: "True Detective" + url_poster: https://theposterdb.com/api/assets/258834 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/258835 + 2: + url_poster: https://theposterdb.com/api/assets/258836 + 3: + url_poster: https://theposterdb.com/api/assets/258837 diff --git a/Frexe/TV-Shows/Metadata/TV/Truls á la Hellstrøms Bistro.yml b/Frexe/TV-Shows/Metadata/TV/Truls á la Hellstrøms Bistro.yml new file mode 100644 index 0000000..81513c1 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Truls á la Hellstrøms Bistro.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/set/154376 + + "Truls à la Hellstrøm Bistro (2022)": + year: 2022 + title: "Truls à la Hellstrøm Bistro" + url_poster: https://theposterdb.com/api/assets/258904 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/258905 diff --git a/Frexe/TV-Shows/Metadata/TV/Two and a half men.yml b/Frexe/TV-Shows/Metadata/TV/Two and a half men.yml new file mode 100644 index 0000000..66989c3 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Two and a half men.yml @@ -0,0 +1,33 @@ +metadata: #Posters found here: https://theposterdb.com/poster/245490 + + "Two and a Half Men (2003)": + year: 2003 + title: "Two and a Half Men" + url_poster: https://theposterdb.com/api/assets/245490 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/245491 + 1: + url_poster: https://theposterdb.com/api/assets/245492 + 2: + url_poster: https://theposterdb.com/api/assets/245493 + 3: + url_poster: https://theposterdb.com/api/assets/245494 + 4: + url_poster: https://theposterdb.com/api/assets/245495 + 5: + url_poster: https://theposterdb.com/api/assets/245496 + 6: + url_poster: https://theposterdb.com/api/assets/245497 + 7: + url_poster: https://theposterdb.com/api/assets/245498 + 8: + url_poster: https://theposterdb.com/api/assets/245499 + 9: + url_poster: https://theposterdb.com/api/assets/245500 + 10: + url_poster: https://theposterdb.com/api/assets/245501 + 11: + url_poster: https://theposterdb.com/api/assets/245502 + 12: + url_poster: https://theposterdb.com/api/assets/245503 diff --git a/Frexe/TV-Shows/Metadata/TV/Two guys and a girl.yml b/Frexe/TV-Shows/Metadata/TV/Two guys and a girl.yml new file mode 100644 index 0000000..ad3962c --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Two guys and a girl.yml @@ -0,0 +1,15 @@ +metadata: #Posters found here: https://theposterdb.com/poster/247801 + + "Two Guys and a Girl (1998)": + year: 1998 + title: "Two Guys and a Girl" + url_poster: https://theposterdb.com/api/assets/247800 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/247801 + 2: + url_poster: https://theposterdb.com/api/assets/247802 + 3: + url_poster: https://theposterdb.com/api/assets/247803 + 4: + url_poster: https://theposterdb.com/api/assets/247804 diff --git a/Frexe/TV-Shows/Metadata/TV/Unwell.yml b/Frexe/TV-Shows/Metadata/TV/Unwell.yml new file mode 100644 index 0000000..398714e --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Unwell.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/poster/258838 + + "(Un)Well (2020)": + year: 2020 + title: "(Un)Well" + url_poster: https://theposterdb.com/api/assets/258838 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/258839 diff --git a/Frexe/TV-Shows/Metadata/TV/Upload.yml b/Frexe/TV-Shows/Metadata/TV/Upload.yml new file mode 100644 index 0000000..c5d8ea4 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Upload.yml @@ -0,0 +1,11 @@ +metadata: #Posters found here https://theposterdb.com/poster/258840 + + "Upload (2020)": + year: 2020 + title: "Upload" + url_poster: https://theposterdb.com/api/assets/258840 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/258841 + 2: + url_poster: https://theposterdb.com/api/assets/258842 diff --git a/Frexe/TV-Shows/Metadata/TV/Vikings Valhalla.yml b/Frexe/TV-Shows/Metadata/TV/Vikings Valhalla.yml new file mode 100644 index 0000000..29c4698 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Vikings Valhalla.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/poster/222388 + + "Vikings: Valhalla (2022)": + year: 2022 + title: "Vikings: Valhalla" + url_poster: https://theposterdb.com/api/assets/222388 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/222389 diff --git a/Frexe/TV-Shows/Metadata/TV/War and peace.yml b/Frexe/TV-Shows/Metadata/TV/War and peace.yml new file mode 100644 index 0000000..bf819d4 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/War and peace.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/poster/258843 + + "War and Peace (2016)": + year: 2016 + title: "War and Peace" + url_poster: https://theposterdb.com/api/assets/258843 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/258844 diff --git a/Frexe/TV-Shows/Metadata/TV/Welcome back Kotter.yml b/Frexe/TV-Shows/Metadata/TV/Welcome back Kotter.yml new file mode 100644 index 0000000..bbedd06 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Welcome back Kotter.yml @@ -0,0 +1,17 @@ +metadata: #Posters found here: https://theposterdb.com/poster/242119 + + "Welcome Back, Kotter (1975)": + year: 1975 + title: "Welcome Back, Kotter" + url_poster: https://theposterdb.com/api/assets/242119 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/242120 + 1: + url_poster: https://theposterdb.com/api/assets/242121 + 2: + url_poster: https://theposterdb.com/api/assets/242122 + 3: + url_poster: https://theposterdb.com/api/assets/242123 + 4: + url_poster: https://theposterdb.com/api/assets/242124 diff --git a/Frexe/TV-Shows/Metadata/TV/Westworld.yml b/Frexe/TV-Shows/Metadata/TV/Westworld.yml new file mode 100644 index 0000000..2752ac5 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/Westworld.yml @@ -0,0 +1,17 @@ +metadata: #Posters found here https://theposterdb.com/poster/258847 + + "Westworld (2016)": + year: 2016 + title: "Westworld" + url_poster: https://theposterdb.com/api/assets/258847 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/258848 + 1: + url_poster: https://theposterdb.com/api/assets/258849 + 2: + url_poster: https://theposterdb.com/api/assets/258850 + 3: + url_poster: https://theposterdb.com/api/assets/258851 + 4: + url_poster: https://theposterdb.com/api/assets/258852 diff --git a/Frexe/TV-Shows/Metadata/TV/When they see us.yml b/Frexe/TV-Shows/Metadata/TV/When they see us.yml new file mode 100644 index 0000000..0e6006f --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/When they see us.yml @@ -0,0 +1,9 @@ +metadata: #Posters found here https://theposterdb.com/poster/258853 + + "When They See Us (2019)": + year: 2019 + title: "When They See Us" + url_poster: https://theposterdb.com/api/assets/258853 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/258854 diff --git a/Frexe/TV-Shows/Metadata/TV/White collar.yml b/Frexe/TV-Shows/Metadata/TV/White collar.yml new file mode 100644 index 0000000..98f8db8 --- /dev/null +++ b/Frexe/TV-Shows/Metadata/TV/White collar.yml @@ -0,0 +1,19 @@ +metadata: #Posters found here: https://theposterdb.com/poster/247787 + + "White Collar (2009)": + year: 2009 + title: "White Collar" + url_poster: https://theposterdb.com/api/assets/247787 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/247788 + 2: + url_poster: https://theposterdb.com/api/assets/247789 + 3: + url_poster: https://theposterdb.com/api/assets/247790 + 4: + url_poster: https://theposterdb.com/api/assets/247791 + 5: + url_poster: https://theposterdb.com/api/assets/247792 + 6: + url_poster: https://theposterdb.com/api/assets/247793 diff --git a/Geurtswebdesign/genre.yml b/Geurtswebdesign/genre.yml new file mode 100644 index 0000000..2d417a6 --- /dev/null +++ b/Geurtswebdesign/genre.yml @@ -0,0 +1,134 @@ +###################################################### +# Genre Collections # +###################################################### +templates: + IMDb Genre: + default: + title: feature + limit: 500 + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=<>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>> + limit: <<limit>> + - url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>&sort=user_rating,desc + limit: <<limit>> + sort_title: +2_<<collection_name>> + sync_mode: sync + smart_label: random + Other Genre: + sort_title: +2_<<collection_name>> + sync_mode: sync + smart_label: random +collections: + Action: + template: { name: IMDb Genre, genre: action } + summary: Action film is a genre wherein physical action takes precedence in the storytelling. The film will often have continuous motion and action including physical stunts, chases, fights, battles, and races. The story usually revolves around a hero that has a goal, but is facing incredible odds to obtain it. + Adventure: + template: { name: IMDb Genre, genre: adventure } + summary: Adventure film is a genre that revolves around the conquests and explorations of a protagonist. The purpose of the conquest can be to retrieve a person or treasure, but often the main focus is simply the pursuit of the unknown. These films generally take place in exotic locations and play on historical myths. Adventure films incorporate suspenseful puzzles and intricate obstacles that the protagonist must overcome in order to achieve the end goal. + Animation: + template: { name: IMDb Genre, genre: animation } + summary: Animated film is a collection of illustrations that are photographed frame-by-frame and then played in a quick succession. Since its inception, animation has had a creative and imaginative tendency. Being able to bring animals and objects to life, this genre has catered towards fairy tales and children’s stories. However, animation has long been a genre enjoyed by all ages. As of recent, there has even been an influx of animation geared towards adults. Animation is commonly thought of as a technique, thus it’s ability to span over many different genres. + Comedy: + template: { name: IMDb Genre, genre: comedy } + summary: Comedy is a genre of film that uses humor as a driving force. The aim of a comedy film is to illicit laughter from the audience through entertaining stories and characters. Although the comedy film may take on some serious material, most have a happy ending. Comedy film has the tendency to become a hybrid sub-genre because humor can be incorporated into many other genres. Comedies are more likely than other films to fall back on the success and popularity of an individual star. + Crime: + template: { name: IMDb Genre, genre: crime } + summary: Crime film is a genre that revolves around the action of a criminal mastermind. A Crime film will often revolve around the criminal himself, chronicling his rise and fall. Some Crime films will have a storyline that follows the criminal's victim, yet others follow the person in pursuit of the criminal. This genre tends to be fast paced with an air of mystery – this mystery can come from the plot or from the characters themselves. + Documentary: + template: { name: IMDb Genre, genre: documentary, title: documentary } + summary: Documentary film is a non-fiction genre intended to document reality primarily for the purposes of instruction, education, or maintaining a historical record. + Drama: + template: { name: IMDb Genre, genre: drama } + summary: Drama film is a genre that relies on the emotional and relational development of realistic characters. While Drama film relies heavily on this kind of development, dramatic themes play a large role in the plot as well. Often, these dramatic themes are taken from intense, real life issues. Whether heroes or heroines are facing a conflict from the outside or a conflict within themselves, Drama film aims to tell an honest story of human struggles. + Family: + template: { name: IMDb Genre, genre: family } + summary: Family film is a genre that is contains appropriate content for younger viewers. Family film aims to appeal not only to children, but to a wide range of ages. While the storyline may appeal to a younger audience, there are components of the film that are geared towards adults- such as witty jokes and humor. This genre may fall into many other genres, including comedy, adventure, fantasy, and animated film. + Fantasy: + template: { name: IMDb Genre, genre: fantasy } + summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + Gangster: + template: { name: Other Genre } + imdb_list: + - https://www.imdb.com/list/ls026270180/ + - https://www.imdb.com/list/ls000093502/ + summary: Gangster film is a sub-genre of crime films that center on organized crime or the mafia. Often the plot revolves around the rise and fall of an organized crime leader. Many Gangster films explore the destructive nature of organized crime, while others attempt to show the humanity of the individual characters. + Halloween.: + template: { name: Other Genre } + trakt_list: + - https://trakt.tv/users/kairbear08/lists/halloween + - https://trakt.tv/users/mybicycle/lists/halloween + - https://trakt.tv/users/jayinftl/lists/halloween + - https://trakt.tv/users/roswellgeek/lists/halloween + name_mapping: Halloween (Season) + summary: Halloween film is a genre that revolves around the plot involving Halloween. + History: + template: { name: IMDb Genre, genre: history } + summary: History film is a genre that takes historical events and people and interprets them in a larger scale. Historical accuracy is not the main focus, but rather the telling of a grandiose story. The drama of an History film is often accentuated by a sweeping musical score, lavish costumes, and high production value. + Horror: + template: { name: IMDb Genre, genre: horror } + summary: Horror film is a genre that aims to create a sense of fear, panic, alarm, and dread for the audience. These films are often unsettling and rely on scaring the audience through a portrayal of their worst fears and nightmares. Horror films usually center on the arrival of an evil force, person, or event. Many Horror films include mythical creatures such as ghosts, vampires, and zombies. Traditionally, Horror films incorporate a large amount of violence and gore into the plot. Though it has its own style, Horror film often overlaps into Fantasy, Thriller, and Science-Fiction genres. + Martial Arts: + template: { name: Other Genre } + imdb_list: + - https://www.imdb.com/list/ls000099643/ + - https://www.imdb.com/list/ls068611186/ + - https://www.imdb.com/list/ls068378513/ + - https://www.imdb.com/list/ls090404120/ + summary: Martial Arts film is a sub-genre of action films that feature numerous martial arts combat between characters. These combats are usually the films' primary appeal and entertainment value, and often are a method of storytelling and character expression and development. Martial Arts are frequently featured in training scenes and other sequences in addition to fights. Martial Arts films commonly include other types of action, such as hand-to-hand combat, stuntwork, chases, and gunfights. + Music: + template: { name: IMDb Genre, genre: music } + summary: Music film is genre that revolves around music being an integral part of the characters lives. + Musical: + template: { name: IMDb Genre, genre: musical } + summary: A Musical interweaves vocal and dance performances into the narrative of the film. The songs of a film can either be used to further the story or simply enhance the experience of the audience. These films are often done on a grand scale and incorporate lavish costumes and sets. Traditional musicals center on a well-known star, famous for their dancing or singing skills (i.e. Fred Astaire, Gene Kelly, Judy Garland). These films explore concepts such are love and success, allowing the audience to escape from reality. + Mystery: + template: { name: IMDb Genre, genre: mystery } + summary: A Mystery film centers on a person of authority, usually a detective, that is trying to solve a mysterious crime. The main protagonist uses clues, investigation, and logical reasoning. The biggest element in these films is a sense of “whodunit” suspense, usually created through visual cues and unusual plot twists. + Pandemic: + template: { name: Other Genre } + imdb_list: + - url: https://www.imdb.com/search/keyword/?keywords=deadly-virus%2Chealth-crisis%2Cpandemic%2Cpublic-health-epidemic%2Cvirus%2Ccoronavirus&sort=moviemeter,asc&mode=detail&page=1&ref_=kw_ref_key + limit: 1000 + - url: https://www.imdb.com/list/ls041901506/ + - url: https://www.imdb.com/list/ls092321048/ + summary: A Pandemic film resolves around widespread viruses, plagues, and diseases. + Romance: + template: { name: IMDb Genre, genre: romance, limit: 200 } + summary: "Romance film can be defined as a genre wherein the plot revolves around the love between two protagonists. This genre usually has a theme that explores an issue within love, including but not limited to: love at first sight, forbidden love, love triangles, and sacrificial love. The tone of Romance film can vary greatly. Whether the end is happy or tragic, Romance film aims to evoke strong emotions in the audience." + Romantic Comedy: + template: { name: IMDb Genre, genre: "romance,comedy", limit: 200 } + summary: Romantic Comedy is a genre that attempts to catch the viewer’s heart with the combination of love and humor. This sub-genre is light-hearted and usually places the two protagonists in humorus situation. Romantic-Comedy film revolves around a romantic ideal, such as true love. In the end, the ideal triumphs over the situation or obstacle, thus creating a happy ending. + filters: + genre: Comedy + Romantic Drama: + template: { name: IMDb Genre, genre: "romance,drama", limit: 200 } + summary: Romantic Drama film is a genre that explores the complex side of love. The plot usually centers around an obstacle that is preventing love between two people. The obstacles in Romantic Drama film can range from a family's disapproval, to forbidden love, to one's own psychological restraints. Many Romantic Dramas end with the lovers separating because of the enormity of the obstacle, the realization of incompatibility, or simply because of fate. + filters: + genre: Drama + Sci-Fi: + template: { name: IMDb Genre, genre: sci-fi } + summary: Science Fiction (Sci-Fi) film is a genre that incorporates hypothetical, science-based themes into the plot of the film. Often, this genre incorporates futuristic elements and technologies to explore social, political, and philosophical issues. The film itself is usually set in the future, either on earth or in space. Traditionally, a Science Fiction film will incorporate heroes, villains, unexplored locations, fantastical quests, and advanced technology. + Sports: + template: { name: IMDb Genre, genre: sport, limit: 200 } + summary: A Sport Film revolves around a sport setting, event, or an athlete. Often, these films will center on a single sporting event that carries significant importance. Sports films traditionally have a simple plot that builds up to the significant sporting event. This genre is known for incorporating film techniques to build anticipation and intensity. Sport films have a large range of sub-genres, from comedies to dramas, and are more likely than other genres to be based true-life events. + Stand Up Comedy: + template: { name: Other Genre } + imdb_list: + - https://www.imdb.com/list/ls070221411/ + - https://www.imdb.com/list/ls086584751/ + - https://www.imdb.com/list/ls086022668/ + - https://www.imdb.com/list/ls049792208/ + summary: Stand-up comedy is a comedic style in which a comedian performs in front of a live audience, speaking directly to them through a microphone. Comedians give the illusion that they are dialoguing, but in actuality, they are monologuing a grouping of humorous stories, jokes and one-liners, typically called a shtick, routine, act, or set. Some stand-up comedians use props, music or magic tricks to enhance their acts. Stand-up comedians perform quasi-autobiographical and fictionalized extensions of their offstage selves. + Sword & Sorcery: + template: { name: Other Genre } + imdb_list: https://www.imdb.com/list/ls022909805 + summary: Sword and Sorcery film is a sub-genre of Fantasy that tend to be more plot-driven. These films rely on heavy action and battle scenes. Common themes in Sword and Sorcery films include a rescue mission, saving a princess, and battling a fantastical monster. The worlds and characters in these films are often much less developed than in other fantasy sub-genres. Of all the Fantasy sub-genres, Sword and Sorcery is most likely to be geared towards a younger audience, as many of these films are animated. + Thriller: + template: { name: IMDb Genre, genre: thriller } + summary: Thriller Film is a genre that revolves around anticipation and suspense. The aim for Thrillers is to keep the audience alert and on the edge of their seats. The protagonist in these films is set against a problem – an escape, a mission, or a mystery. No matter what sub-genre a Thriller film falls into, it will emphasize the danger that the protagonist faces. The tension with the main problem is built on throughout the film and leads to a highly stressful climax. + War: + template: { name: IMDb Genre, genre: war, limit: 200 } + summary: War Film is a genre that looks at the reality of war on a grand scale. They often focus on landmark battles as well as political issues within war. This genre usually focuses on a main character and his team of support, giving the audience an inside look into the gritty reality of war. + Western: + template: { name: IMDb Genre, genre: western, limit: 200 } + summary: "Western Film is a genre that revolves around stories primarily set in the late 19th century in the American Old West. Most Westerns are set between the American Civil War (1865) and the early 1900s. Common themes within Western Film include: the conquest of the wild west, the cultural separation of the East and the West, the West’s resistance to modern change, the conflict between Cowboys and Indians, outlaws, and treasure/gold hunting. American Western Film usually revolves around a stoic hero and emphasizes the importance of honor and sacrifice." diff --git a/Geurtswebdesign/holiday.yml b/Geurtswebdesign/holiday.yml new file mode 100644 index 0000000..b37fdb7 --- /dev/null +++ b/Geurtswebdesign/holiday.yml @@ -0,0 +1,66 @@ +###################################################### +# Holiday Collections # +###################################################### +templates: + Holiday: + smart_label: title.asc + summary: |- + A timed collection of <<collection_name>> and other movies that may relate to the holiday. + + NOTE: this collection will only be around until <<end_date>>. + sort_title: +0_<<collection_name>> + schedule: range(<<start_date>>-<<end_date>>) + delete_not_scheduled: true + visible_home: true + visible_shared: true +collections: + Valentine's Day Movies: + template: + name: Holiday + start_date: 02/01 + end_date: 02/29 + imdb_list: + - https://www.imdb.com/list/ls000094398/ + - https://www.imdb.com/list/ls057783436/ + - https://www.imdb.com/list/ls064427905/ + St. Patrick's Day Movies: + template: + name: Holiday + start_date: 03/01 + end_date: 03/18 + imdb_list: https://www.imdb.com/list/ls063934595/ + Thanksgiving Movies: + template: + name: Holiday + start_date: 11/01 + end_date: 11/30 + imdb_list: + - https://www.imdb.com/list/ls000835734/ + - https://www.imdb.com/list/ls091597850/ + Halloween Movies: + template: + name: Holiday + start_date: 10/01 + end_date: 10/31 + imdb_list: + - https://www.imdb.com/list/ls023118929/ + - https://www.imdb.com/list/ls000099714/ + tmdb_collection: + - 91361 # Halloween Collection + - 8581 # A Nightmare on Elm Street Collection + - 1733 # The Mummy Collection + - 8091 # Alien Collection + tmdb_movie: + - 23437 # A Nightmare on Elm Street (2010) + Christmas Movies: + template: + name: Holiday + start_date: 12/01 + end_date: 12/31 + imdb_list: https://www.imdb.com/list/ls000096828/ + New Year's Day Movies: + template: + name: Holiday + start_date: 12/26 + end_date: 01/04 + imdb_list: https://www.imdb.com/list/ls066838460/ diff --git a/Geurtswebdesign/people.yml b/Geurtswebdesign/people.yml new file mode 100644 index 0000000..d6e3b3c --- /dev/null +++ b/Geurtswebdesign/people.yml @@ -0,0 +1,289 @@ +###################################################### +# 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: +3_<<collection_name>> +collections: + Adam Sandler: + template: {name: Person, person: 19292} + Al Pacino: + template: {name: Person, person: 1158} + Alfred Hitchcock: + template: {name: Person, person: 2636} + Amy Adams: + template: {name: Person, person: 9273} + Angelina Jolie: + template: {name: Person, person: 11701} + Anne Hathaway: + template: {name: Person, person: 1813} + Anthony Hopkins: + template: {name: Person, person: 4173} + Antonio Banderas: + template: {name: Person, person: 3131} + Arnold Schwarzenegger: + template: {name: Person, person: 1100} + Ben Affleck: + template: {name: Person, person: 880} + Ben Stiller: + template: {name: Person, person: 7399} + Bill Murray: + template: {name: Person, person: 1532} + Brad Pitt: + template: {name: Person, person: 287} + Brendan Fraser: + template: {name: Person, person: 18269} + Bruce Lee: + template: {name: Person, person: 19429} + Bruce Willis: + template: {name: Person, person: 62} + Cameron Diaz: + template: {name: Person, person: 6941} + Carrie Fisher: + template: {name: Person, person: 4} + Cate Blanchett: + template: {name: Person, person: 112} + Catherine Zeta-Jones: + template: {name: Person, person: 1922} + Channing Tatum: + template: {name: Person, person: 38673} + Charlie Chaplin: + template: {name: Person, person: 13848} + Charlize Theron: + template: {name: Person, person: 6885} + Christian Bale: + template: {name: Person, person: 3894} + Chris Evans: + template: {name: Person, person: 16828} + Chris Hemsworth: + template: {name: Person, person: 74568} + Chris Pratt: + template: {name: Person, person: 73457} + Chris Rock: + template: {name: Person, person: 2632} + Christopher Nolan: + template: {name: Person, person: 525} + Christopher Walken: + template: {name: Person, person: 4690} + Chuck Norris: + template: {name: Person, person: 51576} + Clint Eastwood: + template: {name: Person, person: 190} + Coen Brothers: + template: {name: Person, person: "1223, 1224"} + summary: "Joel Coen and Ethan Coen, collectively referred to as the Coen Brothers, are American film directors, producers, screenwriters, and editors. Their films span many genres and styles, which they frequently subvert or parody. Their most acclaimed works include: Raising Arizona (1987), Miller's Crossing (1990), Fargo (1996), The Big Lebowski (1998), O Brother, Where Art Thou? (2000), No Country for Old Men (2007), Burn After Reading (2008), A Serious Man (2009), True Grit (2010), Inside Llewyn Davis (2013), and The Ballad of Buster Scruggs (2018)." + Daniel Craig: + template: {name: Person, person: 8784} + Dave Bautista: + template: {name: Person, person: 543530} + Dave Chappelle: + template: {name: Person, person: 4169} + Denzel Washington: + template: {name: Person, person: 5292} + Diane Keaton: + template: {name: Person, person: 3092} + Don Cheadle: + template: {name: Person, person: 1896} + Dustin Hoffman: + template: {name: Person, person: 4483} + Dwayne Johnson: + template: {name: Person, person: 18918} + Eddie Murphy: + template: {name: Person, person: 776} + Edward Norton: + template: {name: Person, person: 819} + Elliot Page: + template: {name: Person, person: 27578} + Emma Stone: + template: {name: Person, person: 54693} + Emma Watson: + template: {name: Person, person: 10990} + Ewan McGregor: + template: {name: Person, person: 3061} + George Clooney: + template: {name: Person, person: 1461} + Gerard Butler: + template: {name: Person, person: 17276} + Harrison Ford: + template: {name: Person, person: 3} + Hayao Miyazaki: + template: {name: Person, person: 608} + Hugh Jackman: + template: {name: Person, person: 6968} + Ian McKellen: + template: {name: Person, person: 1327} + Ice Cube: + template: {name: Person, person: 9778} + J.J. Abrams: + template: {name: Person, person: 15344} + Jack Black: + template: {name: Person, person: 70851} + Jackie Chan: + template: {name: Person, person: 18897} + James Cameron: + template: {name: Person, person: 2710} + James Franco: + template: {name: Person, person: 17051} + Jamie Foxx: + template: {name: Person, person: 134} + Jason Bateman: + template: {name: Person, person: 23532} + Jason Statham: + template: {name: Person, person: 976} + Jeff Bridges: + template: {name: Person, person: 1229} + Jeff Goldblum: + template: {name: Person, person: 4785} + Jennifer Aniston: + template: {name: Person, person: 4491} + Jennifer Lawrence: + template: {name: Person, person: 72129} + Jesse Eisenberg: + template: {name: Person, person: 44735} + Jessica Alba: + template: {name: Person, person: 56731} + Jet Li: + template: {name: Person, person: 1336} + Jim Carrey: + template: {name: Person, person: 206} + John Candy: + template: {name: Person, person: 7180} + John Travolta: + template: {name: Person, person: 8891} + John Wayne: + template: {name: Person, person: 4165} + Johnny Depp: + template: {name: Person, person: 85} + Julia Roberts: + template: {name: Person, person: 1204} + Kevin Bacon: + template: {name: Person, person: 4724} + Kevin Costner: + template: {name: Person, person: 1269} + Kevin Hart: + template: {name: Person, person: 55638} + Kevin Smith: + template: {name: Person, person: 19303} + Leonardo DiCaprio: + template: {name: Person, person: 6193} + Liam Neeson: + template: {name: Person, person: 3896} + Lucy Liu: + template: {name: Person, person: 140} + M. Night Shyamalan: + template: {name: Person, person: 11614} + Mark Wahlberg: + template: {name: Person, person: 13240} + Matt Damon: + template: {name: Person, person: 1892} + Matthew McConaughey: + template: {name: Person, person: 10297} + Megan Fox: + template: {name: Person, person: 19537} + Mel Brooks: + template: {name: Person, person: 14639} + Mel Gibson: + template: {name: Person, person: 2461} + Melissa McCarthy: + template: {name: Person, person: 55536} + Meryl Streep: + template: {name: Person, person: 5064} + Michael Bay: + template: {name: Person, person: 865} + Michael Caine: + template: {name: Person, person: 3895} + Michael Keaton: + template: {name: Person, person: 2232} + Mike Myers: + template: {name: Person, person: 12073} + Mila Kunis: + template: {name: Person, person: 18973} + Milla Jovovich: + template: {name: Person, person: 63} + Morgan Freeman: + template: {name: Person, person: 192} + Natalie Portman: + template: {name: Person, person: 524} + Nicolas Cage: + template: {name: Person, person: 2963} + Nicole Kidman: + template: {name: Person, person: 2227} + Orlando Bloom: + template: {name: Person, person: 114} + Owen Wilson: + template: {name: Person, person: 887} + Patrick Stewart: + template: {name: Person, person: 2387} + Quentin Tarantino: + template: {name: Person, person: 138} + Reese Witherspoon: + template: {name: Person, person: 368} + Ridley Scott: + template: {name: Person, person: 578} + Robert De Niro: + template: {name: Person, person: 380} + Robert Downey Jr.: + template: {name: Person, person: 3223} + Robin Williams: + template: {name: Person, person: 2157} + Rosario Dawson: + template: {name: Person, person: 5916} + Ryan Reynolds: + template: {name: Person, person: 10859} + Samuel L. Jackson: + template: {name: Person, person: 2231} + Sandra Bullock: + template: {name: Person, person: 18277} + Sacha Baron Cohen: + template: {name: Person, person: 6730} + Scarlett Johansson: + template: {name: Person, person: 1245} + Sean Connery: + template: {name: Person, person: 738} + Seth Rogen: + template: {name: Person, person: 19274} + Shia LaBeouf: + template: {name: Person, person: 10959} + Steve Buscemi: + template: {name: Person, person: 884} + Steve Carell: + template: {name: Person, person: 4495} + Steve Martin: + template: {name: Person, person: 67773} + Steven Seagal: + template: {name: Person, person: 23880} + Steven Spielberg: + template: {name: Person, person: 488} + Sylvester Stallone: + template: {name: Person, person: 16483} + Tim Burton: + template: {name: Person, person: 510} + Tom Cruise: + template: {name: Person, person: 500} + Tom Hanks: + template: {name: Person, person: 31} + Tommy Lee Jones: + template: {name: Person, person: 2176} + Vin Diesel: + template: {name: Person, person: 12835} + Vince Vaughn: + template: {name: Person, person: 4937} + Wesley Snipes: + template: {name: Person, person: 10814} + Will Ferrell: + template: {name: Person, person: 23659} + Will Smith: + template: {name: Person, person: 2888} + Woody Harrelson: + template: {name: Person, person: 57755} + Zack Snyder: + template: {name: Person, person: 15217} diff --git a/Geurtswebdesign/studios.yml b/Geurtswebdesign/studios.yml new file mode 100644 index 0000000..0614ee7 --- /dev/null +++ b/Geurtswebdesign/studios.yml @@ -0,0 +1,80 @@ +###################################################### +# Studio Collections # +###################################################### +templates: + Studio: + optional: + - company + tmdb_company: <<company>> + sort_title: +1_<<collection_name>> + sync_mode: sync + smart_label: release.desc +collections: + DC Extended Universe: + template: {name: Studio} + imdb_list: https://www.imdb.com/list/ls077827588/ + url_poster: https://images.theposterdb.com/prod/public/images/posters/optimized/collections/460717/dj5QiI3bseKx31j5JLM0PclTXC1KSuRPflLC4DP0.webp + summary: The DC Extended Universe (DCEU) is a media franchise and shared universe centered on superheros from DC Comics. + collection_order: release + Marvel Cinematic Universe: + template: {name: Studio} + imdb_list: https://www.imdb.com/list/ls009410711/ + url_poster: https://images.theposterdb.com/prod/public/images/posters/optimized/collections/1993/TzzxhGUvbVynBGInhiuEkeuxWbK7fyl0oI1Trl51.webp + summary: A collection of movies and shows created by Marvel Studios, comprising of the Marvel Cinematic Universe. + collection_order: release + Marvel Phase One: + template: {name: Studio} + imdb_list: https://www.imdb.com/list/ls074408893/ + url_poster: https://images.theposterdb.com/prod/public/images/posters/optimized/collections/1993/51CPMKZSxxGQonkJgvB7l3pF3rY6CQlohIb3hstX.webp + summary: A collection of movies and shows created by Marvel Studios, comprising of the Marvel Cinematic Universe. + collection_order: release + Marvel Phase Two: + template: {name: Studio} + imdb_list: https://www.imdb.com/list/ls067756302/ + url_poster: https://images.theposterdb.com/prod/public/images/posters/optimized/collections/1993/bVnZMs0lGts1xcPSpXSGMUuBpgizsEffciMzYUsb.webp + summary: A collection of movies and shows created by Marvel Studios, comprising of the Marvel Cinematic Universe. + collection_order: release + Marvel Phase Three: + template: {name: Studio} + imdb_list: https://www.imdb.com/list/ls074450054/ + url_poster: https://images.theposterdb.com/prod/public/images/posters/optimized/collections/1993/zd1oncWoWWKb5k3XPDhqfS8yHhUR4Go9LjYI8OSz.webp + summary: A collection of movies and shows created by Marvel Studios, comprising of the Marvel Cinematic Universe. + collection_order: release + Marvel Phase Four: + template: {name: Studio} + imdb_list: https://www.imdb.com/list/ls048352040/ + url_poster: + summary: A collection of movies and shows created by Marvel Studios, comprising of the Marvel Cinematic Universe. + collection_order: release + Blue Sky: + template: { name: Studio, company: 9383 } + url_poster: https://theposterdb.com/api/assets/38152 + summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. + DreamWorks: + template: { name: Studio, company: 521 } + filters: + collection.not: Aardman + summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. + Illumination Entertainment: + template: { name: Studio, company: 6704 } + summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. + Pixar: + template: { name: Studio, company: 3 } + summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney Company. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the company's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. + Studio Ghibli: + template: { name: Studio, company: 10342 } + summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. + Sony Pictures Animation: + template: { name: Studio, company: 2251 } + summary: Sony Pictures Animation Inc. is an American animation studio owned by Sony Entertainment's Sony Pictures Entertainment through their Motion Picture Group division and founded on May 9, 2002. The studio's films are distributed worldwide by Sony Pictures Releasing under their Columbia Pictures label, while all direct-to-video releases are released by Sony Pictures Home Entertainment. + Warner Animation Group: + template: { name: Studio, company: 25120 } + summary: The Warner Animation Group (WAG) is an American animation studio that is the feature animation division of Warner Bros. Entertainment. Established on January 7, 2013, the studio is the successor to the dissolved 2D traditional hand-drawn animation studio Warner Bros. Feature Animation, which shut down in 2003 and the dissolved family film division Warner Bros. Family Entertainment, which shut down in 2009. The entity is also a sister animation studio of the regular animation studio Warner Bros. Animation + Walt Disney Animation Studios: + template: { name: Studio } + imdb_list: https://www.imdb.com/list/ls059383351/ + summary: Walt Disney Animation Studios (WDAS), sometimes shortened to Disney Animation, is an American animation studio that creates animated features and short films for The Walt Disney Company. Founded on October 16, 1923 by brothers Walt Disney and Roy O. Disney, it is one of the oldest-running animation studios in the world. It is currently organized as a division of Walt Disney Studios and is headquartered at the Roy E. Disney Animation Building at the Walt Disney Studios lot in Burbank, California. + Walt Disney Pictures: + template: { name: Studio } + imdb_list: https://www.imdb.com/list/ls077114097/ + summary: Walt Disney Pictures is an American film production studio of The Walt Disney Studios, which is owned by The Walt Disney Company. The studio is the flagship producer of live-action feature films within the Walt Disney Studios unit, and is based at the Walt Disney Studios in Burbank, California. Animated films produced by Walt Disney Animation Studios and Pixar Animation Studios are also released under this brand. Walt Disney Studios Motion Pictures distributes and markets the films produced by Walt Disney Pictures. diff --git a/Geurtswebdesign/year.yml b/Geurtswebdesign/year.yml new file mode 100644 index 0000000..7627cd6 --- /dev/null +++ b/Geurtswebdesign/year.yml @@ -0,0 +1,58 @@ +###################################################### +# Chart Collections # +###################################################### +templates: + Best of: + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<year>> + sort_title: +4_Best of <<year>> + sync_mode: sync + summary: Rotten Tomatoes Best Movies of <<year>> + smart_label: audience_rating.desc +collections: +###################################################### +# Best of Year # +###################################################### + Best of 2000: + template: { name: Best of, year: 2000 } + Best of 2001: + template: { name: Best of, year: 2001 } + Best of 2002: + template: { name: Best of, year: 2002 } + Best of 2003: + template: { name: Best of, year: 2003 } + Best of 2004: + template: { name: Best of, year: 2004 } + Best of 2005: + template: { name: Best of, year: 2005 } + Best of 2006: + template: { name: Best of, year: 2006 } + Best of 2007: + template: { name: Best of, year: 2007 } + Best of 2008: + template: { name: Best of, year: 2008 } + Best of 2009: + template: { name: Best of, year: 2009 } + Best of 2010: + template: { name: Best of, year: 2010 } + Best of 2011: + template: { name: Best of, year: 2011 } + Best of 2012: + template: { name: Best of, year: 2012 } + Best of 2013: + template: { name: Best of, year: 2013 } + Best of 2014: + template: { name: Best of, year: 2014 } + Best of 2015: + template: { name: Best of, year: 2015 } + Best of 2016: + template: { name: Best of, year: 2016 } + Best of 2017: + template: { name: Best of, year: 2017 } + Best of 2018: + template: { name: Best of, year: 2018 } + Best of 2019: + template: { name: Best of, year: 2019 } + Best of 2020: + template: { name: Best of, year: 2020 } + Best of 2021: + template: { name: Best of, year: 2021 } diff --git a/ICHIMOKU/4ktv.yml b/ICHIMOKU/4ktv.yml new file mode 100644 index 0000000..7f25f76 --- /dev/null +++ b/ICHIMOKU/4ktv.yml @@ -0,0 +1,30 @@ +collections: +############################ +# ICHIMOKU # +############################ + + 4K: + plex_search: + all: + resolution: 4K + hdr: false + url_poster: https://i.imgur.com/0B3q9ma.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*01" + schedule: daily + 4K-HDR: + plex_search: + all: + resolution: 4K + hdr: true + url_poster: https://i.imgur.com/IzJSG74.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*02" + schedule: daily + \ No newline at end of file diff --git a/ICHIMOKU/4ktvoverlays.yml b/ICHIMOKU/4ktvoverlays.yml new file mode 100644 index 0000000..b3ed5ad --- /dev/null +++ b/ICHIMOKU/4ktvoverlays.yml @@ -0,0 +1,17 @@ +overlays: + +############################ +# ICHIMOKU # +############################ + + 4K: + overlay: 4Ktv + plex_search: + all: + collection: 4K + 4K-HDR: + overlay: 4K-HDRtv + plex_search: + all: + collection: 4K-HDR + \ No newline at end of file diff --git a/ICHIMOKU/Anime.yml b/ICHIMOKU/Anime.yml new file mode 100644 index 0000000..48c731d --- /dev/null +++ b/ICHIMOKU/Anime.yml @@ -0,0 +1,150 @@ +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: + 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 } + url_poster: https://i.imgur.com/or2NV7b.png + Demons: + template: { name: MAL Genre, genre_id: 6 } + url_poster: https://i.imgur.com/4gYtatT.png + Ecchi: + template: { name: MAL Genre, genre_id: 9 } + url_poster: https://i.imgur.com/NYwquus.png + Game: + template: { name: MAL Genre, genre_id: 11 } + url_poster: https://i.imgur.com/np9gKUY.png + Harem: + template: { name: MAL Genre, genre_id: 35 } + url_poster: https://i.imgur.com/H0CBC69.png + Mecha: + template: { name: MAL Genre, genre_id: 18 } + url_poster: https://i.imgur.com/37Ruypq.png + Military: + template: { name: MAL Genre, genre_id: 38 } + url_poster: https://i.imgur.com/ASpnuaX.png + Psychological: + template: { name: MAL Genre, genre_id: 40 } + url_poster: https://i.imgur.com/dG0j2MV.png + Samurai: + template: { name: MAL Genre, genre_id: 21 } + url_poster: https://i.imgur.com/cuzANx6.png + School: + template: { name: MAL Genre, genre_id: 23 } + url_poster: https://i.imgur.com/j6xkuIN.png + Shoujo: + template: { name: MAL Genre, genre_id: 25 } + url_poster: https://i.imgur.com/wEJ1xnV.png + Shounen: + template: { name: MAL Genre, genre_id: 27 } + url_poster: https://i.imgur.com/aj5n2hG.png + Slice of Life: + template: { name: MAL Genre, genre_id: 36 } + url_poster: https://i.imgur.com/KNOnr7P.png + Space: + template: { name: MAL Genre, genre_id: 29 } + url_poster: https://i.imgur.com/gk8bS1L.png + Supernatural: + template: { name: MAL Genre, genre_id: 37 } + url_poster: https://i.imgur.com/rJsCCYA.png + Super Power: + template: { name: MAL Genre, genre_id: 31 } + url_poster: https://i.imgur.com/LsfdfyX.png + Vampire: + template: { name: MAL Genre, genre_id: 32 } + url_poster: https://i.imgur.com/fwjaD3t.png + Action: + template: { name: MAL Genre, genre_id: 1 } + url_poster: https://i.imgur.com/iEmSJk8.png + Adventure: + template: { name: MAL Genre, genre_id: 2 } + url_poster: https://i.imgur.com/89WvZ7O.png + Comedy: + template: { name: MAL Genre, genre_id: 4 } + url_poster: https://i.imgur.com/WOy2DTP.png + Drama: + template: { name: MAL Genre, genre_id: 8 } + url_poster: https://i.imgur.com/emj4Xy8.png + Fantasy: + template: { name: MAL Genre, genre_id: 10 } + url_poster: https://i.imgur.com/LulStNU.png + Historical: + template: { name: MAL Genre, genre_id: 13 } + url_poster: https://i.imgur.com/haxcm1d.png + Horror: + template: { name: MAL Genre, genre_id: 14 } + url_poster: https://i.imgur.com/85hjj05.png + Martial Arts: + template: { name: MAL Genre, genre_id: 17 } + url_poster: https://i.imgur.com/4X17vYh.png + Music: + template: { name: MAL Genre, genre_id: 19 } + url_poster: https://i.imgur.com/0agGtOY.png + Mystery: + template: { name: MAL Genre, genre_id: 7 } + url_poster: https://i.imgur.com/KuSsjOJ.png + Romance: + template: { name: MAL Genre, genre_id: 22 } + url_poster: https://i.imgur.com/NJT7FxY.png + Sci-Fi: + template: { name: MAL Genre, genre_id: 24 } + url_poster: https://i.imgur.com/so2OLol.png + Sports: + template: { name: MAL Genre, genre_id: 30 } + url_poster: https://i.imgur.com/Dni1VRn.png + Boys Love: + template: { name: MAL Genre, genre_id: 28 } + url_poster: https://i.imgur.com/al5cSkE.png + Girls Love: + template: { name: MAL Genre, genre_id: 26 } + url_poster: https://i.imgur.com/dFdOSy8.png + Gourmet: + template: { name: MAL Genre, genre_id: 47 } + url_poster: https://i.imgur.com/QzHNqF3.png + Erotica: + template: { name: MAL Genre, genre_id: 49 } + url_poster: https://i.imgur.com/jTPBUdT.png + Hentai: + template: { name: MAL Genre, genre_id: 12 } + url_poster: https://i.imgur.com/L2JW5qv.png + Parody: + template: { name: MAL Genre, genre_id: 20 } + url_poster: https://i.imgur.com/WAP4hFI.png + Police: + template: { name: MAL Genre, genre_id: 39 } + url_poster: https://i.imgur.com/o2tT9IF.png + Thriller: + template: { name: MAL Genre, genre_id: 41 } + url_poster: https://i.imgur.com/ljuCv95.png diff --git a/ICHIMOKU/Movies.yml b/ICHIMOKU/Movies.yml new file mode 100644 index 0000000..c0bc16f --- /dev/null +++ b/ICHIMOKU/Movies.yml @@ -0,0 +1,638 @@ +collections: + +############################ +# POPULAR # +############################ + + IMDb Top 250: + imdb_list: https://www.imdb.com/search/title/?groups=top_250&sort=user_rating,desc + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "*101a" + summary: Movies from the server that appear on IMDB's top 250. + schedule: daily + url_poster: https://i.imgur.com/FGgT7dt.png + url_background: https://i.imgur.com/juAQnOG.jpg + Trakt Trending: + trakt_trending: 100 + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "*101b" + schedule: daily + url_poster: https://i.imgur.com/1qbVXLi.png + Top Ten Pirated Weekly: + trakt_list: https://trakt.tv/users/hdlists/lists/top-ten-pirated-movies-of-the-week-torrent-freak-com + smart_label: year.desc + sync_mode: sync + sort_title: "*101c" + schedule: daily + summary: Most Pirated Movies of The Week + url_background: https://i.imgur.com/juAQnOG.jpg + url_poster: https://i.imgur.com/DSWADRL.png + Movies People are Watching: + trakt_list: https://trakt.tv/users/hdlists/lists/top-films-everyone-s-watching + sort_title: "*101d" + sync_mode: sync + smart_label: year.desc + summary: Movies That Everyone is Watching + schedule: daily + url_poster: https://i.imgur.com/GQca9tU.png + url_background: https://i.imgur.com/juAQnOG.jpg + New Releases: + trakt_list: https://trakt.tv/users/giladg/lists/latest-releases + url_poster: https://i.ibb.co/VNwwdZQ/New-Releases.jpg + url_background: https://i.imgur.com/juAQnOG.jpg + sort_title: "*101e" + schedule: daily + sync_mode: sync + smart_label: critic_rating.desc + 1001 Movies You Must See Before You Die: + trakt_list: https://trakt.tv/users/sp1ti/lists/1001-movies-you-must-see-before-you-die + summary: "1001 Movies You Must See Before You Die is a film reference book edited by Steven Jay Schneider with original essays on each film contributed by over 70 film critics." + url_poster: https://i.imgur.com/WmgioMY.png + url_background: https://i.imgur.com/rVa7jiJ.jpg + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "*101f" + schedule: daily + +############################ +# DISCOVER # +############################ + + Animated Kids Most Popular: + tmdb_discover: + limit: 1000 + with_genres: 16 + certification_country: US + certification: G|PG + sort_by: popularity.desc + sync_mode: sync + collection_mode: default + collection_order: custom + summary: A collection of the most popular Animated Kids movies from TMDb + sort_title: "*150" + schedule: daily + url_poster: https://i.imgur.com/WDRj8a9.png + url_background: https://i.imgur.com/juAQnOG.jpg + +############################ +# TRAKT COLLECTIONS # +############################ + +# Made by Magic + + Trending Now (Unplayed): + trakt_chart: + chart: trending + limit: 200 + sort_title: "!B Trending Now" + url_poster: https://i.imgur.com/tnuP538.png + url_background: https://i.imgur.com/juAQnOG.jpg + sync_mode: sync + collection_mode: default + collection_filtering: user + visible_library: true + visible_home: true + visible_shared: true + smart_label: + sort_by: release.desc + all: + label: <<smart_label>> + unplayed: true + schedule: daily + Most Watched This Week (Unplayed): + trakt_chart: + chart: watched + time_period: weekly + limit: 200 + sort_title: "!B Watched This Week" + url_poster: https://i.imgur.com/2aqBTSM.png + url_background: https://i.imgur.com/juAQnOG.jpg + sync_mode: sync + collection_mode: default + collection_filtering: user + visible_library: true + visible_home: true + visible_shared: true + smart_label: + sort_by: release.desc + all: + label: <<smart_label>> + unplayed: true + schedule: daily + Most Watched This Year (Unplayed): + trakt_chart: + chart: watched + time_period: yearly + limit: 200 + sort_title: "!B Watched This Year" + url_poster: https://i.imgur.com/AdOXjVU.png + url_background: https://i.imgur.com/juAQnOG.jpg + sync_mode: sync + collection_mode: default + collection_filtering: user + visible_library: true + visible_home: true + visible_shared: true + smart_label: + sort_by: release.desc + all: + label: <<smart_label>> + unplayed: true + schedule: daily + +############################ +# BEST OF # +############################ + + Best Picture: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&groups=best_picture_winner,oscar_best_picture_nominees + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "*105" + schedule: daily + url_poster: https://i.imgur.com/nNTPdYS.png + url_background: https://i.imgur.com/juAQnOG.jpg + Best Cinematography: + imdb_list: https://www.imdb.com/list/ls560369098 + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "*105c" + schedule: daily + url_poster: https://i.imgur.com/habRJJ5.png + url_background: https://i.imgur.com/juAQnOG.jpg + Best Film Editing: + imdb_list: https://www.imdb.com/list/ls560364494 + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "*105d" + schedule: daily + url_poster: https://i.imgur.com/9wPQYhQ.png + url_background: https://i.imgur.com/juAQnOG.jpg + Best Sound: + imdb_list: https://www.imdb.com/list/ls560369669 + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "*105e" + schedule: daily + url_poster: https://i.imgur.com/afy5uFu.png + url_background: https://i.imgur.com/juAQnOG.jpg + Best Visual Effects: + imdb_list: https://www.imdb.com/list/ls560368042 + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "*105f" + schedule: daily + url_poster: https://i.imgur.com/hER3chA.png + url_background: https://i.imgur.com/juAQnOG.jpg + Oscars: + imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner + url_poster: https://theposterdb.com/api/assets/192593 + url_background: https://i.imgur.com/rVa7jiJ.jpg + summary: Oscar Winning Movies + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "*105h" + schedule: daily + Best of 1970s: + imdb_list: + url: https://www.imdb.com/search/title/?release_date=1970-01-01,1979-12-31&num_votes=10000,&sort=num_votes,desc + limit: 250 + url_poster: https://i.imgur.com/mSXwYk6.jpg + url_background: https://i.imgur.com/rVa7jiJ.jpg + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "*105i" + schedule: daily + Best of 1980s: + imdb_list: + url: https://www.imdb.com/search/title/?release_date=1980-01-01,1989-12-31&num_votes=10000,&sort=num_votes,desc + limit: 250 + url_poster: https://i.imgur.com/8U4DOAZ.jpg + url_background: https://i.imgur.com/rVa7jiJ.jpg + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "*105j" + schedule: daily + Best of 1990s: + imdb_list: + url: https://www.imdb.com/search/title/?release_date=1990-01-01,1999-12-31&num_votes=10000,&sort=num_votes,desc + limit: 250 + url_poster: https://i.imgur.com/las5Lh7.jpg + url_background: https://i.imgur.com/rVa7jiJ.jpg + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "*105k" + schedule: daily + Best of 2000s: + imdb_list: + url: https://www.imdb.com/search/title/?release_date=2000-01-01,2009-12-31&num_votes=10000,&sort=num_votes,desc + limit: 250 + url_poster: https://i.imgur.com/z6XuCkF.jpg + url_background: https://i.imgur.com/rVa7jiJ.jpg + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "*105l" + schedule: daily + Best of 2010s: + imdb_list: + url: https://www.imdb.com/search/title/?release_date=2010-01-01,2019-12-31&num_votes=10000,&sort=num_votes,desc + limit: 250 + url_poster: https://i.imgur.com/FBZM94Q.jpg + url_background: https://i.imgur.com/rVa7jiJ.jpg + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "*105m" + schedule: daily + Best of 2020s: + imdb_list: + url: https://www.imdb.com/search/title/?release_date=2020-01-01,2029-12-31&num_votes=1000,&sort=num_votes,desc + limit: 250 + url_poster: https://i.imgur.com/SXpU7kU.jpg + url_background: https://i.imgur.com/rVa7jiJ.jpg + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "*105n" + schedule: daily + +############################ +# NETWORKS # +############################ + + Apple TV+: + imdb_list: + url: https://www.imdb.com/search/title/?title_type=movie&release_date=2015-01-01,2025-12-31&&companies=co0546168&countries=us&languages=en&sort=release_date,desc&count=250 + summary: All Apple TV Originals From 2015-2025 + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*600" + schedule: daily + url_poster: https://i.imgur.com/O9iWork.png + url_background: https://wallpaper-house.com/data/out/8/wallpaper2you_228774.png + Netflix: + imdb_list: + url: https://www.imdb.com/search/title/?title_type=movie&release_date=2015-01-01,2025-12-31&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0144901 + summary: All Netflix Originals From 2015-2025 + url_poster: https://i.imgur.com/7kiE1MU.png + url_background: https://img5.goodfon.com/original/1920x1080/1/61/fon-netflix-logo-raduga-tsvet-fon-background-skachat-oboi-sk.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*601" + schedule: daily + Prime Video: + imdb_list: + url: https://www.imdb.com/search/title/?title_type=movie&release_date=2015-01-01,2025-12-31&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0319272 + summary: All Amazon Originals From 2015-2025 + url_poster: https://i.imgur.com/nU3gqqB.png + url_background: https://i.imgur.com/2jfs7oS.png + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*602" + schedule: daily + Hulu: + imdb_list: + url: https://www.imdb.com/search/title/?title_type=movie&release_date=2015-01-01,2025-12-31&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0218858 + summary: All HULU Originals From 20185-2025 + url_poster: https://plexcollectionposters.com/images/2019/05/26/Hulu6ddad752a5ce9bac.jpg + url_background: https://cdn.vox-cdn.com/thumbor/oR4hqrmTxbX_O4gdJ6np8h-PxFk=/0x439:750x861/1600x900/cdn.vox-cdn.com/uploads/chorus_image/image/56311701/Image_uploaded_from_iOS__8_.1503433270.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*603" + schedule: daily + HBO Max: + imdb_list: + url: https://www.imdb.com/search/title/?title_type=movie&release_date=2015-01-01,2025-12-31&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0754095 + summary: All HBO Max Originals From 2015-2025 + url_poster: https://i.redd.it/zxdvw3tk3f151.jpg + url_background: https://wallpapercave.com/wp/wp6402755.png + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*604" + schedule: daily + Paramount+: + imdb_list: + url: https://www.imdb.com/search/title/?title_type=movie&release_date=2015-01-01,2025-12-31&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0820547 + sync_mode: sync + summary: All Paramount+ Originals From 2015-2025 + url_poster: https://i.imgur.com/gReLEbo.png + url_background: https://i.imgur.com/rVa7jiJ.jpg + collection_mode: default + collection_order: release + sort_title: "*606" + schedule: daily +############################ +# GENRES # +############################ + + Action: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=action + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=action&sort=user_rating,desc + limit: 200 + sort_title: ++_Action + sync_mode: sync + summary: Action film is a genre wherein physical action takes precedence in the storytelling. The film will often have continuous motion and action including physical stunts, chases, fights, battles, and races. The story usually revolves around a hero that has a goal, but is facing incredible odds to obtain it. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/52018 + url_background: https://i.imgur.com/THA8wCM.jpg + + Adventure: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=adventure + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=adventure&sort=user_rating,desc + limit: 200 + sort_title: ++_Adventure + sync_mode: sync + summary: Adventure film is a genre that revolves around the conquests and explorations of a protagonist. The purpose of the conquest can be to retrieve a person or treasure, but often the main focus is simply the pursuit of the unknown. These films generally take place in exotic locations and play on historical myths. Adventure films incorporate suspenseful puzzles and intricate obstacles that the protagonist must overcome in order to achieve the end goal. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/52218 + url_background: https://i.imgur.com/THA8wCM.jpg + + Animation: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=animation + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=animation&sort=user_rating,desc + limit: 200 + sort_title: ++_Animation + sync_mode: sync + summary: Animated film is a collection of illustrations that are photographed frame-by-frame and then played in a quick succession. Since its inception, animation has had a creative and imaginative tendency. Being able to bring animals and objects to life, this genre has catered towards fairy tales and children’s stories. However, animation has long been a genre enjoyed by all ages. As of recent, there has even been an influx of animation geared towards adults. Animation is commonly thought of as a technique, thus it’s ability to span over many different genres. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/120090 + url_background: https://i.imgur.com/THA8wCM.jpg + + Comedy: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=comedy + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=comedy&sort=user_rating,desc + limit: 200 + sort_title: ++_Comedy + sync_mode: sync + summary: Comedy is a genre of film that uses humor as a driving force. The aim of a comedy film is to illicit laughter from the audience through entertaining stories and characters. Although the comedy film may take on some serious material, most have a happy ending. Comedy film has the tendency to become a hybrid sub-genre because humor can be incorporated into many other genres. Comedies are more likely than other films to fall back on the success and popularity of an individual star. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/51397 + url_background: https://i.imgur.com/THA8wCM.jpg + + Crime: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=crime + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=crime&sort=user_rating,desc + limit: 200 + sort_title: ++_Crime + sync_mode: sync + summary: Crime film is a genre that revolves around the action of a criminal mastermind. A Crime film will often revolve around the criminal himself, chronicling his rise and fall. Some Crime films will have a storyline that follows the criminal's victim, yet others follow the person in pursuit of the criminal. This genre tends to be fast paced with an air of mystery – this mystery can come from the plot or from the characters themselves. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/53057 + url_background: https://i.imgur.com/THA8wCM.jpg + + Drama: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=drama + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=drama&sort=user_rating,desc + limit: 200 + sort_title: ++_Drama + sync_mode: sync + summary: Drama film is a genre that relies on the emotional and relational development of realistic characters. While Drama film relies heavily on this kind of development, dramatic themes play a large role in the plot as well. Often, these dramatic themes are taken from intense, real life issues. Whether heroes or heroines are facing a conflict from the outside or a conflict within themselves, Drama film aims to tell an honest story of human struggles. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/52016 + url_background: https://i.imgur.com/THA8wCM.jpg + + Family: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=family + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=family&sort=user_rating,desc + limit: 200 + sort_title: ++_Family + sync_mode: sync + summary: Family film is a genre that is contains appropriate content for younger viewers. Family film aims to appeal not only to children, but to a wide range of ages. While the storyline may appeal to a younger audience, there are components of the film that are geared towards adults- such as witty jokes and humor. This genre may fall into many other genres, including comedy, adventure, fantasy, and animated film. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/53059 + url_background: https://i.imgur.com/THA8wCM.jpg + + Fantasy: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=fantasy + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=fantasy&sort=user_rating,desc + limit: 200 + sort_title: ++_Fantasy + sync_mode: sync + summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/51476 + url_background: https://i.imgur.com/THA8wCM.jpg + + Gangster: + imdb_list: + - https://www.imdb.com/list/ls026270180/ + - https://www.imdb.com/list/ls000093502/ + sort_title: ++_Gangster + sync_mode: sync + summary: Gangster film is a sub-genre of crime films that center on organized crime or the mafia. Often the plot revolves around the rise and fall of an organized crime leader. Many Gangster films explore the destructive nature of organized crime, while others attempt to show the humanity of the individual characters. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/62561 + url_background: https://i.imgur.com/THA8wCM.jpg + + + History: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=history + limit: 100 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=history&sort=user_rating,desc + limit: 100 + sort_title: ++_History + sync_mode: sync + summary: History film is a genre that takes historical events and people and interprets them in a larger scale. Historical accuracy is not the main focus, but rather the telling of a grandiose story. The drama of an History film is often accentuated by a sweeping musical score, lavish costumes, and high production value. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/58022 + url_background: https://i.imgur.com/THA8wCM.jpg + + Horror: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=horror + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=horror&sort=user_rating,desc + limit: 200 + sort_title: ++_Horror + sync_mode: sync + summary: Horror film is a genre that aims to create a sense of fear, panic, alarm, and dread for the audience. These films are often unsettling and rely on scaring the audience through a portrayal of their worst fears and nightmares. Horror films usually center on the arrival of an evil force, person, or event. Many Horror films include mythical creatures such as ghosts, vampires, and zombies. Traditionally, Horror films incorporate a large amount of violence and gore into the plot. Though it has its own style, Horror film often overlaps into Fantasy, Thriller, and Science-Fiction genres. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/51475 + url_background: https://i.imgur.com/THA8wCM.jpg + + Music: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=music + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=music&sort=user_rating,desc + limit: 200 + sort_title: ++_Music + sync_mode: sync + summary: Music film is genre that revolves around music being an integral part of the characters lives. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/51398 + url_background: https://i.imgur.com/THA8wCM.jpg + + Musical: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=musical + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=musical&sort=user_rating,desc + limit: 200 + sort_title: ++_Musical + sync_mode: sync + summary: A Musical interweaves vocal and dance performances into the narrative of the film. The songs of a film can either be used to further the story or simply enhance the experience of the audience. These films are often done on a grand scale and incorporate lavish costumes and sets. Traditional musicals center on a well-known star, famous for their dancing or singing skills (i.e. Fred Astaire, Gene Kelly, Judy Garland). These films explore concepts such are love and success, allowing the audience to escape from reality. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/51427 + url_background: https://i.imgur.com/THA8wCM.jpg + + Mystery: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=mystery + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=mystery&sort=user_rating,desc + limit: 200 + sort_title: ++_Mystery + sync_mode: sync + summary: A Mystery film centers on a person of authority, usually a detective, that is trying to solve a mysterious crime. The main protagonist uses clues, investigation, and logical reasoning. The biggest element in these films is a sense of “whodunit” suspense, usually created through visual cues and unusual plot twists. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/53060 + url_background: https://i.imgur.com/THA8wCM.jpg + + Pandemic: + imdb_list: https://www.imdb.com/list/ls092321048/ + sort_title: ++_Pandemic + sync_mode: sync + summary: A Pandemic film resolves around widespread viruses, plagues, and diseases. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/55837 + url_background: https://i.imgur.com/THA8wCM.jpg + + Romance: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=romance + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=romance&sort=user_rating,desc + limit: 200 + sort_title: ++_Romance + sync_mode: sync + summary: "Romance film can be defined as a genre wherein the plot revolves around the love between two protagonists. This genre usually has a theme that explores an issue within love, including but not limited to: love at first sight, forbidden love, love triangles, and sacrificial love. The tone of Romance film can vary greatly. Whether the end is happy or tragic, Romance film aims to evoke strong emotions in the audience." + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/53062 + url_background: https://i.imgur.com/THA8wCM.jpg + + Science Fiction: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=sci-fi + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=sci-fi&sort=user_rating,desc + limit: 200 + sort_title: ++_Sci-Fi + sync_mode: sync + summary: Science Fiction (Sci-Fi) film is a genre that incorporates hypothetical, science-based themes into the plot of the film. Often, this genre incorporates futuristic elements and technologies to explore social, political, and philosophical issues. The film itself is usually set in the future, either on earth or in space. Traditionally, a Science Fiction film will incorporate heroes, villains, unexplored locations, fantastical quests, and advanced technology. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/51772 + url_background: https://i.imgur.com/THA8wCM.jpg + + Sports: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=sport + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=sport&sort=user_rating,desc + limit: 200 + sort_title: ++_Sport + sync_mode: sync + summary: A Sport Film revolves around a sport setting, event, or an athlete. Often, these films will center on a single sporting event that carries significant importance. Sports films traditionally have a simple plot that builds up to the significant sporting event. This genre is known for incorporating film techniques to build anticipation and intensity. Sport films have a large range of sub-genres, from comedies to dramas, and are more likely than other genres to be based true-life events. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/60371 + url_background: https://i.imgur.com/THA8wCM.jpg + + Stand Up Comedy: + imdb_list: + - https://www.imdb.com/list/ls070221411/ + - https://www.imdb.com/list/ls086584751/ + - https://www.imdb.com/list/ls086022668/ + - https://www.imdb.com/list/ls049792208/ + - https://www.imdb.com/list/ls041728102/ + - https://www.imdb.com/list/ls055644766/ + - https://www.imdb.com/list/ls064092097/ + sort_title: ++_Stand Up Comedy + sync_mode: sync + summary: Stand-up comedy is a comedic style in which a comedian performs in front of a live audience, speaking directly to them through a microphone. Comedians give the illusion that they are dialoguing, but in actuality, they are monologuing a grouping of humorous stories, jokes and one-liners, typically called a shtick, routine, act, or set. Some stand-up comedians use props, music or magic tricks to enhance their acts. Stand-up comedians perform quasi-autobiographical and fictionalized extensions of their offstage selves. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/49137 + url_background: https://i.imgur.com/THA8wCM.jpg + + Sword & Sorcery: + imdb_list: https://www.imdb.com/list/ls022909805 + sort_title: ++_Sword & Sorcery + sync_mode: sync + summary: Sword and Sorcery film is a sub-genre of Fantasy that tend to be more plot-driven. These films rely on heavy action and battle scenes. Common themes in Sword and Sorcery films include a rescue mission, saving a princess, and battling a fantastical monster. The worlds and characters in these films are often much less developed than in other fantasy sub-genres. Of all the Fantasy sub-genres, Sword and Sorcery is most likely to be geared towards a younger audience, as many of these films are animated. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/74604 + url_background: https://i.imgur.com/THA8wCM.jpg + + Thriller: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=thriller + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=thriller&sort=user_rating,desc + limit: 200 + sort_title: ++_Thriller + sync_mode: sync + summary: Thriller Film is a genre that revolves around anticipation and suspense. The aim for Thrillers is to keep the audience alert and on the edge of their seats. The protagonist in these films is set against a problem – an escape, a mission, or a mystery. No matter what sub-genre a Thriller film falls into, it will emphasize the danger that the protagonist faces. The tension with the main problem is built on throughout the film and leads to a highly stressful climax. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/52019 + url_background: https://i.imgur.com/THA8wCM.jpg + War: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=war + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=war&sort=user_rating,desc + limit: 200 + sort_title: ++_War + sync_mode: sync + summary: War Film is a genre that looks at the reality of war on a grand scale. They often focus on landmark battles as well as political issues within war. This genre usually focuses on a main character and his team of support, giving the audience an inside look into the gritty reality of war. + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/51477 + url_background: https://i.imgur.com/THA8wCM.jpg + + Western: + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=western + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=10000,&genres=western&sort=user_rating,desc + limit: 200 + sort_title: ++_Western + sync_mode: sync + summary: "Western Film is a genre that revolves around stories primarily set in the late 19th century in the American Old West. Most Westerns are set between the American Civil War (1865) and the early 1900s. Common themes within Western Film include: the conquest of the wild west, the cultural separation of the East and the West, the West’s resistance to modern change, the conflict between Cowboys and Indians, outlaws, and treasure/gold hunting. American Western Film usually revolves around a stoic hero and emphasizes the importance of honor and sacrifice." + collection_order: alpha + url_poster: https://theposterdb.com/api/assets/51774 + url_background: https://i.imgur.com/THA8wCM.jpg diff --git a/ICHIMOKU/MoviesOverlays.yml b/ICHIMOKU/MoviesOverlays.yml new file mode 100644 index 0000000..bf8ef0e --- /dev/null +++ b/ICHIMOKU/MoviesOverlays.yml @@ -0,0 +1,341 @@ +overlays: + +############################ +# CHARTS # +############################ + + IMDb: + overlay: IMDb + plex_search: + all: + collection: IMDb Top 250 + +############################ +# STREAMING SERVICES # +############################ + + Netflix Film: + overlay: Netflix Film + plex_search: + all: + collection: Netflix + Netflix Stand-up: + overlay: Netflix Stand-up + plex_search: + all: + collection: Netflix Stand-up + Apple TV+: + overlay: Apple TV+ + plex_search: + all: + collection: Apple TV+ + Prime Video: + overlay: Prime Video + plex_search: + all: + collection: Prime Video + Hulu: + overlay: Hulu + plex_search: + all: + collection: Hulu + HBO Max: + overlay: HBO Max + plex_search: + all: + collection: HBO Max + Paramount+: + overlay: Paramount+ + plex_search: + all: + collection: Paramount+ + +############################ +# STUDIOS # +############################ + + 20th Century Fox: + overlay: 20th Century Fox + plex_search: + all: + studio: 20th Century Fox + Amazon Studios: + overlay: Amazon Studios + plex_search: + all: + studio: Amazon Studios + Amblin Entertainment: + overlay: Amblin Entertainment + plex_search: + all: + studio: Amblin Entertainment + Bad Robot: + overlay: Bad Robot + plex_search: + all: + studio: Bad Robot + Blue Sky Studios: + overlay: Blue Sky Studios + plex_search: + all: + studio: Blue Sky Studios + Chernin Entertainment: + overlay: Chernin Entertainment + plex_search: + all: + studio: Chernin Entertainment + Columbia Pictures: + overlay: Columbia Pictures + plex_search: + all: + studio: Columbia Pictures + Davis Entertainment: + overlay: Davis Entertainment + plex_search: + all: + studio: Davis Entertainment + DC: + overlay: DC + plex_search: + all: + collection: DC + Dimension Films: + overlay: Dimension Films + plex_search: + all: + studio: Dimension Films + Disney Channel: + overlay: Disney Channel + plex_search: + all: + studio: Disney Channel + DreamWorks: + overlay: DreamWorks + plex_search: + all: + studio: DreamWorks + DreamWorks Animation: + overlay: DreamWorks Animation + plex_search: + all: + studio: DreamWorks Animation + Eon Productions: + overlay: Eon Productions + plex_search: + all: + studio: Eon Productions + Focus Features: + overlay: Focus Features + plex_search: + all: + studio: Focus Features + Fox 2000 Pictures: + overlay: Fox 2000 Pictures + plex_search: + all: + studio: Fox 2000 Pictures + Fox Searchlight Pictures: + overlay: Fox Searchlight Pictures + plex_search: + all: + studio: Fox Searchlight Pictures + Happy Madison Productions: + overlay: Happy Madison Productions + plex_search: + all: + studio: Happy Madison Productions + HBO: + overlay: HBO + plex_search: + all: + studio: HBO + Illumination: + overlay: Illumination + plex_search: + all: + studio: Illumination + Legendary Pictures: + overlay: Legendary Pictures + plex_search: + all: + studio: Legendary Pictures + Lionsgate: + overlay: Lionsgate + plex_search: + all: + studio: Lionsgate + Lucasfilm: + overlay: Lucasfilm + plex_search: + all: + studio: Lucasfilm + Marvel: + overlay: Marvel + plex_search: + all: + collection: Marvel +# Marvel Studios: +# overlay: Marvel Studios +# plex_search: +# all: +# collection: Marvel Studios + Metro-Goldwyn-Mayer: + overlay: Metro-Goldwyn-Mayer + plex_search: + all: + studio: Metro-Goldwyn-Mayer + Miramax: + overlay: Miramax + plex_search: + all: + studio: Miramax + Original Film: + overlay: Original Film + plex_search: + all: + studio: Original Film + Orion Pictures: + overlay: Orion Pictures + plex_search: + all: + studio: Orion Pictures + Paramount: + overlay: Paramount + plex_search: + all: + studio: Paramount + Pixar: + overlay: Pixar + plex_search: + all: + collection: Pixar + Regency: + overlay: Regency + plex_search: + all: + studio: Regency + Screen Gems: + overlay: Screen Gems + plex_search: + all: + studio: Screen Gems + Silver Pictures: + overlay: Silver Pictures + plex_search: + all: + studio: Silver Pictures + Sony Pictures: + overlay: Sony Pictures + plex_search: + all: + studio: Sony Pictures + Summit Entertainment: + overlay: Summit Entertainment + plex_search: + all: + studio: Summit Entertainment + The Weinstein Company: + overlay: The Weinstein Company + plex_search: + all: + studio: The Weinstein Company + Touchstone Pictures: + overlay: Touchstone Pictures + plex_search: + all: + studio: Touchstone Pictures + TriStar Pictures: + overlay: TriStar Pictures + plex_search: + all: + studio: TriStar Pictures + United Artists: + overlay: United Artists + plex_search: + all: + studio: United Artists + Universal Pictures: + overlay: Universal Pictures + plex_search: + all: + studio: Universal Pictures + Village Roadshow Pictures: + overlay: Village Roadshow Pictures + plex_search: + all: + studio: Village Roadshow Pictures + Walt Disney Animation Studios: + overlay: Walt Disney Animation Studios + plex_search: + all: + collection: Walt Disney Animation Studios + Walt Disney Pictures: + overlay: Walt Disney Pictures + plex_search: + all: + studio: Walt Disney Pictures + Walt Disney Productions: + overlay: Walt Disney + plex_search: + all: + studio: Walt Disney Productions + Warner Bros. Animation: + overlay: Warner Bros. Pictures + plex_search: + all: + studio: Warner Bros. Animation + Warner Bros. Pictures: + overlay: Warner Bros. Pictures + plex_search: + all: + studio: Warner Bros. Pictures + +############################ +# AUDIO # +############################ + + TrueHD Atmos: + overlay: TrueHD Atmos + plex_all: true + filters: + filepath: TrueHD Atmos + DTS-HD MA: + overlay: DTS-HD MA + plex_all: true + filters: + filepath: DTS-HD MA + +############################ +# OSCARS # +############################ + + Best Picture: + overlay: Oscars + plex_search: + all: + collection: Best Picture + Best Animated Feature Film: + overlay: Oscars + plex_search: + all: + collection: Best Animated Feature Film + Best Cinematograpghy: + overlay: Oscars + plex_search: + all: + collection: Best Cinematograpghy + Best Film Editing: + overlay: Oscars + plex_search: + all: + collection: Best Film Editing + Best Sound: + overlay: Oscars + plex_search: + all: + collection: Best Sound + Best Visual Effects: + overlay: Oscars + plex_search: + all: + collection: Best Visual Effects \ No newline at end of file diff --git a/ICHIMOKU/Network.yml b/ICHIMOKU/Network.yml new file mode 100644 index 0000000..8c50219 --- /dev/null +++ b/ICHIMOKU/Network.yml @@ -0,0 +1,143 @@ +templates: + network: + optional: + - network + tmdb_network: <<network>> + sort_title: +2_<<collection_name>> + sync_mode: sync + smart_label: episode_added.desc +collections: + +###################################################### +# Network Collection # +###################################################### + + Netflix: + template: { name: network, network: 213 } + url_poster: https://i.imgur.com/auDN9hg.jpg + Apple TV+: + template: { name: network, network: 2552 } + url_poster: https://i.imgur.com/uyccKmu.jpg + ABC: + template: { name: network, network: "5345, 5250, 18 ,2" } + url_poster: https://i.imgur.com/AqVNJ0b.jpg + AMC: + template: { name: network, network: "174, 4661" } + url_poster: https://i.imgur.com/aBYa2dt.jpg + BBC: + template: { name: network, network: "4, 493, 126, 1051, 100, 414, 3590, 428, 3278, 3, 332, 1001" } + url_poster: https://i.imgur.com/Ux7xpxh.jpg + CBS: + template: { name: network, network: "16, 1709, 2528, 2621" } + url_poster: https://i.imgur.com/6vLFziW.jpg + FOX: + template: { name: network, network: "19, 1414, 5201, 1067, 1640" } + url_poster: https://i.imgur.com/PXQbb34.jpg + HBO: + template: { name: network, network: "49, 2593, 3186, 3308" } + url_poster: https://i.imgur.com/mptBqqN.jpg + NBC: + template: { name: network, network: "2462, 6" } + url_poster: https://i.imgur.com/T2tc2d8.jpg + Showtime: + template: { name: network, network: 67 } + url_poster: https://i.imgur.com/hZqHG0X.jpg + Starz: + template: { name: network, network: 318 } + url_poster: https://i.imgur.com/3lqUZL5.jpg + SyFy: + template: { name: network, network: "77, 3701" } + url_poster: https://i.imgur.com/M8TFtK8.jpg + Cinemax: + template: { name: network, network: 359 } + url_poster: https://i.imgur.com/nIJgwMd.jpg + Hulu: + template: { name: network, network: "453, 1772" } + url_poster: https://i.imgur.com/GNj3hbm.jpg + HGTV: + template: { name: network, network: 210 } + url_poster: https://i.imgur.com/lwAqfAr.jpg + TBS: + template: { name: network, network: "68, 160, 4888, 5012" } + url_poster: https://i.imgur.com/OwN1WLi.jpg + National Geographic: + template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476, 5432" } + url_poster: https://i.imgur.com/mKgajLq.jpg + Prime Video: + template: { name: network, network: 1024 } + url_poster: https://i.imgur.com/YHyjYjO.jpg + YouTube: + template: { name: network, network: "247, 1436, 4869" } + url_poster: https://i.imgur.com/cRwu5YY.jpg + FX: + template: { name: network, network: "5405, 1641, 88" } + url_poster: https://i.imgur.com/wct2KCn.jpg + Disney+: + template: { name: network, network: "2739, 2919, 3919" } + url_poster: https://i.imgur.com/E5OUKnS.jpg + Discovery: + template: { name: network, network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741" } + url_poster: https://i.imgur.com/Nv4Gi45.jpg + A&E: + template: { name: network, network: "5202, 3688, 2639, 129" } + url_poster: https://i.imgur.com/MiJ47o1.jpg + Disney XD: + template: { name: network, network: "5137, 2326, 2324, 44" } + url_poster: https://i.imgur.com/M1xM9gF.jpg + Apple Music: + template: { name: network, network: 1932 } + url_poster: https://i.imgur.com/PtOhfDu.jpg + Cartoon Network: + template: { name: network, network: "3917, 2193, 1232, 217, 56" } + url_poster: https://i.imgur.com/4UDTpuO.jpg + Comedy Central: + template: { name: network, network: "4535, 3082, 2436, 2178, 1226, 1087, 278, 47" } + url_poster: https://i.imgur.com/1K2TbST.jpg + Cooking Channel: + template: { name: network, network: "802" } + url_poster: https://i.imgur.com/mj3lBRD.jpg + Crime & Investigation Network: + template: { name: network, network: "1771" } + url_poster: https://i.imgur.com/f7fkUAu.jpg + Crime + Investigation: + template: { name: network, network: "2393, 2392" } + url_poster: https://i.imgur.com/Ah5HuS0.jpg + Crime+Investigation: + template: { name: network, network: "1402" } + url_poster: https://i.imgur.com/O2aBeKO.jpg + ESPN: + template: { name: network, network: "2540, 29, 1004, 297, 5374, 4132, 70, 81" } + url_poster: https://i.imgur.com/FddGTrL.jpg + ITV: + template: { name: network, network: "9, 149, 590, 261, " } + url_poster: https://i.imgur.com/FHeE1Lg.jpg + Investigation Discovery: + template: { name: network, network: "4562, 244" } + url_poster: https://i.imgur.com/NMEcBLo.jpg + MTV: + template: { name: network, network: "2972, 488, 33, 931, 304, 381, 867, 335, 976, 454, 924, 3402, 410, 2234, 2116, 1173, 2294, 959, 1008, 17, 295" } + url_poster: https://i.imgur.com/N2ZSYbS.jpg + Nickelodeon: + template: { name: network, network: "5267, 4015, 2314, 794, 775, 474, 416, 286, 13" } + url_poster: https://i.imgur.com/DEYru3B.jpg + Nicktoons: + template: { name: network, network: "224" } + url_poster: https://i.imgur.com/K9wuYte.jpg + SBS: + template: { name: network, network: "5124, 223, 156, 856, 3970, 2375, 1034" } + url_poster: https://i.imgur.com/b8rhHQ3.jpg + Stan: + template: { name: network, network: "1255" } + url_poster: https://i.imgur.com/oDD1P8N.jpg + Syfy: + template: { name: network, network: "3701, 77" } + url_poster: https://i.imgur.com/HbpE5aF.jpg + Toon Disney: + template: { name: network, network: "142" } + url_poster: https://i.imgur.com/OmTcFFV.jpg + Toons.TV: + template: { name: network, network: "1174" } + url_poster: https://i.imgur.com/LEEmaYs.jpg + Paramount+: + template: { name: network, network: "4330" } + url_poster: https://i.imgur.com/cc2D5XF.jpg \ No newline at end of file diff --git a/ICHIMOKU/config.yml b/ICHIMOKU/config.yml new file mode 100644 index 0000000..b0f30da --- /dev/null +++ b/ICHIMOKU/config.yml @@ -0,0 +1,68 @@ +libraries: # Library mappings must have a colon (:) placed after them + Movies: + metadata_path: + - file: /config/Movies.yml + overlay_path: + - remove_overlays: false + - file: /config/MoviesOverlays.yml + Movies - REMUX: + metadata_path: + - file: /config/remux.yml + overlay_path: + - remove_overlays: false + - file: /config/remuxoverlays.yml + TV Shows: + metadata_path: + - file: /config/Network.yml + - file: /config/Anime.yml + TV Shows - 4K: + metadata_path: + - file: /config/4ktv.yml + overlay_path: + - remove_overlays: false + - file: /config/4ktvoverlays.yml +playlist_files: + - file: config/Playlists.yml + +settings: + cache: true + cache_expiration: 60 + asset_directory: config/assets + sync_mode: append + show_unmanaged: false + show_filtered: false + show_missing: false + save_missing: false + run_again_delay: 2 + asset_folders: false + assets_for_all: false + released_missing_only: false + create_asset_folders: false + missing_only_released: false + delete_below_minimum: false + notifiarr_collection_creation: true + notifiarr_collection_addition: true + notifiarr_collection_removing: true + tvdb_language: eng + show_missing_assets: false + only_filter_missing: false + delete_not_scheduled: false + show_missing_season_assets: false + ignore_ids: + ignore_imdb_ids: + asset_depth: 0 + show_options: false + dimensional_asset_rename: false + minimum_items: 1 + default_collection_order: release + download_url_assets: false + verify_ssl: true + item_refresh_delay: 0 + playlist_sync_to_users: all + custom_repo: + show_missing_episode_assets: false + show_asset_not_needed: true + check_nightly: true + playlist_report: true + prioritize_assets: false + save_report: true diff --git a/ICHIMOKU/overlays/1080p-DolbyDigital.png b/ICHIMOKU/overlays/1080p-DolbyDigital.png new file mode 100644 index 0000000..460378b Binary files /dev/null and b/ICHIMOKU/overlays/1080p-DolbyDigital.png differ diff --git a/ICHIMOKU/overlays/1080p-DolbyDigitalPlus.png b/ICHIMOKU/overlays/1080p-DolbyDigitalPlus.png new file mode 100644 index 0000000..68ce732 Binary files /dev/null and b/ICHIMOKU/overlays/1080p-DolbyDigitalPlus.png differ diff --git a/ICHIMOKU/overlays/1080p-DolbyDigitalPlusAtmos.png b/ICHIMOKU/overlays/1080p-DolbyDigitalPlusAtmos.png new file mode 100644 index 0000000..e3aa4d5 Binary files /dev/null and b/ICHIMOKU/overlays/1080p-DolbyDigitalPlusAtmos.png differ diff --git a/ICHIMOKU/overlays/1080p-DolbyTrueHD.png b/ICHIMOKU/overlays/1080p-DolbyTrueHD.png new file mode 100644 index 0000000..c32f964 Binary files /dev/null and b/ICHIMOKU/overlays/1080p-DolbyTrueHD.png differ diff --git a/ICHIMOKU/overlays/1080p-DolbyTrueHDAtmos.png b/ICHIMOKU/overlays/1080p-DolbyTrueHDAtmos.png new file mode 100644 index 0000000..e292443 Binary files /dev/null and b/ICHIMOKU/overlays/1080p-DolbyTrueHDAtmos.png differ diff --git a/ICHIMOKU/overlays/1080p-HDR-DolbyDigital.png b/ICHIMOKU/overlays/1080p-HDR-DolbyDigital.png new file mode 100644 index 0000000..7f43b13 Binary files /dev/null and b/ICHIMOKU/overlays/1080p-HDR-DolbyDigital.png differ diff --git a/ICHIMOKU/overlays/1080p-HDR-DolbyDigitalPlus.png b/ICHIMOKU/overlays/1080p-HDR-DolbyDigitalPlus.png new file mode 100644 index 0000000..68ce732 Binary files /dev/null and b/ICHIMOKU/overlays/1080p-HDR-DolbyDigitalPlus.png differ diff --git a/ICHIMOKU/overlays/1080p-HDR-DolbyDigitalPlusAtmos.png b/ICHIMOKU/overlays/1080p-HDR-DolbyDigitalPlusAtmos.png new file mode 100644 index 0000000..e3aa4d5 Binary files /dev/null and b/ICHIMOKU/overlays/1080p-HDR-DolbyDigitalPlusAtmos.png differ diff --git a/ICHIMOKU/overlays/1080p-HDR-DolbyTrueHD.png b/ICHIMOKU/overlays/1080p-HDR-DolbyTrueHD.png new file mode 100644 index 0000000..c32f964 Binary files /dev/null and b/ICHIMOKU/overlays/1080p-HDR-DolbyTrueHD.png differ diff --git a/ICHIMOKU/overlays/1080p-HDR-DolbyTrueHDAtmos.png b/ICHIMOKU/overlays/1080p-HDR-DolbyTrueHDAtmos.png new file mode 100644 index 0000000..e292443 Binary files /dev/null and b/ICHIMOKU/overlays/1080p-HDR-DolbyTrueHDAtmos.png differ diff --git a/ICHIMOKU/overlays/1080p-HDR-IMAX.png b/ICHIMOKU/overlays/1080p-HDR-IMAX.png new file mode 100644 index 0000000..40b1663 Binary files /dev/null and b/ICHIMOKU/overlays/1080p-HDR-IMAX.png differ diff --git a/ICHIMOKU/overlays/1080p-HDR-dtsHD.png b/ICHIMOKU/overlays/1080p-HDR-dtsHD.png new file mode 100644 index 0000000..c221b76 Binary files /dev/null and b/ICHIMOKU/overlays/1080p-HDR-dtsHD.png differ diff --git a/ICHIMOKU/overlays/1080p-HDR-dtsX.png b/ICHIMOKU/overlays/1080p-HDR-dtsX.png new file mode 100644 index 0000000..e54bd1f Binary files /dev/null and b/ICHIMOKU/overlays/1080p-HDR-dtsX.png differ diff --git a/ICHIMOKU/overlays/1080p-HDR.png b/ICHIMOKU/overlays/1080p-HDR.png new file mode 100644 index 0000000..de2d073 Binary files /dev/null and b/ICHIMOKU/overlays/1080p-HDR.png differ diff --git a/ICHIMOKU/overlays/1080p-IMAX.png b/ICHIMOKU/overlays/1080p-IMAX.png new file mode 100644 index 0000000..e79ad26 Binary files /dev/null and b/ICHIMOKU/overlays/1080p-IMAX.png differ diff --git a/ICHIMOKU/overlays/1080p-dtsHD.png b/ICHIMOKU/overlays/1080p-dtsHD.png new file mode 100644 index 0000000..95d9058 Binary files /dev/null and b/ICHIMOKU/overlays/1080p-dtsHD.png differ diff --git a/ICHIMOKU/overlays/1080p-dtsX.png b/ICHIMOKU/overlays/1080p-dtsX.png new file mode 100644 index 0000000..0f7d504 Binary files /dev/null and b/ICHIMOKU/overlays/1080p-dtsX.png differ diff --git a/ICHIMOKU/overlays/1080p.png b/ICHIMOKU/overlays/1080p.png new file mode 100644 index 0000000..0463219 Binary files /dev/null and b/ICHIMOKU/overlays/1080p.png differ diff --git a/ICHIMOKU/overlays/20th Century Fox.png b/ICHIMOKU/overlays/20th Century Fox.png new file mode 100644 index 0000000..ed68630 Binary files /dev/null and b/ICHIMOKU/overlays/20th Century Fox.png differ diff --git a/ICHIMOKU/overlays/4K-DolbyDigital.png b/ICHIMOKU/overlays/4K-DolbyDigital.png new file mode 100644 index 0000000..fd8626f Binary files /dev/null and b/ICHIMOKU/overlays/4K-DolbyDigital.png differ diff --git a/ICHIMOKU/overlays/4K-DolbyDigitalPlus.png b/ICHIMOKU/overlays/4K-DolbyDigitalPlus.png new file mode 100644 index 0000000..733cec9 Binary files /dev/null and b/ICHIMOKU/overlays/4K-DolbyDigitalPlus.png differ diff --git a/ICHIMOKU/overlays/4K-DolbyDigitalPlusAtmos.png b/ICHIMOKU/overlays/4K-DolbyDigitalPlusAtmos.png new file mode 100644 index 0000000..e436870 Binary files /dev/null and b/ICHIMOKU/overlays/4K-DolbyDigitalPlusAtmos.png differ diff --git a/ICHIMOKU/overlays/4K-DolbyTrueHD.png b/ICHIMOKU/overlays/4K-DolbyTrueHD.png new file mode 100644 index 0000000..6d7a3a9 Binary files /dev/null and b/ICHIMOKU/overlays/4K-DolbyTrueHD.png differ diff --git a/ICHIMOKU/overlays/4K-DolbyTrueHDAtmos.png b/ICHIMOKU/overlays/4K-DolbyTrueHDAtmos.png new file mode 100644 index 0000000..8b30dce Binary files /dev/null and b/ICHIMOKU/overlays/4K-DolbyTrueHDAtmos.png differ diff --git a/ICHIMOKU/overlays/4K-HDR-DolbyDigital.png b/ICHIMOKU/overlays/4K-HDR-DolbyDigital.png new file mode 100644 index 0000000..5cf9cfd Binary files /dev/null and b/ICHIMOKU/overlays/4K-HDR-DolbyDigital.png differ diff --git a/ICHIMOKU/overlays/4K-HDR-DolbyDigitalPlus.png b/ICHIMOKU/overlays/4K-HDR-DolbyDigitalPlus.png new file mode 100644 index 0000000..ffe0f80 Binary files /dev/null and b/ICHIMOKU/overlays/4K-HDR-DolbyDigitalPlus.png differ diff --git a/ICHIMOKU/overlays/4K-HDR-DolbyDigitalPlusAtmos.png b/ICHIMOKU/overlays/4K-HDR-DolbyDigitalPlusAtmos.png new file mode 100644 index 0000000..95dce5f Binary files /dev/null and b/ICHIMOKU/overlays/4K-HDR-DolbyDigitalPlusAtmos.png differ diff --git a/ICHIMOKU/overlays/4K-HDR-DolbyTrueHD.png b/ICHIMOKU/overlays/4K-HDR-DolbyTrueHD.png new file mode 100644 index 0000000..ad4aa34 Binary files /dev/null and b/ICHIMOKU/overlays/4K-HDR-DolbyTrueHD.png differ diff --git a/ICHIMOKU/overlays/4K-HDR-DolbyTrueHDAtmos.png b/ICHIMOKU/overlays/4K-HDR-DolbyTrueHDAtmos.png new file mode 100644 index 0000000..0681d16 Binary files /dev/null and b/ICHIMOKU/overlays/4K-HDR-DolbyTrueHDAtmos.png differ diff --git a/ICHIMOKU/overlays/4K-HDR-IMAX.png b/ICHIMOKU/overlays/4K-HDR-IMAX.png new file mode 100644 index 0000000..f61901b Binary files /dev/null and b/ICHIMOKU/overlays/4K-HDR-IMAX.png differ diff --git a/ICHIMOKU/overlays/4K-HDR-dtsHD.png b/ICHIMOKU/overlays/4K-HDR-dtsHD.png new file mode 100644 index 0000000..95a9873 Binary files /dev/null and b/ICHIMOKU/overlays/4K-HDR-dtsHD.png differ diff --git a/ICHIMOKU/overlays/4K-HDR-dtsX.png b/ICHIMOKU/overlays/4K-HDR-dtsX.png new file mode 100644 index 0000000..7580904 Binary files /dev/null and b/ICHIMOKU/overlays/4K-HDR-dtsX.png differ diff --git a/ICHIMOKU/overlays/4K-HDR.png b/ICHIMOKU/overlays/4K-HDR.png new file mode 100644 index 0000000..4380e0d Binary files /dev/null and b/ICHIMOKU/overlays/4K-HDR.png differ diff --git a/ICHIMOKU/overlays/4K-HDRtv.png b/ICHIMOKU/overlays/4K-HDRtv.png new file mode 100644 index 0000000..2abb0ed Binary files /dev/null and b/ICHIMOKU/overlays/4K-HDRtv.png differ diff --git a/ICHIMOKU/overlays/4K-IMAX.png b/ICHIMOKU/overlays/4K-IMAX.png new file mode 100644 index 0000000..844c1a1 Binary files /dev/null and b/ICHIMOKU/overlays/4K-IMAX.png differ diff --git a/ICHIMOKU/overlays/4K-dtsHD.png b/ICHIMOKU/overlays/4K-dtsHD.png new file mode 100644 index 0000000..994e7f1 Binary files /dev/null and b/ICHIMOKU/overlays/4K-dtsHD.png differ diff --git a/ICHIMOKU/overlays/4K-dtsX.png b/ICHIMOKU/overlays/4K-dtsX.png new file mode 100644 index 0000000..12f8934 Binary files /dev/null and b/ICHIMOKU/overlays/4K-dtsX.png differ diff --git a/ICHIMOKU/overlays/4K.png b/ICHIMOKU/overlays/4K.png new file mode 100644 index 0000000..dedcc4b Binary files /dev/null and b/ICHIMOKU/overlays/4K.png differ diff --git a/ICHIMOKU/overlays/4Ktv.png b/ICHIMOKU/overlays/4Ktv.png new file mode 100644 index 0000000..dedcc4b Binary files /dev/null and b/ICHIMOKU/overlays/4Ktv.png differ diff --git a/ICHIMOKU/overlays/Amazon Studios.png b/ICHIMOKU/overlays/Amazon Studios.png new file mode 100644 index 0000000..b32762b Binary files /dev/null and b/ICHIMOKU/overlays/Amazon Studios.png differ diff --git a/ICHIMOKU/overlays/Amblin Entertainment.png b/ICHIMOKU/overlays/Amblin Entertainment.png new file mode 100644 index 0000000..de8e7c3 Binary files /dev/null and b/ICHIMOKU/overlays/Amblin Entertainment.png differ diff --git a/ICHIMOKU/overlays/Apple TV+ White.png b/ICHIMOKU/overlays/Apple TV+ White.png new file mode 100644 index 0000000..c7ef5f7 Binary files /dev/null and b/ICHIMOKU/overlays/Apple TV+ White.png differ diff --git a/ICHIMOKU/overlays/Apple TV+.png b/ICHIMOKU/overlays/Apple TV+.png new file mode 100644 index 0000000..c7ef5f7 Binary files /dev/null and b/ICHIMOKU/overlays/Apple TV+.png differ diff --git a/ICHIMOKU/overlays/Apple White.png b/ICHIMOKU/overlays/Apple White.png new file mode 100644 index 0000000..c4f56b2 Binary files /dev/null and b/ICHIMOKU/overlays/Apple White.png differ diff --git a/ICHIMOKU/overlays/Apple.png b/ICHIMOKU/overlays/Apple.png new file mode 100644 index 0000000..c4f56b2 Binary files /dev/null and b/ICHIMOKU/overlays/Apple.png differ diff --git a/ICHIMOKU/overlays/Bad Robot.png b/ICHIMOKU/overlays/Bad Robot.png new file mode 100644 index 0000000..2a7cd9c Binary files /dev/null and b/ICHIMOKU/overlays/Bad Robot.png differ diff --git a/ICHIMOKU/overlays/Blue Sky Studios Alt.png b/ICHIMOKU/overlays/Blue Sky Studios Alt.png new file mode 100644 index 0000000..46de189 Binary files /dev/null and b/ICHIMOKU/overlays/Blue Sky Studios Alt.png differ diff --git a/ICHIMOKU/overlays/Blue Sky Studios.png b/ICHIMOKU/overlays/Blue Sky Studios.png new file mode 100644 index 0000000..da98415 Binary files /dev/null and b/ICHIMOKU/overlays/Blue Sky Studios.png differ diff --git a/ICHIMOKU/overlays/Chernin Entertainment.png b/ICHIMOKU/overlays/Chernin Entertainment.png new file mode 100644 index 0000000..2977744 Binary files /dev/null and b/ICHIMOKU/overlays/Chernin Entertainment.png differ diff --git a/ICHIMOKU/overlays/Columbia Pictures.png b/ICHIMOKU/overlays/Columbia Pictures.png new file mode 100644 index 0000000..f8c4a4e Binary files /dev/null and b/ICHIMOKU/overlays/Columbia Pictures.png differ diff --git a/ICHIMOKU/overlays/DC White.png b/ICHIMOKU/overlays/DC White.png new file mode 100644 index 0000000..9b4b945 Binary files /dev/null and b/ICHIMOKU/overlays/DC White.png differ diff --git a/ICHIMOKU/overlays/DC.png b/ICHIMOKU/overlays/DC.png new file mode 100644 index 0000000..9b4b945 Binary files /dev/null and b/ICHIMOKU/overlays/DC.png differ diff --git a/ICHIMOKU/overlays/DTS-HD MA White.png b/ICHIMOKU/overlays/DTS-HD MA White.png new file mode 100644 index 0000000..74c4dbe Binary files /dev/null and b/ICHIMOKU/overlays/DTS-HD MA White.png differ diff --git a/ICHIMOKU/overlays/DTS-HD MA.png b/ICHIMOKU/overlays/DTS-HD MA.png new file mode 100644 index 0000000..74c4dbe Binary files /dev/null and b/ICHIMOKU/overlays/DTS-HD MA.png differ diff --git a/ICHIMOKU/overlays/DV-DolbyDigital.png b/ICHIMOKU/overlays/DV-DolbyDigital.png new file mode 100644 index 0000000..2513208 Binary files /dev/null and b/ICHIMOKU/overlays/DV-DolbyDigital.png differ diff --git a/ICHIMOKU/overlays/DV-DolbyDigitalPlus.png b/ICHIMOKU/overlays/DV-DolbyDigitalPlus.png new file mode 100644 index 0000000..899f019 Binary files /dev/null and b/ICHIMOKU/overlays/DV-DolbyDigitalPlus.png differ diff --git a/ICHIMOKU/overlays/DV-DolbyDigitalPlusAtmos.png b/ICHIMOKU/overlays/DV-DolbyDigitalPlusAtmos.png new file mode 100644 index 0000000..28cbdde Binary files /dev/null and b/ICHIMOKU/overlays/DV-DolbyDigitalPlusAtmos.png differ diff --git a/ICHIMOKU/overlays/DV-DolbyTrueHD.png b/ICHIMOKU/overlays/DV-DolbyTrueHD.png new file mode 100644 index 0000000..8f579ee Binary files /dev/null and b/ICHIMOKU/overlays/DV-DolbyTrueHD.png differ diff --git a/ICHIMOKU/overlays/DV-DolbyTrueHDAtmos.png b/ICHIMOKU/overlays/DV-DolbyTrueHDAtmos.png new file mode 100644 index 0000000..ffd85ac Binary files /dev/null and b/ICHIMOKU/overlays/DV-DolbyTrueHDAtmos.png differ diff --git a/ICHIMOKU/overlays/DV-dtsHD.png b/ICHIMOKU/overlays/DV-dtsHD.png new file mode 100644 index 0000000..a167182 Binary files /dev/null and b/ICHIMOKU/overlays/DV-dtsHD.png differ diff --git a/ICHIMOKU/overlays/DV-dtsX.png b/ICHIMOKU/overlays/DV-dtsX.png new file mode 100644 index 0000000..3a57502 Binary files /dev/null and b/ICHIMOKU/overlays/DV-dtsX.png differ diff --git a/ICHIMOKU/overlays/DV.png b/ICHIMOKU/overlays/DV.png new file mode 100644 index 0000000..aef589d Binary files /dev/null and b/ICHIMOKU/overlays/DV.png differ diff --git a/ICHIMOKU/overlays/Davis Entertainment.png b/ICHIMOKU/overlays/Davis Entertainment.png new file mode 100644 index 0000000..7b7fe68 Binary files /dev/null and b/ICHIMOKU/overlays/Davis Entertainment.png differ diff --git a/ICHIMOKU/overlays/Dimension Films.png b/ICHIMOKU/overlays/Dimension Films.png new file mode 100644 index 0000000..3291622 Binary files /dev/null and b/ICHIMOKU/overlays/Dimension Films.png differ diff --git a/ICHIMOKU/overlays/Disney Channel Original Movie.png b/ICHIMOKU/overlays/Disney Channel Original Movie.png new file mode 100644 index 0000000..271707c Binary files /dev/null and b/ICHIMOKU/overlays/Disney Channel Original Movie.png differ diff --git a/ICHIMOKU/overlays/Disney Channel.png b/ICHIMOKU/overlays/Disney Channel.png new file mode 100644 index 0000000..7f0bd76 Binary files /dev/null and b/ICHIMOKU/overlays/Disney Channel.png differ diff --git a/ICHIMOKU/overlays/Disney+ White.png b/ICHIMOKU/overlays/Disney+ White.png new file mode 100644 index 0000000..4a50f4b Binary files /dev/null and b/ICHIMOKU/overlays/Disney+ White.png differ diff --git a/ICHIMOKU/overlays/Disney+.png b/ICHIMOKU/overlays/Disney+.png new file mode 100644 index 0000000..4a50f4b Binary files /dev/null and b/ICHIMOKU/overlays/Disney+.png differ diff --git a/ICHIMOKU/overlays/DreamWorks Animation.png b/ICHIMOKU/overlays/DreamWorks Animation.png new file mode 100644 index 0000000..fabc978 Binary files /dev/null and b/ICHIMOKU/overlays/DreamWorks Animation.png differ diff --git a/ICHIMOKU/overlays/DreamWorks.png b/ICHIMOKU/overlays/DreamWorks.png new file mode 100644 index 0000000..6cc3bd7 Binary files /dev/null and b/ICHIMOKU/overlays/DreamWorks.png differ diff --git a/ICHIMOKU/overlays/Eon Productions.png b/ICHIMOKU/overlays/Eon Productions.png new file mode 100644 index 0000000..a3d4f0c Binary files /dev/null and b/ICHIMOKU/overlays/Eon Productions.png differ diff --git a/ICHIMOKU/overlays/Focus Features Alt 2.png b/ICHIMOKU/overlays/Focus Features Alt 2.png new file mode 100644 index 0000000..41e8f65 Binary files /dev/null and b/ICHIMOKU/overlays/Focus Features Alt 2.png differ diff --git a/ICHIMOKU/overlays/Focus Features Alt.png b/ICHIMOKU/overlays/Focus Features Alt.png new file mode 100644 index 0000000..1006490 Binary files /dev/null and b/ICHIMOKU/overlays/Focus Features Alt.png differ diff --git a/ICHIMOKU/overlays/Focus Features.png b/ICHIMOKU/overlays/Focus Features.png new file mode 100644 index 0000000..d69dcd2 Binary files /dev/null and b/ICHIMOKU/overlays/Focus Features.png differ diff --git a/ICHIMOKU/overlays/Fox 2000 Pictures.png b/ICHIMOKU/overlays/Fox 2000 Pictures.png new file mode 100644 index 0000000..821454d Binary files /dev/null and b/ICHIMOKU/overlays/Fox 2000 Pictures.png differ diff --git a/ICHIMOKU/overlays/Fox Searchlight Pictures.png b/ICHIMOKU/overlays/Fox Searchlight Pictures.png new file mode 100644 index 0000000..7a53176 Binary files /dev/null and b/ICHIMOKU/overlays/Fox Searchlight Pictures.png differ diff --git a/ICHIMOKU/overlays/HBO Max Alt White.png b/ICHIMOKU/overlays/HBO Max Alt White.png new file mode 100644 index 0000000..50139fb Binary files /dev/null and b/ICHIMOKU/overlays/HBO Max Alt White.png differ diff --git a/ICHIMOKU/overlays/HBO Max Alt.png b/ICHIMOKU/overlays/HBO Max Alt.png new file mode 100644 index 0000000..50139fb Binary files /dev/null and b/ICHIMOKU/overlays/HBO Max Alt.png differ diff --git a/ICHIMOKU/overlays/HBO Max White.png b/ICHIMOKU/overlays/HBO Max White.png new file mode 100644 index 0000000..384cf8e Binary files /dev/null and b/ICHIMOKU/overlays/HBO Max White.png differ diff --git a/ICHIMOKU/overlays/HBO Max.png b/ICHIMOKU/overlays/HBO Max.png new file mode 100644 index 0000000..384cf8e Binary files /dev/null and b/ICHIMOKU/overlays/HBO Max.png differ diff --git a/ICHIMOKU/overlays/HBO.png b/ICHIMOKU/overlays/HBO.png new file mode 100644 index 0000000..ae2dccb Binary files /dev/null and b/ICHIMOKU/overlays/HBO.png differ diff --git a/ICHIMOKU/overlays/Happy Madison Productions.png b/ICHIMOKU/overlays/Happy Madison Productions.png new file mode 100644 index 0000000..59ad3a6 Binary files /dev/null and b/ICHIMOKU/overlays/Happy Madison Productions.png differ diff --git a/ICHIMOKU/overlays/Hulu White.png b/ICHIMOKU/overlays/Hulu White.png new file mode 100644 index 0000000..0637850 Binary files /dev/null and b/ICHIMOKU/overlays/Hulu White.png differ diff --git a/ICHIMOKU/overlays/Hulu.png b/ICHIMOKU/overlays/Hulu.png new file mode 100644 index 0000000..0637850 Binary files /dev/null and b/ICHIMOKU/overlays/Hulu.png differ diff --git a/ICHIMOKU/overlays/IMDb (Edit).png b/ICHIMOKU/overlays/IMDb (Edit).png new file mode 100644 index 0000000..28296e8 Binary files /dev/null and b/ICHIMOKU/overlays/IMDb (Edit).png differ diff --git a/ICHIMOKU/overlays/IMDb.png b/ICHIMOKU/overlays/IMDb.png new file mode 100644 index 0000000..28296e8 Binary files /dev/null and b/ICHIMOKU/overlays/IMDb.png differ diff --git a/ICHIMOKU/overlays/Illumination.png b/ICHIMOKU/overlays/Illumination.png new file mode 100644 index 0000000..90808d7 Binary files /dev/null and b/ICHIMOKU/overlays/Illumination.png differ diff --git a/ICHIMOKU/overlays/Legendary Pictures.png b/ICHIMOKU/overlays/Legendary Pictures.png new file mode 100644 index 0000000..dd92687 Binary files /dev/null and b/ICHIMOKU/overlays/Legendary Pictures.png differ diff --git a/ICHIMOKU/overlays/Lionsgate.png b/ICHIMOKU/overlays/Lionsgate.png new file mode 100644 index 0000000..43a04a0 Binary files /dev/null and b/ICHIMOKU/overlays/Lionsgate.png differ diff --git a/ICHIMOKU/overlays/Lucasfilm.png b/ICHIMOKU/overlays/Lucasfilm.png new file mode 100644 index 0000000..2e81f63 Binary files /dev/null and b/ICHIMOKU/overlays/Lucasfilm.png differ diff --git a/ICHIMOKU/overlays/Marvel Alt White.png b/ICHIMOKU/overlays/Marvel Alt White.png new file mode 100644 index 0000000..a70a054 Binary files /dev/null and b/ICHIMOKU/overlays/Marvel Alt White.png differ diff --git a/ICHIMOKU/overlays/Marvel Alt.png b/ICHIMOKU/overlays/Marvel Alt.png new file mode 100644 index 0000000..cb62e94 Binary files /dev/null and b/ICHIMOKU/overlays/Marvel Alt.png differ diff --git a/ICHIMOKU/overlays/Marvel Studios White.png b/ICHIMOKU/overlays/Marvel Studios White.png new file mode 100644 index 0000000..71080d8 Binary files /dev/null and b/ICHIMOKU/overlays/Marvel Studios White.png differ diff --git a/ICHIMOKU/overlays/Marvel Studios.png b/ICHIMOKU/overlays/Marvel Studios.png new file mode 100644 index 0000000..6d5d3f0 Binary files /dev/null and b/ICHIMOKU/overlays/Marvel Studios.png differ diff --git a/ICHIMOKU/overlays/Marvel White.png b/ICHIMOKU/overlays/Marvel White.png new file mode 100644 index 0000000..05a2a4d Binary files /dev/null and b/ICHIMOKU/overlays/Marvel White.png differ diff --git a/ICHIMOKU/overlays/Marvel.png b/ICHIMOKU/overlays/Marvel.png new file mode 100644 index 0000000..a70a054 Binary files /dev/null and b/ICHIMOKU/overlays/Marvel.png differ diff --git a/ICHIMOKU/overlays/Metro-Goldwyn-Mayer.png b/ICHIMOKU/overlays/Metro-Goldwyn-Mayer.png new file mode 100644 index 0000000..1dac51b Binary files /dev/null and b/ICHIMOKU/overlays/Metro-Goldwyn-Mayer.png differ diff --git a/ICHIMOKU/overlays/Miramax.png b/ICHIMOKU/overlays/Miramax.png new file mode 100644 index 0000000..728d006 Binary files /dev/null and b/ICHIMOKU/overlays/Miramax.png differ diff --git a/ICHIMOKU/overlays/Netflix Film White.png b/ICHIMOKU/overlays/Netflix Film White.png new file mode 100644 index 0000000..c0a0b51 Binary files /dev/null and b/ICHIMOKU/overlays/Netflix Film White.png differ diff --git a/ICHIMOKU/overlays/Netflix Film.png b/ICHIMOKU/overlays/Netflix Film.png new file mode 100644 index 0000000..c0a0b51 Binary files /dev/null and b/ICHIMOKU/overlays/Netflix Film.png differ diff --git a/ICHIMOKU/overlays/Netflix Series White.png b/ICHIMOKU/overlays/Netflix Series White.png new file mode 100644 index 0000000..a3485d6 Binary files /dev/null and b/ICHIMOKU/overlays/Netflix Series White.png differ diff --git a/ICHIMOKU/overlays/Netflix Series.png b/ICHIMOKU/overlays/Netflix Series.png new file mode 100644 index 0000000..a3485d6 Binary files /dev/null and b/ICHIMOKU/overlays/Netflix Series.png differ diff --git a/ICHIMOKU/overlays/Netflix Stand-up White.png b/ICHIMOKU/overlays/Netflix Stand-up White.png new file mode 100644 index 0000000..dceb593 Binary files /dev/null and b/ICHIMOKU/overlays/Netflix Stand-up White.png differ diff --git a/ICHIMOKU/overlays/Netflix Stand-up.png b/ICHIMOKU/overlays/Netflix Stand-up.png new file mode 100644 index 0000000..dceb593 Binary files /dev/null and b/ICHIMOKU/overlays/Netflix Stand-up.png differ diff --git a/ICHIMOKU/overlays/Original Film.png b/ICHIMOKU/overlays/Original Film.png new file mode 100644 index 0000000..824c300 Binary files /dev/null and b/ICHIMOKU/overlays/Original Film.png differ diff --git a/ICHIMOKU/overlays/Orion Pictures.png b/ICHIMOKU/overlays/Orion Pictures.png new file mode 100644 index 0000000..8a8ad08 Binary files /dev/null and b/ICHIMOKU/overlays/Orion Pictures.png differ diff --git a/ICHIMOKU/overlays/Oscars White.png b/ICHIMOKU/overlays/Oscars White.png new file mode 100644 index 0000000..196f1ac Binary files /dev/null and b/ICHIMOKU/overlays/Oscars White.png differ diff --git a/ICHIMOKU/overlays/Oscars.png b/ICHIMOKU/overlays/Oscars.png new file mode 100644 index 0000000..196f1ac Binary files /dev/null and b/ICHIMOKU/overlays/Oscars.png differ diff --git a/ICHIMOKU/overlays/Paramount+ White.png b/ICHIMOKU/overlays/Paramount+ White.png new file mode 100644 index 0000000..de485b2 Binary files /dev/null and b/ICHIMOKU/overlays/Paramount+ White.png differ diff --git a/ICHIMOKU/overlays/Paramount+.png b/ICHIMOKU/overlays/Paramount+.png new file mode 100644 index 0000000..de485b2 Binary files /dev/null and b/ICHIMOKU/overlays/Paramount+.png differ diff --git a/ICHIMOKU/overlays/Paramount.png b/ICHIMOKU/overlays/Paramount.png new file mode 100644 index 0000000..cdd74a8 Binary files /dev/null and b/ICHIMOKU/overlays/Paramount.png differ diff --git a/ICHIMOKU/overlays/Pixar Alt White.png b/ICHIMOKU/overlays/Pixar Alt White.png new file mode 100644 index 0000000..c5d657d Binary files /dev/null and b/ICHIMOKU/overlays/Pixar Alt White.png differ diff --git a/ICHIMOKU/overlays/Pixar Alt.png b/ICHIMOKU/overlays/Pixar Alt.png new file mode 100644 index 0000000..c5d657d Binary files /dev/null and b/ICHIMOKU/overlays/Pixar Alt.png differ diff --git a/ICHIMOKU/overlays/Pixar White.png b/ICHIMOKU/overlays/Pixar White.png new file mode 100644 index 0000000..96856be Binary files /dev/null and b/ICHIMOKU/overlays/Pixar White.png differ diff --git a/ICHIMOKU/overlays/Pixar.png b/ICHIMOKU/overlays/Pixar.png new file mode 100644 index 0000000..96856be Binary files /dev/null and b/ICHIMOKU/overlays/Pixar.png differ diff --git a/ICHIMOKU/overlays/Prime Video White.png b/ICHIMOKU/overlays/Prime Video White.png new file mode 100644 index 0000000..df6f379 Binary files /dev/null and b/ICHIMOKU/overlays/Prime Video White.png differ diff --git a/ICHIMOKU/overlays/Prime Video.png b/ICHIMOKU/overlays/Prime Video.png new file mode 100644 index 0000000..df6f379 Binary files /dev/null and b/ICHIMOKU/overlays/Prime Video.png differ diff --git a/ICHIMOKU/overlays/Regency.png b/ICHIMOKU/overlays/Regency.png new file mode 100644 index 0000000..5bb1b70 Binary files /dev/null and b/ICHIMOKU/overlays/Regency.png differ diff --git a/ICHIMOKU/overlays/Screen Gems.png b/ICHIMOKU/overlays/Screen Gems.png new file mode 100644 index 0000000..702bf1a Binary files /dev/null and b/ICHIMOKU/overlays/Screen Gems.png differ diff --git a/ICHIMOKU/overlays/Silver Pictures.png b/ICHIMOKU/overlays/Silver Pictures.png new file mode 100644 index 0000000..982ddb1 Binary files /dev/null and b/ICHIMOKU/overlays/Silver Pictures.png differ diff --git a/ICHIMOKU/overlays/Sony Pictures.png b/ICHIMOKU/overlays/Sony Pictures.png new file mode 100644 index 0000000..7b43e44 Binary files /dev/null and b/ICHIMOKU/overlays/Sony Pictures.png differ diff --git a/ICHIMOKU/overlays/Summit Entertainment.png b/ICHIMOKU/overlays/Summit Entertainment.png new file mode 100644 index 0000000..e8f2231 Binary files /dev/null and b/ICHIMOKU/overlays/Summit Entertainment.png differ diff --git a/ICHIMOKU/overlays/The Weinstein Company.png b/ICHIMOKU/overlays/The Weinstein Company.png new file mode 100644 index 0000000..e0acfac Binary files /dev/null and b/ICHIMOKU/overlays/The Weinstein Company.png differ diff --git a/ICHIMOKU/overlays/Touchstone Pictures.png b/ICHIMOKU/overlays/Touchstone Pictures.png new file mode 100644 index 0000000..1cc83d2 Binary files /dev/null and b/ICHIMOKU/overlays/Touchstone Pictures.png differ diff --git a/ICHIMOKU/overlays/Trakt White Alt.png b/ICHIMOKU/overlays/Trakt White Alt.png new file mode 100644 index 0000000..f703c39 Binary files /dev/null and b/ICHIMOKU/overlays/Trakt White Alt.png differ diff --git a/ICHIMOKU/overlays/Trakt White.png b/ICHIMOKU/overlays/Trakt White.png new file mode 100644 index 0000000..58cfa73 Binary files /dev/null and b/ICHIMOKU/overlays/Trakt White.png differ diff --git a/ICHIMOKU/overlays/Trakt.png b/ICHIMOKU/overlays/Trakt.png new file mode 100644 index 0000000..f703c39 Binary files /dev/null and b/ICHIMOKU/overlays/Trakt.png differ diff --git a/ICHIMOKU/overlays/TriStar Pictures.png b/ICHIMOKU/overlays/TriStar Pictures.png new file mode 100644 index 0000000..5cf8df6 Binary files /dev/null and b/ICHIMOKU/overlays/TriStar Pictures.png differ diff --git a/ICHIMOKU/overlays/TrueHD Atmos White.png b/ICHIMOKU/overlays/TrueHD Atmos White.png new file mode 100644 index 0000000..1e44c18 Binary files /dev/null and b/ICHIMOKU/overlays/TrueHD Atmos White.png differ diff --git a/ICHIMOKU/overlays/TrueHD Atmos.png b/ICHIMOKU/overlays/TrueHD Atmos.png new file mode 100644 index 0000000..1e44c18 Binary files /dev/null and b/ICHIMOKU/overlays/TrueHD Atmos.png differ diff --git a/ICHIMOKU/overlays/United Artists.png b/ICHIMOKU/overlays/United Artists.png new file mode 100644 index 0000000..de5f528 Binary files /dev/null and b/ICHIMOKU/overlays/United Artists.png differ diff --git a/ICHIMOKU/overlays/Universal Pictures.png b/ICHIMOKU/overlays/Universal Pictures.png new file mode 100644 index 0000000..68a590e Binary files /dev/null and b/ICHIMOKU/overlays/Universal Pictures.png differ diff --git a/ICHIMOKU/overlays/Village Roadshow Pictures.png b/ICHIMOKU/overlays/Village Roadshow Pictures.png new file mode 100644 index 0000000..dd5f178 Binary files /dev/null and b/ICHIMOKU/overlays/Village Roadshow Pictures.png differ diff --git a/ICHIMOKU/overlays/Walt Disney Animation Studios White.png b/ICHIMOKU/overlays/Walt Disney Animation Studios White.png new file mode 100644 index 0000000..a73c1c4 Binary files /dev/null and b/ICHIMOKU/overlays/Walt Disney Animation Studios White.png differ diff --git a/ICHIMOKU/overlays/Walt Disney Animation Studios.png b/ICHIMOKU/overlays/Walt Disney Animation Studios.png new file mode 100644 index 0000000..076b907 Binary files /dev/null and b/ICHIMOKU/overlays/Walt Disney Animation Studios.png differ diff --git a/ICHIMOKU/overlays/Walt Disney Pictures.png b/ICHIMOKU/overlays/Walt Disney Pictures.png new file mode 100644 index 0000000..5fdb029 Binary files /dev/null and b/ICHIMOKU/overlays/Walt Disney Pictures.png differ diff --git a/ICHIMOKU/overlays/Walt Disney Productions.png b/ICHIMOKU/overlays/Walt Disney Productions.png new file mode 100644 index 0000000..3311957 Binary files /dev/null and b/ICHIMOKU/overlays/Walt Disney Productions.png differ diff --git a/ICHIMOKU/overlays/Walt Disney.png b/ICHIMOKU/overlays/Walt Disney.png new file mode 100644 index 0000000..bc03f31 Binary files /dev/null and b/ICHIMOKU/overlays/Walt Disney.png differ diff --git a/ICHIMOKU/overlays/Warner Bros. Pictures Alt.png b/ICHIMOKU/overlays/Warner Bros. Pictures Alt.png new file mode 100644 index 0000000..5ae5505 Binary files /dev/null and b/ICHIMOKU/overlays/Warner Bros. Pictures Alt.png differ diff --git a/ICHIMOKU/overlays/Warner Bros. Pictures.png b/ICHIMOKU/overlays/Warner Bros. Pictures.png new file mode 100644 index 0000000..546ca8b Binary files /dev/null and b/ICHIMOKU/overlays/Warner Bros. Pictures.png differ diff --git a/ICHIMOKU/remux.yml b/ICHIMOKU/remux.yml new file mode 100644 index 0000000..2b30054 --- /dev/null +++ b/ICHIMOKU/remux.yml @@ -0,0 +1,693 @@ +collections: +############################ +# ICHIMOKU # +############################ + + 1080p: + plex_search: + all: + resolution: 1080p + hdr: false + filters: + filepath.not: + - AC3 + - EAC3 + - TrueHD + - Atmos + - DTS-X + - DTS-HD + url_poster: https://i.imgur.com/Pke23F6.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*01" + schedule: daily + 1080p-HDR: + plex_search: + all: + resolution: 1080p + hdr: true + filters: + filepath.not: + - AC3 + - EAC3 + - TrueHD + - Atmos + - DTS-X + - DTS-HD + url_poster: https://i.imgur.com/IX4U2lJ.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*02" + schedule: daily + 1080p-IMAX: + plex_search: + all: + resolution: 1080p + filters: + filepath: Imax + url_poster: https://i.imgur.com/TLxpzlo.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*03" + schedule: daily + 1080p-HDR-IMAX: + plex_search: + all: + resolution: 1080p + hdr: true + filters: + filepath: Imax + url_poster: https://i.imgur.com/7dpCe5J.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*04" + schedule: daily + 1080p-DolbyDigital: + plex_search: + all: + resolution: 1080p + hdr: false + filters: + filepath: AC3 + filepath.not: EAC3 + url_poster: https://i.imgur.com/eKOJjQw.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*05" + schedule: daily + 1080p-DolbyDigitalPlus: + plex_search: + all: + resolution: 1080p + hdr: false + filters: + filepath: EAC3 + filepath.not: Atmos + url_poster: https://i.imgur.com/zTs7AcW.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*05" + schedule: daily + 1080p-DolbyDigitalPlusAtmos: + plex_search: + all: + resolution: 1080p + hdr: false + filters: + filepath: Atmos + filepath.not: TrueHD + url_poster: https://i.imgur.com/1nXDAkA.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*06" + schedule: daily + 1080p-DolbyTrueHD: + plex_search: + all: + resolution: 1080p + hdr: false + filters: + filepath: TrueHD + filepath.not: Atmos + url_poster: https://i.imgur.com/CLFbVsp.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*07" + schedule: daily + 1080p-DolbyTrueHDAtmos: + plex_search: + all: + resolution: 1080p + hdr: false + filters: + filepath: Atmos + filepath.not: EAC3 + url_poster: https://i.imgur.com/5VF23jM.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*08" + schedule: daily + 1080p-dtsX: + plex_search: + all: + resolution: 1080p + hdr: false + filters: + filepath: DTS-X + url_poster: https://i.imgur.com/pf82I2n.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*09" + schedule: daily + 1080p-dtsHD: + plex_search: + all: + resolution: 1080p + hdr: false + filters: + filepath: DTS-HD MA + url_poster: https://i.imgur.com/15RNFIr.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*10" + schedule: daily + 1080p-HDR-DolbyDigital: + plex_search: + all: + resolution: 1080p + hdr: true + filters: + filepath: AC3 + filepath.not: EAC3 + url_poster: https://i.imgur.com/TwPXryl.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*11" + schedule: daily + 1080p-HDR-DolbyDigitalPlus: + plex_search: + all: + resolution: 1080p + hdr: true + filters: + filepath: EAC3 + filepath.not: Atmos + url_poster: https://i.imgur.com/6SYEOI8.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*12" + schedule: daily + 1080p-HDR-DolbyDigitalPlusAtmos: + plex_search: + all: + resolution: 1080p + hdr: true + filters: + filepath: Atmos + filepath.not: TrueHD + url_poster: https://i.imgur.com/fFFh66G.png + url_background: https://i.imgur.com/fFFh66G.png + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*13" + schedule: daily + 1080p-HDR-DolbyTrueHD: + plex_search: + all: + resolution: 1080p + hdr: true + filters: + filepath: TrueHD + filepath.not: Atmos + url_poster: https://i.imgur.com/IYRedDq.png + url_background: https://i.imgur.com/IYRedDq.png + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*14" + schedule: daily + 1080p-HDR-DolbyTrueHDAtmos: + plex_search: + all: + resolution: 1080p + hdr: true + filters: + filepath: Atmos + filepath.not: EAC3 + url_poster: https://i.imgur.com/J1cVcB7.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*15" + schedule: daily + 1080p-HDR-dtsX: + plex_search: + all: + resolution: 1080p + hdr: true + filters: + filepath: DTS-X + url_poster: https://i.imgur.com/jOcZCBW.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*16" + schedule: daily + 1080p-HDR-dtsHD: + plex_search: + all: + resolution: 1080p + hdr: true + filters: + filepath: DTS-HD MA + url_poster: https://i.imgur.com/mxojjsu.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*17" + schedule: daily + DV: + plex_search: + all: + resolution: 4K + filters: + has_dolby_vision: true + filepath.not: + - AC3 + - EAC3 + - TrueHD + - Atmos + - DTS-X + - DTS-HD + url_poster: https://i.imgur.com/v7DuHjD.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*18" + schedule: daily + DV-DolbyDigital: + plex_search: + all: + resolution: 4K + filters: + has_dolby_vision: true + filepath: AC3 + filepath.not: EAC3 + url_poster: https://i.imgur.com/hsdbHcP.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*19" + schedule: daily + DV-DolbyDigitalPlus: + plex_search: + all: + resolution: 4K + filters: + has_dolby_vision: true + filepath: EAC3 + filepath.not: Atmos + url_poster: https://i.imgur.com/oCRXyGr.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*20" + schedule: daily + DV-DolbyDigitalPlusAtmos: + plex_search: + all: + resolution: 4K + filters: + has_dolby_vision: true + filepath: Atmos + filepath.not: TrueHD + url_poster: https://i.imgur.com/1zB2EV0.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*21" + schedule: daily + DV-DolbyTrueHD: + plex_search: + all: + resolution: 4K + filters: + has_dolby_vision: true + filepath: TrueHD + filepath.not: Atmos + url_poster: https://i.imgur.com/vtYnGj9.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*22" + schedule: daily + DV-DolbyTrueHDAtmos: + plex_search: + all: + resolution: 4K + filters: + has_dolby_vision: true + filepath: Atmos + filepath.not: EAC3 + url_poster: https://i.imgur.com/Piymks3.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*23" + schedule: daily + DV-dtsX: + plex_search: + all: + resolution: 4K + filters: + has_dolby_vision: true + filepath: DTS-X + url_poster: https://i.imgur.com/OuZFlXT.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*24" + schedule: daily + DV-dtsHD: + plex_search: + all: + resolution: 4K + filters: + has_dolby_vision: true + filepath: DTS-HD MA + url_poster: https://i.imgur.com/JFVn6VZ.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*25" + schedule: daily + 4K: + plex_search: + all: + resolution: 4K + hdr: false + filters: + has_dolby_vision: false + filepath.not: + - AC3 + - EAC3 + - TrueHD + - Atmos + - DTS-X + - DTS-HD + url_poster: https://i.imgur.com/7E1p2vU.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*26" + schedule: daily + 4K-HDR: + plex_search: + all: + resolution: 4K + hdr: true + filters: + has_dolby_vision: false + filepath.not: + - AC3 + - EAC3 + - TrueHD + - Atmos + - DTS-X + - DTS-HD + url_poster: https://i.imgur.com/jxs0cjj.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*27" + schedule: daily + 4K-IMAX: + plex_search: + all: + resolution: 4K + filters: + has_dolby_vision: false + filepath: Imax + url_poster: https://i.imgur.com/gdujNfS.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*28" + schedule: daily + 4K-HDR-IMAX: + plex_search: + all: + resolution: 4K + hdr: true + filters: + has_dolby_vision: false + filepath: Imax + url_poster: https://i.imgur.com/DT04wAq.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*29" + schedule: daily + 4K-DolbyDigital: + plex_search: + all: + resolution: 4K + hdr: false + filters: + has_dolby_vision: false + filepath: AC3 + filepath.not: EAC3 + url_poster: https://i.imgur.com/YVmUgsD.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*30" + schedule: daily + 4K-DolbyDigitalPlus: + plex_search: + all: + resolution: 4K + hdr: false + filters: + has_dolby_vision: false + filepath: EAC3 + filepath.not: Atmos + url_poster: https://i.imgur.com/ISKTrJO.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*31" + schedule: daily + 4K-DolbyDigitalPlusAtmos: + plex_search: + all: + resolution: 4K + hdr: false + filters: + has_dolby_vision: false + filepath: Atmos + filepath.not: TrueHD + url_poster: https://i.imgur.com/6Q6IehA.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*32" + schedule: daily + 4K-DolbyTrueHD: + plex_search: + all: + resolution: 4K + hdr: false + filters: + has_dolby_vision: false + filepath: TrueHD + filepath.not: Atmos + url_poster: https://i.imgur.com/3InNTfe.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*33" + schedule: daily + 4K-DolbyTrueHDAtmos: + plex_search: + all: + resolution: 4K + hdr: false + filters: + has_dolby_vision: false + filepath: Atmos + filepath.not: EAC3 + url_poster: https://i.imgur.com/27vh2U3.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*34" + schedule: daily + 4K-dtsX: + plex_search: + all: + resolution: 4K + hdr: false + filters: + has_dolby_vision: false + filepath: DTS-X + url_poster: https://i.imgur.com/4UufQYJ.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*35" + schedule: daily + 4K-dtsHD: + plex_search: + all: + resolution: 4K + hdr: false + filters: + has_dolby_vision: false + filepath: DTS-HD MA + url_poster: https://i.imgur.com/FAzYJGc.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*36" + schedule: daily + 4K-HDR-DolbyDigital: + plex_search: + all: + resolution: 4K + hdr: true + filters: + has_dolby_vision: false + filepath: AC3 + filepath.not: EAC3 + url_poster: https://i.imgur.com/VxWu2b1.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*37" + schedule: daily + 4K-HDR-DolbyDigitalPlus: + plex_search: + all: + resolution: 4K + hdr: true + filters: + has_dolby_vision: false + filepath: EAC3 + filepath.not: Atmos + url_poster: https://i.imgur.com/OZMg46c.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*38" + schedule: daily + 4K-HDR-DolbyDigitalPlusAtmos: + plex_search: + all: + resolution: 4K + hdr: true + filters: + has_dolby_vision: false + filepath: Atmos + filepath.not: TrueHD + url_poster: https://i.imgur.com/sapz1d6.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*39" + schedule: daily + 4K-HDR-DolbyTrueHD: + plex_search: + all: + resolution: 4K + hdr: true + filters: + has_dolby_vision: false + filepath: TrueHD + filepath.not: Atmos + url_poster: https://i.imgur.com/LKfN46Q.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*40" + schedule: daily + 4K-HDR-DolbyTrueHDAtmos: + plex_search: + all: + resolution: 4K + hdr: true + filters: + has_dolby_vision: false + filepath: Atmos + filepath.not: EAC3 + url_poster: https://i.imgur.com/HTp8Qjp.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*41" + schedule: daily + 4K-HDR-dtsX: + plex_search: + all: + resolution: 4K + hdr: true + filters: + has_dolby_vision: false + filepath: DTS-X + url_poster: https://i.imgur.com/C1UVKna.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*42" + schedule: daily + 4K-HDR-dtsHD: + plex_search: + all: + resolution: 4K + hdr: true + filters: + has_dolby_vision: false + filepath: DTS-HD MA + url_poster: https://i.imgur.com/N6bjDRR.png + url_background: https://i.imgur.com/THA8wCM.jpg + sync_mode: sync + collection_mode: default + collection_order: release + sort_title: "*43" + schedule: daily + \ No newline at end of file diff --git a/ICHIMOKU/remuxoverlays.yml b/ICHIMOKU/remuxoverlays.yml new file mode 100644 index 0000000..7f91711 --- /dev/null +++ b/ICHIMOKU/remuxoverlays.yml @@ -0,0 +1,259 @@ +overlays: + +############################ +# ICHIMOKU # +############################ + + 1080p: + overlay: 1080p + plex_search: + all: + collection: 1080p + 1080p-HDR: + overlay: 1080p-HDR + plex_search: + all: + collection: 1080p-HDR + 1080p-IMAX: + overlay: 1080p-IMAX + plex_search: + all: + collection: 1080p-IMAX + 1080p-HDR-IMAX: + overlay: 1080p-HDR-IMAX + plex_search: + all: + collection: 1080p-HDR-IMAX + 1080p-DolbyDigital: + overlay: 1080p-DolbyDigital + plex_search: + all: + collection: 1080p-DolbyDigital + 1080p-DolbyDigitalPlus: + overlay: 1080p-DolbyDigitalPlus + plex_search: + all: + collection: 1080p-DolbyDigitalPlus + 1080p-DolbyDigitalPlusAtmos: + overlay: 1080p-DolbyDigitalPlusAtmos + plex_search: + all: + collection: 1080p-DolbyDigitalPlusAtmos + 1080p-DolbyTrueHD: + overlay: 1080p-DolbyTrueHD + plex_search: + all: + collection: 1080p-DolbyTrueHD + 1080p-DolbyTrueHDAtmos: + overlay: 1080p-DolbyTrueHDAtmos + plex_search: + all: + collection: 1080p-DolbyTrueHDAtmos + 1080p-dtsX: + overlay: 1080p-dtsX + plex_search: + all: + collection: 1080p-dtsX + 1080p-dtsHD: + overlay: 1080p-dtsHD + plex_search: + all: + collection: 1080p-dtsHD + 1080p-HDR-DolbyDigital: + overlay: 1080p-HDR-DolbyDigital + plex_search: + all: + collection: 1080p-HDR-DolbyDigital + 1080p-HDR-DolbyDigitalPlus: + overlay: 1080p-HDR-DolbyDigitalPlus + plex_search: + all: + collection: 1080p-HDR-DolbyDigitalPlus + 1080p-HDR-DolbyDigitalPlusAtmos: + overlay: 1080p-HDR-DolbyDigitalPlusAtmos + plex_search: + all: + collection: 1080p-HDR-DolbyDigitalPlusAtmos + 1080p-HDR-DolbyTrueHD: + overlay: 1080p-HDR-DolbyTrueHD + plex_search: + all: + collection: 1080p-HDR-DolbyTrueHD + 1080p-HDR-DolbyTrueHDAtmos: + overlay: 1080p-HDR-DolbyTrueHDAtmos + plex_search: + all: + collection: 1080p-HDR-DolbyTrueHDAtmos + 1080p-HDR-dtsX: + overlay: 1080p-HDR-dtsX + plex_search: + all: + collection: 1080p-HDR-dtsX + 1080p-HDR-dtsHD: + overlay: 1080p-HDR-dtsHD + plex_search: + all: + collection: 1080p-HDR-dtsHD + DV: + overlay: DV + plex_search: + all: + collection: DV + DV-DolbyDigital: + overlay: DV-DolbyDigital + plex_search: + all: + collection: DV-DolbyDigital + DV-DolbyDigitalPlus: + overlay: DV-DolbyDigitalPlus + plex_search: + all: + collection: DV-DolbyDigitalPlus + DV-DolbyDigitalPlusAtmos: + overlay: DV-DolbyDigitalPlusAtmos + plex_search: + all: + collection: DV-DolbyDigitalPlusAtmos + DV-DolbyTrueHD: + overlay: DV-DolbyTrueHD + plex_search: + all: + collection: DV-DolbyTrueHD + DV-DolbyTrueHDAtmos: + overlay: DV-DolbyTrueHDAtmos + plex_search: + all: + collection: DV-DolbyTrueHDAtmos + DV-dtsX: + overlay: DV-dtsX + plex_search: + all: + collection: DV-dtsX + DV-dtsHD: + overlay: DV-dtsHD + plex_search: + all: + collection: DV-dtsHD + 4K: + overlay: 4K + plex_search: + all: + collection: 4K + 4K-HDR: + overlay: 4K-HDR + plex_search: + all: + collection: 4K-HDR + 4K-IMAX: + overlay: 4K-IMAX + plex_search: + all: + collection: 4K-IMAX + 4K-HDR-IMAX: + overlay: 4K-HDR-IMAX + plex_search: + all: + collection: 4K-HDR-IMAX + 4K-DolbyDigital: + overlay: 4K-DolbyDigital + plex_search: + all: + collection: 4K-DolbyDigital + 4K-DolbyDigitalPlus: + overlay: 4K-DolbyDigitalPlus + plex_search: + all: + collection: 4K-DolbyDigitalPlus + 4K-DolbyDigitalPlusAtmos: + overlay: 4K-DolbyDigitalPlusAtmos + plex_search: + all: + collection: 4K-DolbyDigitalPlusAtmos + 4K-DolbyTrueHD: + overlay: 4K-DolbyTrueHD + plex_search: + all: + collection: 4K-DolbyTrueHD + 4K-DolbyTrueHDAtmos: + overlay: 4K-DolbyTrueHDAtmos + plex_search: + all: + collection: 4K-DolbyTrueHDAtmos + 4K-dtsX: + overlay: 4K-dtsX + plex_search: + all: + collection: 4K-dtsX + 4K-dtsHD: + overlay: 4K-dtsHD + plex_search: + all: + collection: 4K-dtsHD + 4K-HDR-DolbyDigital: + overlay: 4K-HDR-DolbyDigital + plex_search: + all: + collection: 4K-HDR-DolbyDigital + 4K-HDR-DolbyDigitalPlus: + overlay: 4K-HDR-DolbyDigitalPlus + plex_search: + all: + collection: 4K-HDR-DolbyDigitalPlus + 4K-HDR-DolbyDigitalPlusAtmos: + overlay: 4K-HDR-DolbyDigitalPlusAtmos + plex_search: + all: + collection: 4K-HDR-DolbyDigitalPlusAtmos + 4K-HDR-DolbyTrueHD: + overlay: 4K-HDR-DolbyTrueHD + plex_search: + all: + collection: 4K-HDR-DolbyTrueHD + 4K-HDR-DolbyTrueHDAtmos: + overlay: 4K-HDR-DolbyTrueHDAtmos + plex_search: + all: + collection: 4K-HDR-DolbyTrueHDAtmos + 4K-HDR-dtsX: + overlay: 4K-HDR-dtsX + plex_search: + all: + collection: 4K-HDR-dtsX + 4K-HDR-dtsHD: + overlay: 4K-HDR-dtsHD + plex_search: + all: + collection: 4K-HDR-dtsHD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/JJJonesJr33/Anime (Updated).png b/JJJonesJr33/Anime (Updated).png new file mode 100644 index 0000000..9e630c7 Binary files /dev/null and b/JJJonesJr33/Anime (Updated).png differ diff --git a/JJJonesJr33/Movies (Updated).png b/JJJonesJr33/Movies (Updated).png new file mode 100644 index 0000000..c6f4a47 Binary files /dev/null and b/JJJonesJr33/Movies (Updated).png differ diff --git a/JJJonesJr33/Movies 4K (Updated).png b/JJJonesJr33/Movies 4K (Updated).png new file mode 100644 index 0000000..0de1561 Binary files /dev/null and b/JJJonesJr33/Movies 4K (Updated).png differ diff --git a/JJJonesJr33/Plex-Meta-Manager-All/README.md b/JJJonesJr33/Plex-Meta-Manager-All/README.md new file mode 100644 index 0000000..0e69371 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-All/README.md @@ -0,0 +1,3 @@ +**Single Instance** (Simple Setup) + +If you are using a single instance of PMM - Copy everything in ```Plex-Meta-Manager-All``` to your docker container location and edit the config.yml to match your settings. Then run the container, open a terminal window, and use the following command ```python plex_meta_manager.py -r``` diff --git a/JJJonesJr33/Plex-Meta-Manager-All/config.yml b/JJJonesJr33/Plex-Meta-Manager-All/config.yml new file mode 100644 index 0000000..641930d --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-All/config.yml @@ -0,0 +1,176 @@ +## This file is a template remove the .template to use the file + +libraries: # Library mappings must have a colon (:) placed after them + Anime: + metadata_path: + - /config/metadata/anime.yml + settings: + missing_path: config/missing + asset_directory: + - config/assets/ + operations: + assets_for_all: false + split_duplicates: false + delete_unmanaged_collections: false + Movies: + library_name: Movies + metadata_path: + - /config/metadata/genres.yml + - /config/metadata/holidays.yml + # - /config/metadata/studios.yml + - /config/metadata/movie_suggestions.yml + - /config/metadata/awards.yml + # - /config/metadata/collections.yml + - /config/metadata/decades.yml + settings: + missing_path: config/missing + asset_directory: + - config/assets/ + - config/assets/movies + - config/assets/awards + - config/assets/collections + - config/assets/decades + - config/assets/genres + - config/assets/holidays + - config/assets/studios + - config/assets/movie_suggestions + operations: + assets_for_all: false + split_duplicates: false + delete_unmanaged_collections: true + TV Shows: + library_name: TV Shows + metadata_path: + - /config/metadata/kids.yml + - /config/metadata/networks.yml + - /config/metadata/tv_suggestions.yml + settings: + missing_path: config/missing + asset_directory: + - config/assets/ + - config/assets/kids + - config/assets/networks + - config/assets/tv_suggestions + operations: + assets_for_all: false + split_duplicates: false + delete_unmanaged_collections: true +settings: # Can be individually specified per library as well + cache: true + cache_expiration: 60 + asset_folders: true + asset_depth: 3 + create_asset_folders: true + create_asset_directories: true + dimensional_asset_rename: true + sync_mode: sync + delete_below_minimum: true + delete_not_scheduled: false + run_again_delay: 2 + missing_only_released: true + only_filter_missing: false + show_unmanaged: true + show_filtered: true + show_options: true + show_missing: false + show_missing_assets: false + show_missing_season_assets: false + save_missing: false + tvdb_language: eng + ignore_ids: + ignore_imdb_ids: + minimum_items: 1 + default_collection_order: + download_url_assets: true + verify_ssl: true + item_refresh_delay: 0 + asset_directory: config/assets + missing_path: config/missing + playlist_sync_to_users: all + show_missing_episode_assets: true + show_asset_not_needed: true + custom_repo: + prioritize_assets: false + playlist_report: true + check_nightly: false +webhooks: + error: notifiarr + run_start: notifiarr + run_end: notifiarr + changes: notifiarr + version: +plex: # REQUIRED - see https://metamanager.wiki/en/latest/config/plex.html + url: http://192.168.1.2:32400/ + token: + timeout: 60 + clean_bundles: true + empty_trash: true + optimize: false +tmdb: # REQUIRED for the script to run - to get a key you must follow https://developers.themoviedb.org/3/getting-started/introduction + apikey: + language: en + cache_expiration: 60 + region: +tautulli: # Can be individually specified per library as well + url: http://192.168.1.2:8181/ + apikey: +omdb: + apikey: + cache_expiration: 60 +mdblist: + apikey: + cache_expiration: 60 +notifiarr: + apikey: +radarr: # Can be individually specified per library as well + url: http://192.168.1.2:7878/ + token: ################################ + add_missing: ture + add_existing: false + root_folder_path: /media/movies + monitor: true + availability: released + quality_profile: 1080p + tag: + search: true + radarr_path: /media + plex_path: /media/movies +sonarr: + url: http://192.168.1.12:32789 + token: ################################ + add_missing: ture + add_existing: false + root_folder_path: /media/shows + monitor: all + quality_profile: 1080p + language_profile: English + series_type: standard + season_folder: true + tag: + search: true + cutoff_search: false + sonarr_path: /media + plex_path: /media/shows +anidb: # Not required for AniDB builders unless you want mature content + username: + password: + language: en +mal: # REQUIRED for this config to work - set up by following https://metamanager.wiki/en/latest/config/myanimelist.html + client_id: + client_secret: + authorization: + access_token: + token_type: + expires_in: + refresh_token: +trakt: + client_id: + client_secret: + authorization: + access_token: + token_type: Bearer + expires_in: + refresh_token: + scope: public + created_at: + pin: diff --git a/JJJonesJr33/Plex-Meta-Manager-All/metadata/anime.yml b/JJJonesJr33/Plex-Meta-Manager-All/metadata/anime.yml new file mode 100644 index 0000000..339177b --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-All/metadata/anime.yml @@ -0,0 +1,252 @@ +############################################################## +## Anime Collections ## +## Created by JJJonesJr33 ## +## Version 2.0 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + Anime: + mal_genre: + genre_id: <<mal_id>> + url_poster: https://theposterdb.com/api/assets/<<poster>> + collection_order: alpha + collection_mode: hide + sync_mode: sync + User: + sort_title: ~<<collection_name>> + url_poster: <<poster>> + mal_userlist: + username: <<username>> + status: plan_to_watch + sort_by: title + limit: 500 + collection_order: alpha + collection_mode: hide + sync_mode: sync + +############################# +## Collections ## +############################# + +collections: + + Top Airing Anime: + mal_airing: 10 + collection_order: custom + sort_title: ++++++++_Top_Airing + sync_mode: sync + + Most Popular Anime: + mal_popular: 20 + collection_order: custom + sort_title: ++++++++_Most_Popular + sync_mode: sync + + Most Favorited Anime: + mal_favorite: 20 + collection_order: custom + sort_title: ++++++++_Most_Favorited + sync_mode: sync + + Seasonal Winter: + mal_season: + season: winter + collection_order: custom + sort_title: +++++++_Winter + sync_mode: sync + + Seasonal Spring: + mal_season: + season: spring + collection_order: custom + sort_title: +++++++_Spring + sync_mode: sync + + Seasonal Summer: + mal_season: + season: summer + collection_order: custom + sort_title: +++++++_Summer + sync_mode: sync + + Seasonal Fall: + mal_season: + season: fall + collection_order: custom + sort_title: +++++++_Fall + sync_mode: sync + +############################# +## MyAnimeList ## +############################# + + Action: + template: { name: Anime, mal_id: 1, poster: 213642} + Adventure: + template: { name: Anime, mal_id: 2, poster: 213632} + Avant Garde: + template: { name: Anime, mal_id: 5, poster: 240144} + Award Winning: + template: { name: Anime, mal_id: 46, poster: } + Boys Love: + template: { name: Anime, mal_id: 28, poster: 240145} + Comedy: + template: { name: Anime, mal_id: 4, poster: 213629} + Drama: + template: { name: Anime, mal_id: 8, poster: 213630} + Fantasy: + template: { name: Anime, mal_id: 10, poster: 213631} + Girls Love: + template: { name: Anime, mal_id: 26, poster: 240152} + Gourmet: + template: { name: Anime, mal_id: 47, poster: 240874} + Horror: + template: { name: Anime, mal_id: 14, poster: 240855} + Mystery: + template: { name: Anime, mal_id: 7, poster: 240863} + Romance: + template: { name: Anime, mal_id: 22, poster: 213637} + Sci-Fi: + template: { name: Anime, mal_id: 24, poster: 213635} + Slice of Life: + template: { name: Anime, mal_id: 36, poster: 213663} + Sports: + template: { name: Anime, mal_id: 30, poster: 213634} + Supernatural: + template: { name: Anime, mal_id: 37, poster: 213670} + Suspense: + template: { name: Anime, mal_id: 41, poster: 240217} + Ecchi: + template: { name: Anime, mal_id: 9, poster: 240150} + Erotica: + template: { name: Anime, mal_id: 49, poster: } + Hentai: + template: { name: Anime, mal_id: 12, poster: } + Adult Cast: + template: { name: Anime, mal_id: 50, poster: 240849} + Anthropomorphic: + template: { name: Anime, mal_id: 51, poster: 240850} + CGDCT: + template: { name: Anime, mal_id: 52, poster: 240146} + Childcare: + template: { name: Anime, mal_id: 53, poster: 240871} + Combat Sports: + template: { name: Anime, mal_id: 54, poster: 240851} + Crossdressing: + template: { name: Anime, mal_id: 81, poster: 240852} + Delinquents: + template: { name: Anime, mal_id: 55, poster: 240148} + Detective: + template: { name: Anime, mal_id: 39, poster: 240149} + Educational: + template: { name: Anime, mal_id: 56, poster: 240854} + Gag Humor: + template: { name: Anime, mal_id: 57, poster: 240151} + Gore: + template: { name: Anime, mal_id: 58, poster: 240153} + Harem: + template: { name: Anime, mal_id: 35, poster: 240848} + High Stakes Game: + template: { name: Anime, mal_id: 59, poster: 240155} + Historical: + template: { name: Anime, mal_id: 13, poster: 213640} + Idols Female: + template: { name: Anime, mal_id: 60, poster: 240856} + Idols Male: + template: { name: Anime, mal_id: 61, poster: 240857} + Isekai: + template: { name: Anime, mal_id: 62, poster: 240156} + Iyashikei: + template: { name: Anime, mal_id: 63, poster: 240157} + Love Polygon: + template: { name: Anime, mal_id: 64, poster: 240860} + Magical Sex Shift: + template: { name: Anime, mal_id: 65, poster: 240861} + Mahou Shoujo: + template: { name: Anime, mal_id: 66, poster: 240158} + Martial Arts: + template: { name: Anime, mal_id: 17, poster: 213628} + Mecha: + template: { name: Anime, mal_id: 18, poster: 213668} + Medical: + template: { name: Anime, mal_id: 67, poster: 240159} + Military: + template: { name: Anime, mal_id: 38, poster: 240160} + Music: + template: { name: Anime, mal_id: 19, poster: 213639} + Mythology: + template: { name: Anime, mal_id: 6, poster: 240161} + Organized Crime: + template: { name: Anime, mal_id: 68, poster: 240865} + Otaku Culture: + template: { name: Anime, mal_id: 69, poster: 240868} + Parody: + template: { name: Anime, mal_id: 20, poster: 240193} + Performing Arts: + template: { name: Anime, mal_id: 70, poster: 240870} + Pets: + template: { name: Anime, mal_id: 71, poster: 240869} + Psychological: + template: { name: Anime, mal_id: 40, poster: 240212} + Racing: + template: { name: Anime, mal_id: 3, poster: 240213} + Reincarnation: + template: { name: Anime, mal_id: 72, poster: 240867} + Reverse Harem: + template: { name: Anime, mal_id: 73, poster: } + Romantic Subtext: + template: { name: Anime, mal_id: 74, poster: } + Samurai: + template: { name: Anime, mal_id: 21, poster: 213669} + School: + template: { name: Anime, mal_id: 23, poster: } + Showbiz: + template: { name: Anime, mal_id: 75, poster: } + Space: + template: { name: Anime, mal_id: 29, poster: 213661} + Strategy Game: + template: { name: Anime, mal_id: 11, poster: } + Super Power: + template: { name: Anime, mal_id: 31, poster: 213659} + Survival: + template: { name: Anime, mal_id: 76, poster: } + Team Sports: + template: { name: Anime, mal_id: 77, poster: } + Time Travel: + template: { name: Anime, mal_id: 78, poster: } + Vampire: + template: { name: Anime, mal_id: 32, poster: 213671} + Video Game: + template: { name: Anime, mal_id: 79, poster: 213657} + Visual Arts: + template: { name: Anime, mal_id: 80, poster: } + Workplace: + template: { name: Anime, mal_id: 48, poster: } + Josei: + template: { name: Anime, mal_id: 43, poster: 240858} + Kids: + template: { name: Anime, mal_id: 15, poster: 240859} + Seinen: + template: { name: Anime, mal_id: 42, poster: 240866} + Shoujo: + template: { name: Anime, mal_id: 25, poster: 240214} + Shounen: + template: { name: Anime, mal_id: 27, poster: 240215} + + # Collection1: # Replace Username1 with a valid MAL Username + # template: { name: User, username: Username1, poster: } + # Collection2: # Replace Username2 with a valid MAL Username + # template: { name: User, username: Username2, poster: } diff --git a/JJJonesJr33/Plex-Meta-Manager-All/metadata/awards.yml b/JJJonesJr33/Plex-Meta-Manager-All/metadata/awards.yml new file mode 100644 index 0000000..5ad4aca --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-All/metadata/awards.yml @@ -0,0 +1,44 @@ +############################################################## +## Movie Awards Collections ## +## Created by JJJonesJr33 ## +## Version 2.0 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + + +templates: + Awards: + sort_title: +++++++++_<<collection_name>> + url_poster: https://theposterdb.com/api/assets/<<poster>> + # visible_home: range(11/01-02/28) + # visible_shared: range(11/01-02/28) + # schedule: range(11/01-02/28) + collection_mode: hide + collection_order: release.desc + sync_mode: sync + +############################# +## Collections ## +############################# + +collections: + + Award Winning Movies: + template: {name: Awards, poster: 213569} + imdb_list: + - url: "https://www.imdb.com/search/title/?title_type=feature,short,documentary&groups=emmy_winner&sort=year,desc" + - url: "https://www.imdb.com/search/title/?title_type=feature,short,documentary&groups=golden_globe_winner&sort=year,desc" + - url: "https://www.imdb.com/search/title/?title_type=feature,short,documentary&groups=oscar_winner&sort=year,desc" + summary: "A collection of winning movies from the Emmys, Oscars and Golden Globe award ceremonies over the years" diff --git a/JJJonesJr33/Plex-Meta-Manager-All/metadata/collections.yml b/JJJonesJr33/Plex-Meta-Manager-All/metadata/collections.yml new file mode 100644 index 0000000..d3f5a12 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-All/metadata/collections.yml @@ -0,0 +1 @@ + diff --git a/JJJonesJr33/Plex-Meta-Manager-All/metadata/decades.yml b/JJJonesJr33/Plex-Meta-Manager-All/metadata/decades.yml new file mode 100644 index 0000000..f09d5d6 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-All/metadata/decades.yml @@ -0,0 +1,73 @@ +############################################################## +## Dynamic Decade Collections ## +## Created by JJJonesJr33 ## +## Version 2.0 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + Decade: + smart_filter: + any: + decade: <<decade>> + sort_by: release.desc + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: +++++_<<collection_name>> + collection_mode: hide + +############################# +## Collections ## +############################# + +collections: + 2030's Films: + template: {name: Decade, decade: 2030, poster: 213590} + summary: A collection of films during the 2030s + 2020's Films: + template: {name: Decade, decade: 2020, poster: 213589} + summary: A collection of films during the 2020s + 2010's Films: + template: {name: Decade, decade: 2010, poster: 213588} + summary: A collection of films during the 2010s + 2000's Films: + template: {name: Decade, decade: 2000, poster: 213587} + summary: A collection of films during the 2000s + 1990's Films: + template: {name: Decade, decade: 1990, poster: 213586} + summary: A collection of films during the 1990s + 1980's Films: + template: {name: Decade, decade: 1980, poster: 213585} + summary: A collection of films during the 1980s + 1970's Films: + template: {name: Decade, decade: 1970, poster: 213584} + summary: A collection of films during the 1970s + 1960's Films: + template: {name: Decade, decade: 1960, poster: 213583} + summary: A collection of films during the 1960s + 1950's Films: + template: {name: Decade, decade: 1950, poster: 213582} + summary: A collection of films during the 1950s + 1940's Films: + template: {name: Decade, decade: 1940, poster: 213581} + summary: A collection of films during the 1940s + 1930's Films: + template: {name: Decade, decade: 1930, poster: 213580} + summary: A collection of films during the 1930s + 1920's Films: + template: {name: Decade, decade: 1920, poster: 213579} + summary: A collection of films during the 1920s + 1910's Films: + template: {name: Decade, decade: 1910, poster: 213578} + summary: A collection of films during the 1910s diff --git a/JJJonesJr33/Plex-Meta-Manager-All/metadata/genres.yml b/JJJonesJr33/Plex-Meta-Manager-All/metadata/genres.yml new file mode 100644 index 0000000..a0fb595 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-All/metadata/genres.yml @@ -0,0 +1,292 @@ +############################################################## +## Genres Collections ## +## Created by JJJonesJr33 ## +## Version 2.5 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + Dynamic: # mapping name does not matter, just needs to be unique + smart_filter: + all: + genre: <<collection>> + sort_by: release.desc + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++_<<collection_name>> + collection_mode: hide + Genre: + plex_search: + genre: <<genre>> + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++_<<collection_name>> + collection_mode: hide + collection_order: release.desc + Special Genre: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++_<<collection_name>> + collection_mode: hide + collection_order: release.desc + # IMDB Genre: # Has been removed as Plex now includes these genres in it's list + # url_poster: https://theposterdb.com/api/assets/<<poster>> + # sort_title: ++++++++_<<collection_name>> + # collection_mode: hide + # collection_order: release + # imdb_list: + # - "https://www.imdb.com/search/title/?title_type=movie&genres=<<title>>" + IMDB Special Genre: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++_<<collection_name>> + collection_mode: hide + collection_order: release.desc + # imdb_list: + # - url: "https://www.imdb.com/search/title/?title_type=movie&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>" + IMDB Keyword: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++_<<collection_name>> + collection_mode: hide + collection_order: release.desc + # imdb_list: + # - url: "https://www.imdb.com/search/keyword/?title_type=movie&keywords=<<genre>>" + +############################# +## Collections ## +############################# + +collections: + +################################### +## Smart Collections ## +################################### + + Action: + template: {name: Dynamic, collection: Action, poster: 213118} + summary: Action films are a genre wherein physical action takes precedence in the storytelling. The film will often have continuous motion and action including physical stunts, chases, fights, battles, and races. The story usually revolves around a hero that has a goal, but is facing incredible odds to obtain it. + Adult: + template: {name: Dynamic, collection: Adult, poster: } + summary: "New adult (NA) fiction is a developing genre of fiction with protagonists in the 18–30 age bracket." + Adventure: + template: {name: Dynamic, collection: Adventure, poster: 213132} + summary: Adventure films are a genre that revolves around the conquests and explorations of a protagonist. The purpose of the conquest can be to retrieve a person or treasure, but often the main focus is simply the pursuit of the unknown. These films generally take place in exotic locations and play on historical myths. Adventure films incorporate suspenseful puzzles and intricate obstacles that the protagonist must overcome in order to achieve the end goal. + Animation: + template: {name: Dynamic, collection: Animation, poster: 213126} + summary: Animated films are a collection of illustrations that are photographed frame-by-frame and then played in a quick succession. Since its inception, animation has had a creative and imaginative tendency. Being able to bring animals and objects to life, this genre has catered towards fairy tales and children’s stories. However, animation has long been a genre enjoyed by all ages. As of recent, there has even been an influx of animation geared towards adults. Animation is commonly thought of as a technique, thus it’s ability to span over many different genres. + Anime: + template: {name: Dynamic, collection: Anime, poster: 213614} + summary: As a type of animation, anime is an art form that comprises of many genres found in other mediums. + Biography: + template: {name: Dynamic, collection: Biography, poster: 213332} + summary: Biography films are a genre that dramatizes the life of a non-fictional or historically-based person or people. Such films show the life of a historical person and the central character's real name is used. + Children: + template: {name: Dynamic, collection: Children, poster: 241751} + summary: A children's film, or family film, is a film genre that contains children or relates to them in the context of home and family. Children's films are made specifically for children and not necessarily for the general audience, while family films are made for a wider appeal with a general audience in mind. + Comedy: + template: {name: Dynamic, collection: Comedy, poster: 213139} + summary: Comedy is a genre of film that uses humor as a driving force. The aim of a comedy film is to illicit laughter from the audience through entertaining stories and characters. Although the comedy film may take on some serious material, most have a happy ending. Comedy film has the tendency to become a hybrid sub-genre because humor can be incorporated into many other genres. Comedies are more likely than other films to fall back on the success and popularity of an individual star. + Crime: + template: {name: Dynamic, collection: Crime, poster: 213113} + summary: Crime films are a genre that revolves around the action of a criminal mastermind. A Crime film will often revolve around the criminal himself, chronicling his rise and fall. Some Crime films will have a storyline that follows the criminal's victim, yet others follow the person in pursuit of the criminal. This genre tends to be fast paced with an air of mystery – this mystery can come from the plot or from the characters themselves. + Documentary: + template: {name: Dynamic, collection: Documentary, poster: 213141} + summary: Documentary films are a non-fiction genre intended to document reality primarily for the purposes of instruction, education, or maintaining a historical record. + Drama: + template: {name: Dynamic, collection: Drama, poster: 213134} + summary: Drama films are a genre that relies on the emotional and relational development of realistic characters. While Drama film relies heavily on this kind of development, dramatic themes play a large role in the plot as well. Often, these dramatic themes are taken from intense, real life issues. Whether heroes or heroines are facing a conflict from the outside or a conflict within themselves, Drama film aims to tell an honest story of human struggles. + Family: + template: {name: Dynamic, collection: Family, poster: 213109} + summary: Family films are a genre that is contains appropriate content for younger viewers. Family film aims to appeal not only to children, but to a wide range of ages. While the storyline may appeal to a younger audience, there are components of the film that are geared towards adults- such as witty jokes and humor. This genre may fall into many other genres, including comedy, adventure, fantasy, and animated film. + Fantasy: + template: {name: Dynamic, collection: Fantasy, poster: 213123} + summary: Fantasy films are a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + Food: + template: {name: Dynamic, collection: Food, poster: 213351} + summary: Food films are broadly defined, we say it's any film that places the preparation, consumption, or reverence of food in such high prominence that it is impossible—or at least unfair—to consider the movie without it. + History: + template: {name: Dynamic, collection: History, poster: 213100} + summary: History films are a genre that takes historical events and people and interprets them in a larger scale. Historical accuracy is not the main focus, but rather the telling of a grandiose story. The drama of an History films are often accentuated by a sweeping musical score, lavish costumes, and high production value. + Home and Garden: + template: {name: Dynamic, collection: Home and Garden, poster: } + # summary: + Horror: + template: {name: Dynamic, collection: Horror, poster: 213106} + summary: Horror films are a genre that aims to create a sense of fear, panic, alarm, and dread for the audience. These films are often unsettling and rely on scaring the audience through a portrayal of their worst fears and nightmares. Horror films usually center on the arrival of an evil force, person, or event. Many Horror films include mythical creatures such as ghosts, vampires, and zombies. Traditionally, Horror films incorporate a large amount of violence and gore into the plot. Though it has its own style, Horror film often overlaps into Fantasy, Thriller, and Science-Fiction genres. + Indie: + template: {name: Dynamic, collection: Indie, poster: } + summary: An independent film, independent movie, indie film, or indie movie is a feature film or short film that is produced outside the major film studio system, in addition to being produced and distributed by independent entertainment companies (or, in some cases, distributed by major companies). + Mini-Series: + template: {name: Dynamic, collection: Mini-Series, poster: } + summary: A miniseries or mini-series is a movie series that tells a story in a predetermined, limited number of parts. + Musical: + template: {name: Dynamic, collection: Musical, poster: 213095} + summary: A Musical interweaves vocal and dance performances into the narrative of the film. The songs of a film can either be used to further the story or simply enhance the experience of the audience. These films are often done on a grand scale and incorporate lavish costumes and sets. Traditional musicals center on a well-known star, famous for their dancing or singing skills (i.e. Fred Astaire, Gene Kelly, Judy Garland). These films explore concepts such are love and success, allowing the audience to escape from reality. + Mystery: + template: {name: Dynamic, collection: Mystery, poster: 213092} + summary: A Mystery film centers on a person of authority, usually a detective, that is trying to solve a mysterious crime. The main protagonist uses clues, investigation, and logical reasoning. The biggest element in these films is a sense of “whodunit” suspense, usually created through visual cues and unusual plot twists. + News: + template: {name: Dynamic, collection: News, poster: } + # summary: + Romance: + template: {name: Dynamic, collection: Romance, poster: 213090} + summary: "Romance film can be defined as a genre wherein the plot revolves around the love between two protagonists. This genre usually has a theme that explores an issue within love, including but not limited to: love at first sight, forbidden love, love triangles, and sacrificial love. The tone of Romance film can vary greatly. Whether the end is happy or tragic, Romance film aims to evoke strong emotions in the audience." + Science Fiction: + template: {name: Dynamic, collection: Science Fiction, poster: 213085} + summary: Science Fiction (Sci-Fi) films are a genre that incorporates hypothetical, science-based themes into the plot of the film. Often, this genre incorporates futuristic elements and technologies to explore social, political, and philosophical issues. The film itself is usually set in the future, either on earth or in space. Traditionally, a Science Fiction film will incorporate heroes, villains, unexplored locations, fantastical quests, and advanced technology. + Short: + template: {name: Dynamic, collection: Short, poster: 213336} + summary: A collection of Short movies. + Sports: + template: {name: Dynamic, collection: Sport, poster: 213083} + summary: A Sport Film revolves around a sport setting, event, or an athlete. Often, these films will center on a single sporting event that carries significant importance. Sports films traditionally have a simple plot that builds up to the significant sporting event. This genre is known for incorporating film techniques to build anticipation and intensity. Sport films have a large range of sub-genres, from comedies to dramas, and are more likely than other genres to be based true-life events. + Suspense: + template: {name: Dynamic, collection: Suspense, poster: } + summary: Suspense films is a broad film genre that evokes excitement and suspense in the audience. The suspense element found in most films' plots is particularly exploited by the filmmaker in this genre. + Thriller: + template: {name: Dynamic, collection: Thriller, poster: 213079} + summary: Thriller films are a genre that revolves around anticipation and suspense. The aim for Thrillers is to keep the audience alert and on the edge of their seats. The protagonist in these films is set against a problem – an escape, a mission, or a mystery. No matter what sub-genre a Thriller film falls into, it will emphasize the danger that the protagonist faces. The tension with the main problem is built on throughout the film and leads to a highly stressful climax. + Travel: + template: {name: Dynamic, collection: Travel, poster: 213337} + summary: Travel films are a genre that revolves around traveling. + TV Movie: + template: {name: Dynamic, collection: TV Movie, poster: } + summary: A television film (normally referred to as a television movie, made-for-TV movie, or TV movie) is a feature-length motion picture that is produced and originally distributed by or to a television network, in contrast to theatrical films made explicitly for initial showing in movie theaters. + War: + template: {name: Dynamic, collection: War, poster: 213119} + summary: War films are a genre that looks at the reality of war on a grand scale. They often focus on landmark battles as well as political issues within war. This genre usually focuses on a main character and his team of support, giving the audience an inside look into the gritty reality of war. + Western: + template: {name: Dynamic, collection: Western, poster: 213122} + summary: "Western films are a genre that revolves around stories primarily set in the late 19th century in the American Old West. Most Westerns are set between the American Civil War (1865) and the early 1900s. Common themes within Western Film include: the conquest of the wild west, the cultural separation of the East and the West, the West’s resistance to modern change, the conflict between Cowboys and Indians, outlaws, and treasure/gold hunting. American Western Film usually revolves around a stoic hero and emphasizes the importance of honor and sacrifice." + +############################# +## Collections ## +############################# + + Film-Noir: #Added IMDB Genre + template: {name: Genre, genre: Film-Noir, poster: 213339} + imdb_list: + - "https://www.imdb.com/search/title/?title_type=movie&genres=Film-Noir" + summary: "Film noir is a cinematic term used primarily to describe stylish Hollywood crime dramas, particularly those that emphasize cynical attitudes and sexual motivations. Many of the prototypical stories and much of the attitude of classic noir derive from the hardboiled school of crime fiction that emerged in the United States during the Great Depression." + Martial Arts: #Added Trakt List + template: {name: Genre, genre: Martial Arts, poster: 213140} + sort_title: ++++++++_Martial_Arts + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/the-top-250-greatest-martial-arts-movies-of-all-time + summary: Martial Arts films are a sub-genre of action films that feature numerous martial arts combat between characters. These combats are usually the films' primary appeal and entertainment value, and often are a method of storytelling and character expression and development. Martial Arts are frequently featured in training scenes and other sequences in addition to fights. Martial Arts films commonly include other types of action, such as hand-to-hand combat, stuntwork, chases, and gunfights. + Music: #Added Trakt List + template: {name: Genre, genre: Music, poster: 213098} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/music + summary: Music films are genre that revolves around music being an integral part of the characters lives. + Reality: #Added IMDB Genre + template: {name: Genre, genre: Reality, poster: 213345} + imdb_list: + - "https://www.imdb.com/search/keyword/?title_type=movie&genres=Reality-TV" + summary: "Reality is a type of television programming that aims to show how ordinary people behave in everyday life, or in situations, often created by the program makers, which are intended to represent everyday life." + Talk Show: #Added IMDB Genre + template: {name: Genre, genre: Talk Show, poster: 213344} + imdb_list: + - "https://www.imdb.com/search/keyword/?title_type=movie&genres=Talk-Show" + summary: "A talk show (or chat show in British English) is a television programming or radio programming genre structured around the act of spontaneous conversation." + +############################################ +## Special Genre Collections ## +############################################ + + ## Gangster is a static collection list ## + Gangster: + template: {name: Special Genre, poster: 213102} + sort_title: ++++++++_Gangster + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/the-complete-list-of-mafia-gangsters-movies + - https://trakt.tv/users/jjjonesjr33/lists/the-top-250-greatest-organized-crime-gangster-movies-of-all-time + summary: Gangster films are a sub-genre of crime films that center on organized crime or the mafia. Often the plot revolves around the rise and fall of an organized crime leader. Many Gangster films explore the destructive nature of organized crime, while others attempt to show the humanity of the individual characters. + ## Pandemic is a static collection list ## + Pandemic: + template: {name: Special Genre, poster: 213077} + sort_title: ++++++++_Pandemic + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/pandemic-virus-survival-guide + summary: A Pandemic film resolves around widespread viruses, plagues, and diseases. + ## The Stand Up Commedey collection is auto updated ## + Stand Up Comedy: + template: {name: Special Genre, poster: 213081} + sort_title: ++++++++_Stand_Up_Comedy + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/stand-up-comedy + summary: Stand-up comedy is a comedic style in which a comedian performs in front of a live audience, speaking directly to them through a microphone. Comedians give the illusion that they are dialoguing, but in actuality, they are monologuing a grouping of humorous stories, jokes and one-liners, typically called a shtick, routine, act, or set. Some stand-up comedians use props, music or magic tricks to enhance their acts. Stand-up comedians perform quasi-autobiographical and fictionalized extensions of their offstage selves. + ## Sword & Sorcery is a static collection list ## + Sword & Sorcery: + template: {name: Special Genre, poster: 213143} + sort_title: ++++++++_Sword_&_Sorcery + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/sword-and-sorcery-movies + summary: Sword and Sorcery films are a sub-genre of Fantasy that tend to be more plot-driven. These films rely on heavy action and battle scenes. Common themes in Sword and Sorcery films include a rescue mission, saving a princess, and battling a fantastical monster. The worlds and characters in these films are often much less developed than in other fantasy sub-genres. Of all the Fantasy sub-genres, Sword and Sorcery is most likely to be geared towards a younger audience, as many of these films are animated. + + +################################################ +## IMDB Special Genre Collections ## +################################################ + +## Romantic Comedy is a dynamic collection list ## + Romantic Comedy: + sort_title: ++++++++_Romantic_Comedy + template: { name: IMDB Special Genre, poster: 213087} + imdb_list: + - "https://www.imdb.com/search/title/?title_type=movie,&user_rating=5.0,10.0&num_votes=1000,&genres=romance,comedy" + summary: "Romantic Comedy is a genre that attempts to catch the viewer’s heart with the combination of love and humor. This sub-genre is light-hearted and usually places the two protagonists in humorus situation. Romantic-Comedy film revolves around a romantic ideal, such as true love. In the end, the ideal triumphs over the situation or obstacle, thus creating a happy ending." + filters: + genre: Comedy +## Romantic Drama is a dynamic collection list ## + Romantic Drama: + sort_title: ++++++++_Romantic_Drama + template: { name: IMDB Special Genre, poster: 213142} + imdb_list: + - "https://www.imdb.com/search/title/?title_type=movie,&user_rating=5.0,10.0&num_votes=1000,&genres=romance,drama" + summary: "Romantic Drama films are a genre that explores the complex side of love. The plot usually centers around an obstacle that is preventing love between two people. The obstacles in Romantic Drama film can range from a family's disapproval, to forbidden love, to one's own psychological restraints. Many Romantic Dramas end with the lovers separating because of the enormity of the obstacle, the realization of incompatibility, or simply because of fate." + filters: + genre: Drama + +############################################ +## IMDB Keyword Collections ## +############################################ + +## Disaster is a dynamic collection list ## + Disaster: + template: {name: IMDB Keyword, poster: 213112} + imdb_list: + - "https://www.imdb.com/search/keyword/?title_type=movie&keywords=disaster-film" + summary: A disaster movie is a film genre that has an impending or ongoing disaster as its subject and primary plot device. Such disasters may include natural disasters, accidents, military/terrorist attacks or global catastrophes such as a pandemic. +## Slasher is a dynamic collection list ## + Slasher: + template: {name: IMDB Keyword, poster: 213358} + imdb_list: + - "https://www.imdb.com/search/keyword/?title_type=movie&keywords=slasher" + summary: A Slasher films are a subgenre of horror films involving a killer murdering a group of people, usually by use of bladed tools. +## Superhero is a dynamic collection list ## + Superhero: + template: {name: IMDB Keyword, poster: 213341} + imdb_list: + - "https://www.imdb.com/search/keyword/?keywords=superhero&title_type=movie" + summary: "A superhero film (or superhero movie) is a film that focuses on the actions of superheroes: individuals who usually possess extraordinary – generally superhuman – abilities and are dedicated to protecting the public." +## Spy is a dynamic collection list ## + Spy: + template: {name: IMDB Keyword, poster: 213615} + imdb_list: + - "https://www.imdb.com/search/keyword/?title_type=movie&keywords=spy,espionage" + summary: The spy film genre, also known sometimes as an espionage film, deals with the subject of fictional espionage, either in a realistic way. +## Spy is a dynamic collection list ## + Competition: + template: {name: IMDB Keyword, poster: 213616} + imdb_list: + - "https://www.imdb.com/search/keyword/?title_type=movie&keywords=competition" + summary: "Competition is a rivalry where two or more parties strive for a common goal which cannot be shared: where one's gain is the other's loss." diff --git a/JJJonesJr33/Plex-Meta-Manager-All/metadata/holidays.yml b/JJJonesJr33/Plex-Meta-Manager-All/metadata/holidays.yml new file mode 100644 index 0000000..0284235 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-All/metadata/holidays.yml @@ -0,0 +1,115 @@ +############################################################## +## Holiday Collections ## +## Created by JJJonesJr33 ## +## Version 2.0 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + Holiday: + sort_title: +++++++_<<collection_name>> + url_poster: <<poster>> + collection_order: release.desc + collection_mode: hide + delete_not_scheduled: false + run_again: true + visible_home: true + visible_shared: true + sync_mode: sync + +############################# +## Collections ## +############################# + +# FYI: To set the collections on a schedule to where they don't show all year long uncomment "schedule" and and change "delete_not_scheduled:" to "true" + +collections: + Christmas: #IMDB lists have been removed as they have all been merged into christmas-static-list + template: {name: Holiday, holiday: "Christmas", poster: https://theposterdb.com/api/assets/212635} + visible_home: range(12/01-12/31) + visible_shared: range(12/01-12/31) + #schedule: range(12/01-12/31) + sort_title: +++++++_Christmas + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/christmas + - https://trakt.tv/users/jjjonesjr33/lists/christmas-static-list + summary: This collection revolves around the plot involving Christmas. + Halloween: + template: {name: Holiday, holiday: "Halloween", poster: https://theposterdb.com/api/assets/212637} + visible_home: range(10/01-10/31) + visible_shared: range(10/01-10/31) + #schedule: range(10/01-10/31) + sort_title: +++++++_Halloween + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/halloween + summary: This collection revolves around the plot involving Halloween. + New Year's Eve Movies: + template: {name: Holiday, holiday: "New Year's Eve", poster: https://i.imgur.com/YCYXhAX.png} + visible_home: range(12/26-01/05) + visible_shared: range(12/26-01/05) + #schedule: range(12/26-01/05) + sort_title: +++++++_New Year + imdb_list: + - https://www.imdb.com/list/ls066838460/ + summary: This collection revolves around the plot involving New Year's Eve. + Independence Day: + template: {name: Holiday, holiday: "Independence Day", poster: https://theposterdb.com/api/assets/240645} + visible_home: range(07/01-07/05) + visible_shared: range(07/01-07/05) + #schedule: range(07/01-07/05) + sort_title: +++++++_Independence Day + imdb_list: + - https://www.imdb.com/list/ls552600367/ + summary: This collection revolves around the plot involving New Year's Eve. + Valentine's Day Movies: + template: {name: Holiday, holiday: "Valentine's Day", poster: https://theposterdb.com/api/assets/212641} + visible_home: range(02/01-02/14) + visible_shared: range(02/01-02/14) + #schedule: range(02/01-02/14) + sort_title: +++++++_Valentine + imdb_list: + - https://www.imdb.com/list/ls000094398/ + - https://www.imdb.com/list/ls057783436/ + - https://www.imdb.com/list/ls064427905/ + summary: This collection revolves around the plot involving Valentine's Day. + St. Patrick's Day Movies: + template: {name: Holiday, holiday: "St. Patrick's Day", poster: https://theposterdb.com/api/assets/240644} + visible_home: range(03/01-03/17) + visible_shared: range(03/01-03/17) + #schedule: range(03/01-03/17) + sort_title: +++++++_St Patrick + imdb_list: + - https://www.imdb.com/list/ls063934595/ + summary: This collection revolves around the plot involving St. Patrick's Day. + Thanksgiving Movies: + template: {name: Holiday, holiday: Thanksgiving, poster: https://theposterdb.com/api/assets/212638} + visible_home: range(11/01-11/31) + visible_shared: range(11/01-11/31) + #schedule: range(11/01-11/31) + sort_title: +++++++_Thanksgiving + imdb_list: + - https://www.imdb.com/list/ls000835734/ + - https://www.imdb.com/list/ls091597850/ + summary: This collection revolves around the plot involving Thanksgiving. + Easter Movies: + template: {name: Holiday, holiday: Easter, poster: https://theposterdb.com/api/assets/212636} + visible_home: range(3/22-4/25) + visible_shared: range(3/22-4/25) + #schedule: range(3/22-4/25) + sort_title: +++++++_Easter + imdb_list: + - https://www.imdb.com/list/ls062665509/ + - https://www.imdb.com/list/ls051733651/ + summary: This collection revolves around the plot involving Easter. diff --git a/JJJonesJr33/Plex-Meta-Manager-All/metadata/kids.yml b/JJJonesJr33/Plex-Meta-Manager-All/metadata/kids.yml new file mode 100644 index 0000000..c9c6261 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-All/metadata/kids.yml @@ -0,0 +1,78 @@ +############################################################## +## Saturday Morning Collections ## +## Created by JJJonesJr33 ## +## Version 2.0 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + programming: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: +++++++_<<collection_name>> + collection_mode: hide + sync_mode: sync + +############################# +## Collections ## +############################# + +# FYI: To allow for Network collections to be created you must have TMDB API in the core config setup first. + +collections: + ABC Kids: + template: {name: programming, poster: 215338} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/abc-kids + summary: "ABC Kids (originally titled Disney's One Saturday Morning until 2002) was a Saturday morning children's programming block that aired on ABC from September 13, 1997 to August 27, 2011. It featured a mixture of animated and live-action series from Walt Disney Television Animation and Disney Channel, aimed at children between the ages of 6 and 12. This was the only time Disney Channel content aired on over-the-air TV." + Cartoon Cartoons: + template: {name: programming, poster: 215329} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/cartoon-cartoons + summary: "Cartoon Cartoons is a collective name used by Cartoon Network for their original animated television series originally aired between 1995 and 2003 and produced in majority by Hanna-Barbera and/or Cartoon Network Studios. Beginning with its inception into cable broadcasting on October 1, 1992, Cartoon Network had focused its programming on reruns of older animated series which it had acquired through its parent company's film library." + Disney Afternoon: + template: {name: programming, poster: 215331} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/disney-afternoon + summary: "The Disney Afternoon's block had four half-hour segments, each of which contained an animated series. As each season ended, the lineup would shift - the remaining three would move up a time slot and a new show would be added to the end. The Disney Afternoon itself featured unique animated segments consisting of its opening and wrappers around the cartoon shows." + Disney's One Saturday Morning: + template: {name: programming, poster: 215333} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/disney-s-one-saturday-morning + summary: "Commercial Free Weekend Mornings (formerly called Toonin' Saturdays from 2011 to 2012, Disney Channel Saturday Mornings from 2012 to 2014, Get Animated from 2017 to 2018, and Animation Cram Session from 2018 to 2019) is a weekend program block on the Disney Channel in the United States, consisting of Saturday morning cartoons." + Disney's One Too: + template: {name: programming, poster: 215336} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/disney-s-one-too + summary: "Disney's One Too (later known as Disney's Animation Weekdays) was a two-hour Sunday-to-Friday children's programming block that aired on UPN from September 6, 1999 to August 31, 2003. A spin-off of the Disney's One Saturday Morning block on ABC (which is owned by The Walt Disney Company), it featured animated series from Disney Television Animation aimed at children between the ages of 6 and 11." + Fox Kids: + template: {name: programming, poster: 215341} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/fox-kids + summary: + SNICK: + template: {name: programming, poster: 215348} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/snick + summary: "SNICK (short for Saturday Night Nickelodeon) was a two-hour programming block on the American cable television network Nickelodeon, geared toward older (preteen to teen) audiences, that ran from August 15, 1992 until January 29, 2005. It was aired on Saturdays starting at 8 p.m and ending at 10 p.m. ET. In 2005, SNICK was revamped as the Saturday night edition of TEENick. Nickelodeon continues to run a Saturday night programming block today, though since the TEENick name was removed from the lineup in February 2009, the block no longer goes by any name." + UPN Kids: + template: {name: programming, poster: 215345} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/upn-kids + summary: "UPN Kids launched on September 10, 1995 with a one-hour block of cartoons consisting of Space Strikers and Teknoman. It was a joint partnership between UPN and Saban Entertainment.[1] Unlike NBC, ABC, CBS, Fox and The WB (the latter of which debuted its own children's program block, Kids' WB, the day before UPN Kids made its debut), UPN ran its weekend morning children's programs on Sundays instead of Saturdays." + Kids' WB: + template: {name: programming, poster: 215343} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/kids-wb + summary: diff --git a/JJJonesJr33/Plex-Meta-Manager-All/metadata/movie_suggestions.yml b/JJJonesJr33/Plex-Meta-Manager-All/metadata/movie_suggestions.yml new file mode 100644 index 0000000..c054704 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-All/metadata/movie_suggestions.yml @@ -0,0 +1,110 @@ +############################################################## +## Suggestions Collections ## +## Created by JJJonesJr33 ## +## Version 2.0 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + Suggestion: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++++_<<collection_name>> + collection_mode: hide + collection_order: release.desc + # visible_home: range(01/01-12/31) + # visible_shared: range(01/01-12/31) + sync_mode: sync + Tautulli: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++++_<<collection_name>> + collection_mode: hide + collection_order: alpha + sync_mode: sync + +############################# +## Collections ## +############################# + +collections: + +################# +## Trakt ## +################# + + Trending: + template: {name: Suggestion, poster: 213570} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/trakt-trending + summary: "Movies Trending across the internet" + + Popular: + template: {name: Suggestion, poster: 213575} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/trakt-top-weekly + summary: "A collection of the most watched movies over the past week." + + Recommended: + template: {name: Suggestion, poster: 213604} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/top-20-movies-of-the-week + visible_home: range(01/01-12/31) + visible_shared: range(01/01-12/31) + summary: "Recommended Top Movies of the Week" + + Newly Released: + template: {name: Suggestion, poster: 213599} + url_poster: https://theposterdb.com/api/assets/213599 + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/newly-released + visible_home: range(01/01-12/31) + visible_shared: range(01/01-12/31) + summary: "A collection of newly-released movies in cinema and on streaming services." + +################## +## IMDb ## +################## + + Top Rated: + template: {name: Suggestion, poster: 213605} + imdb_list: + - https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc&title_type=movie + summary: Top Rated Movies + +###################### +## Tautulli ## +###################### + + People Watching: + template: {name: Tautulli, poster: 213600} + tautulli_watched: + list_days: 30 + list_size: 10 + list_buffer: 20 + summary: Most Watched Movies from all the users on Plex + + # New Episodes + # url_poster: https://theposterdb.com/api/assets/213598 + + # Recently Added + # url_poster: https://theposterdb.com/api/assets/213601 + + # Recently Aired + # url_poster: https://theposterdb.com/api/assets/213602 + + # Recently Released + # url_poster: https://theposterdb.com/api/assets/213603 + + # Top Rated + # url_poster: https://theposterdb.com/api/assets/213605 diff --git a/JJJonesJr33/Plex-Meta-Manager-All/metadata/networks.yml b/JJJonesJr33/Plex-Meta-Manager-All/metadata/networks.yml new file mode 100644 index 0000000..69dfe23 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-All/metadata/networks.yml @@ -0,0 +1,139 @@ +############################################################## +## Networks Collections ## +## Created by JJJonesJr33 ## +## Version 1.5 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + network: + optional: + - network + tmdb_network: <<network>> + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: <<collection_name>> + collection_mode: hide + sync_mode: sync + +############################# +## Collections ## +############################# + +# FYI: To allow for Network collections to be created you must have TMDB API in the core config setup first. + +collections: + A&E: + template: { name: network, network: 129, poster: 212620} + ABC: + template: { name: network, network: "2, 75, 2791", poster: 204735} + Adult Swim: + template: { name: network, network: 80, poster: 204736} + AMC: + template: { name: network, network: "174, 4661", poster: 204737} + Apple TV+: + template: { name: network, network: "2552, 1932", poster: 204738} + BBC: + template: { name: network, network: "100, 1155, 375, 493, 3546, 4, 332, 3, 126, 317", poster: 204739} + BET: + template: { name: network, network: 24, poster: 212646} + Bravo: + template: { name: network, network: 74, poster: 204740} + Cartoon Network: + template: { name: network, network: 56, poster: 204731} + CBS: + template: { name: network, network: "16, 1709, 2621", poster: 204730} + Cinemax: + template: { name: network, network: 359, poster: 204732} + Comedy Central: + template: { name: network, network: 47, poster: 204743} + Dave: + template: { name: network, network: 388, poster: 204728} + Disney+: + template: { name: network, network: 2739, poster: 204745} + Disney Channel: + template: { name: network, network: 142, poster: 212622} + Disney XD: + template: { name: network, network: 44, poster: 212645} + Disney Junior: + template: { name: network, network: 2991, poster: 212623} + Discovery: + template: { name: network, network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741", poster: 212621} + E!: + template: { name: network, network: 76, poster: 212644} + ESPN: + template: { name: network, network: "29, 70, 4132", poster: 212624} + FOX: + template: { name: network, network: "19, 2686, 875, 45, 87, 131, 2317, 243, 2320", poster: 204746} + Freeform: + template: { name: network, network: 1267, poster: 212625} + FX: + template: { name: network, network: 88, poster: 212627} + Hallmark: + template: { name: network, network: 384, poster: 204747} + HBO: + template: { name: network, network: "49, 5484, 5485, 3186, 2593", poster: 204710} + Hulu: + template: { name: network, network: 453, poster: 204711} + HGTV: + template: { name: network, network: 210, poster: 212628} + National Geographic: + template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476", poster: 212630} + ITV: + template: { name: network, network: "9, 149, 1159, 261, 590", poster: 204712} + Lifetime: + template: { name: network, network: "34, 1072", poster: 204713} + MTV: + template: { name: network, network: 33, poster: 204714} + NBC: + template: { name: network, network: "6, 413", poster: 204715} + Netflix: + template: { name: network, network: 213, poster: 204716} + Nickelodeon: + template: { name: network, network: 13, poster: 204717} + Paramount+: + template: { name: network, network: "4330, 2076" , poster: 204718} + PBS: + template: { name: network, network: "14, 122, 2354" , poster: 204719} + Peacock: + template: { name: network, network: 3353, poster: 212631} + Prime: + template: { name: network, network: 1024, poster: 204721} + Showtime: + template: { name: network, network: 67, poster: 204720} + Sky: + template: { name: network, network: 214, poster: 204722} + Starz: + template: { name: network, network: "318, 758", poster: 204723} + Syfy: + template: { name: network, network: 77, poster: 204724} + Shudder: + template: { name: network, network: 2949, poster: 212643} + TBS: + template: { name: network, network: 68, poster: 204729} + The CW: + template: { name: network, network: 71, poster: 204744} + Warner Bros.: + template: { name: network, network: 21, poster: 212632} + TLC: + template: { name: network, network: 84, poster: 204725} + TruTV: + template: { name: network, network: 364, poster: 204726} + USA: + template: { name: network, network: 30, poster: 204733} + TNT: + template: { name: network, network: 41, poster: 212634} + YouTube: + template: { name: network, network: "247, 1436", poster: 212633} + diff --git a/JJJonesJr33/Plex-Meta-Manager-All/metadata/studios.yml b/JJJonesJr33/Plex-Meta-Manager-All/metadata/studios.yml new file mode 100644 index 0000000..b92611c --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-All/metadata/studios.yml @@ -0,0 +1,150 @@ +############################## +## Studio Collections ## +############################## + +########################################################## +## User/Config Credits ## +## Giving Credit Where Credit is Due ## +## JJJonesJr33 ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +########################################################## + +############################ +## Studio Templates ## +############################ + +templates: + Studio: + optional: + - company + tmdb_company: <<company>> + sort_title: ++++++_<<collection_name>> + collection_order: alpha + collection_mode: hide + sync_mode: sync + +#################################### +## Collections Lists ## +#################################### + +# FYI: To allow for Studio collections to be created you must have TMDB API in the core config setup first. + +# collections: + + # NBCUniversal: + # template: { name: Studio, company: + # ViacomCBS: + # template: { name: Studio, company: + # WarnerMedia: + # template: { name: Studio, company: + # The Walt Disney Company: + # template: { name: Studio, company: + # Sony: + # template: { name: Studio, company: + # Lionsgate: + # template: { name: Studio, company: + # MGM Holdings: + # template: { name: Studio, company: + + + # Lucasfilm: + # template: { name: Studio, company: 1} + # Walt Disney Pictures: + # template: { name: Studio, company: 2} + # Pixar: + # template: { name: Studio, company: 3} + # Paramount: + # template: { name: Studio, company: 4} + # Columbia Pictures: + # template: { name: Studio, company: 5} + # RKO Radio Pictures: + # template: { name: Studio, company: 6} + # DreamWorks Pictures: + # template: { name: Studio, company: "7, 521" } + # Fine Line Features: + # template: { name: Studio, company: 8} + # WingNut Films: + # template: { name: Studio, company: 11} + # New Line Cinema: + # template: { name: Studio, company: 12} + # Miramax: + # template: { name: Studio, company: 14} + # Warner Bros. Entertainment: + # template: { name: Studio, company: 17} + # Metro-Goldwyn-Mayer: + # template: { name: Studio, company: 21} + # Imagine Entertainment: + # template: { name: Studio, company: 23} + # 20th Century Fox: + # template: { name: Studio, company: 25} + # Universal Pictures: + # template: { name: Studio, company: 33} + # Sony Pictures: + # template: { name: Studio, company: 34} + # Lions Gate Films: + # template: { name: Studio, company: 35} + # Orion Pictures: + # template: { name: Studio, company: 41} + # Fox Searchlight Pictures: + # template: { name: Studio, company: 43} + # Amblin Entertainment: + # template: { name: Studio, company: 56} + # Sony Pictures Classics: + # template: { name: Studio, company: 58} + # A Band Apart: + # template: { name: Studio, company: 59} + # United Artists: + # template: { name: Studio, company: 60} + # Village Roadshow Pictures: + # template: { name: Studio, company: 79} + # Plan B Entertainment: + # template: { name: Studio, company: 81} + # Castle Rock Entertainment: + # template: { name: Studio, company: 97} + # Marvel Studios: + # template: { name: Studio, company: 420} + # Aardman: + # template: { name: Studio, company: 297} + # Blue Sky: + # template: { name: Studio, company: 9383} + # Illumination Entertainment: + # template: { name: Studio, company: 6704} + # Studio Ghibli: + # template: { name: Studio, company: 10342} + # Sony Pictures Animation: + # template: { name: Studio, company: 2251} + # Warner Animation Group: + # template: { name: Studio, company: 25120} + # Walt Disney Animation Studios: + # template: { name: Studio, company: 6125} + # Walt Disney Productions: + # template: { name: Studio, company: 3166} + # Warner Bros. Pictures: + # template: { name: Studio, company: 174} + # Walt Disney Studios: + # template: { name: Studio, company: 109755} + # 20th Century Studios: + # template: { name: Studio, company: 127928} + # TriStar Pictures: + # template: { name: Studio, company: 559} + # Paramount Pictures: + # template: { name: Studio, company: 107355} + # RatPac-Dune Entertainment: + # template: { name: Studio, company: 444} + # Legendary Entertainment: + # template: { name: Studio, company: 923} + # Relativity Media: + # template: { name: Studio, company: 7295} + # LionsGate: + # template: { name: Studio, company: "1632, 85885"} + # MGM Home Entertainment: + # template: { name: Studio, company: 6434} + # MGM Television: + # template: { name: Studio, company: 2230} + # BBC Films: + # template: { name: Studio, company: 288} + # NBCUniversal: + # template: { name: Studio, company: 26559} + # Universal Television: + # template: { name: Studio, company: 26727} diff --git a/JJJonesJr33/Plex-Meta-Manager-All/metadata/tv_suggestions.yml b/JJJonesJr33/Plex-Meta-Manager-All/metadata/tv_suggestions.yml new file mode 100644 index 0000000..6744113 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-All/metadata/tv_suggestions.yml @@ -0,0 +1,93 @@ +############################################################## +## Suggestions Collections ## +## Created by JJJonesJr33 ## +## Version 2.0 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + suggestion: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++++_<<collection_name>> + collection_mode: hide + sync_mode: sync + Tautulli: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++++_<<collection_name>> + collection_mode: hide + collection_order: alpha + sync_mode: sync + +############################# +## Collections ## +############################# + +collections: + +################ +## Plex ## +################ + + Recently Aired: + template: { name: suggestion, poster: 213602} + smart_filter: + all: + episode_air_date: 7 + sort_by: episode_added.desc + summary: Episodes that have aired within the last week. + + New Episodes: + template: { name: suggestion, poster: 213598} + smart_filter: + all: + episode_added: 7 + sort_by: episode_added.desc + summary: Episodes that have been added within the last week. + + Recently Added: + template: { name: suggestion, poster: 213601} + smart_filter: + all: + added: 7 + sort_by: added.desc + summary: Shows that have been added within the last week. + + +###################### +## Tautulli ## +###################### + + People Watching: + template: {name: Tautulli, poster: 213600} + tautulli_watched: + list_days: 30 + list_size: 10 + list_buffer: 20 + summary: Most Watched Movies from all the users on Plex + + # New Episodes + # url_poster: https://theposterdb.com/api/assets/213598 + + # Recently Added + # url_poster: https://theposterdb.com/api/assets/213601 + + # Recently Aired + # url_poster: https://theposterdb.com/api/assets/213602 + + # Recently Released + # url_poster: https://theposterdb.com/api/assets/213603 + + # Top Rated + # url_poster: https://theposterdb.com/api/assets/213605 diff --git a/JJJonesJr33/Plex-Meta-Manager-Anime/README.md b/JJJonesJr33/Plex-Meta-Manager-Anime/README.md new file mode 100644 index 0000000..e88dd47 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-Anime/README.md @@ -0,0 +1,3 @@ +**Multiple Instances** (Advanced Setup) + +To set them up copy ```Plex-Meta-Manager-Anime```, ```Plex-Meta-Manager-Movies```, and ```Plex-Meta-Manager-TV``` to their each own docker container location and edit the config.yml in each to match your settings. To run the containers, open a terminal window for each, and use the following command ```python plex_meta_manager.py -r``` diff --git a/JJJonesJr33/Plex-Meta-Manager-Anime/config.yml b/JJJonesJr33/Plex-Meta-Manager-Anime/config.yml new file mode 100644 index 0000000..370d130 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-Anime/config.yml @@ -0,0 +1,90 @@ +## This file is a template remove the .template to use the file + +libraries: # Library mappings must have a colon (:) placed after them + Anime: + metadata_path: + - /config/metadata/anime.yml + settings: + missing_path: config/missing + asset_directory: + - config/assets/ + operations: + assets_for_all: false + split_duplicates: false + delete_unmanaged_collections: false +settings: # Can be individually specified per library as well + cache: true + cache_expiration: 60 + asset_folders: true + asset_depth: 3 + create_asset_folders: true + create_asset_directories: true + dimensional_asset_rename: true + sync_mode: sync + delete_below_minimum: true + delete_not_scheduled: false + run_again_delay: 2 + missing_only_released: true + only_filter_missing: false + show_unmanaged: true + show_filtered: true + show_options: true + show_missing: false + show_missing_assets: false + show_missing_season_assets: false + save_missing: false + tvdb_language: eng + ignore_ids: + ignore_imdb_ids: + minimum_items: 1 + default_collection_order: + download_url_assets: true + verify_ssl: true + item_refresh_delay: 0 + asset_directory: config/assets + missing_path: config/missing + playlist_sync_to_users: all + show_missing_episode_assets: true + show_asset_not_needed: true + custom_repo: + prioritize_assets: false + playlist_report: true + check_nightly: false +webhooks: + error: notifiarr + run_start: notifiarr + run_end: notifiarr + changes: notifiarr + version: +plex: # REQUIRED - see https://github.com/meisnate12/Plex-Meta-Manager/wiki/Plex-Attributes + url: http://192.168.1.2:32400/ + token: + timeout: 60 + clean_bundles: true + empty_trash: true + optimize: false +tmdb: # REQUIRED for the script to run - to get a key you must follow https://developers.themoviedb.org/3/getting-started/introduction + apikey: + language: en + cache_expiration: 60 + region: +tautulli: # Can be individually specified per library as well + url: http://192.168.1.2:8181/ + apikey: +omdb: + apikey: + cache_expiration: 60 +notifiarr: + apikey: +anidb: # Not required for AniDB builders unless you want mature content + username: + password: + language: en +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: diff --git a/JJJonesJr33/Plex-Meta-Manager-Anime/metadata/anime.yml b/JJJonesJr33/Plex-Meta-Manager-Anime/metadata/anime.yml new file mode 100644 index 0000000..339177b --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-Anime/metadata/anime.yml @@ -0,0 +1,252 @@ +############################################################## +## Anime Collections ## +## Created by JJJonesJr33 ## +## Version 2.0 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + Anime: + mal_genre: + genre_id: <<mal_id>> + url_poster: https://theposterdb.com/api/assets/<<poster>> + collection_order: alpha + collection_mode: hide + sync_mode: sync + User: + sort_title: ~<<collection_name>> + url_poster: <<poster>> + mal_userlist: + username: <<username>> + status: plan_to_watch + sort_by: title + limit: 500 + collection_order: alpha + collection_mode: hide + sync_mode: sync + +############################# +## Collections ## +############################# + +collections: + + Top Airing Anime: + mal_airing: 10 + collection_order: custom + sort_title: ++++++++_Top_Airing + sync_mode: sync + + Most Popular Anime: + mal_popular: 20 + collection_order: custom + sort_title: ++++++++_Most_Popular + sync_mode: sync + + Most Favorited Anime: + mal_favorite: 20 + collection_order: custom + sort_title: ++++++++_Most_Favorited + sync_mode: sync + + Seasonal Winter: + mal_season: + season: winter + collection_order: custom + sort_title: +++++++_Winter + sync_mode: sync + + Seasonal Spring: + mal_season: + season: spring + collection_order: custom + sort_title: +++++++_Spring + sync_mode: sync + + Seasonal Summer: + mal_season: + season: summer + collection_order: custom + sort_title: +++++++_Summer + sync_mode: sync + + Seasonal Fall: + mal_season: + season: fall + collection_order: custom + sort_title: +++++++_Fall + sync_mode: sync + +############################# +## MyAnimeList ## +############################# + + Action: + template: { name: Anime, mal_id: 1, poster: 213642} + Adventure: + template: { name: Anime, mal_id: 2, poster: 213632} + Avant Garde: + template: { name: Anime, mal_id: 5, poster: 240144} + Award Winning: + template: { name: Anime, mal_id: 46, poster: } + Boys Love: + template: { name: Anime, mal_id: 28, poster: 240145} + Comedy: + template: { name: Anime, mal_id: 4, poster: 213629} + Drama: + template: { name: Anime, mal_id: 8, poster: 213630} + Fantasy: + template: { name: Anime, mal_id: 10, poster: 213631} + Girls Love: + template: { name: Anime, mal_id: 26, poster: 240152} + Gourmet: + template: { name: Anime, mal_id: 47, poster: 240874} + Horror: + template: { name: Anime, mal_id: 14, poster: 240855} + Mystery: + template: { name: Anime, mal_id: 7, poster: 240863} + Romance: + template: { name: Anime, mal_id: 22, poster: 213637} + Sci-Fi: + template: { name: Anime, mal_id: 24, poster: 213635} + Slice of Life: + template: { name: Anime, mal_id: 36, poster: 213663} + Sports: + template: { name: Anime, mal_id: 30, poster: 213634} + Supernatural: + template: { name: Anime, mal_id: 37, poster: 213670} + Suspense: + template: { name: Anime, mal_id: 41, poster: 240217} + Ecchi: + template: { name: Anime, mal_id: 9, poster: 240150} + Erotica: + template: { name: Anime, mal_id: 49, poster: } + Hentai: + template: { name: Anime, mal_id: 12, poster: } + Adult Cast: + template: { name: Anime, mal_id: 50, poster: 240849} + Anthropomorphic: + template: { name: Anime, mal_id: 51, poster: 240850} + CGDCT: + template: { name: Anime, mal_id: 52, poster: 240146} + Childcare: + template: { name: Anime, mal_id: 53, poster: 240871} + Combat Sports: + template: { name: Anime, mal_id: 54, poster: 240851} + Crossdressing: + template: { name: Anime, mal_id: 81, poster: 240852} + Delinquents: + template: { name: Anime, mal_id: 55, poster: 240148} + Detective: + template: { name: Anime, mal_id: 39, poster: 240149} + Educational: + template: { name: Anime, mal_id: 56, poster: 240854} + Gag Humor: + template: { name: Anime, mal_id: 57, poster: 240151} + Gore: + template: { name: Anime, mal_id: 58, poster: 240153} + Harem: + template: { name: Anime, mal_id: 35, poster: 240848} + High Stakes Game: + template: { name: Anime, mal_id: 59, poster: 240155} + Historical: + template: { name: Anime, mal_id: 13, poster: 213640} + Idols Female: + template: { name: Anime, mal_id: 60, poster: 240856} + Idols Male: + template: { name: Anime, mal_id: 61, poster: 240857} + Isekai: + template: { name: Anime, mal_id: 62, poster: 240156} + Iyashikei: + template: { name: Anime, mal_id: 63, poster: 240157} + Love Polygon: + template: { name: Anime, mal_id: 64, poster: 240860} + Magical Sex Shift: + template: { name: Anime, mal_id: 65, poster: 240861} + Mahou Shoujo: + template: { name: Anime, mal_id: 66, poster: 240158} + Martial Arts: + template: { name: Anime, mal_id: 17, poster: 213628} + Mecha: + template: { name: Anime, mal_id: 18, poster: 213668} + Medical: + template: { name: Anime, mal_id: 67, poster: 240159} + Military: + template: { name: Anime, mal_id: 38, poster: 240160} + Music: + template: { name: Anime, mal_id: 19, poster: 213639} + Mythology: + template: { name: Anime, mal_id: 6, poster: 240161} + Organized Crime: + template: { name: Anime, mal_id: 68, poster: 240865} + Otaku Culture: + template: { name: Anime, mal_id: 69, poster: 240868} + Parody: + template: { name: Anime, mal_id: 20, poster: 240193} + Performing Arts: + template: { name: Anime, mal_id: 70, poster: 240870} + Pets: + template: { name: Anime, mal_id: 71, poster: 240869} + Psychological: + template: { name: Anime, mal_id: 40, poster: 240212} + Racing: + template: { name: Anime, mal_id: 3, poster: 240213} + Reincarnation: + template: { name: Anime, mal_id: 72, poster: 240867} + Reverse Harem: + template: { name: Anime, mal_id: 73, poster: } + Romantic Subtext: + template: { name: Anime, mal_id: 74, poster: } + Samurai: + template: { name: Anime, mal_id: 21, poster: 213669} + School: + template: { name: Anime, mal_id: 23, poster: } + Showbiz: + template: { name: Anime, mal_id: 75, poster: } + Space: + template: { name: Anime, mal_id: 29, poster: 213661} + Strategy Game: + template: { name: Anime, mal_id: 11, poster: } + Super Power: + template: { name: Anime, mal_id: 31, poster: 213659} + Survival: + template: { name: Anime, mal_id: 76, poster: } + Team Sports: + template: { name: Anime, mal_id: 77, poster: } + Time Travel: + template: { name: Anime, mal_id: 78, poster: } + Vampire: + template: { name: Anime, mal_id: 32, poster: 213671} + Video Game: + template: { name: Anime, mal_id: 79, poster: 213657} + Visual Arts: + template: { name: Anime, mal_id: 80, poster: } + Workplace: + template: { name: Anime, mal_id: 48, poster: } + Josei: + template: { name: Anime, mal_id: 43, poster: 240858} + Kids: + template: { name: Anime, mal_id: 15, poster: 240859} + Seinen: + template: { name: Anime, mal_id: 42, poster: 240866} + Shoujo: + template: { name: Anime, mal_id: 25, poster: 240214} + Shounen: + template: { name: Anime, mal_id: 27, poster: 240215} + + # Collection1: # Replace Username1 with a valid MAL Username + # template: { name: User, username: Username1, poster: } + # Collection2: # Replace Username2 with a valid MAL Username + # template: { name: User, username: Username2, poster: } diff --git a/JJJonesJr33/Plex-Meta-Manager-Movies/README.md b/JJJonesJr33/Plex-Meta-Manager-Movies/README.md new file mode 100644 index 0000000..e88dd47 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-Movies/README.md @@ -0,0 +1,3 @@ +**Multiple Instances** (Advanced Setup) + +To set them up copy ```Plex-Meta-Manager-Anime```, ```Plex-Meta-Manager-Movies```, and ```Plex-Meta-Manager-TV``` to their each own docker container location and edit the config.yml in each to match your settings. To run the containers, open a terminal window for each, and use the following command ```python plex_meta_manager.py -r``` diff --git a/JJJonesJr33/Plex-Meta-Manager-Movies/config.yml b/JJJonesJr33/Plex-Meta-Manager-Movies/config.yml new file mode 100644 index 0000000..a4b811a --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-Movies/config.yml @@ -0,0 +1,123 @@ +## This file is a template remove the .template to use the file + +################################# +## Version 2 ## +################################# + +libraries: # Library mappings must have a colon (:) placed after them + Movies: + library_name: Movies + metadata_path: + - /config/metadata/awards.yml + - /config/metadata/collections.yml + - /config/metadata/decades.yml + - /config/metadata/genres.yml + - /config/metadata/holidays.yml + - /config/metadata/studios.yml + - /config/metadata/suggestions.yml + settings: + missing_path: config/missing + asset_directory: + - config/assets/ + - config/assets/movies + - config/assets/awards + - config/assets/collections + - config/assets/decades + - config/assets/genres + - config/assets/holidays + - config/assets/studios + - config/assets/suggestions + operations: + assets_for_all: false + split_duplicates: false + delete_unmanaged_collections: true +settings: # Can be individually specified per library as well + cache: true + cache_expiration: 60 + asset_folders: true + asset_depth: 3 + create_asset_folders: true + create_asset_directories: true + dimensional_asset_rename: true + sync_mode: sync + delete_below_minimum: true + delete_not_scheduled: false + run_again_delay: 2 + missing_only_released: true + only_filter_missing: false + show_unmanaged: true + show_filtered: true + show_options: true + show_missing: false + show_missing_assets: false + show_missing_season_assets: false + save_missing: false + tvdb_language: eng + ignore_ids: + ignore_imdb_ids: + minimum_items: 1 + default_collection_order: + download_url_assets: true + verify_ssl: true + item_refresh_delay: 0 + asset_directory: config/assets + missing_path: config/missing + playlist_sync_to_users: all + show_missing_episode_assets: true + show_asset_not_needed: true + custom_repo: + prioritize_assets: false + playlist_report: true + check_nightly: false +webhooks: + error: notifiarr + run_start: notifiarr + run_end: notifiarr + changes: notifiarr + version: +plex: # REQUIRED - see https://github.com/meisnate12/Plex-Meta-Manager/wiki/Plex-Attributes + url: http://192.168.1.2:32400/ + token: + timeout: 60 + clean_bundles: true + empty_trash: true + optimize: false +tmdb: # REQUIRED for the script to run - to get a key you must follow https://developers.themoviedb.org/3/getting-started/introduction + apikey: + language: en + cache_expiration: 60 + region: +tautulli: # Can be individually specified per library as well + url: http://192.168.1.2:8181/ + apikey: +omdb: + apikey: + cache_expiration: 60 +mdblist: + apikey: + cache_expiration: 60 +notifiarr: + apikey: +radarr: # Can be individually specified per library as well + url: http://192.168.1.2:7878/ + token: + add_missing: ture + add_existing: false + root_folder_path: /media/movies + monitor: true + availability: released + quality_profile: 1080p + tag: + search: true + radarr_path: + plex_path: +trakt: + client_id: + client_secret: + authorization: + access_token: + token_type: + expires_in: + refresh_token: + scope: public + created_at: diff --git a/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/awards.yml b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/awards.yml new file mode 100644 index 0000000..48d1e54 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/awards.yml @@ -0,0 +1,44 @@ +############################################################## +## Movie Awards Collections ## +## Created by JJJonesJr33 ## +## Version 2.0 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + + +templates: + Awards: + sort_title: +++++++++_<<collection_name>> + url_poster: https://theposterdb.com/api/assets/<<poster>> + # visible_home: range(11/01-02/28) + # visible_shared: range(11/01-02/28) + # schedule: range(11/01-02/28) + collection_mode: hide + collection_order: release.desc + sync_mode: sync + +############################# +## Collections ## +############################# + +collections: + + Award Winning Movies: + template: {name: Awards, poster: 213569} + imdb_list: + - url: "https://www.imdb.com/search/title/?title_type=feature,short,documentary&groups=emmy_winner&sort=year,desc" + - url: "https://www.imdb.com/search/title/?title_type=feature,short,documentary&groups=golden_globe_winner&sort=year,desc" + - url: "https://www.imdb.com/search/title/?title_type=feature,short,documentary&groups=oscar_winner&sort=year,desc" + summary: "A collection of winning movies from the Emmys, Oscars and Golden Globe award ceremonies over the years" diff --git a/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/collections.yml b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/collections.yml new file mode 100644 index 0000000..d3f5a12 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/collections.yml @@ -0,0 +1 @@ + diff --git a/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/decades.yml b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/decades.yml new file mode 100644 index 0000000..f09d5d6 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/decades.yml @@ -0,0 +1,73 @@ +############################################################## +## Dynamic Decade Collections ## +## Created by JJJonesJr33 ## +## Version 2.0 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + Decade: + smart_filter: + any: + decade: <<decade>> + sort_by: release.desc + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: +++++_<<collection_name>> + collection_mode: hide + +############################# +## Collections ## +############################# + +collections: + 2030's Films: + template: {name: Decade, decade: 2030, poster: 213590} + summary: A collection of films during the 2030s + 2020's Films: + template: {name: Decade, decade: 2020, poster: 213589} + summary: A collection of films during the 2020s + 2010's Films: + template: {name: Decade, decade: 2010, poster: 213588} + summary: A collection of films during the 2010s + 2000's Films: + template: {name: Decade, decade: 2000, poster: 213587} + summary: A collection of films during the 2000s + 1990's Films: + template: {name: Decade, decade: 1990, poster: 213586} + summary: A collection of films during the 1990s + 1980's Films: + template: {name: Decade, decade: 1980, poster: 213585} + summary: A collection of films during the 1980s + 1970's Films: + template: {name: Decade, decade: 1970, poster: 213584} + summary: A collection of films during the 1970s + 1960's Films: + template: {name: Decade, decade: 1960, poster: 213583} + summary: A collection of films during the 1960s + 1950's Films: + template: {name: Decade, decade: 1950, poster: 213582} + summary: A collection of films during the 1950s + 1940's Films: + template: {name: Decade, decade: 1940, poster: 213581} + summary: A collection of films during the 1940s + 1930's Films: + template: {name: Decade, decade: 1930, poster: 213580} + summary: A collection of films during the 1930s + 1920's Films: + template: {name: Decade, decade: 1920, poster: 213579} + summary: A collection of films during the 1920s + 1910's Films: + template: {name: Decade, decade: 1910, poster: 213578} + summary: A collection of films during the 1910s diff --git a/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/genres.yml b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/genres.yml new file mode 100644 index 0000000..a0fb595 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/genres.yml @@ -0,0 +1,292 @@ +############################################################## +## Genres Collections ## +## Created by JJJonesJr33 ## +## Version 2.5 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + Dynamic: # mapping name does not matter, just needs to be unique + smart_filter: + all: + genre: <<collection>> + sort_by: release.desc + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++_<<collection_name>> + collection_mode: hide + Genre: + plex_search: + genre: <<genre>> + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++_<<collection_name>> + collection_mode: hide + collection_order: release.desc + Special Genre: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++_<<collection_name>> + collection_mode: hide + collection_order: release.desc + # IMDB Genre: # Has been removed as Plex now includes these genres in it's list + # url_poster: https://theposterdb.com/api/assets/<<poster>> + # sort_title: ++++++++_<<collection_name>> + # collection_mode: hide + # collection_order: release + # imdb_list: + # - "https://www.imdb.com/search/title/?title_type=movie&genres=<<title>>" + IMDB Special Genre: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++_<<collection_name>> + collection_mode: hide + collection_order: release.desc + # imdb_list: + # - url: "https://www.imdb.com/search/title/?title_type=movie&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>" + IMDB Keyword: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++_<<collection_name>> + collection_mode: hide + collection_order: release.desc + # imdb_list: + # - url: "https://www.imdb.com/search/keyword/?title_type=movie&keywords=<<genre>>" + +############################# +## Collections ## +############################# + +collections: + +################################### +## Smart Collections ## +################################### + + Action: + template: {name: Dynamic, collection: Action, poster: 213118} + summary: Action films are a genre wherein physical action takes precedence in the storytelling. The film will often have continuous motion and action including physical stunts, chases, fights, battles, and races. The story usually revolves around a hero that has a goal, but is facing incredible odds to obtain it. + Adult: + template: {name: Dynamic, collection: Adult, poster: } + summary: "New adult (NA) fiction is a developing genre of fiction with protagonists in the 18–30 age bracket." + Adventure: + template: {name: Dynamic, collection: Adventure, poster: 213132} + summary: Adventure films are a genre that revolves around the conquests and explorations of a protagonist. The purpose of the conquest can be to retrieve a person or treasure, but often the main focus is simply the pursuit of the unknown. These films generally take place in exotic locations and play on historical myths. Adventure films incorporate suspenseful puzzles and intricate obstacles that the protagonist must overcome in order to achieve the end goal. + Animation: + template: {name: Dynamic, collection: Animation, poster: 213126} + summary: Animated films are a collection of illustrations that are photographed frame-by-frame and then played in a quick succession. Since its inception, animation has had a creative and imaginative tendency. Being able to bring animals and objects to life, this genre has catered towards fairy tales and children’s stories. However, animation has long been a genre enjoyed by all ages. As of recent, there has even been an influx of animation geared towards adults. Animation is commonly thought of as a technique, thus it’s ability to span over many different genres. + Anime: + template: {name: Dynamic, collection: Anime, poster: 213614} + summary: As a type of animation, anime is an art form that comprises of many genres found in other mediums. + Biography: + template: {name: Dynamic, collection: Biography, poster: 213332} + summary: Biography films are a genre that dramatizes the life of a non-fictional or historically-based person or people. Such films show the life of a historical person and the central character's real name is used. + Children: + template: {name: Dynamic, collection: Children, poster: 241751} + summary: A children's film, or family film, is a film genre that contains children or relates to them in the context of home and family. Children's films are made specifically for children and not necessarily for the general audience, while family films are made for a wider appeal with a general audience in mind. + Comedy: + template: {name: Dynamic, collection: Comedy, poster: 213139} + summary: Comedy is a genre of film that uses humor as a driving force. The aim of a comedy film is to illicit laughter from the audience through entertaining stories and characters. Although the comedy film may take on some serious material, most have a happy ending. Comedy film has the tendency to become a hybrid sub-genre because humor can be incorporated into many other genres. Comedies are more likely than other films to fall back on the success and popularity of an individual star. + Crime: + template: {name: Dynamic, collection: Crime, poster: 213113} + summary: Crime films are a genre that revolves around the action of a criminal mastermind. A Crime film will often revolve around the criminal himself, chronicling his rise and fall. Some Crime films will have a storyline that follows the criminal's victim, yet others follow the person in pursuit of the criminal. This genre tends to be fast paced with an air of mystery – this mystery can come from the plot or from the characters themselves. + Documentary: + template: {name: Dynamic, collection: Documentary, poster: 213141} + summary: Documentary films are a non-fiction genre intended to document reality primarily for the purposes of instruction, education, or maintaining a historical record. + Drama: + template: {name: Dynamic, collection: Drama, poster: 213134} + summary: Drama films are a genre that relies on the emotional and relational development of realistic characters. While Drama film relies heavily on this kind of development, dramatic themes play a large role in the plot as well. Often, these dramatic themes are taken from intense, real life issues. Whether heroes or heroines are facing a conflict from the outside or a conflict within themselves, Drama film aims to tell an honest story of human struggles. + Family: + template: {name: Dynamic, collection: Family, poster: 213109} + summary: Family films are a genre that is contains appropriate content for younger viewers. Family film aims to appeal not only to children, but to a wide range of ages. While the storyline may appeal to a younger audience, there are components of the film that are geared towards adults- such as witty jokes and humor. This genre may fall into many other genres, including comedy, adventure, fantasy, and animated film. + Fantasy: + template: {name: Dynamic, collection: Fantasy, poster: 213123} + summary: Fantasy films are a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + Food: + template: {name: Dynamic, collection: Food, poster: 213351} + summary: Food films are broadly defined, we say it's any film that places the preparation, consumption, or reverence of food in such high prominence that it is impossible—or at least unfair—to consider the movie without it. + History: + template: {name: Dynamic, collection: History, poster: 213100} + summary: History films are a genre that takes historical events and people and interprets them in a larger scale. Historical accuracy is not the main focus, but rather the telling of a grandiose story. The drama of an History films are often accentuated by a sweeping musical score, lavish costumes, and high production value. + Home and Garden: + template: {name: Dynamic, collection: Home and Garden, poster: } + # summary: + Horror: + template: {name: Dynamic, collection: Horror, poster: 213106} + summary: Horror films are a genre that aims to create a sense of fear, panic, alarm, and dread for the audience. These films are often unsettling and rely on scaring the audience through a portrayal of their worst fears and nightmares. Horror films usually center on the arrival of an evil force, person, or event. Many Horror films include mythical creatures such as ghosts, vampires, and zombies. Traditionally, Horror films incorporate a large amount of violence and gore into the plot. Though it has its own style, Horror film often overlaps into Fantasy, Thriller, and Science-Fiction genres. + Indie: + template: {name: Dynamic, collection: Indie, poster: } + summary: An independent film, independent movie, indie film, or indie movie is a feature film or short film that is produced outside the major film studio system, in addition to being produced and distributed by independent entertainment companies (or, in some cases, distributed by major companies). + Mini-Series: + template: {name: Dynamic, collection: Mini-Series, poster: } + summary: A miniseries or mini-series is a movie series that tells a story in a predetermined, limited number of parts. + Musical: + template: {name: Dynamic, collection: Musical, poster: 213095} + summary: A Musical interweaves vocal and dance performances into the narrative of the film. The songs of a film can either be used to further the story or simply enhance the experience of the audience. These films are often done on a grand scale and incorporate lavish costumes and sets. Traditional musicals center on a well-known star, famous for their dancing or singing skills (i.e. Fred Astaire, Gene Kelly, Judy Garland). These films explore concepts such are love and success, allowing the audience to escape from reality. + Mystery: + template: {name: Dynamic, collection: Mystery, poster: 213092} + summary: A Mystery film centers on a person of authority, usually a detective, that is trying to solve a mysterious crime. The main protagonist uses clues, investigation, and logical reasoning. The biggest element in these films is a sense of “whodunit” suspense, usually created through visual cues and unusual plot twists. + News: + template: {name: Dynamic, collection: News, poster: } + # summary: + Romance: + template: {name: Dynamic, collection: Romance, poster: 213090} + summary: "Romance film can be defined as a genre wherein the plot revolves around the love between two protagonists. This genre usually has a theme that explores an issue within love, including but not limited to: love at first sight, forbidden love, love triangles, and sacrificial love. The tone of Romance film can vary greatly. Whether the end is happy or tragic, Romance film aims to evoke strong emotions in the audience." + Science Fiction: + template: {name: Dynamic, collection: Science Fiction, poster: 213085} + summary: Science Fiction (Sci-Fi) films are a genre that incorporates hypothetical, science-based themes into the plot of the film. Often, this genre incorporates futuristic elements and technologies to explore social, political, and philosophical issues. The film itself is usually set in the future, either on earth or in space. Traditionally, a Science Fiction film will incorporate heroes, villains, unexplored locations, fantastical quests, and advanced technology. + Short: + template: {name: Dynamic, collection: Short, poster: 213336} + summary: A collection of Short movies. + Sports: + template: {name: Dynamic, collection: Sport, poster: 213083} + summary: A Sport Film revolves around a sport setting, event, or an athlete. Often, these films will center on a single sporting event that carries significant importance. Sports films traditionally have a simple plot that builds up to the significant sporting event. This genre is known for incorporating film techniques to build anticipation and intensity. Sport films have a large range of sub-genres, from comedies to dramas, and are more likely than other genres to be based true-life events. + Suspense: + template: {name: Dynamic, collection: Suspense, poster: } + summary: Suspense films is a broad film genre that evokes excitement and suspense in the audience. The suspense element found in most films' plots is particularly exploited by the filmmaker in this genre. + Thriller: + template: {name: Dynamic, collection: Thriller, poster: 213079} + summary: Thriller films are a genre that revolves around anticipation and suspense. The aim for Thrillers is to keep the audience alert and on the edge of their seats. The protagonist in these films is set against a problem – an escape, a mission, or a mystery. No matter what sub-genre a Thriller film falls into, it will emphasize the danger that the protagonist faces. The tension with the main problem is built on throughout the film and leads to a highly stressful climax. + Travel: + template: {name: Dynamic, collection: Travel, poster: 213337} + summary: Travel films are a genre that revolves around traveling. + TV Movie: + template: {name: Dynamic, collection: TV Movie, poster: } + summary: A television film (normally referred to as a television movie, made-for-TV movie, or TV movie) is a feature-length motion picture that is produced and originally distributed by or to a television network, in contrast to theatrical films made explicitly for initial showing in movie theaters. + War: + template: {name: Dynamic, collection: War, poster: 213119} + summary: War films are a genre that looks at the reality of war on a grand scale. They often focus on landmark battles as well as political issues within war. This genre usually focuses on a main character and his team of support, giving the audience an inside look into the gritty reality of war. + Western: + template: {name: Dynamic, collection: Western, poster: 213122} + summary: "Western films are a genre that revolves around stories primarily set in the late 19th century in the American Old West. Most Westerns are set between the American Civil War (1865) and the early 1900s. Common themes within Western Film include: the conquest of the wild west, the cultural separation of the East and the West, the West’s resistance to modern change, the conflict between Cowboys and Indians, outlaws, and treasure/gold hunting. American Western Film usually revolves around a stoic hero and emphasizes the importance of honor and sacrifice." + +############################# +## Collections ## +############################# + + Film-Noir: #Added IMDB Genre + template: {name: Genre, genre: Film-Noir, poster: 213339} + imdb_list: + - "https://www.imdb.com/search/title/?title_type=movie&genres=Film-Noir" + summary: "Film noir is a cinematic term used primarily to describe stylish Hollywood crime dramas, particularly those that emphasize cynical attitudes and sexual motivations. Many of the prototypical stories and much of the attitude of classic noir derive from the hardboiled school of crime fiction that emerged in the United States during the Great Depression." + Martial Arts: #Added Trakt List + template: {name: Genre, genre: Martial Arts, poster: 213140} + sort_title: ++++++++_Martial_Arts + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/the-top-250-greatest-martial-arts-movies-of-all-time + summary: Martial Arts films are a sub-genre of action films that feature numerous martial arts combat between characters. These combats are usually the films' primary appeal and entertainment value, and often are a method of storytelling and character expression and development. Martial Arts are frequently featured in training scenes and other sequences in addition to fights. Martial Arts films commonly include other types of action, such as hand-to-hand combat, stuntwork, chases, and gunfights. + Music: #Added Trakt List + template: {name: Genre, genre: Music, poster: 213098} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/music + summary: Music films are genre that revolves around music being an integral part of the characters lives. + Reality: #Added IMDB Genre + template: {name: Genre, genre: Reality, poster: 213345} + imdb_list: + - "https://www.imdb.com/search/keyword/?title_type=movie&genres=Reality-TV" + summary: "Reality is a type of television programming that aims to show how ordinary people behave in everyday life, or in situations, often created by the program makers, which are intended to represent everyday life." + Talk Show: #Added IMDB Genre + template: {name: Genre, genre: Talk Show, poster: 213344} + imdb_list: + - "https://www.imdb.com/search/keyword/?title_type=movie&genres=Talk-Show" + summary: "A talk show (or chat show in British English) is a television programming or radio programming genre structured around the act of spontaneous conversation." + +############################################ +## Special Genre Collections ## +############################################ + + ## Gangster is a static collection list ## + Gangster: + template: {name: Special Genre, poster: 213102} + sort_title: ++++++++_Gangster + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/the-complete-list-of-mafia-gangsters-movies + - https://trakt.tv/users/jjjonesjr33/lists/the-top-250-greatest-organized-crime-gangster-movies-of-all-time + summary: Gangster films are a sub-genre of crime films that center on organized crime or the mafia. Often the plot revolves around the rise and fall of an organized crime leader. Many Gangster films explore the destructive nature of organized crime, while others attempt to show the humanity of the individual characters. + ## Pandemic is a static collection list ## + Pandemic: + template: {name: Special Genre, poster: 213077} + sort_title: ++++++++_Pandemic + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/pandemic-virus-survival-guide + summary: A Pandemic film resolves around widespread viruses, plagues, and diseases. + ## The Stand Up Commedey collection is auto updated ## + Stand Up Comedy: + template: {name: Special Genre, poster: 213081} + sort_title: ++++++++_Stand_Up_Comedy + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/stand-up-comedy + summary: Stand-up comedy is a comedic style in which a comedian performs in front of a live audience, speaking directly to them through a microphone. Comedians give the illusion that they are dialoguing, but in actuality, they are monologuing a grouping of humorous stories, jokes and one-liners, typically called a shtick, routine, act, or set. Some stand-up comedians use props, music or magic tricks to enhance their acts. Stand-up comedians perform quasi-autobiographical and fictionalized extensions of their offstage selves. + ## Sword & Sorcery is a static collection list ## + Sword & Sorcery: + template: {name: Special Genre, poster: 213143} + sort_title: ++++++++_Sword_&_Sorcery + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/sword-and-sorcery-movies + summary: Sword and Sorcery films are a sub-genre of Fantasy that tend to be more plot-driven. These films rely on heavy action and battle scenes. Common themes in Sword and Sorcery films include a rescue mission, saving a princess, and battling a fantastical monster. The worlds and characters in these films are often much less developed than in other fantasy sub-genres. Of all the Fantasy sub-genres, Sword and Sorcery is most likely to be geared towards a younger audience, as many of these films are animated. + + +################################################ +## IMDB Special Genre Collections ## +################################################ + +## Romantic Comedy is a dynamic collection list ## + Romantic Comedy: + sort_title: ++++++++_Romantic_Comedy + template: { name: IMDB Special Genre, poster: 213087} + imdb_list: + - "https://www.imdb.com/search/title/?title_type=movie,&user_rating=5.0,10.0&num_votes=1000,&genres=romance,comedy" + summary: "Romantic Comedy is a genre that attempts to catch the viewer’s heart with the combination of love and humor. This sub-genre is light-hearted and usually places the two protagonists in humorus situation. Romantic-Comedy film revolves around a romantic ideal, such as true love. In the end, the ideal triumphs over the situation or obstacle, thus creating a happy ending." + filters: + genre: Comedy +## Romantic Drama is a dynamic collection list ## + Romantic Drama: + sort_title: ++++++++_Romantic_Drama + template: { name: IMDB Special Genre, poster: 213142} + imdb_list: + - "https://www.imdb.com/search/title/?title_type=movie,&user_rating=5.0,10.0&num_votes=1000,&genres=romance,drama" + summary: "Romantic Drama films are a genre that explores the complex side of love. The plot usually centers around an obstacle that is preventing love between two people. The obstacles in Romantic Drama film can range from a family's disapproval, to forbidden love, to one's own psychological restraints. Many Romantic Dramas end with the lovers separating because of the enormity of the obstacle, the realization of incompatibility, or simply because of fate." + filters: + genre: Drama + +############################################ +## IMDB Keyword Collections ## +############################################ + +## Disaster is a dynamic collection list ## + Disaster: + template: {name: IMDB Keyword, poster: 213112} + imdb_list: + - "https://www.imdb.com/search/keyword/?title_type=movie&keywords=disaster-film" + summary: A disaster movie is a film genre that has an impending or ongoing disaster as its subject and primary plot device. Such disasters may include natural disasters, accidents, military/terrorist attacks or global catastrophes such as a pandemic. +## Slasher is a dynamic collection list ## + Slasher: + template: {name: IMDB Keyword, poster: 213358} + imdb_list: + - "https://www.imdb.com/search/keyword/?title_type=movie&keywords=slasher" + summary: A Slasher films are a subgenre of horror films involving a killer murdering a group of people, usually by use of bladed tools. +## Superhero is a dynamic collection list ## + Superhero: + template: {name: IMDB Keyword, poster: 213341} + imdb_list: + - "https://www.imdb.com/search/keyword/?keywords=superhero&title_type=movie" + summary: "A superhero film (or superhero movie) is a film that focuses on the actions of superheroes: individuals who usually possess extraordinary – generally superhuman – abilities and are dedicated to protecting the public." +## Spy is a dynamic collection list ## + Spy: + template: {name: IMDB Keyword, poster: 213615} + imdb_list: + - "https://www.imdb.com/search/keyword/?title_type=movie&keywords=spy,espionage" + summary: The spy film genre, also known sometimes as an espionage film, deals with the subject of fictional espionage, either in a realistic way. +## Spy is a dynamic collection list ## + Competition: + template: {name: IMDB Keyword, poster: 213616} + imdb_list: + - "https://www.imdb.com/search/keyword/?title_type=movie&keywords=competition" + summary: "Competition is a rivalry where two or more parties strive for a common goal which cannot be shared: where one's gain is the other's loss." diff --git a/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/holidays.yml b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/holidays.yml new file mode 100644 index 0000000..0284235 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/holidays.yml @@ -0,0 +1,115 @@ +############################################################## +## Holiday Collections ## +## Created by JJJonesJr33 ## +## Version 2.0 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + Holiday: + sort_title: +++++++_<<collection_name>> + url_poster: <<poster>> + collection_order: release.desc + collection_mode: hide + delete_not_scheduled: false + run_again: true + visible_home: true + visible_shared: true + sync_mode: sync + +############################# +## Collections ## +############################# + +# FYI: To set the collections on a schedule to where they don't show all year long uncomment "schedule" and and change "delete_not_scheduled:" to "true" + +collections: + Christmas: #IMDB lists have been removed as they have all been merged into christmas-static-list + template: {name: Holiday, holiday: "Christmas", poster: https://theposterdb.com/api/assets/212635} + visible_home: range(12/01-12/31) + visible_shared: range(12/01-12/31) + #schedule: range(12/01-12/31) + sort_title: +++++++_Christmas + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/christmas + - https://trakt.tv/users/jjjonesjr33/lists/christmas-static-list + summary: This collection revolves around the plot involving Christmas. + Halloween: + template: {name: Holiday, holiday: "Halloween", poster: https://theposterdb.com/api/assets/212637} + visible_home: range(10/01-10/31) + visible_shared: range(10/01-10/31) + #schedule: range(10/01-10/31) + sort_title: +++++++_Halloween + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/halloween + summary: This collection revolves around the plot involving Halloween. + New Year's Eve Movies: + template: {name: Holiday, holiday: "New Year's Eve", poster: https://i.imgur.com/YCYXhAX.png} + visible_home: range(12/26-01/05) + visible_shared: range(12/26-01/05) + #schedule: range(12/26-01/05) + sort_title: +++++++_New Year + imdb_list: + - https://www.imdb.com/list/ls066838460/ + summary: This collection revolves around the plot involving New Year's Eve. + Independence Day: + template: {name: Holiday, holiday: "Independence Day", poster: https://theposterdb.com/api/assets/240645} + visible_home: range(07/01-07/05) + visible_shared: range(07/01-07/05) + #schedule: range(07/01-07/05) + sort_title: +++++++_Independence Day + imdb_list: + - https://www.imdb.com/list/ls552600367/ + summary: This collection revolves around the plot involving New Year's Eve. + Valentine's Day Movies: + template: {name: Holiday, holiday: "Valentine's Day", poster: https://theposterdb.com/api/assets/212641} + visible_home: range(02/01-02/14) + visible_shared: range(02/01-02/14) + #schedule: range(02/01-02/14) + sort_title: +++++++_Valentine + imdb_list: + - https://www.imdb.com/list/ls000094398/ + - https://www.imdb.com/list/ls057783436/ + - https://www.imdb.com/list/ls064427905/ + summary: This collection revolves around the plot involving Valentine's Day. + St. Patrick's Day Movies: + template: {name: Holiday, holiday: "St. Patrick's Day", poster: https://theposterdb.com/api/assets/240644} + visible_home: range(03/01-03/17) + visible_shared: range(03/01-03/17) + #schedule: range(03/01-03/17) + sort_title: +++++++_St Patrick + imdb_list: + - https://www.imdb.com/list/ls063934595/ + summary: This collection revolves around the plot involving St. Patrick's Day. + Thanksgiving Movies: + template: {name: Holiday, holiday: Thanksgiving, poster: https://theposterdb.com/api/assets/212638} + visible_home: range(11/01-11/31) + visible_shared: range(11/01-11/31) + #schedule: range(11/01-11/31) + sort_title: +++++++_Thanksgiving + imdb_list: + - https://www.imdb.com/list/ls000835734/ + - https://www.imdb.com/list/ls091597850/ + summary: This collection revolves around the plot involving Thanksgiving. + Easter Movies: + template: {name: Holiday, holiday: Easter, poster: https://theposterdb.com/api/assets/212636} + visible_home: range(3/22-4/25) + visible_shared: range(3/22-4/25) + #schedule: range(3/22-4/25) + sort_title: +++++++_Easter + imdb_list: + - https://www.imdb.com/list/ls062665509/ + - https://www.imdb.com/list/ls051733651/ + summary: This collection revolves around the plot involving Easter. diff --git a/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/studios.yml b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/studios.yml new file mode 100644 index 0000000..b92611c --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/studios.yml @@ -0,0 +1,150 @@ +############################## +## Studio Collections ## +############################## + +########################################################## +## User/Config Credits ## +## Giving Credit Where Credit is Due ## +## JJJonesJr33 ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +########################################################## + +############################ +## Studio Templates ## +############################ + +templates: + Studio: + optional: + - company + tmdb_company: <<company>> + sort_title: ++++++_<<collection_name>> + collection_order: alpha + collection_mode: hide + sync_mode: sync + +#################################### +## Collections Lists ## +#################################### + +# FYI: To allow for Studio collections to be created you must have TMDB API in the core config setup first. + +# collections: + + # NBCUniversal: + # template: { name: Studio, company: + # ViacomCBS: + # template: { name: Studio, company: + # WarnerMedia: + # template: { name: Studio, company: + # The Walt Disney Company: + # template: { name: Studio, company: + # Sony: + # template: { name: Studio, company: + # Lionsgate: + # template: { name: Studio, company: + # MGM Holdings: + # template: { name: Studio, company: + + + # Lucasfilm: + # template: { name: Studio, company: 1} + # Walt Disney Pictures: + # template: { name: Studio, company: 2} + # Pixar: + # template: { name: Studio, company: 3} + # Paramount: + # template: { name: Studio, company: 4} + # Columbia Pictures: + # template: { name: Studio, company: 5} + # RKO Radio Pictures: + # template: { name: Studio, company: 6} + # DreamWorks Pictures: + # template: { name: Studio, company: "7, 521" } + # Fine Line Features: + # template: { name: Studio, company: 8} + # WingNut Films: + # template: { name: Studio, company: 11} + # New Line Cinema: + # template: { name: Studio, company: 12} + # Miramax: + # template: { name: Studio, company: 14} + # Warner Bros. Entertainment: + # template: { name: Studio, company: 17} + # Metro-Goldwyn-Mayer: + # template: { name: Studio, company: 21} + # Imagine Entertainment: + # template: { name: Studio, company: 23} + # 20th Century Fox: + # template: { name: Studio, company: 25} + # Universal Pictures: + # template: { name: Studio, company: 33} + # Sony Pictures: + # template: { name: Studio, company: 34} + # Lions Gate Films: + # template: { name: Studio, company: 35} + # Orion Pictures: + # template: { name: Studio, company: 41} + # Fox Searchlight Pictures: + # template: { name: Studio, company: 43} + # Amblin Entertainment: + # template: { name: Studio, company: 56} + # Sony Pictures Classics: + # template: { name: Studio, company: 58} + # A Band Apart: + # template: { name: Studio, company: 59} + # United Artists: + # template: { name: Studio, company: 60} + # Village Roadshow Pictures: + # template: { name: Studio, company: 79} + # Plan B Entertainment: + # template: { name: Studio, company: 81} + # Castle Rock Entertainment: + # template: { name: Studio, company: 97} + # Marvel Studios: + # template: { name: Studio, company: 420} + # Aardman: + # template: { name: Studio, company: 297} + # Blue Sky: + # template: { name: Studio, company: 9383} + # Illumination Entertainment: + # template: { name: Studio, company: 6704} + # Studio Ghibli: + # template: { name: Studio, company: 10342} + # Sony Pictures Animation: + # template: { name: Studio, company: 2251} + # Warner Animation Group: + # template: { name: Studio, company: 25120} + # Walt Disney Animation Studios: + # template: { name: Studio, company: 6125} + # Walt Disney Productions: + # template: { name: Studio, company: 3166} + # Warner Bros. Pictures: + # template: { name: Studio, company: 174} + # Walt Disney Studios: + # template: { name: Studio, company: 109755} + # 20th Century Studios: + # template: { name: Studio, company: 127928} + # TriStar Pictures: + # template: { name: Studio, company: 559} + # Paramount Pictures: + # template: { name: Studio, company: 107355} + # RatPac-Dune Entertainment: + # template: { name: Studio, company: 444} + # Legendary Entertainment: + # template: { name: Studio, company: 923} + # Relativity Media: + # template: { name: Studio, company: 7295} + # LionsGate: + # template: { name: Studio, company: "1632, 85885"} + # MGM Home Entertainment: + # template: { name: Studio, company: 6434} + # MGM Television: + # template: { name: Studio, company: 2230} + # BBC Films: + # template: { name: Studio, company: 288} + # NBCUniversal: + # template: { name: Studio, company: 26559} + # Universal Television: + # template: { name: Studio, company: 26727} diff --git a/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/suggestions.yml b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/suggestions.yml new file mode 100644 index 0000000..c054704 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/suggestions.yml @@ -0,0 +1,110 @@ +############################################################## +## Suggestions Collections ## +## Created by JJJonesJr33 ## +## Version 2.0 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + Suggestion: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++++_<<collection_name>> + collection_mode: hide + collection_order: release.desc + # visible_home: range(01/01-12/31) + # visible_shared: range(01/01-12/31) + sync_mode: sync + Tautulli: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++++_<<collection_name>> + collection_mode: hide + collection_order: alpha + sync_mode: sync + +############################# +## Collections ## +############################# + +collections: + +################# +## Trakt ## +################# + + Trending: + template: {name: Suggestion, poster: 213570} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/trakt-trending + summary: "Movies Trending across the internet" + + Popular: + template: {name: Suggestion, poster: 213575} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/trakt-top-weekly + summary: "A collection of the most watched movies over the past week." + + Recommended: + template: {name: Suggestion, poster: 213604} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/top-20-movies-of-the-week + visible_home: range(01/01-12/31) + visible_shared: range(01/01-12/31) + summary: "Recommended Top Movies of the Week" + + Newly Released: + template: {name: Suggestion, poster: 213599} + url_poster: https://theposterdb.com/api/assets/213599 + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/newly-released + visible_home: range(01/01-12/31) + visible_shared: range(01/01-12/31) + summary: "A collection of newly-released movies in cinema and on streaming services." + +################## +## IMDb ## +################## + + Top Rated: + template: {name: Suggestion, poster: 213605} + imdb_list: + - https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc&title_type=movie + summary: Top Rated Movies + +###################### +## Tautulli ## +###################### + + People Watching: + template: {name: Tautulli, poster: 213600} + tautulli_watched: + list_days: 30 + list_size: 10 + list_buffer: 20 + summary: Most Watched Movies from all the users on Plex + + # New Episodes + # url_poster: https://theposterdb.com/api/assets/213598 + + # Recently Added + # url_poster: https://theposterdb.com/api/assets/213601 + + # Recently Aired + # url_poster: https://theposterdb.com/api/assets/213602 + + # Recently Released + # url_poster: https://theposterdb.com/api/assets/213603 + + # Top Rated + # url_poster: https://theposterdb.com/api/assets/213605 diff --git a/JJJonesJr33/Plex-Meta-Manager-TV/README.md b/JJJonesJr33/Plex-Meta-Manager-TV/README.md new file mode 100644 index 0000000..e88dd47 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-TV/README.md @@ -0,0 +1,3 @@ +**Multiple Instances** (Advanced Setup) + +To set them up copy ```Plex-Meta-Manager-Anime```, ```Plex-Meta-Manager-Movies```, and ```Plex-Meta-Manager-TV``` to their each own docker container location and edit the config.yml in each to match your settings. To run the containers, open a terminal window for each, and use the following command ```python plex_meta_manager.py -r``` diff --git a/JJJonesJr33/Plex-Meta-Manager-TV/config.yml b/JJJonesJr33/Plex-Meta-Manager-TV/config.yml new file mode 100644 index 0000000..2947256 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-TV/config.yml @@ -0,0 +1,98 @@ +## This file is a template remove the .template to use the file + +libraries: # Library mappings must have a colon (:) placed after them + TV Shows: + library_name: TV Shows + metadata_path: + - /config/metadata/suggestions.yml + - /config/metadata/networks.yml + - /config/metadata/kids.yml + settings: + missing_path: config/missing + asset_directory: + - config/assets/ + - config/assets/kids + - config/assets/networks + - config/assets/suggestions + operations: + assets_for_all: false + split_duplicates: false + delete_unmanaged_collections: true +settings: # Can be individually specified per library as well + cache: true + cache_expiration: 60 + asset_folders: true + asset_depth: 3 + create_asset_folders: true + create_asset_directories: true + dimensional_asset_rename: true + sync_mode: sync + delete_below_minimum: true + delete_not_scheduled: false + run_again_delay: 2 + missing_only_released: true + only_filter_missing: false + show_unmanaged: true + show_filtered: true + show_options: true + show_missing: false + show_missing_assets: false + show_missing_season_assets: false + save_missing: false + tvdb_language: eng + ignore_ids: + ignore_imdb_ids: + minimum_items: 1 + default_collection_order: + download_url_assets: true + verify_ssl: true + item_refresh_delay: 0 + asset_directory: config/assets + missing_path: config/missing + playlist_sync_to_users: all + show_missing_episode_assets: true + show_asset_not_needed: true + custom_repo: + prioritize_assets: false + playlist_report: true + check_nightly: false +webhooks: + error: notifiarr + run_start: notifiarr + run_end: notifiarr + changes: notifiarr + version: +plex: # REQUIRED - see https://github.com/meisnate12/Plex-Meta-Manager/wiki/Plex-Attributes + url: http://192.168.1.2:32400/ + token: + timeout: 60 + clean_bundles: true + empty_trash: true + optimize: false +tmdb: # REQUIRED for the script to run - to get a key you must follow https://developers.themoviedb.org/3/getting-started/introduction + apikey: + language: en + cache_expiration: 60 + region: +tautulli: # Can be individually specified per library as well + url: http://192.168.1.2:8181/ + apikey: +omdb: + apikey: + cache_expiration: 60 +notifiarr: + apikey: +anidb: # Not required for AniDB builders unless you want mature content + username: + password: + language: en +trakt: + client_id: + client_secret: + authorization: + access_token: + token_type: + expires_in: + refresh_token: + scope: public + created_at: diff --git a/JJJonesJr33/Plex-Meta-Manager-TV/metadata/kids.yml b/JJJonesJr33/Plex-Meta-Manager-TV/metadata/kids.yml new file mode 100644 index 0000000..c9c6261 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-TV/metadata/kids.yml @@ -0,0 +1,78 @@ +############################################################## +## Saturday Morning Collections ## +## Created by JJJonesJr33 ## +## Version 2.0 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + programming: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: +++++++_<<collection_name>> + collection_mode: hide + sync_mode: sync + +############################# +## Collections ## +############################# + +# FYI: To allow for Network collections to be created you must have TMDB API in the core config setup first. + +collections: + ABC Kids: + template: {name: programming, poster: 215338} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/abc-kids + summary: "ABC Kids (originally titled Disney's One Saturday Morning until 2002) was a Saturday morning children's programming block that aired on ABC from September 13, 1997 to August 27, 2011. It featured a mixture of animated and live-action series from Walt Disney Television Animation and Disney Channel, aimed at children between the ages of 6 and 12. This was the only time Disney Channel content aired on over-the-air TV." + Cartoon Cartoons: + template: {name: programming, poster: 215329} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/cartoon-cartoons + summary: "Cartoon Cartoons is a collective name used by Cartoon Network for their original animated television series originally aired between 1995 and 2003 and produced in majority by Hanna-Barbera and/or Cartoon Network Studios. Beginning with its inception into cable broadcasting on October 1, 1992, Cartoon Network had focused its programming on reruns of older animated series which it had acquired through its parent company's film library." + Disney Afternoon: + template: {name: programming, poster: 215331} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/disney-afternoon + summary: "The Disney Afternoon's block had four half-hour segments, each of which contained an animated series. As each season ended, the lineup would shift - the remaining three would move up a time slot and a new show would be added to the end. The Disney Afternoon itself featured unique animated segments consisting of its opening and wrappers around the cartoon shows." + Disney's One Saturday Morning: + template: {name: programming, poster: 215333} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/disney-s-one-saturday-morning + summary: "Commercial Free Weekend Mornings (formerly called Toonin' Saturdays from 2011 to 2012, Disney Channel Saturday Mornings from 2012 to 2014, Get Animated from 2017 to 2018, and Animation Cram Session from 2018 to 2019) is a weekend program block on the Disney Channel in the United States, consisting of Saturday morning cartoons." + Disney's One Too: + template: {name: programming, poster: 215336} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/disney-s-one-too + summary: "Disney's One Too (later known as Disney's Animation Weekdays) was a two-hour Sunday-to-Friday children's programming block that aired on UPN from September 6, 1999 to August 31, 2003. A spin-off of the Disney's One Saturday Morning block on ABC (which is owned by The Walt Disney Company), it featured animated series from Disney Television Animation aimed at children between the ages of 6 and 11." + Fox Kids: + template: {name: programming, poster: 215341} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/fox-kids + summary: + SNICK: + template: {name: programming, poster: 215348} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/snick + summary: "SNICK (short for Saturday Night Nickelodeon) was a two-hour programming block on the American cable television network Nickelodeon, geared toward older (preteen to teen) audiences, that ran from August 15, 1992 until January 29, 2005. It was aired on Saturdays starting at 8 p.m and ending at 10 p.m. ET. In 2005, SNICK was revamped as the Saturday night edition of TEENick. Nickelodeon continues to run a Saturday night programming block today, though since the TEENick name was removed from the lineup in February 2009, the block no longer goes by any name." + UPN Kids: + template: {name: programming, poster: 215345} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/upn-kids + summary: "UPN Kids launched on September 10, 1995 with a one-hour block of cartoons consisting of Space Strikers and Teknoman. It was a joint partnership between UPN and Saban Entertainment.[1] Unlike NBC, ABC, CBS, Fox and The WB (the latter of which debuted its own children's program block, Kids' WB, the day before UPN Kids made its debut), UPN ran its weekend morning children's programs on Sundays instead of Saturdays." + Kids' WB: + template: {name: programming, poster: 215343} + trakt_list: + - https://trakt.tv/users/jjjonesjr33/lists/kids-wb + summary: diff --git a/JJJonesJr33/Plex-Meta-Manager-TV/metadata/networks.yml b/JJJonesJr33/Plex-Meta-Manager-TV/metadata/networks.yml new file mode 100644 index 0000000..a42fe6a --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-TV/metadata/networks.yml @@ -0,0 +1,139 @@ +############################################################## +## Network Collections ## +## Created by JJJonesJr33 ## +## Version 1.5 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + network: + optional: + - network + tmdb_network: <<network>> + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: <<collection_name>> + collection_mode: hide + sync_mode: sync + +############################# +## Collections ## +############################# + +# FYI: To allow for Network collections to be created you must have TMDB API in the core config setup first. + +collections: + A&E: + template: { name: network, network: 129, poster: 212620} + ABC: + template: { name: network, network: "2, 75, 2791", poster: 204735} + Adult Swim: + template: { name: network, network: 80, poster: 204736} + AMC: + template: { name: network, network: "174, 4661", poster: 204737} + Apple TV+: + template: { name: network, network: "2552, 1932", poster: 204738} + BBC: + template: { name: network, network: "100, 1155, 375, 493, 3546, 4, 332, 3, 126, 317", poster: 204739} + BET: + template: { name: network, network: 24, poster: 212646} + Bravo: + template: { name: network, network: 74, poster: 204740} + Cartoon Network: + template: { name: network, network: 56, poster: 204731} + CBS: + template: { name: network, network: "16, 1709, 2621", poster: 204730} + Cinemax: + template: { name: network, network: 359, poster: 204732} + Comedy Central: + template: { name: network, network: 47, poster: 204743} + Dave: + template: { name: network, network: 388, poster: 204728} + Disney+: + template: { name: network, network: 2739, poster: 204745} + Disney Channel: + template: { name: network, network: 142, poster: 212622} + Disney XD: + template: { name: network, network: 44, poster: 212645} + Disney Junior: + template: { name: network, network: 2991, poster: 212623} + Discovery: + template: { name: network, network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741", poster: 212621} + E!: + template: { name: network, network: 76, poster: 212644} + ESPN: + template: { name: network, network: "29, 70, 4132", poster: 212624} + FOX: + template: { name: network, network: "19, 2686, 875, 45, 87, 131, 2317, 243, 2320", poster: 204746} + Freeform: + template: { name: network, network: 1267, poster: 212625} + FX: + template: { name: network, network: 88, poster: 212627} + Hallmark: + template: { name: network, network: 384, poster: 204747} + HBO: + template: { name: network, network: "49, 5484, 5485, 3186, 2593", poster: 204710} + Hulu: + template: { name: network, network: 453, poster: 204711} + HGTV: + template: { name: network, network: 210, poster: 212628} + National Geographic: + template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476", poster: 212630} + ITV: + template: { name: network, network: "9, 149, 1159, 261, 590", poster: 204712} + Lifetime: + template: { name: network, network: "34, 1072", poster: 204713} + MTV: + template: { name: network, network: 33, poster: 204714} + NBC: + template: { name: network, network: "6, 413", poster: 204715} + Netflix: + template: { name: network, network: 213, poster: 204716} + Nickelodeon: + template: { name: network, network: 13, poster: 204717} + Paramount+: + template: { name: network, network: "4330, 2076" , poster: 204718} + PBS: + template: { name: network, network: "14, 122, 2354" , poster: 204719} + Peacock: + template: { name: network, network: 3353, poster: 212631} + Prime: + template: { name: network, network: 1024, poster: 204721} + Showtime: + template: { name: network, network: 67, poster: 204720} + Sky: + template: { name: network, network: 214, poster: 204722} + Starz: + template: { name: network, network: "318, 758", poster: 204723} + Syfy: + template: { name: network, network: 77, poster: 204724} + Shudder: + template: { name: network, network: 2949, poster: 212643} + TBS: + template: { name: network, network: 68, poster: 204729} + The CW: + template: { name: network, network: 71, poster: 204744} + Warner Bros.: + template: { name: network, network: 21, poster: 212632} + TLC: + template: { name: network, network: 84, poster: 204725} + TruTV: + template: { name: network, network: 364, poster: 204726} + USA: + template: { name: network, network: 30, poster: 204733} + TNT: + template: { name: network, network: 41, poster: 212634} + YouTube: + template: { name: network, network: "247, 1436", poster: 212633} + diff --git a/JJJonesJr33/Plex-Meta-Manager-TV/metadata/suggestions.yml b/JJJonesJr33/Plex-Meta-Manager-TV/metadata/suggestions.yml new file mode 100644 index 0000000..6744113 --- /dev/null +++ b/JJJonesJr33/Plex-Meta-Manager-TV/metadata/suggestions.yml @@ -0,0 +1,93 @@ +############################################################## +## Suggestions Collections ## +## Created by JJJonesJr33 ## +## Version 2.0 ## +############################################################## +############################################################## +## ## +## User/Config Credits - Special Thanks ## +## ## +## Yozora, Bullmoose20, & Sohjiro ## +## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ## +## meisnate12, TheUnchainedZebra, Evil Tacctician ## +## ## +############################################################## + +####################### +## Templates ## +####################### + +templates: + suggestion: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++++_<<collection_name>> + collection_mode: hide + sync_mode: sync + Tautulli: + url_poster: https://theposterdb.com/api/assets/<<poster>> + sort_title: ++++++++++_<<collection_name>> + collection_mode: hide + collection_order: alpha + sync_mode: sync + +############################# +## Collections ## +############################# + +collections: + +################ +## Plex ## +################ + + Recently Aired: + template: { name: suggestion, poster: 213602} + smart_filter: + all: + episode_air_date: 7 + sort_by: episode_added.desc + summary: Episodes that have aired within the last week. + + New Episodes: + template: { name: suggestion, poster: 213598} + smart_filter: + all: + episode_added: 7 + sort_by: episode_added.desc + summary: Episodes that have been added within the last week. + + Recently Added: + template: { name: suggestion, poster: 213601} + smart_filter: + all: + added: 7 + sort_by: added.desc + summary: Shows that have been added within the last week. + + +###################### +## Tautulli ## +###################### + + People Watching: + template: {name: Tautulli, poster: 213600} + tautulli_watched: + list_days: 30 + list_size: 10 + list_buffer: 20 + summary: Most Watched Movies from all the users on Plex + + # New Episodes + # url_poster: https://theposterdb.com/api/assets/213598 + + # Recently Added + # url_poster: https://theposterdb.com/api/assets/213601 + + # Recently Aired + # url_poster: https://theposterdb.com/api/assets/213602 + + # Recently Released + # url_poster: https://theposterdb.com/api/assets/213603 + + # Top Rated + # url_poster: https://theposterdb.com/api/assets/213605 diff --git a/JJJonesJr33/README.md b/JJJonesJr33/README.md new file mode 100644 index 0000000..b5ed76c --- /dev/null +++ b/JJJonesJr33/README.md @@ -0,0 +1,48 @@ +**Proper Movie, TV Shows, and Anime configs for Single PMM Instance & Multiple PMM Instances Setup** +______________________________________________________________________________________________________________________ +**NOTICE 5/31/2022** - Overlays have been temporarily removed until I am able to update for the latest PMM release. +______________________________________________________________________________________________________________________ +**TPDB**: You can find all my poasters at [**The Poster Database**](https://theposterdb.com/user/jjjonesjr33) + +Have questions, or need support for one of my configs? Get ahold of me via direct message on discord - `JJJonesJr33#0001` + +Also if you want to check out all the other things I do follow me on my [**Socials**](https://jjjonesjr33.com/) +______________________________________________________________________________________________________________________ +**PLEX META MANAGER**: For all other PMM related questions or issues, join the [**PMM Discord Server**](https://discord.gg/uvXgYS73Qf) +______________________________________________________________________________________________________________________ +**Single Instance** (Simple Setup) + +If you are using a single instance of PMM - Copy everything in ```Plex-Meta-Manager-All``` to your docker container location and edit the config.yml to match your settings. Then run the container, open a terminal window, and use the following command ```python plex_meta_manager.py -r``` + + +**Multiple Instances** (Advanced Setup) + +The way I have my PMM setup is via mutiple docker containers in Unraid. I have one for **Anime**, **Movies**, and **TV Shows**. The reason this was done was to speed up the process for each main category. On smaller collections this may not be as necessarily, however for larger collections like mine this is a must. To set them up copy ```Plex-Meta-Manager-Anime```, ```Plex-Meta-Manager-Movies```, and ```Plex-Meta-Manager-TV``` to their each own docker container location and edit the config.yml in each to match your settings. To run the containers, open a terminal window for each, and use the following command ```python plex_meta_manager.py -r``` + + +**Unraid Setup** +<br> +![Unraid (Updated)](https://user-images.githubusercontent.com/29973406/172029302-90e7249b-803e-4724-894a-da4784fd5ab5.png) +<br> +**Anime Collections Preview**: <br> +![Anime (Updated)](https://user-images.githubusercontent.com/29973406/171267124-09064e96-ce22-4c89-affd-dc1b1a61e6f1.png) +<br> +**Movie Collections Preview**: <br> +![Movies (Updated)](https://user-images.githubusercontent.com/29973406/171275735-2b85aaf8-db28-4de9-b2e1-e8d0cd92f5ca.png) +<br> +**Movie Collections 4K Preview**: <br> +![Movies 4K (Updated)](https://user-images.githubusercontent.com/29973406/171275782-96c8e20b-7bbd-402b-b7fc-3ae9a7204bdd.png) +<br> +**TV Shows Collections Preview**: <br> +![TV](https://user-images.githubusercontent.com/29973406/171267202-af90b4d3-d2b5-4d18-a5c9-923d7c7c79ff.png) +<br> + +Special thanks to the PMM users and their configs that I drew inspiration from +<br> +**Bullmoose20**, **Cpt-Kuesel**, **Evil Tacctician**, **Glasti1**, **Hiren-Z**, **Meisnate12**, **OhMyBahGosh**, **Sohjiro**, **TheUnchainedZebra**, **Tuxpeople**, & **Yozora** + +The users who created, supported, and helped with creating posters +<br> +**Evil Tacctician**, **Mikenobbs**, & **Yozora** + +And all the users of Reddit who have contributed to the cause! :D diff --git a/JJJonesJr33/TV (Updated).png b/JJJonesJr33/TV (Updated).png new file mode 100644 index 0000000..c52d7b3 Binary files /dev/null and b/JJJonesJr33/TV (Updated).png differ diff --git a/JJJonesJr33/Unraid.png b/JJJonesJr33/Unraid.png new file mode 100644 index 0000000..95fc5c7 Binary files /dev/null and b/JJJonesJr33/Unraid.png differ diff --git a/Khak1s/Movies/Charts.yml b/Khak1s/Movies/Charts.yml new file mode 100644 index 0000000..fd69029 --- /dev/null +++ b/Khak1s/Movies/Charts.yml @@ -0,0 +1,82 @@ +templates: + Chart: + url_poster: https://raw.githubusercontent.com/bradmartti/Plex-Meta-Manager-Configs/master/bradmartti/Posters/Charts/<<poster>>.jpg + sort_title: +00<<num>><<collection_name>> + RT: + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<year>> + sort_title: +007 Best of <<year>> + url_poster: https://raw.githubusercontent.com/bradmartti/Plex-Meta-Manager-Configs/master/bradmartti/Posters/Charts/RT_<<poster>>-dark.jpg + sync_mode: sync + summary: Rotten Tomatoes Best Movies of <<year>> + smart_label: audience_rating.desc + Trakt: + sync_mode: sync + collection_order: custom + collection_mode: hide + visible_library: <<library>> + visible_home: <<home>> + visible_shared: <<shared>> + summary: trakt.tv - <<summary>> + radarr_add: <<a>> + radarr_search: <<s>> + radarr_monitor: <<m>> +collections: +# Recents + Recently Added: + template: { name: Chart, poster: Recently_Added-yellow-dark, num: 1 } + smart_filter: + sort_by: added.desc + all: + added: 7 + Recently Released: + template: { name: Chart, poster: Recently_Released-yellow-dark, num: 2 } + smart_filter: + sort_by: release.desc + all: + release: 30 +# Trakt + Trending Movies Right Now: + trakt_chart: + chart: trending + limit: 100 + template: + - { name: Trakt, library: true, home: true, shared: true, summary: Trending movies right now., a: false, s: false, m: false } + - { name: Chart, poster: Trakt_Trending-dark, num: 3 } + Popular Movies This Week: + trakt_chart: + chart: watched + time_period: weekly + limit: 150 + template: + - { name: Trakt, library: false, home: false, shared: false, summary: The most watched movies for the last 7 days. Sorted by number of unique watchers., a: false, s: false, m: false } + - { name: Chart, poster: Trakt_Weekly-dark, num: 4 } + Popular Movies This Year: + trakt_chart: + chart: watched + time_period: yearly + limit: 200 + template: + - { name: Trakt, library: true, home: true, shared: true, summary: The most watched movies for the last year. Sorted by number of unique watchers., a: false, s: false, m: false } + - { name: Chart, poster: Trakt_Yearly-dark, num: 5 } + Box Office: + trakt_boxoffice: true + template: + - { name: Trakt, library: false, home: false, shared: false, summary: Top 10 grossing movies in the U.S. box office last weekend. Updated every Monday morning., a: true, s: true, m: true } + - { name: Chart, poster: Box_Office-dark, num: 6 } +# Best of + Best of 2018: + template: { name: RT, year: 2018, poster: 18 } + Best of 2019: + template: { name: RT, year: 2019, poster: 19 } + Best of 2020: + template: { name: RT, year: 2020, poster: 20 } + Best of 2021: + template: { name: RT, year: 2021, poster: 21 } + Best of 2022: + template: { name: RT, year: 2022, poster: 22 } +# IMDB Top 250 + IMDB Top 250: + imdb_chart: top_movies + template: { name: Chart, poster: Top_250-darker, num: 8 } + summary: IMDb Top 250 as rated by regular IMDb voters. + collection_order: custom diff --git a/Khak1s/Movies/Genre.yml b/Khak1s/Movies/Genre.yml new file mode 100644 index 0000000..0e1067d --- /dev/null +++ b/Khak1s/Movies/Genre.yml @@ -0,0 +1,149 @@ +###################################################### +# Movie Collections # +###################################################### + +############################################ +# User/Config Credits # +# Give Credit Where Credit is Due # +# JJJonesJr33 # +# Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople # +############################################ + +########################### +# Templates # +########################### +templates: + Genre: + plex_search: + genre: <<genre>> + url_poster: <<poster>> + sort_title: +++++++_<<collection_name>> + collection_order: alpha + + Special Genre: + url_poster: <<poster>> + sort_title: <<collection_name>> + collection_order: release +collections: +########################### +# Genre Collections # +########################### + Action: + template: {name: Genre, genre: Action, poster: https://theposterdb.com/api/assets/52018} + summary: Action film is a genre wherein physical action takes precedence in the storytelling. The film will often have continuous motion and action including physical stunts, chases, fights, battles, and races. The story usually revolves around a hero that has a goal, but is facing incredible odds to obtain it. + Adventure: + template: {name: Genre, genre: Adventure, poster: https://theposterdb.com/api/assets/52218} + summary: Adventure film is a genre that revolves around the conquests and explorations of a protagonist. The purpose of the conquest can be to retrieve a person or treasure, but often the main focus is simply the pursuit of the unknown. These films generally take place in exotic locations and play on historical myths. Adventure films incorporate suspenseful puzzles and intricate obstacles that the protagonist must overcome in order to achieve the end goal. + Animation: + template: {name: Genre, genre: Animation, poster: https://theposterdb.com/api/assets/120090} + summary: Animated film is a collection of illustrations that are photographed frame-by-frame and then played in a quick succession. Since its inception, animation has had a creative and imaginative tendency. Being able to bring animals and objects to life, this genre has catered towards fairy tales and children’s stories. However, animation has long been a genre enjoyed by all ages. As of recent, there has even been an influx of animation geared towards adults. Animation is commonly thought of as a technique, thus it’s ability to span over many different genres. + Anime: + template: {name: Genre, genre: Anime, poster: https://theposterdb.com/api/assets/126743} + summary: A collection of Anime movies + Biography: + template: {name: Genre, genre: Biography, poster: https://theposterdb.com/api/assets/60369} + summary: A collection of Biography movies + Comedy: + template: {name: Genre, genre: Comedy, poster: https://theposterdb.com/api/assets/51397} + summary: Comedy is a genre of film that uses humor as a driving force. The aim of a comedy film is to illicit laughter from the audience through entertaining stories and characters. Although the comedy film may take on some serious material, most have a happy ending. Comedy film has the tendency to become a hybrid sub-genre because humor can be incorporated into many other genres. Comedies are more likely than other films to fall back on the success and popularity of an individual star. + Crime: + template: {name: Genre, genre: Crime, poster: https://theposterdb.com/api/assets/53057} + summary: Crime film is a genre that revolves around the action of a criminal mastermind. A Crime film will often revolve around the criminal himself, chronicling his rise and fall. Some Crime films will have a storyline that follows the criminal's victim, yet others follow the person in pursuit of the criminal. This genre tends to be fast paced with an air of mystery – this mystery can come from the plot or from the characters themselves. + Documentary: + template: {name: Genre, genre: Documentary, poster: https://theposterdb.com/api/assets/51430} + summary: Documentary film is a non-fiction genre intended to document reality primarily for the purposes of instruction, education, or maintaining a historical record. + Drama: + template: {name: Genre, genre: Drama, poster: https://theposterdb.com/api/assets/52016} + summary: Drama film is a genre that relies on the emotional and relational development of realistic characters. While Drama film relies heavily on this kind of development, dramatic themes play a large role in the plot as well. Often, these dramatic themes are taken from intense, real life issues. Whether heroes or heroines are facing a conflict from the outside or a conflict within themselves, Drama film aims to tell an honest story of human struggles. + Family: + template: {name: Genre, genre: Family, poster: https://theposterdb.com/api/assets/53059} + summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + Fantasy: + template: {name: Genre, genre: Animation, poster: https://theposterdb.com/api/assets/51476} + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=fantasy + limit: 100 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=fantasy&sort=user_rating,desc + limit: 100 + summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + Gangster: + template: {name: Special Genre, poster: https://theposterdb.com/api/assets/62561} + sort_title: +++++++_Gangster + imdb_list: + - https://www.imdb.com/list/ls026270180/ + - https://www.imdb.com/list/ls000093502/ + summary: Gangster film is a sub-genre of crime films that center on organized crime or the mafia. Often the plot revolves around the rise and fall of an organized crime leader. Many Gangster films explore the destructive nature of organized crime, while others attempt to show the humanity of the individual characters. + History: + template: {name: Genre, genre: History, poster: https://theposterdb.com/api/assets/58022} + summary: History film is a genre that takes historical events and people and interprets them in a larger scale. Historical accuracy is not the main focus, but rather the telling of a grandiose story. The drama of an History film is often accentuated by a sweeping musical score, lavish costumes, and high production value. + Horror: + template: {name: Genre, genre: Horror, poster: https://theposterdb.com/api/assets/51475} + summary: Horror film is a genre that aims to create a sense of fear, panic, alarm, and dread for the audience. These films are often unsettling and rely on scaring the audience through a portrayal of their worst fears and nightmares. Horror films usually center on the arrival of an evil force, person, or event. Many Horror films include mythical creatures such as ghosts, vampires, and zombies. Traditionally, Horror films incorporate a large amount of violence and gore into the plot. Though it has its own style, Horror film often overlaps into Fantasy, Thriller, and Science-Fiction genres. + Martial Arts: + template: {name: Special Genre, poster: https://theposterdb.com/api/assets/51773} + sort_title: +++++++_Martial_Arts + imdb_list: + - https://www.imdb.com/list/ls000099643/ + - https://www.imdb.com/list/ls068611186/ + - https://www.imdb.com/list/ls068378513/ + - https://www.imdb.com/list/ls090404120/ + summary: Martial Arts film is a sub-genre of action films that feature numerous martial arts combat between characters. These combats are usually the films' primary appeal and entertainment value, and often are a method of storytelling and character expression and development. Martial Arts are frequently featured in training scenes and other sequences in addition to fights. Martial Arts films commonly include other types of action, such as hand-to-hand combat, stuntwork, chases, and gunfights. + Music: + template: {name: Genre, poster: https://theposterdb.com/api/assets/51398} + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=music + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=music&sort=user_rating,desc + limit: 200 + summary: Music film is genre that revolves around music being an integral part of the characters lives. + Musical: + template: {name: Genre, genre: Musical, poster: https://theposterdb.com/api/assets/51427} + summary: A Musical interweaves vocal and dance performances into the narrative of the film. The songs of a film can either be used to further the story or simply enhance the experience of the audience. These films are often done on a grand scale and incorporate lavish costumes and sets. Traditional musicals center on a well-known star, famous for their dancing or singing skills (i.e. Fred Astaire, Gene Kelly, Judy Garland). These films explore concepts such are love and success, allowing the audience to escape from reality. + Mystery: + template: {name: Genre, genre: Mystery, poster: https://theposterdb.com/api/assets/53060} + summary: A Mystery film centers on a person of authority, usually a detective, that is trying to solve a mysterious crime. The main protagonist uses clues, investigation, and logical reasoning. The biggest element in these films is a sense of “whodunit” suspense, usually created through visual cues and unusual plot twists. + Pandemic: + template: {name: Special Genre, poster: https://theposterdb.com/api/assets/55837} + sort_title: +++++++_Pandemic + imdb_list: https://www.imdb.com/list/ls092321048/ + summary: A Pandemic film resolves around widespread viruses, plagues, and diseases. + Romance: + template: {name: Genre, genre: Romance, poster: https://theposterdb.com/api/assets/53062} + summary: "Romance film can be defined as a genre wherein the plot revolves around the love between two protagonists. This genre usually has a theme that explores an issue within love, including but not limited to: love at first sight, forbidden love, love triangles, and sacrificial love. The tone of Romance film can vary greatly. Whether the end is happy or tragic, Romance film aims to evoke strong emotions in the audience." + Science Fiction: + template: {name: Genre, genre: Science Fiction, poster: https://theposterdb.com/api/assets/51772} + summary: Science Fiction (Sci-Fi) film is a genre that incorporates hypothetical, science-based themes into the plot of the film. Often, this genre incorporates futuristic elements and technologies to explore social, political, and philosophical issues. The film itself is usually set in the future, either on earth or in space. Traditionally, a Science Fiction film will incorporate heroes, villains, unexplored locations, fantastical quests, and advanced technology. + Short: + template: {name: Genre, genre: Short, poster: https://theposterdb.com/api/assets/53063} + summary: A collection of Short movies + Sports: + template: {name: Genre, genre: Sport, poster: https://theposterdb.com/api/assets/60371} + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=sport + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=sport&sort=user_rating,desc + limit: 200 + summary: A Sport Film revolves around a sport setting, event, or an athlete. Often, these films will center on a single sporting event that carries significant importance. Sports films traditionally have a simple plot that builds up to the significant sporting event. This genre is known for incorporating film techniques to build anticipation and intensity. Sport films have a large range of sub-genres, from comedies to dramas, and are more likely than other genres to be based true-life events. + Stand Up Comedy: + template: {name: Special Genre, poster: https://theposterdb.com/api/assets/49137} + sort_title: +++++++_Stand_Up_Comedy + imdb_list: + - https://www.imdb.com/list/ls070221411/ + - https://www.imdb.com/list/ls086584751/ + - https://www.imdb.com/list/ls086022668/ + - https://www.imdb.com/list/ls049792208/ + summary: Stand-up comedy is a comedic style in which a comedian performs in front of a live audience, speaking directly to them through a microphone. Comedians give the illusion that they are dialoguing, but in actuality, they are monologuing a grouping of humorous stories, jokes and one-liners, typically called a shtick, routine, act, or set. Some stand-up comedians use props, music or magic tricks to enhance their acts. Stand-up comedians perform quasi-autobiographical and fictionalized extensions of their offstage selves. + Sword & Sorcery: + template: {name: Special Genre, poster: https://theposterdb.com/api/assets/74604} + sort_title: +++++++_Sword_&_Sorcery + imdb_list: https://www.imdb.com/list/ls022909805 + summary: Sword and Sorcery film is a sub-genre of Fantasy that tend to be more plot-driven. These films rely on heavy action and battle scenes. Common themes in Sword and Sorcery films include a rescue mission, saving a princess, and battling a fantastical monster. The worlds and characters in these films are often much less developed than in other fantasy sub-genres. Of all the Fantasy sub-genres, Sword and Sorcery is most likely to be geared towards a younger audience, as many of these films are animated. + Thriller: + template: {name: Genre, genre: Thriller, poster: https://theposterdb.com/api/assets/52019} + summary: Thriller Film is a genre that revolves around anticipation and suspense. The aim for Thrillers is to keep the audience alert and on the edge of their seats. The protagonist in these films is set against a problem – an escape, a mission, or a mystery. No matter what sub-genre a Thriller film falls into, it will emphasize the danger that the protagonist faces. The tension with the main problem is built on throughout the film and leads to a highly stressful climax. + War: + template: {name: Genre, genre: War, poster: https://theposterdb.com/api/assets/51477} + summary: War Film is a genre that looks at the reality of war on a grand scale. They often focus on landmark battles as well as political issues within war. This genre usually focuses on a main character and his team of support, giving the audience an inside look into the gritty reality of war. + Western: + template: {name: Genre, genre: Western, poster: https://theposterdb.com/api/assets/51774} + summary: "Western Film is a genre that revolves around stories primarily set in the late 19th century in the American Old West. Most Westerns are set between the American Civil War (1865) and the early 1900s. Common themes within Western Film include: the conquest of the wild west, the cultural separation of the East and the West, the West’s resistance to modern change, the conflict between Cowboys and Indians, outlaws, and treasure/gold hunting. American Western Film usually revolves around a stoic hero and emphasizes the importance of honor and sacrifice." diff --git a/Khak1s/Movies/Holidays.yml b/Khak1s/Movies/Holidays.yml new file mode 100644 index 0000000..33d2276 --- /dev/null +++ b/Khak1s/Movies/Holidays.yml @@ -0,0 +1,87 @@ +###################################################### +# Movie Collections # +###################################################### + +############################################ +# User/Config Credits # +# Give Credit Where Credit is Due # +# JJJonesJr33 # +# Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople # +############################################ + +########################### +# Templates # +########################### +templates: + Holiday: + url_poster: <<poster>> + sort_title: +++++++_<<collection_name>> + collection_order: release + delete_not_scheduled: true + run_again: true + visible_home: true + visible_shared: true + sync_mode: sync + +collections: +########################### +# Holliday Collections # +########################### + Christmas: + schedule: range(12/01-12/31) + template: {name: Holiday, poster: https://theposterdb.com/api/assets/69443} + sort_title: +++++_Christmas + trakt_list: + - https://trakt.tv/users/movistapp/lists/christmas-movies + - https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza + - https://trakt.tv/users/pualani78/lists/christmas-2020 + - https://trakt.tv/users/veninjak/lists/complete-christmas-2021-copy + imdb_list: + - https://www.imdb.com/list/ls025976544/ + - https://www.imdb.com/list/ls003863000/ + - https://www.imdb.com/list/ls027454200/ + - https://www.imdb.com/list/ls027886673/ + - https://www.imdb.com/list/ls097998599/ + summary: Christmas film is a genre that revolves around the plot involving Christmas. + Halloween: + schedule: range(10/01-10/31) + sort_title: +++++_Halloween + template: {name: Holiday, poster: https://theposterdb.com/api/assets/111218} + trakt_list: + - https://trakt.tv/users/kairbear08/lists/halloween + - https://trakt.tv/users/mybicycle/lists/halloween + - https://trakt.tv/users/jayinftl/lists/halloween + - https://trakt.tv/users/roswellgeek/lists/halloween + summary: Halloween film is a genre that revolves around the plot involving Halloween. + New Year's Eve Movies: + schedule: range(12/26-01/05) + sort_title: +++++_New_Year + template: {name: Holiday, holiday: "New Year's Eve"} + imdb_list: https://www.imdb.com/list/ls066838460/ + Valentine's Day Movies: + schedule: range(02/01-02/14) + sort_title: +++++_Valentine + template: {name: Holiday, holiday: "Valentine's Day"} + imdb_list: + - https://www.imdb.com/list/ls000094398/ + - https://www.imdb.com/list/ls057783436/ + - https://www.imdb.com/list/ls064427905/ + St. Patrick's Day Movies: + schedule: range(03/01-03/17) + sort_title: +++++_St_Patrick + template: {name: Holiday, holiday: "St. Patrick's Day"} + imdb_list: https://www.imdb.com/list/ls063934595/ + Thanksgiving Movies: + schedule: range(10/01-10/31) + sort_title: +++++_Thanksgiving + template: {name: Holiday, holiday: Thanksgiving, poster: https://theposterdb.com/api/assets/112251} + imdb_list: + - https://www.imdb.com/list/ls000835734/ + - https://www.imdb.com/list/ls091597850/ + Easter Movies: + schedule: range(3/22-4/25) + sort_title: +++++_Easter + template: {name: Holiday, holiday: Easter, poster: https://theposterdb.com/api/assets/60970} + imdb_list: + - https://www.imdb.com/list/ls062665509/ + - https://www.imdb.com/list/ls051733651/ diff --git a/Khak1s/Movies/PopularOnServices.yml b/Khak1s/Movies/PopularOnServices.yml new file mode 100644 index 0000000..88c9c9e --- /dev/null +++ b/Khak1s/Movies/PopularOnServices.yml @@ -0,0 +1,90 @@ +collections: + Popular Movies on Apple TV +: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Apple TV + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short&companies=co0546168 + limit: 50 + summary: Popular on Apple TV + now + url_poster: https://theposterdb.com/api/assets/206165 + + Popular Movies on Netflix: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Netflix + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short&companies=co0144901 + limit: 50 + summary: Popular on Netflix now + url_poster: https://theposterdb.com/api/assets/205048 + + Popular Movies on Prime Video: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Prime Video + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short&companies=co0476953 + limit: 50 + summary: Popular on Prime Video now + url_poster: https://theposterdb.com/api/assets/222004 + + Popular Movies on Hulu: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Hulu + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short&companies=co0218858 + limit: 50 + summary: Popular on Hulu now + url_poster: https://theposterdb.com/api/assets/206161 + + Popular Movies on Paramount+: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Paramount+ + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short&companies=co0820547 + limit: 50 + summary: Popular on Paramount+ now + url_poster: https://theposterdb.com/api/assets/168828 + + Popular Movies on Peacock: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Peacock + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short&companies=co0764707 + limit: 50 + summary: Popular on Peacock now + url_poster: https://theposterdb.com/api/assets/205411 + + Popular Movies on Discovery+: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Discovery+ + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short&companies=co0834810 + limit: 50 + summary: Popular on Discovery+ now + url_poster: https://theposterdb.com/api/assets/145524 + + Popular Movies on Disney+: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Disney+ + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short&companies=co0721120 + limit: 50 + summary: Popular on Disney+ now + url_poster: https://theposterdb.com/api/assets/204745 + + Popular Movies on HBO Max: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on HBO Max + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short&companies=co0754095 + limit: 50 + summary: Popular on HBO Max now + url_poster: https://theposterdb.com/api/assets/168825 diff --git a/Khak1s/Playlist/Playlist.yml b/Khak1s/Playlist/Playlist.yml new file mode 100644 index 0000000..ef3e790 --- /dev/null +++ b/Khak1s/Playlist/Playlist.yml @@ -0,0 +1,77 @@ +playlists: + Marvel Cinematic Universe: + url_poster: https://imgur.com/cx4CpKo + sync_mode: sync + libraries: Movies, TV Shows + sync_to_users: all + trakt_list: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe?sort=rank,asc + summary: Marvel Cinematic Universe In Chronological Order + Star Wars Canon Timeline: + url_poster: https://imgur.com/3mjh2IC + sync_mode: sync + libraries: Movies, TV Shows + sync_to_users: all + trakt_list: https://trakt.tv/users/ruben_vw_/lists/star-wars-canon-timeline?sort=rank,asc + summary: Timeline of all movies and series that are considered Canon. This includes all Saga Episodes (Ep. I-IX), Series (The Clone Wars, Rebels, Resistance, Disney+ series), Web-Series and shorts (Forces of Destiny, Galaxy of Adventures) and spin-off movies (The Clone Wars, Rogue One, Solo, etc.) + Star Trek Canon Timeline: + url_poster: https://imgur.com/JQM208r + sync_mode: sync + libraries: Movies, TV Shows + sync_to_users: all + trakt_list: https://trakt.tv/users/dgw/lists/star-trek-canon?sort=rank,asc + summary: Official Star Trek productions, including reboots, excluding fan/documentary/behind-the-scenes productions. Sorted by production order, not in-universe chronology. I think Star Trek should be viewed in production order, so it's evident how the franchise has changed over the last 50+ years. + ArrowVerse: + url_poster: https://imgur.com/t0AAEh4 + sync_mode: sync + libraries: Movies, TV Shows + sync_to_users: all + trakt_list: https://trakt.tv/users/donxy/lists/arrowverse?sort=rank,asc + summary: Arrow Universe Canon + Star Wars Clone Wars Chronological Order: + url_poster: https://imgur.com/zdxAlzm + sync_to_users: all + sync_mode: sync + libraries: Movies, TV Shows + trakt_list: https://trakt.tv/users/tomfin46/lists/star-wars-the-clone-wars-chronological-episode-order + X-Men Movies Chronological Order: + url_poster: https://imgur.com/SDliKrF + sync_to_users: all + sync_mode: sync + libraries: Movies, TV Shows + trakt_list: https://trakt.tv/users/donxy/lists/x-men-universe?sort=rank,asc + James Bond Movies Chronological Order: + url_poster: https://imgur.com/D32fFj3 + sync_to_users: all + sync_mode: sync + libraries: Movies, TV Shows + trakt_list: https://trakt.tv/users/any/lists/james-bond?sort=rank,asc + Fast & Furious Movies Chronological Order: + url_poster: https://imgur.com/xD4UaZr + sync_to_users: all + sync_mode: sync + libraries: Movies, TV Shows + trakt_list: https://trakt.tv/users/mausk/lists/fast-furious?sort=rank,desc + Harry Potter Movies Chronological Order: + url_poster: https://imgur.com/U9hMb2s + sync_to_users: all + sync_mode: sync + libraries: Movies, TV Shows + trakt_list: https://trakt.tv/users/goldveia/lists/harry-potter?sort=rank,asc + Lord of the Rings Movies Chronological Order: + url_poster: https://imgur.com/kBTAKrD + sync_to_users: all + sync_mode: sync + libraries: Movies, TV Shows + trakt_list: https://trakt.tv/users/spite84/lists/lord-of-the-rings?sort=rank,asc + Jurassic Park Movies Chronological Order: + url_poster: https://imgur.com/OGGfRwb + sync_to_users: all + sync_mode: sync + libraries: Movies, TV Shows + trakt_list: https://trakt.tv/users/iamgabriel/lists/jurassic?sort=rank,asc + The Hunger Games Movies Chronological Order: + url_poster: https://imgur.com/5zGSCgb + sync_to_users: all + sync_mode: sync + libraries: Movies, TV Shows + trakt_list: https://trakt.tv/users/gapunk78/lists/hunger-games?sort=rank,asc diff --git a/Khak1s/Tv/Charts.yml b/Khak1s/Tv/Charts.yml new file mode 100644 index 0000000..49e750a --- /dev/null +++ b/Khak1s/Tv/Charts.yml @@ -0,0 +1,53 @@ +templates: + Chart: + url_poster: https://raw.githubusercontent.com/bradmartti/Plex-Meta-Manager-Configs/master/bradmartti/Posters/Charts/<<poster>>.jpg + sort_title: +00<<num>><<collection_name>> + Trakt: + sync_mode: sync + collection_order: custom + collection_mode: hide + visible_library: <<library>> + visible_home: <<home>> + visible_shared: <<shared>> + summary: trakt.tv - <<summary>> + radarr_add: <<a>> + radarr_search: <<s>> + radarr_monitor: <<m>> +collections: +# Recents + Recently Added: + template: { name: Chart, poster: Recently_Added-yellow-dark, num: 1 } + smart_filter: + sort_by: added.desc + all: + added: 7 + Recently Released: + template: { name: Chart, poster: Recently_Released-yellow-dark, num: 2 } + smart_filter: + sort_by: release.desc + all: + release: 30 +# Trakt + Trending TV Right Now: + trakt_chart: + chart: trending + limit: 25 + template: + - { name: Trakt, library: true, home: true, shared: true, summary: Trending TV Shows right now., a: false, s: false, m: false } + - { name: Chart, poster: Trakt_Trending-dark, num: 3 } + Popular TV This Week: + trakt_chart: + chart: watched + time_period: weekly + limit: 50 + template: + - { name: Trakt, library: false, home: false, shared: false, summary: The most watched TV Shows for the last 7 days. Sorted by number of unique watchers., a: false, s: false, m: false } + - { name: Chart, poster: Trakt_Weekly-dark, num: 4 } + Popular TV This Year: + trakt_chart: + chart: watched + time_period: yearly + limit: 100 + template: + - { name: Trakt, library: true, home: true, shared: true, summary: The most watched TV Shows for the last year. Sorted by number of unique watchers., a: false, s: false, m: false } + - { name: Chart, poster: Trakt_Yearly-dark, num: 5 } diff --git a/Khak1s/Tv/Networks.yml b/Khak1s/Tv/Networks.yml new file mode 100644 index 0000000..d747360 --- /dev/null +++ b/Khak1s/Tv/Networks.yml @@ -0,0 +1,79 @@ +############################################## +# TV Collections # +############################################## + +########################################## +# User/Config Credits # +# Give Credit Where Credit is Due # +# JJJonesJr33 # +# Hiren-Z, OhMyBahGosh # +########################################## + +########################### +# Templates # +########################### +templates: + network: + optional: + - network + tmdb_network: <<network>> + url_poster: <<poster>> + sort_title: +2_<<collection_name>> + sync_mode: sync + +collections: +###################################################### +# Network Collections # +###################################################### + A&E: + template: { name: network, network: "129, 2639, 3688", poster: https://theposterdb.com/api/assets/160188} + ABC: + template: { name: network, network: "2, 75, 2791", poster: https://theposterdb.com/api/assets/193495} + Adult Swim: + template: { name: network, network: 80, poster: https://theposterdb.com/api/assets/98825} + Apple+: + template: { name: network, network: 2552, poster: https://theposterdb.com/api/assets/168823} + Amazon: + template: { name: network, network: 1024, poster: https://theposterdb.com/api/assets/90886} + AMC: + template: { name: network, network: "174, 4661", poster: https://theposterdb.com/api/assets/104445} + Cartoon Network: + template: { name: network, network: "56, 217, 1232, 1483, 2193, 3917, 4771", poster: https://theposterdb.com/api/assets/172187} + CBS: + template: { name: network, network: "16, 2528", "1709", "2621", poster: https://theposterdb.com/api/assets/48744} + Cinemax: + template: { name: network, network: 359, poster: https://theposterdb.com/api/assets/193488} + Discovery: + template: { name: network, network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741", poster: https://theposterdb.com/api/assets/137385} + Disney+: + template: { name: network, network: "2739, 2919", poster: https://theposterdb.com/api/assets/120939} + Fox: + template: { name: network, network: 19, poster: https://theposterdb.com/api/assets/48747} + Freeform: + template: { name: network, network: 1267 } + FX: + template: { name: network, network: 88, poster: https://theposterdb.com/api/assets/193493} + FXX: + template: { name: network, network: 1035 } + HBO: + template: { name: network, network: "49, 2593, 3186, 3308", poster: https://theposterdb.com/api/assets/168825} + HGTV: + template: { name: network, network: 210, poster: https://theposterdb.com/api/assets/98967} + Hulu: + template: { name: network, network: 453, poster: https://theposterdb.com/api/assets/168826} + National Geographic: + template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476", poster: https://theposterdb.com/api/assets/121026} + Netflix: + template: { name: network, network: 213, poster: https://theposterdb.com/api/assets/168827} + Prime Video: + template: { name: network, network: 1024, poster: https://theposterdb.com/api/assets/168830} + Showtime: + template: { name: network, network: 67, poster: https://theposterdb.com/api/assets/138092} + Starz: + template: { name: network, network: "318, 758, 4906", poster: https://theposterdb.com/api/assets/81775} + Syfy: + template: { name: network, network: "77, 3701", poster: https://theposterdb.com/api/assets/193549} + TBS: + template: { name: network, network: "68, 160, 4888", poster: https://theposterdb.com/api/assets/193552} + YouTube: + template: { name: network, network: "247, 1436, 4869", poster: https://theposterdb.com/api/assets/193485} diff --git a/Khak1s/Tv/PopularOnServices.yml b/Khak1s/Tv/PopularOnServices.yml new file mode 100644 index 0000000..4d48bff --- /dev/null +++ b/Khak1s/Tv/PopularOnServices.yml @@ -0,0 +1,90 @@ +collections: + Popular TV on Apple TV +: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Apple TV + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_episode,tv_miniseries,tv_short&companies=co0546168 + limit: 50 + summary: Popular on Apple TV + now + url_poster: https://theposterdb.com/api/assets/206165 + + Popular TV on Netflix: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Netflix + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_episode,tv_miniseries,tv_short&companies=co0144901 + limit: 50 + summary: Popular on Netflix now + url_poster: https://theposterdb.com/api/assets/205048 + + Popular TV on Prime Video: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Prime Video + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_episode,tv_miniseries,tv_short&companies=co0476953 + limit: 50 + summary: Popular on Prime Video now + url_poster: https://theposterdb.com/api/assets/222004 + + Popular TV on Hulu: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Hulu + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_episode,tv_miniseries,tv_short&companies=co0218858 + limit: 50 + summary: Popular on Hulu now + url_poster: https://theposterdb.com/api/assets/206161 + + Popular TV on Paramount+: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Paramount+ + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_episode,tv_miniseries,tv_short&companies=co0820547 + limit: 50 + summary: Popular on Paramount+ now + url_poster: https://theposterdb.com/api/assets/168828 + + Popular TV on Peacock: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Peacock + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_episode,tv_miniseries,tv_short&companies=co0764707 + limit: 50 + summary: Popular on Peacock now + url_poster: https://theposterdb.com/api/assets/205411 + + Popular TV on Discovery+: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Discovery+ + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_episode,tv_miniseries,tv_short&companies=co0834810 + limit: 50 + summary: Popular on Discovery+ now + url_poster: https://theposterdb.com/api/assets/145524 + + Popular TV on Disney+: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on Disney+ + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_episode,tv_miniseries,tv_short&companies=co0721120 + limit: 50 + summary: Popular on Disney+ now + url_poster: https://theposterdb.com/api/assets/204745 + + Popular TV on HBO Max: + sync_mode: sync + collection_order: custom + sort_title: +0_Popular on HBO Max + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_episode,tv_miniseries,tv_short&companies=co0754095 + limit: 50 + summary: Popular on HBO Max now + url_poster: https://theposterdb.com/api/assets/168825 diff --git a/Khak1s/Tv/streaming.yml b/Khak1s/Tv/streaming.yml new file mode 100644 index 0000000..4fed365 --- /dev/null +++ b/Khak1s/Tv/streaming.yml @@ -0,0 +1,50 @@ +collections: + Apple Originals: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +03_APPLE + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0546168 + summary: All Apple TV Originals From 2021-2025 + url_poster: https://i.imgur.com/O9iWork.png + url_background: https://wallpaper-house.com/data/out/8/wallpaper2you_228774.png + + Amazon Originals: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +03_Amazon + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0319272 + summary: All Amazon Originals From 2021-2025 + url_poster: https://i.imgur.com/nU3gqqB.png + url_background: https://i.imgur.com/2jfs7oS.png + + Netflix Originals: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +03_Netflix + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0144901 + summary: All Netflix Originals From 2021-2025 + url_poster: https://i.imgur.com/7kiE1MU.png + url_background: https://img5.goodfon.com/original/1920x1080/1/61/fon-netflix-logo-raduga-tsvet-fon-background-skachat-oboi-sk.jpg + + HBO Max Originals: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +03_HBOMAX + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0754095 + summary: All HBO Max Originals From 2021-2025 + url_poster: https://i.redd.it/zxdvw3tk3f151.jpg + url_background: https://wallpapercave.com/wp/wp6402755.png + + HULU Originals: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +03_HULU + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0218858 + summary: All HULU Originals From 2021-2025 + url_poster: https://plexcollectionposters.com/images/2019/05/26/Hulu6ddad752a5ce9bac.jpg + url_background: https://cdn.vox-cdn.com/thumbor/oR4hqrmTxbX_O4gdJ6np8h-PxFk=/0x439:750x861/1600x900/cdn.vox-cdn.com/uploads/chorus_image/image/56311701/Image_uploaded_from_iOS__8_.1503433270.jpg diff --git a/Khak1s/overlays/ratings.yml b/Khak1s/overlays/ratings.yml new file mode 100644 index 0000000..ba5006f --- /dev/null +++ b/Khak1s/overlays/ratings.yml @@ -0,0 +1,83 @@ +overlays: +################################## Issue identified with using imdb rating and rt at the same time. Workign out the issue and will update the config once resolved. +# critic_rating: +# overlay: +# name: text(critic_rating) +# horizontal_align: left +# vertical_align: bottom +# font: fonts/Inter-Medium.ttf +# font_size: 63 +# font_color: "#FFFFFF" +# back_color: "#00000099" +# back_radius: 30 +# back_width: 300 +# back_height: 105 +# horizontal_offset: 0 +# vertical_offset: 0 +# git: PMM/overlays/images/raw/IMDB_Rating +# plex_search: +# all: +# critic_rating.gte: 0.1 +# critic_rating.lte: 9.9 + + + rating-rotten: + overlay: + name: text(audience_rating) + horizontal_align: center + vertical_align: bottom + font: fonts/Inter-Medium.ttf + font_size: 63 + font_color: "#FFFFFF" + back_color: "#00000099" + back_radius: 30 + back_width: 300 + back_height: 105 + horizontal_offset: 0 + vertical_offset: 0 + git: PMM/overlays/images/raw/RT_Rating_aud_rotten + plex_search: + all: + audience_rating.gte: 0.1 + audience_rating.lte: 6.0 + + + rating-fresh: + overlay: + name: text(audience_rating) + horizontal_align: center + vertical_align: bottom + font: fonts/Inter-Medium.ttf + font_size: 63 + font_color: "#FFFFFF" + back_color: "#00000099" + back_radius: 30 + back_width: 300 + back_height: 105 + horizontal_offset: 0 + vertical_offset: 0 + git: PMM/overlays/images/raw/RT_Rating_aud_fresh + plex_search: + all: + audience_rating.gte: 6.1 + audience_rating.lte: 9.9 + + cert-fresh: + mdblist_list: https://mdblist.com/lists/andrewkennedy/certified-fresh-since-1901/ + overlay: + name: text(audience_rating) + horizontal_align: center + vertical_align: bottom + font: fonts/Inter-Medium.ttf + font_size: 63 + font_color: "#FFFFFF" + back_color: "#00000099" + back_radius: 30 + back_width: 300 + back_height: 105 + horizontal_offset: 0 + vertical_offset: 0 + git: PMM/overlays/images/raw/RT_Rating_cert_fresh + suppress_overlays: + - rating-fresh + - rating-rotten diff --git a/KieranRobson/Movies/Charts.yml b/KieranRobson/Movies/Charts.yml new file mode 100644 index 0000000..5724d01 --- /dev/null +++ b/KieranRobson/Movies/Charts.yml @@ -0,0 +1,31 @@ +templates: + charts: + url_poster: <<poster>> + sort_title: +++++++_<<collection_name>> + collection_order: release + delete_not_scheduled: true + run_again: true + visible_home: true + visible_shared: true + sync_mode: sync +collections: + IMDb Top 250: + template: {name: charts, poster: https://i.imgur.com/eALDu11.png} + imdb_list: + - https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc + sort_title: ++++++++_IMDb Top 250 + Trakt Top 250: + template: {name: charts, poster: https://i.imgur.com/ecdlylK.png} + trakt_list: + - https://trakt.tv/users/justin/lists/trakt-popular-movies?sort=rank,asc + sort_title: ++++++++Trakt Top 250 + Letterboxd Top 250: + template: {name: charts, poster: https://i.imgur.com/E9QkAHG.png} + letterboxd_list: + - https://letterboxd.com/dave/list/official-top-250-narrative-feature-films/ + sort_title: ++++++++Letterboxd Top 250 + Reddit Top 250: + template: {name: charts, poster: https://i.imgur.com/HJeEcYs.png} + trakt_list: + - https://trakt.tv/users/jaygreene/lists/reddit-top-250-2019-edition?sort=rank,asc + sort_title: ++++++++Reddit Top 250 diff --git a/KieranRobson/Movies/Franchises.yml b/KieranRobson/Movies/Franchises.yml new file mode 100644 index 0000000..065a468 --- /dev/null +++ b/KieranRobson/Movies/Franchises.yml @@ -0,0 +1,149 @@ +templates: + Franchise: + url_poster: <<poster>> + sort_title: +++++++_<<collection_name>> + collection_order: release + delete_not_scheduled: true + run_again: true + visible_home: true + visible_shared: true + sync_mode: sync +collections: + Marvel Cinematic Universe: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/162885} + sort_title: +++++MCU + imdb_list: + - https://www.imdb.com/list/ls039269245/ + summary: An American media franchise and shared fictional universe that is centered on a series of superhero films, independently produced by Marvel Studios and based on characters that appear in publications by Marvel Comics. The franchise has expanded to include comic books, short films, and television series. + Fast and Furious: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/166162} + sort_title: +++++Fast + imdb_list: + - https://www.imdb.com/list/ls068935667/ + summary: The Fast and the Furious is an American media franchise centered on a series of action films that is largely concerned with illegal street racing, heists and spies. The franchise also includes short films, a television series, live shows, and theme park attractions. + Pirates of the Caribbean: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/53941} + sort_title: +++++Pirates + imdb_list: + - https://www.imdb.com/list/ls023657263/ + summary: A series of fantasy swashbuckler films based on Walt Disney's theme park ride of the same name. The films follow the adventures of Captain Jack Sparrow and take place in a fictional historical setting; a world ruled by the British Empire, the East India Trading Company and the Spanish Empire, with pirates representing freedom from the ruling powers. + Star Wars: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/58758} + sort_title: +++++StarWars + imdb_list: + - https://www.imdb.com/list/ls046295261/ + summary: Star Wars is an American epic space-opera multimedia franchise created by George Lucas, which began with the eponymous 1977 film and quickly became a worldwide pop-culture phenomenon. + The Wizarding World: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/85944} + sort_title: +++++Wizarding + imdb_list: + - https://www.imdb.com/list/ls060991914/ + summary: The Wizarding World is a fantasy media franchise and shared fictional universe centred on a series of films, based on the Harry Potter novel series by J. K. Rowling. + Back to the Future: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/63511} + sort_title: +++++Back + imdb_list: + - https://www.imdb.com/list/ls093597379/?sort=release_date,asc&st_dt=&mode=detail&page=1 + summary: Back to the Future is an American science fiction comedy franchise created by Robert Zemeckis and Bob Gale. The franchise follows the adventures of a high school student, Marty McFly, and an eccentric scientist, Dr. Emmett "Doc" Brown, as they use a DeLorean time machine to time travel to different periods in the history of the fictional town of Hill Valley, California. + Indiana Jones: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/105678} + sort_title: +++++Iniana + imdb_list: + - https://www.imdb.com/list/ls027779939/?sort=release_date,asc&st_dt=&mode=detail&page=1 + summary: The Adventure films series from the Director George Lucas and Steven Spielberg, starring Harrison Ford as the archaeologist Dr. Henry Walton "Indiana" Jones. + Marvel: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/164107} + sort_title: +++++Marvel + trakt_list: + - https://trakt.tv/users/isis-jansen/lists/marvel?sort=rank,desc + summary: Marvel Comics is the brand name and primary imprint of Marvel Worldwide Inc., formerly Marvel Publishing, Inc. and Marvel Comics Group, a publisher of American comic books and related media. In 2009, The Walt Disney Company acquired Marvel Entertainment, Marvel Worldwide's parent company. + Middle Earth: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/115119} + sort_title: +++++MiddleEarth + imdb_list: + - https://www.imdb.com/list/ls055713151/?sort=release_date,asc&st_dt=&mode=detail&page=1 + summary: The Lord of the Rings is an epic high-fantasy novel by English author and scholar J. R. R. Tolkien. Set in Middle-earth, intended to be Earth at some distant time in the past, the story began as a sequel to Tolkien's 1937 children's book The Hobbit, but eventually developed into a much larger work. + Bourne: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/5420} + sort_title: +++++Bourne + imdb_list: + - https://www.imdb.com/list/ls026772377/ + summary: The Bourne franchise consists of action-thriller installments based on the character Jason Bourne, created by author Robert Ludlum. The franchise includes five theatrical films, and a spin-off prequel television series. + X-Men: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/163839} + sort_title: +++++XMEN + imdb_list: + - https://www.imdb.com/list/ls026465600/ + summary: X-Men is an American superhero film series based on the fictional superhero team of the same name, who originally appeared in a series of comic books created by Stan Lee and Jack Kirby and published by Marvel Comics. + Batman: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/27394} + sort_title: +++++Batman + trakt_list: + - https://trakt.tv/users/maz/lists/batman-anthology-1989-1997?sort=rank,asc + summary: Batman is a superhero appearing in American comic books published by DC Comics. + The Dark Knight: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/44451} + sort_title: +++++BatmanDarkKnight + imdb_list: + - https://www.imdb.com/list/ls047442692/ + summary: Batman is a superhero appearing in American comic books published by DC Comics. + James Bond: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/115662} + sort_title: +++++JamesBond + trakt_list: + - https://trakt.tv/users/rd1701/lists/bond?sort=released,asc + summary: The James Bond film series is a British series of spy films based on the fictional character of MI6 agent James Bond, codename "007". With all of the action, adventure, gadgetry & film scores that Bond is famous for. + DC Extended Universe: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/40928} + sort_title: +++++DCEU + imdb_list: + - https://www.imdb.com/list/ls062501894/ + summary: The DC Extended Universe (DCEU) is an American media franchise and shared universe centered on a series of superhero films and television series produced by DC Films and distributed by Warner Bros. Pictures. + Transformers: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/159630} + sort_title: +++++Transformers + imdb_list: + - https://www.imdb.com/list/ls033452628/ + summary: The Transformers series follows the continuing battle between the Autobots and the Decepticons and ultimately, the triumph of good over evil. This collection includes the Theatrically Released Films of the transformers saga only. + Hunger Games: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/69294} + sort_title: +++++HungerGames + imdb_list: + - https://www.imdb.com/list/ls069064647/ + summary: A science fiction film series based on the novel of the same name by Suzanne Collins. The film series takes place in a dystopian post-apocalyptic future in the nation of Panem, featuring the protagonist, Katniss Everdeen. + Planet of the apes (Originial): + template: {name: Franchise, poster: https://theposterdb.com/api/assets/21715} + sort_title: +++++PlanetOfTheApesOld + trakt_list: + - https://trakt.tv/users/franco45/lists/planet-of-the-apes?sort=rank,asc + summary: The original 5 classic films collection. + Planet of the apes (Reboot): + template: {name: Franchise, poster: https://theposterdb.com/api/assets/21735} + sort_title: +++++PlanetOfTheApesReboot + trakt_list: + - https://trakt.tv/users/wdvhucb/lists/planet-of-the-apes-reboot?sort=rank,asc + summary: Rick Jaffa & Amanda Silver's reboot/remake of the Planet of the Apes inspired by news articles on apes raised as humans and advances in genetics. Jaffa conceived an idea for a film about a genetically enhanced chimp raised in a human household. The film series focuses on a chimpanzee, Caesar who when given a substance designed to help the brain repair itself, gains advanced intelligence which leads to an ape uprising. + The Cornetto Trilogy: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/234} + sort_title: +++++CornettoTrilogy + imdb_list: + - https://www.imdb.com/list/ls068623110/ + summary: The Three Flavours Cornetto trilogy (also known as the Cornetto trilogy or the Blood and Ice Cream trilogy) is an anthology series of British comedic genre films directed by Edgar Wright, written by Wright and Simon Pegg, produced by Nira Park, and starring Pegg and Nick Frost. The trilogy consists of Shaun of the Dead (2004), Hot Fuzz (2007), and The World's End (2013). + Fifty Shades of Grey: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/38636} + sort_title: +++++FiftyShades + imdb_list: + - https://www.imdb.com/list/ls021034687/ + summary: Fifty Shades of Grey is a 2011 erotic romance novel by British author E. L. James.[1] It became the first instalment in the Fifty Shades novel series that follows the deepening relationship between a college graduate, Anastasia Steele, and a young business magnate, Christian Grey. It is notable for its explicitly erotic scenes featuring elements of sexual practices involving BDSM (bondage/discipline, dominance/submission, and sadism/masochism). Originally self-published as an ebook and print-on-demand in June 2011, the publishing rights to the novel were acquired by Vintage Books in March 2012. + Divergent: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/5426} + sort_title: +++++Divergent + imdb_list: + - https://www.imdb.com/list/ls079078568/ + summary: The series consists of three science fiction action films set in a dystopian society. + Maze Runner: + template: {name: Franchise, poster: https://theposterdb.com/api/assets/174} + sort_title: +++++MazeRunner + imdb_list: + - https://www.imdb.com/list/ls020767998/ + summary: Maze Runner is a North American film trilogy, consisting of science-fiction dystopian action adventure films based on The Maze Runner novels by the North American author James Dashner. \ No newline at end of file diff --git a/KieranRobson/Movies/Holiday.yml b/KieranRobson/Movies/Holiday.yml new file mode 100644 index 0000000..3bf87ea --- /dev/null +++ b/KieranRobson/Movies/Holiday.yml @@ -0,0 +1,70 @@ +templates: + Holiday: + url_poster: <<poster>> + sort_title: +++++++_<<collection_name>> + collection_order: release + delete_not_scheduled: true + run_again: true + visible_home: true + visible_shared: true + sync_mode: sync +collections: + Christmas: + schedule: range(12/01-12/31) + template: {name: Holiday, poster: https://theposterdb.com/api/assets/69443} + sort_title: +++++_Christmas + trakt_list: + - https://trakt.tv/users/movistapp/lists/christmas-movies + - https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza + - https://trakt.tv/users/pualani78/lists/christmas-2020 + - https://trakt.tv/users/veninjak/lists/complete-christmas-2021-copy + imdb_list: + - https://www.imdb.com/list/ls025976544/ + - https://www.imdb.com/list/ls003863000/ + - https://www.imdb.com/list/ls027454200/ + - https://www.imdb.com/list/ls027886673/ + - https://www.imdb.com/list/ls097998599/ + summary: Christmas film is a genre that revolves around the plot involving Christmas. + Halloween: + schedule: range(10/01-10/31) + sort_title: +++++_Halloween + template: {name: Holiday, poster: https://theposterdb.com/api/assets/111218} + trakt_list: + - https://trakt.tv/users/kairbear08/lists/halloween + - https://trakt.tv/users/mybicycle/lists/halloween + - https://trakt.tv/users/jayinftl/lists/halloween + - https://trakt.tv/users/roswellgeek/lists/halloween + summary: Halloween film is a genre that revolves around the plot involving Halloween. + New Year's Eve Movies: + schedule: range(12/26-01/05) + sort_title: +++++_New_Year + template: {name: Holiday, holiday: "New Year's Eve"} + imdb_list: https://www.imdb.com/list/ls066838460/ + Valentine's Day Movies: + schedule: range(02/01-02/14) + sort_title: +++++_Valentine + template: {name: Holiday, holiday: "Valentine's Day"} + imdb_list: + - https://www.imdb.com/list/ls000094398/ + - https://www.imdb.com/list/ls057783436/ + - https://www.imdb.com/list/ls064427905/ + St. Patrick's Day Movies: + schedule: range(03/01-03/17) + sort_title: +++++_St_Patrick + template: {name: Holiday, holiday: "St. Patrick's Day"} + imdb_list: https://www.imdb.com/list/ls063934595/ + Thanksgiving Movies: + schedule: range(10/01-10/31) + sort_title: +++++_Thanksgiving + template: {name: Holiday, holiday: Thanksgiving, poster: https://theposterdb.com/api/assets/112251} + imdb_list: + - https://www.imdb.com/list/ls000835734/ + - https://www.imdb.com/list/ls091597850/ + Easter Movies: + schedule: range(3/22-4/25) + sort_title: +++++_Easter + template: {name: Holiday, holiday: Easter, poster: https://theposterdb.com/api/assets/60970} + imdb_list: + - https://www.imdb.com/list/ls062665509/ + - https://www.imdb.com/list/ls051733651/y + diff --git a/KieranRobson/Movies/Metadata.yml b/KieranRobson/Movies/Metadata.yml new file mode 100644 index 0000000..baf3177 --- /dev/null +++ b/KieranRobson/Movies/Metadata.yml @@ -0,0 +1,35 @@ +metadata: +#### Bck to the Future + Back to the Future: + url_poster: https://theposterdb.com/api/assets/63512 + Back to the Future Part II: + url_poster: https://theposterdb.com/api/assets/63513 + Back to the Future Part III: + url_poster: https://theposterdb.com/api/assets/63514 +##### The Wizarding World + Harry Potter and the Philosopher's Stone: + url_poster: https://theposterdb.com/api/assets/20344 + Harry Potter and the Chamber of Secrets: + url_poster: https://theposterdb.com/api/assets/20345 + Harry Potter and the Prisoner of Azkaban: + url_poster: https://theposterdb.com/api/assets/20346 + Harry Potter and the Goblet of Fire: + url_poster: https://theposterdb.com/api/assets/20347 + Harry Potter and the Order of the Phoenix: + url_poster: https://theposterdb.com/api/assets/20348 + Harry Potter and the Half-Blood Prince: + url_poster: https://theposterdb.com/api/assets/20349 + 12444: + url_poster: https://theposterdb.com/api/assets/20350 + 12445: + url_poster: https://theposterdb.com/api/assets/20351 + 259316: + url_poster: https://theposterdb.com/api/assets/20352 + 338952: + url_poster: https://theposterdb.com/api/assets/20353 + 338953: + url_poster: https://theposterdb.com/api/assets/239160 + + + + diff --git a/cpt-kuesel/metadata/movies/People.yml b/KieranRobson/Movies/People.yml similarity index 72% rename from cpt-kuesel/metadata/movies/People.yml rename to KieranRobson/Movies/People.yml index 76c7c01..37e39ea 100644 --- a/cpt-kuesel/metadata/movies/People.yml +++ b/KieranRobson/Movies/People.yml @@ -1,15 +1,3 @@ -# Prefixes for cpt-kuesels Movie Collections: -# +1_ = Decades -# +2_ = Awards - -# In this file: -# [ -# +3_1_ = Directors -# ] - -# +4_ = Genres/Countries -# +5_ = Movies - templates: Director: smart_filter: @@ -19,6 +7,7 @@ templates: tmdb_person: <<person>> sort_title: +3_1_<<collection_name>> collections: +##### Directors Bong Joon-Ho: template: {name: Director, person: 21684} Christopher Nolan: @@ -32,4 +21,8 @@ collections: Quentin Tarantino: template: {name: Director, person: 138} Taika Waititi: - template: {name: Director, person: 55934} \ No newline at end of file + template: {name: Director, person: 55934} + Steven Spielberg: + template: {name: Director, person: 488} + + diff --git a/KieranRobson/Movies/Studios.yml b/KieranRobson/Movies/Studios.yml new file mode 100644 index 0000000..e94512d --- /dev/null +++ b/KieranRobson/Movies/Studios.yml @@ -0,0 +1,26 @@ +templates: + Studio: + url_poster: <<poster>> + sort_title: +++++++_<<collection_name>> + collection_order: release + delete_not_scheduled: true + run_again: true + visible_home: true + visible_shared: true + sync_mode: sync +collections: + Disney Animated: + template: {name: Studio, poster: https://theposterdb.com/api/assets/11845} + sort_title: +++++++DisneyAnimated + trakt_list: + - https://trakt.tv/users/kieranr27/lists/studio-disney-animation-copy?sort=released,desc + Disney Live-Action: + template: {name: Studio, poster: https://theposterdb.com/api/assets/71183} + sort_title: +++++++DisneyLiveAction + imdb_list: + - https://www.imdb.com/list/ls083312980/ + Dreamworks: + template: {name: Studio, poster: https://theposterdb.com/api/assets/57647} + sort_title: +++++++Dreamworks + imdb_list: + - https://www.imdb.com/list/ls063182572/ diff --git a/KieranRobson/TVShows/Networks.yml b/KieranRobson/TVShows/Networks.yml new file mode 100644 index 0000000..c60ff0a --- /dev/null +++ b/KieranRobson/TVShows/Networks.yml @@ -0,0 +1,93 @@ +collections: + Primetime: + trakt_list: + - https://trakt.tv/users/htlcalbbs/lists/primetime + HBO: + tmdb_network: + - 49 + - 2593 + - 3186 + - 3308 + Cinemax: + tmdb_network: + - 359 + Showtime: + tmdb_network: + - 67 + Netflix: + tmdb_network: + - 213 + Hulu: + tmdb_network: + - 453 + Syfy: + tmdb_network: + - 77 + - 3701 + Starz: + tmdb_network: + - 318 + - 758 + - 4906 + HGTV: + tmdb_network: + - 210 + TBS: + tmdb_network: + - 68 + - 160 + - 4888 + National Geographic: + tmdb_network: + - 43 + - 799 + - 1756 + - 1825 + - 3355 + - 4293 + - 4476 + Prime Video: + tmdb_network: + - 1024 + YouTube: + tmdb_network: + - 247 + - 1436 + - 4869 + FX: + tmdb_network: + - 88 + Disney+: + tmdb_network: + - 2739 + - 2919 + Apple+: + tmdb_network: + - 2552 + Discovery: + tmdb_network: + - 10 + - 22 + - 64 + - 106 + - 244 + - 626 + - 670 + - 1079 + - 1287 + - 1534 + - 2087 + - 2480 + - 2692 + - 3045 + - 3591 + - 3900 + - 3953 + - 4440 + - 4462 + - 4741 + A&E: + tmdb_network: + - 129 + - 2639 + - 3688 \ No newline at end of file diff --git a/MMagTech/Genres.yml b/MMagTech/Genres.yml new file mode 100644 index 0000000..fd2a657 --- /dev/null +++ b/MMagTech/Genres.yml @@ -0,0 +1,67 @@ +###################################################### +# Adventure Collection Playlist # +###################################################### +collections: + Action: + trakt_list: https://trakt.tv/users/mmagtech/lists/action + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++_1Action Movies + summary: A collection consisting of the top rated action movies from the 80's onward + url_poster: https://theposterdb.com/api/assets/52662 + + Adventure: + trakt_list: https://trakt.tv/users/mmagtech/lists/adventure + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++_2Adventure Movies + summary: A collection consisting of the top rated action movies from the 80's onward + url_poster: https://theposterdb.com/api/assets/52672 + + Comedy: + trakt_list: https://trakt.tv/users/mmagtech/lists/comedy + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++_3Comedy Movies + summary: A collection consisting of the top rated comedy movies from the 80s's onward + url_poster: https://theposterdb.com/api/assets/52677 + + Drama: + trakt_list: https://trakt.tv/users/mmagtech/lists/drama + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++_5Drama Movies + summary: A collection consisting of the top rated drama movies from the 80's onward + url_poster: https://theposterdb.com/api/assets/52676 + + Horror: + trakt_list: https://trakt.tv/users/mmagtech/lists/horror + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++_6Horror Movies + summary: A collection consisting of the top rated horror movies from the 80's onward + url_poster: https://theposterdb.com/api/assets/52659 + + Space: + trakt_list: https://trakt.tv/users/mmagtech/lists/space + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++_7Space + summary: A collection consisting of the top rated outer space movies + url_poster: https://theposterdb.com/api/assets/167952 + + War: + trakt_list: https://trakt.tv/users/mmagtech/lists/war + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++_8War Movies + summary: A collection consisting of the top rated war movies from the 60's onward + url_poster: https://theposterdb.com/api/assets/52688 + + Western: + trakt_list: https://trakt.tv/users/mmagtech/lists/western + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++_9Western Movies + summary: A collection consisting of the top rated western movies from the 50's onward + url_poster: https://theposterdb.com/api/assets/52686 diff --git a/MMagTech/Movies.yml b/MMagTech/Movies.yml new file mode 100644 index 0000000..e20fe99 --- /dev/null +++ b/MMagTech/Movies.yml @@ -0,0 +1,297 @@ +######################################################################### +# Movie Collections # +# Collection Artwork from https://theposterdb.com/user/musikmann2000 # +######################################################################### +templates: + Collection: + optional: + - collection + - movie + tmdb_collection_details: <<collection>> + tmdb_movie: <<movie>> + url_poster: <<poster>> + sync_mode: sync + collection_order: release + +collections: + Addams Family: + template: {name: Collection, collection: "11716, 750822", poster: https://theposterdb.com/api/assets/160785} + Alien: + template: {name: Collection, collection: "8091, 135416, 115762", poster: https://theposterdb.com/api/assets/168446} + American Pie: + template: {name: Collection, collection: "2806, 298820", poster: https://theposterdb.com/api/assets/166224} + Amityville: + template: {name: Collection, collection: 397842, poster: https://theposterdb.com/api/assets/160775} + Anaconda: + template: {name: Collection, collection: 105995, movie: 336560, poster: https://theposterdb.com/api/assets/180281} + Austin Powers: + template: {name: Collection, collection: 1006, poster: https://theposterdb.com/api/assets/163540} + Back to the Future: + template: {name: Collection, collection: 264, poster: https://theposterdb.com/api/assets/163128} + Bad Boys: + template: {name: Collection, collection: 14890, poster: https://theposterdb.com/api/assets/163544} + Barbershop: + template: {name: Collection, collection: 176097, movie: 14177, poster: https://theposterdb.com/api/assets/166228} + Basket Case: + template: {name: Collection, collection: 104716, poster: https://theposterdb.com/api/assets/160774} + Beverly Hills Cop: + template: {name: Collection, collection: 85861, poster: https://theposterdb.com/api/assets/163980} + Bill & Ted's Most Excellent: + template: {name: Collection, collection: 91746, poster: https://theposterdb.com/api/assets/163640} + Blade: + template: {name: Collection, collection: 735, poster: https://theposterdb.com/api/assets/162380} + The Bourne: + template: {name: Collection, collection: 31562, poster: https://theposterdb.com/api/assets/164761} + Candyman: + template: {name: Collection, collection: 98580, poster: https://theposterdb.com/api/assets/163641} + Carrie: + template: {name: Collection, collection: 257053, poster: https://theposterdb.com/api/assets/160796} + Cheech & Chong: + template: {name: Collection, collection: 33071, poster: https://theposterdb.com/api/assets/163003} + Children of the Corn: + template: {name: Collection, collection: 115225, poster: https://theposterdb.com/api/assets/160798} + Childs Play: + template: {name: Collection, collection: 10455, poster: https://theposterdb.com/api/assets/176031} + The Chronicles of Narnia: + template: {name: Collection, collection: 420, poster: https://theposterdb.com/api/assets/162017} + The Chronicles of Riddick: + template: {name: Collection, collection: 2794, poster: https://theposterdb.com/api/assets/163647} + Cloverfield: + template: {name: Collection} + imdb_list: https://www.imdb.com/list/ls021933730/ + url_poster: https://theposterdb.com/api/assets/215650 + summary: Cloverfield is an American science fiction anthology film series and media franchise created and produced by J. J. Abrams consisting of three films, viral marketing websites linking the films together, and a tie-in manga to the first film titled Cloverfield/Kishin (2008), all set in a shared fictional universe referred to as the "Cloververse". The franchise as a whole deals with creatures from other dimensions attacking Earth throughout various decades, all as a repercussion of an experiment by an astronaut team aboard the Cloverfield Station in outer-space. Each film depicts the reality-altering effects of their study, which was meant to find a new energy source replacing the planet's depleted resources, only to open portals for assault from various beasts from deep space. + The Conjuring Universe: + template: {name: Collection, collection: "313086, 402074", movie: 439079, poster: https://theposterdb.com/api/assets/160843} + Creepshow: + template: {name: Collection, collection: 107725 , poster: https://theposterdb.com/api/assets/160848} + Critters: + template: {name: Collection, collection: 10893, poster: https://theposterdb.com/api/assets/160849} + The Crow: + template: {name: Collection, collection: 9436, poster: https://theposterdb.com/api/assets/162382} + DC Universe: + template: {name: Collection} + imdb_list: https://www.imdb.com/list/ls538267100/ + url_poster: https://theposterdb.com/api/assets/162412 + summary: The DC Universe (DCU) is the shared universe where most of the comic stories published by DC Comics take place. Superman, Batman, and Wonder Woman are well-known superheroes from this universe. Note that in context, "DC Universe" is usually used to refer to the main DC continuity. + Death Race: + template: {name: Collection, collection: 86116, poster: https://theposterdb.com/api/assets/160936} + Die Hard: + template: {name: Collection, collection: 1570, poster: https://theposterdb.com/api/assets/164773} + Dirty Harry: + template: {name: Collection, collection: 10456, poster: https://theposterdb.com/api/assets/164774} + Divergent: + template: {name: Collection, collection: 283579, poster: https://theposterdb.com/api/assets/163697} + Ernest..: + template: {name: Collection, collection: 330555, poster: https://theposterdb.com/api/assets/163384} + Escape Plan: + template: {name: Collection, collection: 525891, poster: https://theposterdb.com/api/assets/164779} + Evil Dead: + template: {name: Collection, collection: 1960-evil-dead-collection, poster: https://theposterdb.com/api/assets/160866} + The Exorcist: + template: {name: Collection, collection: 12263, poster: https://theposterdb.com/api/assets/160872} + The Expendables: + template: {name: Collection, collection: 126125, poster: https://theposterdb.com/api/assets/164780} + The Fast and the Furious: + template: {name: Collection, collection: 9485, poster: https://theposterdb.com/api/assets/164783} + Fifty Shades: + template: {name: Collection, collection: 344830, poster: https://theposterdb.com/api/assets/167008} + Final Destination: + template: {name: Collection, collection: 8864, poster: https://theposterdb.com/api/assets/160873} + Friday: + template: {name: Collection, collection: 43563, poster: https://theposterdb.com/api/assets/166239} + Friday The 13th: + template: {name: Collection, collection: 9735, movie: "6466, 222724", poster: https://theposterdb.com/api/assets/161007} + Ghostbusters: + template: {name: Collection, collection: 2980, movie: 43074, poster: https://theposterdb.com/api/assets/174560} + Ghoulies: + template: {name: Collection, collection: 44913, poster: https://theposterdb.com/api/assets/161009} + The Godfather: + template: {name: Collection, collection: 230, poster: https://theposterdb.com/api/assets/164789} + Godzilla (MonsterVerse): + template: {name: Collection, collection: 535313, movie: 293167, poster: https://theposterdb.com/api/assets/160971} + Gremlins: + template: {name: Collection, collection: 89151, poster: https://theposterdb.com/api/assets/161052} + The Grudge: + template: {name: Collection, collection: 1974, poster: https://theposterdb.com/api/assets/161051} + Halloween: + template: {name: Collection, collection: "91361, 126209", poster: https://theposterdb.com/api/assets/161050} + The Hangover: + template: {name: Collection, collection: 86119, poster: https://theposterdb.com/api/assets/165414} + Hannibal Lecter: + template: {name: Collection, collection: 9743, movie: 11454, poster: https://theposterdb.com/api/assets/164790} + Harry Potter: + template: {name: Collection, collection: 1241, poster: https://theposterdb.com/api/assets/162216} + Hellraiser: + template: {name: Collection, collection: 8917, poster: https://theposterdb.com/api/assets/161045} + The Hobbit: + template: {name: Collection, collection: 121938, poster: https://theposterdb.com/api/assets/187468} + Hostel: + template: {name: Collection, collection: 86578, poster: https://theposterdb.com/api/assets/161043} + House: + template: {name: Collection, collection: 102782, poster: https://theposterdb.com/api/assets/161042} + The Howling: + template: {name: Collection, collection: 174218, poster: https://theposterdb.com/api/assets/161040} + House of 1000 Corpses: + template: {name: Collection, collection: 105625, poster: https://theposterdb.com/api/assets/161041} + The Human Centipede: + template: {name: Collection, collection: 96671, poster: https://theposterdb.com/api/assets/212616} + The Hunger Games: + template: {name: Collection, collection: 131635, poster: https://theposterdb.com/api/assets/163851} + Indiana Jones: + template: {name: Collection, collection: 84, poster: https://theposterdb.com/api/assets/163391} + I Know What You Did Last Summer: + template: {name: Collection, collection: 3601, poster: https://theposterdb.com/api/assets/161060} + I Spit On Your Grave: + template: {name: Collection, collection: "296429, 162457", poster: https://theposterdb.com/api/assets/162457} + James Bond: + template: {name: Collection, collection: 645, poster: https://theposterdb.com/api/assets/164797} + Jaws: + template: {name: Collection, collection: 2366, poster: https://theposterdb.com/api/assets/161117} + Jeepers Creepers: + template: {name: Collection, collection: 94899, poster: https://theposterdb.com/api/assets/185530} + Joyride: + template: {name: Collection, collection: 166378, poster: https://theposterdb.com/api/assets/217399} + Jurassic Park: + template: {name: Collection, collection: 328, movie: 630322, poster: https://theposterdb.com/api/assets/162511} + Lake Placid: + template: {name: Collection, collection: 97768, poster: https://theposterdb.com/api/assets/161113} + Leprechaun: + template: {name: Collection, collection: 19285, poster: https://theposterdb.com/api/assets/161112} + Lethal Weapon: + template: {name: Collection, collection: 945, poster: https://theposterdb.com/api/assets/164803} + The Lord of the Rings: + template: {name: Collection, collection: 119, poster: https://theposterdb.com/api/assets/164138} + Lost Boys: + template: {name: Collection, collection: 109076, poster: https://theposterdb.com/api/assets/161109} + Mad Max: + template: {name: Collection, collection: 8945, poster: https://theposterdb.com/api/assets/184549} + The Mangler: + template: {name: Collection, collection: 374418, poster: https://theposterdb.com/api/assets/172372} + Maniac Cop: + template: {name: Collection, collection: 254636, poster: https://theposterdb.com/api/assets/161312} + Marvel Universe: + template: {name: Collection} + imdb_list: https://www.imdb.com/list/ls031310794/ + url_poster: https://theposterdb.com/api/assets/162417 + summary: The Marvel Cinematic Universeis a collection of movies and television series that tell a singular narrative related to Marvel characters, settings and stories. The MCU is a product from Disney and Marvel that brings us heroes from Black Panther and Doctor Strange to Spider-Man and Iron Man + The Matrix: + template: {name: Collection, collection: 2344, poster: https://theposterdb.com/api/assets/163913} + The Maze Runner: + template: {name: Collection, collection: 295130, poster: https://theposterdb.com/api/assets/160968} + Meet the Parents: + template: {name: Collection, collection: 51509, poster: https://theposterdb.com/api/assets/166252} + Men In Black: + template: {name: Collection, collection: 86055, poster: https://theposterdb.com/api/assets/163929} + Mimic: + template: {name: Collection, collection: 10721, poster: https://theposterdb.com/api/assets/160969} + Mission Impossible: + template: {name: Collection, collection: 87359, poster: https://theposterdb.com/api/assets/164810} + Mortal Kombat: + template: {name: Collection, collection: 9818, movie: "664767, 460465", poster: https://theposterdb.com/api/assets/160972} + The Mummy: + template: {name: Collection, collection: 1733, poster: https://theposterdb.com/api/assets/161305} + National Lampoon: + template: {name: Collection, collection: 108693, poster: https://theposterdb.com/api/assets/165424} + A Nightmare on Elm Street: + template: {name: Collection, collection: 8581, movie: "6466, 23437", poster: https://theposterdb.com/api/assets/161307} + Nuke Em High: + template: {name: Collection, collection: 263866, poster: https://theposterdb.com/api/assets/162227} + Pet Sematary: + template: {name: Collection, collection: 10789, movie: 157433, poster: https://theposterdb.com/api/assets/161311} + Phantasm: + template: {name: Collection, collection: 47770, poster: https://theposterdb.com/api/assets/161301} + Piranha: + template: {name: Collection, collection: "212279, 104830", poster: https://theposterdb.com/api/assets/161300} + Pirates of the Caribbean: + template: {name: Collection, collection: 295, poster: https://theposterdb.com/api/assets/163404} + Planet of the Apes: + template: {name: Collection, collection: 173710, poster: https://theposterdb.com/api/assets/184312} + Police Academy: + template: {name: Collection, collection: 9338, poster: https://theposterdb.com/api/assets/164819} + Poltergeist: + template: {name: Collection, collection: 10453, poster: https://theposterdb.com/api/assets/161298} + Predator: + template: {name: Collection, collection: 399, poster: https://theposterdb.com/api/assets/163975} + Puppet Master: + template: {name: Collection, collection: 107949, poster: https://theposterdb.com/api/assets/161294} + The Purge: + template: {name: Collection, collection: 256322, poster: https://theposterdb.com/api/assets/161881} + Rambo: + template: {name: Collection, collection: 5039, poster: https://theposterdb.com/api/assets/164821} + Resident Evil: + template: {name: Collection, collection: 17255, poster: https://theposterdb.com/api/assets/161290} + Re-Animator: + template: {name: Collection, collection: 98036, poster: https://theposterdb.com/api/assets/161291} + RoboCop: + template: {name: Collection, collection: 5547, poster: https://theposterdb.com/api/assets/164016} + Rocky: + template: {name: Collection, collection: 1575, poster: https://theposterdb.com/api/assets/163422} + Saw: + template: {name: Collection, collection: 656, poster: https://theposterdb.com/api/assets/161876} + Scary Movie: + template: {name: Collection, collection: 4246, poster: https://theposterdb.com/api/assets/161875} + Scanners: + template: {name: Collection, collection: 88574, poster: https://theposterdb.com/api/assets/160985} + Scream: + template: {name: Collection, collection: 2602, poster: https://theposterdb.com/api/assets/161544} + Shaft: + template: {name: Collection, collection: "495, 608103", poster: https://theposterdb.com/api/assets/164826} + Sharknado: + template: {name: Collection, collection: 286023, poster: https://theposterdb.com/api/assets/162221} + Sharktopus: + template: {name: Collection, collection: 370374, poster: https://theposterdb.com/api/assets/167519} + Sleepaway Camp: + template: {name: Collection, collection: 47391, poster: https://theposterdb.com/api/assets/161870} + Slumber Party Massacre: + template: {name: Collection, collection: 138971, poster: https://theposterdb.com/api/assets/161869} + Species: + template: {name: Collection, collection: 9887, poster: https://theposterdb.com/api/assets/160993} + Sometimes They Come Back: + template: {name: Collection, collection: 168545, poster: https://theposterdb.com/api/assets/161868} + "Star Trek: Complete Collection": + template: {name: Collection, collection: "115575, 115570, 151", poster: https://theposterdb.com/api/assets/164122} + "Star Wars: The Complete Collection": + template: {name: Collection, collection: 10, movie: "348350, 330459", poster: https://theposterdb.com/poster/164120} + summary: "The Complete Saga Of Star Wars" + Starship Troopers: + template: {name: Collection, collection: 10522, poster: https://theposterdb.com/api/assets/160994} + Taken: + template: {name: Collection, collection: 135483, poster: https://theposterdb.com/api/assets/164840} + Tales From the Hood: + template: {name: Collection, collection: 551890, poster: https://theposterdb.com/api/assets/161866} + Teenage Mutant Ninja Turtles: + template: {name: Collection, collection: "1582, 401562", poster: https://theposterdb.com/api/assets/162404} + The Terminator: + template: {name: Collection, collection: 528, poster: https://theposterdb.com/api/assets/164119} + Texas Chainsaw Massacre: + template: {name: Collection, collection: "111751, 425175", poster: https://theposterdb.com/api/assets/161860} + Toxic Avenger: + template: {name: Collection, collection: 32135, poster: https://theposterdb.com/api/assets/160995} + Transformers: + template: {name: Collection, collection: 8650, poster: https://theposterdb.com/api/assets/160997} + The Transporter: + template: {name: Collection, collection: 9518, poster: https://theposterdb.com/api/assets/164843} + Tremors: + template: {name: Collection, collection: 91799, poster: https://theposterdb.com/api/assets/161855} + Troll: + template: {name: Collection, collection: 123218, poster: https://theposterdb.com/api/assets/161854} + Unbreakable: + template: {name: Collection} + imdb_list: https://www.imdb.com/list/ls022101006/ + url_poster: https://theposterdb.com/api/assets/162389 + summary: The Unbreakable trilogy, officially known as the Eastrail 177 Trilogy, is an American superhero thriller and psychological horror film series. The films were written, produced, and directed by M. Night Shyamalan. The trilogy consists of Unbreakable (2000), Split (2016), and Glass (2019). + Underworld: + template: {name: Collection, collection: 2326, poster: https://theposterdb.com/api/assets/161852} + Urban Legend: + template: {name: Collection, collection: 52760, poster: https://theposterdb.com/api/assets/161851} + Vice Academy: + template: {name: Collection, collection: 314638, poster: https://theposterdb.com/api/assets/165846} + V/H/S: + template: {name: Collection, collection: 207621, poster: https://theposterdb.com/api/assets/161850} + Wrong Turn: + template: {name: Collection, collection: 52985, poster: https://theposterdb.com/api/assets/161842} + X-Men: + template: {name: Collection, collection: "748, 453993, 448150", movie: 567604, poster: https://theposterdb.com/api/assets/171112} + xXx: + template: {name: Collection, collection: 52785, poster: https://theposterdb.com/api/assets/164850} diff --git a/Magic815/IMDb-Top-250.yml b/Magic815/IMDb-Top-250.yml new file mode 100644 index 0000000..6ffa058 --- /dev/null +++ b/Magic815/IMDb-Top-250.yml @@ -0,0 +1,11 @@ +###################################################### +# IMDb Top 250 Collection # +###################################################### +collections: + IMDb Top 250: + imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc + sort_title: ++++++++_IMDb Top 250 + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Configs/master/Magic815/posters/IMDb-Top-250.jpg + collection_mode: hide + sync_mode: sync + cache_builders: 1 \ No newline at end of file diff --git a/Magic815/Movie-Collections.yml b/Magic815/Movie-Collections.yml new file mode 100644 index 0000000..a065c0e --- /dev/null +++ b/Magic815/Movie-Collections.yml @@ -0,0 +1,154 @@ +###################################################### +# Standard Movie Collections # +###################################################### +collections: + Bourne: + trakt_list: https://trakt.tv/users/jjmalpz/lists/bourne +# collection_order: custom + sort_title: +50_Bourne + url_poster: https://theposterdb.com/api/assets/5420 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "The Bourne franchise consists of action-thriller installments based on the character Jason Bourne, created by author Robert Ludlum. The overall plot centers around Jason Bourne, a CIA assassin suffering from dissociative amnesia." + cache_builders: 1 + DC Extended Universe: + trakt_list: https://trakt.tv/users/tetharion/lists/worlds-of-dc +# collection_order: custom + sort_title: +50_DC Extended Universe + url_poster: https://theposterdb.com/api/assets/13713 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "The DC Extended Universe (DCEU) is a media franchise and shared universe centered on superheros from DC Comics." + cache_builders: 1 + Fast and Furious: + trakt_list: https://trakt.tv/users/ireallylovevids/lists/fast-and-furious +# collection_order: custom + sort_title: +50_Fast and Furious + url_poster: https://theposterdb.com/api/assets/1070 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "Fast & Furious (also known as The Fast and the Furious and The Fast Saga) is a media franchise centered on a series of action films that are largely concerned with illegal street racing, heists, spies and family." + cache_builders: 1 + Hunger Games: + trakt_list: https://trakt.tv/users/justkarmo/lists/hunger-games +# collection_order: custom + sort_title: +50_Hunger Games + url_poster: https://theposterdb.com/api/assets/6977 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "The Hunger Games film series is composed of science fiction dystopian adventure films, based on The Hunger Games trilogy of novels by the American author Suzanne Collins. The movies are distributed by Lionsgate and produced by Nina Jacobson and Jon Kilik." + cache_builders: 1 + Indiana Jones: + trakt_list: https://trakt.tv/users/jonghea/lists/indiana-jones +# collection_order: custom + sort_title: +50_Indiana Jones + url_poster: https://theposterdb.com/api/assets/53303 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "Indiana Jones is an American media franchise based on the adventures of Dr. Henry Walton 'Indiana' Jones, Jr., a fictional professor of archaeology. The series was created by George Lucas and stars Harrison Ford as Indiana Jones." + cache_builders: 1 + James Bond: + trakt_list: https://trakt.tv/users/any/lists/james-bond +# collection_order: custom + sort_title: +50_James Bond + url_poster: https://theposterdb.com/api/assets/2037 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "James Bond is a fictional character created by novelist Ian Fleming in 1953. A British secret agent working for MI6 under the codename 007." + cache_builders: 1 + John Wick: + trakt_list: https://trakt.tv/users/strangerer/lists/john-wick +# collection_order: custom + sort_title: +50_John Wick + url_poster: https://theposterdb.com/api/assets/17550 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "John Wick is an American neo-noir action-thriller media franchise created by screenwriter Derek Kolstad and starring Keanu Reeves as John Wick, a former hitman who is forced back into the criminal underworld he had abandoned." + cache_builders: 1 + Marvel Cinematic Universe: + tmdb_keyword: 180547 +# collection_order: custom + sort_title: +50_Marvel Cinematic Universe + url_poster: https://theposterdb.com/api/assets/879 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "The Marvel Cinematic Universe (MCU) is an American media franchise and shared universe centered on a series of superhero films produced by Marvel Studios. The films are based on characters that appear in American comic books published by Marvel Comics. The franchise also includes television series, short films, digital series, and literature. The shared universe, much like the original Marvel Universe in comic books, was established by crossing over common plot elements, settings, cast, and characters." + cache_builders: 1 + Matrix: + trakt_list: https://trakt.tv/users/bruinschris/lists/matrix +# collection_order: custom + sort_title: +50_Matrix + url_poster: https://theposterdb.com/api/assets/12041 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "The Matrix is an American media franchise that features a cyberpunk story of the technological fall of humanity, in which the creation of artificial intelligence led the way to a race of self-aware machines that imprisoned mankind in a virtual reality system—the Matrix—to be farmed as a power source. Occasionally, some of the prisoners manage to break free from the system and, considered a threat, become pursued by the artificial intelligence both inside and outside of it." + cache_builders: 1 + Middle Earth: + tmdb_collection_details: + - 119 + - 121938 + sort_title: +50_Middle Earth + url_poster: "https://theposterdb.com/api/assets/107346" + collection_mode: hide + sync_mode: sync + smart_label: release.asc + cache_builders: 1 + Mission Impossible: + trakt_list: https://trakt.tv/users/strangerer/lists/mission-impossible +# collection_order: custom + sort_title: +50_Mission Impossible + url_poster: https://theposterdb.com/api/assets/12118 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "Mission: Impossible is a series of American action spy films based on and a follow-on from the television series of the same name created by Bruce Geller. The series is mainly produced by and stars Tom Cruise, whose character is Ethan Hunt, an agent of the Impossible Missions Force (IMF). The films have been directed, written, and scored from various filmmakers and crew, while incorporating musical themes from the original series by Lalo Schifrin." + cache_builders: 1 + Pirates of the Caribbean: + trakt_list: https://trakt.tv/users/bertjj/lists/pirates-of-the-caribbean +# collection_order: custom + sort_title: +50_Pirates of the Caribbean + url_poster: https://theposterdb.com/api/assets/9840 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "Pirates of the Caribbean is a series of fantasy swashbuckler films produced by Jerry Bruckheimer and based on Walt Disney's theme park attraction of the same name." + cache_builders: 1 + Star Wars: + trakt_list: https://trakt.tv/users/draackje/lists/star-wars +# collection_order: custom + sort_title: +50_Star Wars + url_poster: https://theposterdb.com/api/assets/9569 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "The Star Wars franchise involves multiple live-action and animated films. The film series started with a trilogy set in medias res which was later expanded to a trilogy of trilogies, known as the 'Skywalker Saga'." + cache_builders: 1 + Wizarding World: + trakt_list: https://trakt.tv/users/bubbles-prior/lists/wizarding-world +# collection_order: custom + sort_title: +50_Wizarding World + url_poster: https://theposterdb.com/api/assets/20343 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "The Wizarding World is a fantasy media franchise and shared fictional universe centred on a series of films, based on the Harry Potter novel series by J. K. Rowling." + cache_builders: 1 + X-Men: + trakt_list: https://trakt.tv/users/bertjj/lists/x-men +# collection_order: custom + sort_title: +50_X-Men + url_poster: https://theposterdb.com/api/assets/20 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "X-Men is an American superhero film series based on the fictional superhero team of the same name, who originally appeared in a series of comic books created by Stan Lee and Jack Kirby and published by Marvel Comics." + cache_builders: 1 \ No newline at end of file diff --git a/Magic815/People.yml b/Magic815/People.yml new file mode 100644 index 0000000..c1e0159 --- /dev/null +++ b/Magic815/People.yml @@ -0,0 +1,54 @@ +###################################################### +# People Collections # +###################################################### +templates: + Person: + smart_filter: + any: + director: tmdb + sort_by: release.asc + validate: false + tmdb_person: <<person>> + sort_title: +40_<<collection_name>> +collections: +# Alfred Hitchcock: +# template: {name: Person, person: 2636} + Christopher Nolan: + template: {name: Person, person: 525} + collection_mode: hide + url_poster: https://theposterdb.com/api/assets/47425 + cache_builders: 1 + Coen Brothers: + template: {name: Person, person: "1223, 1224"} + collection_mode: hide + url_poster: https://theposterdb.com/api/assets/115506 + summary: "Joel Coen and Ethan Coen, collectively referred to as the Coen Brothers, are American film directors, producers, screenwriters, and editors. Their films span many genres and styles, which they frequently subvert or parody. Their most acclaimed works include: Raising Arizona (1987), Miller's Crossing (1990), Fargo (1996), The Big Lebowski (1998), O Brother, Where Art Thou? (2000), No Country for Old Men (2007), Burn After Reading (2008), A Serious Man (2009), True Grit (2010), Inside Llewyn Davis (2013), and The Ballad of Buster Scruggs (2018)." + cache_builders: 1 + James Cameron: + template: {name: Person, person: 2710} + collection_mode: hide + url_poster: https://theposterdb.com/api/assets/47447 + cache_builders: 1 +# Kevin Smith: +# template: {name: Person, person: 19303} +# M. Night Shyamalan: +# template: {name: Person, person: 11614} +# Michael Bay: +# template: {name: Person, person: 865} + Quentin Tarantino: + template: {name: Person, person: 138} + collection_mode: hide + url_poster: https://theposterdb.com/api/assets/47468 + cache_builders: 1 + Steven Spielberg: + template: {name: Person, person: 488} + collection_mode: hide + url_poster: https://theposterdb.com/api/assets/47477 + cache_builders: 1 + Tim Burton: + template: {name: Person, person: 510} + collection_mode: hide + url_poster: https://theposterdb.com/api/assets/54729 + cache_builders: 1 +# Zack Snyder: +# template: {name: Person, person: 15217} \ No newline at end of file diff --git a/Magic815/Studios.yml b/Magic815/Studios.yml new file mode 100644 index 0000000..5dfb649 --- /dev/null +++ b/Magic815/Studios.yml @@ -0,0 +1,63 @@ +###################################################### +# Studio Collections # +###################################################### +collections: + Disney Animation Studios: + imdb_list: https://www.imdb.com/list/ls059383351/ + sort_title: +25_Disney Animation Studios + url_poster: https://theposterdb.com/api/assets/11845 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "Walt Disney Animation Studios (WDAS), sometimes shortened to Disney Animation, is an American animation studio that creates animated features and short films for The Walt Disney Company. Founded on October 16, 1923 by brothers Walt Disney and Roy O. Disney, it is one of the oldest-running animation studios in the world. It is currently organized as a division of Walt Disney Studios and is headquartered at the Roy E. Disney Animation Building at the Walt Disney Studios lot in Burbank, California." + cache_builders: 1 + Pixar: + tmdb_company: 3 + sort_title: +25_Pixar + url_poster: https://theposterdb.com/api/assets/18894 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney Company. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the company's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot." + cache_builders: 1 + Studio Ghibli: + tmdb_company: 10342 + sort_title: +25_Studio Ghibli + url_poster: https://theposterdb.com/api/assets/100576 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro." + cache_builders: 1 +# Blue Sky: +# template: { name: Studio, company: 9383 } +# summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. +# DC Extended Universe: +# template: {name: Studio} +# imdb_list: https://www.imdb.com/list/ls077827588/ +# summary: "The DC Extended Universe (DCEU) is a media franchise and shared universe centered on superheros from DC Comics." +# DreamWorks: +# template: { name: Studio, company: 521 } +# summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. +# Entertainment Television: +# template: { name: Studio, company: 25968 } +# summary: E! (an initialism for Entertainment Television) is an American basic cable channel which primarily focuses on pop culture, celebrity focused reality shows, and movies, owned by the NBCUniversal Television and Streaming division of NBCUniversal, a subsidiary of Comcast. +# Illumination Entertainment: +# template: { name: Studio, company: 6704 } +# summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. +# Sony Pictures: +# template: { name: Studio, company: 34 } +# summary: Sony Pictures Entertainment Inc. is an American diversified multinational mass media and entertainment studio conglomerate that produces, acquires, and distributes filmed entertainment through multiple platforms. Through an intermediate holding company called Sony Film Holding Inc., it is operated as a subsidiary of Sony Entertainment Inc., which is itself a subsidiary of the multinational technology and media conglomerate Sony Group Corporation. Based at the Sony Pictures Studios lot in Culver City, California as one of the "Big Five" major American film studios, it encompasses Sony's motion picture, television production and distribution units. Its sales in the fiscal year 2020 was reported to be $7.16 billion. +# Sony Pictures Animation: +# template: { name: Studio, company: 2251 } +# summary: Sony Pictures Animation Inc. is an American animation studio owned by Sony Entertainment's Sony Pictures Entertainment through their Motion Picture Group division and founded on May 9, 2002. The studio's films are distributed worldwide by Sony Pictures Releasing under their Columbia Pictures label, while all direct-to-video releases are released by Sony Pictures Home Entertainment. +# Warner Bros. Pictures: +# template: { name: Studio, company: 174 } +# summary: Warner Bros. Entertainment Inc. is an American diversified multinational mass media and entertainment conglomerate headquartered at the Warner Bros. Studios complex in Burbank, California, and a subsidiary of AT&T's WarnerMedia through its Studios & Networks division. Founded in 1923 by four brothers Harry, Albert, Sam, and Jack Warner, the company established itself as a leader in the American film industry before diversifying into animation, television, and video games, and is one of the "Big Five" major American film studios, as well as a member of the Motion Picture Association. +# Warner Animation Group: +# template: { name: Studio, company: 25120 } +# summary: The Warner Animation Group (WAG) is an American animation studio that is the feature animation division of Warner Bros. Entertainment. Established on January 7, 2013, the studio is the successor to the dissolved 2D traditional hand-drawn animation studio Warner Bros. Feature Animation, which shut down in 2003 and the dissolved family film division Warner Bros. Family Entertainment, which shut down in 2009. The entity is also a sister animation studio of the regular animation studio Warner Bros. Animation +# Walt Disney Pictures: +# template: { name: Studio } +# imdb_list: https://www.imdb.com/list/ls077114097/ +# summary: Walt Disney Pictures is an American film production studio of The Walt Disney Studios, which is owned by The Walt Disney Company. The studio is the flagship producer of live-action feature films within the Walt Disney Studios unit, and is based at the Walt Disney Studios in Burbank, California. Animated films produced by Walt Disney Animation Studios and Pixar Animation Studios are also released under this brand. Walt Disney Studios Motion Pictures distributes and markets the films produced by Walt Disney Pictures. \ No newline at end of file diff --git a/Magic815/TV-Show-Collections.yml b/Magic815/TV-Show-Collections.yml new file mode 100644 index 0000000..9b04221 --- /dev/null +++ b/Magic815/TV-Show-Collections.yml @@ -0,0 +1,13 @@ +###################################################### +# Standard TV Show Collections # +###################################################### +collections: + Marvel Cinematic Universe: + tmdb_keyword: 180547 +# collection_order: custom + sort_title: +50_Marvel Cinematic Universe + url_poster: https://theposterdb.com/api/assets/879 + collection_mode: hide + sync_mode: sync + smart_label: release.asc + summary: "The Marvel Cinematic Universe (MCU) is an American media franchise and shared universe centered on a series of superhero films produced by Marvel Studios. The films are based on characters that appear in American comic books published by Marvel Comics. The franchise also includes television series, short films, digital series, and literature. The shared universe, much like the original Marvel Universe in comic books, was established by crossing over common plot elements, settings, cast, and characters." diff --git a/Magic815/Trakt-Most-Watched-Collections.yml b/Magic815/Trakt-Most-Watched-Collections.yml new file mode 100644 index 0000000..e1aff55 --- /dev/null +++ b/Magic815/Trakt-Most-Watched-Collections.yml @@ -0,0 +1,41 @@ +############################################## +# Trakt Most Watched Collections # +############################################## +collections: + Most Watched This Week: + trakt_chart: + chart: watched + time_period: weekly + limit: 100 + sort_title: "!B Watched This Week" + url_poster: https://raw.githubusercontent.com/Magic815/Plex-Meta-Manager-Configs/master/Magic815/posters/Trakt-Most-Watched-This-Week.png + sync_mode: sync + collection_mode: hide + collection_filtering: user + visible_library: false + visible_home: false + visible_shared: false + smart_label: + sort_by: release.desc + all: + label: <<smart_label>> + unplayed: true + + Most Watched This Year: + trakt_chart: + chart: watched + time_period: yearly + limit: 200 + sort_title: "!B Watched This Year" + url_poster: https://raw.githubusercontent.com/Magic815/Plex-Meta-Manager-Configs/master/Magic815/posters/Trakt-Most-Watched-This-Year.png + sync_mode: sync + collection_mode: hide + collection_filtering: user + visible_library: true + visible_home: true + visible_shared: true + smart_label: + sort_by: release.desc + all: + label: <<smart_label>> + unplayed: true \ No newline at end of file diff --git a/Magic815/Trakt-Trending-Collection.yml b/Magic815/Trakt-Trending-Collection.yml new file mode 100644 index 0000000..fd62287 --- /dev/null +++ b/Magic815/Trakt-Trending-Collection.yml @@ -0,0 +1,21 @@ +############################################## +# Trakt Trending Collections # +############################################## +collections: + Trending Now: + trakt_chart: + chart: trending + limit: 100 + sort_title: "!B Trending Now" + url_poster: https://raw.githubusercontent.com/Magic815/Plex-Meta-Manager-Configs/master/Magic815/posters/Trakt-Trending-Now.png + sync_mode: sync + collection_mode: hide + collection_filtering: user + visible_library: true + visible_home: true + visible_shared: true + smart_label: + sort_by: release.desc + all: + label: <<smart_label>> + unplayed: true \ No newline at end of file diff --git a/Magic815/overlays/1080P-DV.png b/Magic815/overlays/1080P-DV.png new file mode 100644 index 0000000..b3dc461 Binary files /dev/null and b/Magic815/overlays/1080P-DV.png differ diff --git a/Magic815/overlays/1080P-HDR.png b/Magic815/overlays/1080P-HDR.png new file mode 100644 index 0000000..5a81483 Binary files /dev/null and b/Magic815/overlays/1080P-HDR.png differ diff --git a/Magic815/overlays/1080P.png b/Magic815/overlays/1080P.png new file mode 100644 index 0000000..70ea7f6 Binary files /dev/null and b/Magic815/overlays/1080P.png differ diff --git a/Magic815/overlays/4K-DV.png b/Magic815/overlays/4K-DV.png new file mode 100644 index 0000000..960445f Binary files /dev/null and b/Magic815/overlays/4K-DV.png differ diff --git a/Magic815/overlays/4K-HDR.png b/Magic815/overlays/4K-HDR.png new file mode 100644 index 0000000..c6cf0d7 Binary files /dev/null and b/Magic815/overlays/4K-HDR.png differ diff --git a/Magic815/overlays/4K.png b/Magic815/overlays/4K.png new file mode 100644 index 0000000..0d9798d Binary files /dev/null and b/Magic815/overlays/4K.png differ diff --git a/Magic815/overlays/720P-DV.png b/Magic815/overlays/720P-DV.png new file mode 100644 index 0000000..a4fbf7a Binary files /dev/null and b/Magic815/overlays/720P-DV.png differ diff --git a/Magic815/overlays/720P-HDR.png b/Magic815/overlays/720P-HDR.png new file mode 100644 index 0000000..7a3992a Binary files /dev/null and b/Magic815/overlays/720P-HDR.png differ diff --git a/Magic815/overlays/720P.png b/Magic815/overlays/720P.png new file mode 100644 index 0000000..929895b Binary files /dev/null and b/Magic815/overlays/720P.png differ diff --git a/Magic815/overlays/Criterion.png b/Magic815/overlays/Criterion.png new file mode 100644 index 0000000..a736af9 Binary files /dev/null and b/Magic815/overlays/Criterion.png differ diff --git a/Magic815/overlays/Directors-Cut.png b/Magic815/overlays/Directors-Cut.png new file mode 100644 index 0000000..ae9c57f Binary files /dev/null and b/Magic815/overlays/Directors-Cut.png differ diff --git a/Magic815/overlays/Extended-Cut.png b/Magic815/overlays/Extended-Cut.png new file mode 100644 index 0000000..564d6f0 Binary files /dev/null and b/Magic815/overlays/Extended-Cut.png differ diff --git a/Magic815/overlays/Final-Cut.png b/Magic815/overlays/Final-Cut.png new file mode 100644 index 0000000..dcc5506 Binary files /dev/null and b/Magic815/overlays/Final-Cut.png differ diff --git a/Magic815/overlays/IMAX-E.png b/Magic815/overlays/IMAX-E.png new file mode 100644 index 0000000..2a461c8 Binary files /dev/null and b/Magic815/overlays/IMAX-E.png differ diff --git a/Magic815/overlays/IMAX.png b/Magic815/overlays/IMAX.png new file mode 100644 index 0000000..0560c3f Binary files /dev/null and b/Magic815/overlays/IMAX.png differ diff --git a/Magic815/overlays/Ultimate-Cut.png b/Magic815/overlays/Ultimate-Cut.png new file mode 100644 index 0000000..2bf296d Binary files /dev/null and b/Magic815/overlays/Ultimate-Cut.png differ diff --git a/Magic815/posters/Dolby Vision Collection.png b/Magic815/posters/Dolby Vision Collection.png new file mode 100644 index 0000000..6ce7ffd Binary files /dev/null and b/Magic815/posters/Dolby Vision Collection.png differ diff --git a/Magic815/posters/IMDb-Top-250.jpg b/Magic815/posters/IMDb-Top-250.jpg new file mode 100644 index 0000000..132f067 Binary files /dev/null and b/Magic815/posters/IMDb-Top-250.jpg differ diff --git a/Magic815/posters/Trakt-Most-Watched-This-Week.png b/Magic815/posters/Trakt-Most-Watched-This-Week.png new file mode 100644 index 0000000..23b9c0a Binary files /dev/null and b/Magic815/posters/Trakt-Most-Watched-This-Week.png differ diff --git a/Magic815/posters/Trakt-Most-Watched-This-Year.png b/Magic815/posters/Trakt-Most-Watched-This-Year.png new file mode 100644 index 0000000..2e45e8b Binary files /dev/null and b/Magic815/posters/Trakt-Most-Watched-This-Year.png differ diff --git a/Magic815/posters/Trakt-Trending-Now.png b/Magic815/posters/Trakt-Trending-Now.png new file mode 100644 index 0000000..fcdb820 Binary files /dev/null and b/Magic815/posters/Trakt-Trending-Now.png differ diff --git a/Magic815/resolution.yml b/Magic815/resolution.yml new file mode 100644 index 0000000..12f1ca3 --- /dev/null +++ b/Magic815/resolution.yml @@ -0,0 +1,236 @@ +############################################################# +# Resolution Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Designed for TRaSH Guides filename naming scheme # +# https://trash-guides.info/ # +# # +# Call this from your config.yml (Movie or Show): # +# If nothing is specified these are the defaults # +# # +# overlay_path: # +# - git: PMM/overlays/resolution # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 15 # +# # Set the horizontal align for the overlay # +# horizontal_align: left # +# # Set the vertical offset for the overlay # +# vertical_offset: 15 # +# # Set the vertical align for the overlay # +# vertical_align: top # +# # +# # Use the 4K overlay # +# use_4k: true # +# # Use the 1080P overlay # +# use_1080p: true # +# # Use the 720P overlay # +# use_720p: true # +# # Use the 480P overlay # +# use_480p: true # +# # Use the DV overlay # +# use_dv: true # +# # Use the HDR overlay # +# use_hdr: true # +############################################################# + +templates: + Resolution: + optional: + - overlay_level + - use_<<opt1>> + - use_<<opt2>> + default: + overlay: <<overlay_name>> + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 15 + vertical_align: top + collection_level: <<overlay_level>> + allowed_library_types: + - <<use_<<opt1>>>> + - <<use_<<opt2>>>> + overlay: + name: <<overlay_name>> + #git: PMM/overlays/images/<<overlay>> + group: res + weight: <<weight>> + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + NoResolution: + optional: + - overlay_level + - use_<<opt1>> + - use_<<opt2>> + default: + overlay: <<overlay_name>> + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 15 + vertical_align: top + collection_level: <<overlay_level>> + allowed_library_types: + - <<use_<<opt1>>>> + - <<use_<<opt2>>>> + overlay: + name: <<overlay_name>> + git: PMM/overlays/images/<<overlay>> + group: res + weight: <<weight>> + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + +overlays: + + 4K-DV: + template: + - name: Resolution + weight: 120 + opt1: 4k + opt2: dv + plex_search: + all: + resolution.regex: '(?i)2160|4k' + filters: + has_dolby_vision: true + + 4K-HDR: + template: + - name: Resolution + weight: 110 + opt1: 4k + opt2: hdr + plex_search: + all: + resolution.regex: '(?i)2160|4k' + hdr: true + + 4K: + template: + - name: Resolution + weight: 100 + opt1: 4k + plex_search: + any: + resolution.regex: '(?i)2160|4k' + + # 1080P-DV: + # template: + # - name: Resolution + # weight: 90 + # opt1: 1080p + # opt2: dv + # plex_search: + # all: + # resolution.regex: '(?i)1080|2k' + # filters: + # has_dolby_vision: true + + # 1080P-HDR: + # template: + # - name: Resolution + # weight: 80 + # opt1: 1080p + # opt2: hdr + # plex_search: + # all: + # resolution.regex: '(?i)1080|2k' + # hdr: true + + 1080P: + template: + - name: Resolution + weight: 70 + opt1: 1080p + plex_search: + any: + resolution.regex: '(?i)1080|2k' + + # 720P-DV: + # template: + # - name: Resolution + # weight: 60 + # opt1: 720p + # opt2: dv + # plex_search: + # all: + # resolution.regex: '(?i)720|hd' + # filters: + # has_dolby_vision: true + + # 720P-HDR: + # template: + # - name: Resolution + # weight: 50 + # opt1: 720p + # opt2: hdr + # plex_search: + # all: + # resolution.regex: '(?i)720|hd' + # hdr: true + + 720P: + template: + - name: Resolution + weight: 40 + opt1: 720p + plex_search: + any: + resolution.regex: '(?i)720|hd' + + # 480P-DV: + # template: + # - name: Resolution + # weight: 30 + # opt1: 480p + # opt2: dv + # plex_search: + # all: + # resolution.regex: '(?i)480|sd' + # filters: + # has_dolby_vision: true + + # 480P-HDR: + # template: + # - name: Resolution + # weight: 20 + # opt1: 480p + # opt2: hdr + # plex_search: + # all: + # resolution.regex: '(?i)480|sd' + # hdr: true + + # 480P: + # template: + # - name: Resolution + # weight: 10 + # opt1: 480p + # plex_search: + # any: + # resolution.regex: '(?i)480|sd' + + # DV: + # template: + # - name: Resolution + # weight: 5 + # opt1: dv + # plex_all: true + # filters: + # has_dolby_vision: true + + # HDR: + # template: + # - name: Resolution + # weight: 1 + # opt1: hdr + # plex_search: + # all: + # hdr: true \ No newline at end of file diff --git a/Magic815/special_release.yml b/Magic815/special_release.yml new file mode 100644 index 0000000..6b84df5 --- /dev/null +++ b/Magic815/special_release.yml @@ -0,0 +1,86 @@ +############################################################# +# Special Release Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Designed for TRaSH Guides filename naming scheme # +# https://trash-guides.info/ # +# # +# Call this from your config.yml (Movie or Show): # +# If nothing is specified these are the defaults # +# # +# overlay_path: # +# - git: PMM/overlays/special_release # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 15 # +# # Set the horizontal align for the overlay # +# horizontal_align: left # +# # Set the vertical offset for the overlay # +# vertical_offset: 113 # +# # Set the vertical align for the overlay # +# vertical_align: bottom # +# # +# # Use the Criterion overlay # +# use_criterion: true # +# # Use the IMAX-E overlay # +# use_enhanced: true # +# # Use the IMAX overlay # +# use_imax: true # +############################################################# + +templates: + SpecialRelease: + optional: + - overlay_level + - use_<<slug>> + default: + overlay: <<overlay_name>> + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 99 + vertical_align: top + collection_level: <<overlay_level>> + allowed_library_types: <<use_<<slug>>>> + overlay: + name: <<overlay_name>> + #git: PMM/overlays/images/<<overlay>> + group: special + weight: <<weight>> + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + +overlays: + + IMAX-E: + template: + - name: SpecialRelease + weight: 30 + slug: enhanced + plex_all: true + filters: + filepath.regex: '(?i)\bIMAX Enhanced\b' + + IMAX: + template: + - name: SpecialRelease + weight: 20 + slug: imax + plex_all: true + filters: + filepath.regex: '(?i)\bIMAX\b' + + Criterion: + template: + - name: SpecialRelease + weight: 10 + slug: criterion + plex_all: true + filters: + filepath.regex: + - '(?i)Criterion' + - '(?i)\[CC\]' \ No newline at end of file diff --git a/Mushin/overlays example.png b/Mushin/overlays example.png new file mode 100644 index 0000000..beba997 Binary files /dev/null and b/Mushin/overlays example.png differ diff --git a/Mushin/overlays.yml b/Mushin/overlays.yml new file mode 100644 index 0000000..bf61433 --- /dev/null +++ b/Mushin/overlays.yml @@ -0,0 +1,98 @@ +overlays: + HDR: + overlay: + name: HDR + group: formats + weight: 1 + plex_search: + all: + hdr: true + filters: + has_dolby_vision: false + resolution.not: 4K + 4K: + overlay: + name: 4K + group: formats + weight: 2 + plex_search: + all: + resolution: 4K + hdr: false + filters: + has_dolby_vision: false + 4K-HDR: + overlay: + name: 4K-HDR + group: formats + weight: 3 + plex_search: + all: + resolution: 4K + hdr: true + filters: + has_dolby_vision: false + Dolby Vision: + overlay: + name: Dolby Vision + group: formats + weight: 4 + plex_search: + all: + resolution: 4K + filters: + has_dolby_vision: true + IMDB_R: + overlay: + name: IMDB_R + plex_search: + all: + audience_rating.lt: 7.0 + IMDB_Y: + overlay: + name: IMDB_Y + plex_search: + all: + audience_rating.gte: 7.0 + audience_rating.lt: 8.0 + IMDB_G: + overlay: + name: IMDB_G + plex_search: + all: + audience_rating.gte: 8.0 + RT_R: + overlay: + name: RT_R + plex_search: + all: + critic_rating.lt: 6.0 + RT_Y: + overlay: + name: RT_Y + plex_search: + all: + critic_rating.gte: 6.0 + critic_rating.lt: 8.0 + RT_G: + overlay: + name: RT_G + plex_search: + all: + critic_rating.gte: 8.0 + audience_rating: + overlay: + name: text(audience_rating#) + horizontal_offset: 112 + vertical_offset: 1445 + font: DejaVuSans.ttf + font_size: 55 + plex_all: true + critic_rating: + overlay: + name: text(critic_rating#) + horizontal_offset: 804 + vertical_offset: 1445 + font: DejaVuSans.ttf + font_size: 55 + plex_all: true diff --git a/Mushin/overlays/4K-HDR.png b/Mushin/overlays/4K-HDR.png new file mode 100644 index 0000000..344fa5f Binary files /dev/null and b/Mushin/overlays/4K-HDR.png differ diff --git a/Mushin/overlays/4K.png b/Mushin/overlays/4K.png new file mode 100644 index 0000000..9c45217 Binary files /dev/null and b/Mushin/overlays/4K.png differ diff --git a/Mushin/overlays/Dolby Vision.png b/Mushin/overlays/Dolby Vision.png new file mode 100644 index 0000000..c484d9d Binary files /dev/null and b/Mushin/overlays/Dolby Vision.png differ diff --git a/Mushin/overlays/HDR.png b/Mushin/overlays/HDR.png new file mode 100644 index 0000000..4bc5e5b Binary files /dev/null and b/Mushin/overlays/HDR.png differ diff --git a/Mushin/overlays/IMDB_G.png b/Mushin/overlays/IMDB_G.png new file mode 100644 index 0000000..79428f4 Binary files /dev/null and b/Mushin/overlays/IMDB_G.png differ diff --git a/Mushin/overlays/IMDB_R.png b/Mushin/overlays/IMDB_R.png new file mode 100644 index 0000000..88e9ac0 Binary files /dev/null and b/Mushin/overlays/IMDB_R.png differ diff --git a/Mushin/overlays/IMDB_Y.png b/Mushin/overlays/IMDB_Y.png new file mode 100644 index 0000000..601d195 Binary files /dev/null and b/Mushin/overlays/IMDB_Y.png differ diff --git a/Mushin/overlays/RT_G.png b/Mushin/overlays/RT_G.png new file mode 100644 index 0000000..07d8595 Binary files /dev/null and b/Mushin/overlays/RT_G.png differ diff --git a/Mushin/overlays/RT_R.png b/Mushin/overlays/RT_R.png new file mode 100644 index 0000000..52161d0 Binary files /dev/null and b/Mushin/overlays/RT_R.png differ diff --git a/Mushin/overlays/RT_Y.png b/Mushin/overlays/RT_Y.png new file mode 100644 index 0000000..bd0cab6 Binary files /dev/null and b/Mushin/overlays/RT_Y.png differ diff --git a/NetPlexFlix/Movies.yml b/NetPlexFlix/Movies.yml new file mode 100644 index 0000000..8751f5f --- /dev/null +++ b/NetPlexFlix/Movies.yml @@ -0,0 +1,145 @@ +###################################################### +# # +# / | / /__ / /_/ __ \/ /__ _ __/ ____/ (_) __ # +# / |/ / _ \/ __/ /_/ / / _ \| |/_/ /_ / / / |/_/ # +# / /| / __/ /_/ ____/ / __/> </ __/ / / /> < # +#/_/ |_/\___/\__/_/ /_/\___/_/|_/_/ /_/_/_/|_| # +# Plex Meta Manager Movie.yml Config # +# # +###################################################### +# TEMPLATES # +###################################################### +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + smart_label: added.desc + Best of: + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<year>> + sort_title: +1_Best of <<year>> + sync_mode: sync + summary: Rotten Tomatoes Highest rated Movies of <<year>> + smart_label: audience_rating.desc +###################################################### +# COLLECTIONS # +###################################################### +collections: +###################################################### +# BEST OF # +###################################################### + Trending Movies : + template: { name: Chart, num: 2 } + trakt_trending: 15 + tmdb_trending_daily: 15 + tmdb_trending_weekly: 15 + summary: Movies Trending now + sync_mode: sync + Popular Movies: + template: { name: Chart, num: 3 } + tmdb_popular: 40 + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short + limit: 40 + summary: Popular Movies now + sync_mode: sync + Best of 2021: + template: { name: Best of, year: 2021 } + IMDb Best Recent: + smart_label: release.desc + sync_mode: sync + summary: Movies rated 7 or higher on IMDb, released in the past 6 months. + sort_title: '+1_4 IMDb Best Rated' + collection_mode: default + plex_search: + audience_rating.gte: 7.0 + release: 180 + IMDB Top 250: + imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc + summary: Movies that are in IMDB's Top 250 Movies of all time list + sort_title: '+2 IMDB' + collection_order: release + collection_mode: default + Oscars Best Picture Winners: + sort_title: '+2 Oscars Best Picture Winners' + trakt_list: https://trakt.tv/users/pjcob/lists/1970-2021-oscars-best-picture-winners?sort=rank,asc +###################################################### +# THEMES # +###################################################### + Based on True Events: + smart_label: originally_available.desc + trakt_list: https://trakt.tv/users/manu101/lists/based-inspired-on-actual-events + summary: Movies based on true events. + sort_title: '+2 Based on true events' + Chick Flicks: + trakt_list: + - https://trakt.tv/users/29zombies/lists/romantic-comedies + - https://trakt.tv/users/yirmaster/lists/chick-flicks + summary: Get in touch with your feminine side. + sort_title: '+2 Chick Flicks' + collection_order: alpha + collection_mode: default + Heist Movies: + imdb_list: + - https://www.imdb.com/list/ls068224634/ + - https://www.imdb.com/list/ls009794682/ + summary: Movies detailing the preparation for, execution of and aftermath of a (well-)planned and often daring heist. + sort_title: '+2 Heist' + collection_order: alpha + collection_mode: default + Member Berries: + smart_label: release.desc + trakt_list: https://trakt.tv/users/netplexflix/lists/member-berries + summary: Member Berry movies are movies that contain a lot of call backs or easter eggs to previous movies in the franchise or related franchises. Often franchise reboots. + sort_title: '+2 Member Berries' + sync_mode: sync + Mindfuck Movies: + smart_label: title.asc + trakt_list: https://trakt.tv/users/benfranklin/lists/best-mindfucks + summary: Movies that play with your mind, confuse you, and leads you on. Plot twists or surreal storylines. + sort_title: '+2 Mindfuck' + Quick Flicks: + smart_label: release.desc + summary: Movies 90 minutes or less. + sort_title: '+2 Quick Flicks' + collection_mode: default + plex_search: + duration.lte: 90 + genre.not: Animation + Time Travel: + smart_label: title.asc + trakt_list: https://trakt.tv/users/vagnerr/lists/time-travel + summary: Film/show contains time-travel. In any form. Be it time-loop, full on relocation in time, consciousness transfer... + sort_title: '+2 Time Travel' +###################################################### +# FRANCHISES # +###################################################### + A24 Movies: + trakt_list: https://trakt.tv/users/fidel-cb/lists/a24-movies-and-tv-shows?sort=released,asc + summary: Movies produced by A24. Usually indicative of quality content. + sort_title: '+2 A24' + collection_order: release + collection_mode: default + DC Extended Universe: + imdb_list: https://www.imdb.com/list/ls021326258/ + summary: A collection of all DC movies. + sort_title: 'DC' + collection_order: release + collection_mode: default + Disney Movies: + imdb_list: https://www.imdb.com/search/title/?companies=co0074039 + summary: A collection of all Disney movies. + sort_title: 'Disney Movies' + collection_order: release + collection_mode: default + Marvel Cinematic Universe: + imdb_list: https://www.imdb.com/list/ls000024621/ + summary: A collection of all MCU movies. + sort_title: 'MCU' + collection_order: release + collection_mode: default + Pixar Movies: + trakt_list: https://trakt.tv/users/pelezi/lists/pixar-movies-and-shorts?sort=released,asc + summary: A collection of all Pixar movies. + sort_title: 'Pixar Movies' + collection_order: release + collection_mode: default diff --git a/NoahNL/Movies-Genres.yml b/NoahNL/Movies-Genres.yml new file mode 100644 index 0000000..af3310b --- /dev/null +++ b/NoahNL/Movies-Genres.yml @@ -0,0 +1,249 @@ +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + genre: + plex_search: + genre: <<genre>> + sort_title: +5_<<num>><<collection_name>> + collection_order: alpha + +collections: + Trending: + template: { name: Chart, num: 1 } + smart_label: originally_available.desc + sync_mode: sync + trakt_trending: 40 + summary: Shows Trending across the internet + item_assets: false + url_poster: https://imgur.com/4bglXqV + visible_home: true + visible_shared: true + visible_library: true + + Popular TV: + template: { name: Chart, num: 2 } + smart_label: originally_available.desc + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries + limit: 100 + summary: Popular Shows across the internet + item_assets: false + url_poster: https://imgur.com/gwjHIfT + visible_home: true + visible_shared: true + visible_library: true + + Top Rated TV: + template: { name: Chart, num: 3 } + smart_label: user_rating.desc + sort_title: ++3Top Rated TV + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&num_votes=20000,&sort=user_rating,desc + limit: 100 + tmdb_top_rated: 100 + summary: Top Rated Shows across the internet + item_assets: false + url_poster: https://imgur.com/WHoluUe + visible_home: true + visible_shared: true + visible_library: true + + Action & adventure: + template: { name: genre, num: 10, genre: "Action/adventure" } + item_assets: false + url_poster: https://imgur.com/n4Javiq +# visible_home: true + visible_shared: true + visible_library: true + Action: + template: { name: genre, num: 11, genre: action } + item_assets: false + url_poster: https://imgur.com/IqE0WmX +# visible_home: true + visible_shared: true + visible_library: true + Adventure: + template: { name: genre, num: 12, genre: adventure } + item_assets: false + url_poster: https://imgur.com/nTwiGv7 +# visible_home: true + visible_shared: true + visible_library: true + Animation: + template: { name: genre, num: 13, genre: animation } + item_assets: false + url_poster: https://imgur.com/B05Wqqy +# visible_home: true + visible_shared: true + visible_library: true + Anime: + template: { name: genre, num: 14, genre: anime } + item_assets: false + url_poster: https://imgur.com/RmpSoVK +# visible_home: true + visible_shared: true + visible_library: true + Apocalypse: + template: { name: genre, num: 15, genre: apocalypse } + item_assets: false + url_poster: https://imgur.com/8jWArIx +# visible_home: true + visible_shared: true + visible_library: true + Biography: + template: { name: genre, num: 16, genre: biography } + item_assets: false + url_poster: https://imgur.com/4nCY5UO +# visible_home: true + visible_shared: true + visible_library: true + Comedy: + template: { name: genre, num: 17, genre: comedy } + item_assets: false + url_poster: https://imgur.com/i9xZJN1 +# visible_home: true + visible_shared: true + visible_library: true + Cooking: + template: { name: genre, num: 18, genre: "food" } + item_assets: false + url_poster: https://imgur.com/4iebPuw +# visible_home: true + visible_shared: true + visible_library: true + Crime: + template: { name: genre, num: 19, genre: crime } + item_assets: false + url_poster: https://imgur.com/Afvd2GN +# visible_home: true + visible_shared: true + visible_library: true + Documentary: + template: { name: genre, num: 20, genre: documentary } + item_assets: false + url_poster: https://imgur.com/OQZmKSI +# visible_home: true + visible_shared: true + visible_library: true + Drama: + template: { name: genre, num: 21, genre: drama } + item_assets: false + url_poster: https://imgur.com/GOCKQSI +# visible_home: true + visible_shared: true + visible_library: true + Family: + template: { name: genre, num: 22, genre: family } + item_assets: false + url_poster: https://imgur.com/wTZfM5b +# visible_home: true + visible_shared: true + visible_library: true + Fantasy: + template: { name: genre, num: 23, genre: fantasy } + item_assets: false + url_poster: https://imgur.com/weOBciu +# visible_home: true + visible_shared: true + visible_library: true + History: + template: { name: genre, num: 24, genre: history } + item_assets: false + url_poster: https://imgur.com/BeuWW47 +# visible_home: true + visible_shared: true + visible_library: true + Horror: + template: { name: genre, num: 25, genre: horror } + item_assets: false + url_poster: https://imgur.com/wsucfhM +# visible_home: true + visible_shared: true + visible_library: true + Music: + template: { name: genre, num: 26, genre: music } + item_assets: false + url_poster: https://imgur.com/qD66XXc +# visible_home: true + visible_shared: true + visible_library: true + Musical: + template: { name: genre, num: 27, genre: musical } + item_assets: false + url_poster: https://imgur.com/bTSfEs8 +# visible_home: true + visible_shared: true + visible_library: true + Mystery: + template: { name: genre, num: 28, genre: mystery } + item_assets: false + url_poster: https://imgur.com/mcGgRnh +# visible_home: true + visible_shared: true + visible_library: true + Romance: + template: { name: genre, num: 29, genre: Romance } + item_assets: false + url_poster: https://imgur.com/kH5Tlns +# visible_home: true + visible_shared: true + visible_library: true + Romantic Comedy: + template: { name: genre, num: 30, genre: "Romance,comedy" } + item_assets: false + url_poster: https://imgur.com/7yJet40 +# visible_home: true + visible_shared: true + visible_library: true + Romantic Drama: + template: { name: genre, num: 31, genre: "Romance,drama" } + item_assets: false + url_poster: https://imgur.com/K4pOr1b +# visible_home: true + visible_shared: true + visible_library: true + Sci-Fi & Fantasy: + template: { name: genre, num: 32, genre: "Sci-Fi & Fantasy" } + item_assets: false + url_poster: https://imgur.com/qH50q3N +# visible_home: true + visible_shared: true + visible_library: true + Science Fiction: + template: { name: genre, num: 33, genre: "Science Fiction" } + item_assets: false + url_poster: https://imgur.com/tYDpuRv +# visible_home: true + visible_shared: true + visible_library: true + Sports: + template: { name: genre, num: 34, genre: sport } + item_assets: false + url_poster: https://imgur.com/oiaoV62 +# visible_home: true + visible_shared: true + visible_library: true + Thriller: + template: { name: genre, num: 35, genre: thriller } + item_assets: false + url_poster: https://imgur.com/8qJoVtX +# visible_home: true + visible_shared: true + visible_library: true + War: + template: { name: genre, num: 36, genre: War } + item_assets: false + url_poster: https://imgur.com/oAEh5cC +# visible_home: true + visible_shared: true + visible_library: true + Western: + template: { name: genre, num: 37, genre: western } + item_assets: false + url_poster: https://imgur.com/qKUvoO9 +# visible_home: true + visible_shared: true + visible_library: true diff --git a/NoahNL/Movies.png b/NoahNL/Movies.png new file mode 100644 index 0000000..08b02b0 Binary files /dev/null and b/NoahNL/Movies.png differ diff --git a/NoahNL/Movies.yml b/NoahNL/Movies.yml new file mode 100644 index 0000000..26e92be --- /dev/null +++ b/NoahNL/Movies.yml @@ -0,0 +1,114 @@ +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + genre: + plex_search: + genre: <<genre>> + sort_title: +5_<<num>><<collection_name>> + collection_order: alpha + Holiday: + smart_label: title.asc + summary: |- + A timed collection of <<collection_name>> and other movies that may relate to the holiday. + + NOTE: this collection will only be around until <<end_date>>. + sort_title: +0_<<collection_name>> + schedule: range(<<start_date>>-<<end_date>>) + delete_not_scheduled: true + visible_home: true + visible_shared: true +collections: + + Valentine's Day Movies: + template: + name: Holiday + start_date: 02/01 + end_date: 02/29 + imdb_list: + - https://www.imdb.com/list/ls000094398/ + - https://www.imdb.com/list/ls057783436/ + - https://www.imdb.com/list/ls064427905/ + url_poster: https://imgur.com/V9jJXux + St. Patrick's Day Movies: + template: + name: Holiday + start_date: 03/01 + end_date: 03/18 + imdb_list: https://www.imdb.com/list/ls063934595/ + url_poster: https://imgur.com/wt5RImO + Thanksgiving Movies: + template: + name: Holiday + start_date: 11/01 + end_date: 11/30 + imdb_list: + - https://www.imdb.com/list/ls000835734/ + - https://www.imdb.com/list/ls091597850/ + url_poster: https://imgur.com/InC0hhO + Halloween Movies: + template: + name: Holiday + start_date: 10/01 + end_date: 10/31 + imdb_list: + - https://www.imdb.com/list/ls023118929/ + - https://www.imdb.com/list/ls000099714/ + tmdb_collection: + - 91361 # Halloween Collection + - 8581 # A Nightmare on Elm Street Collection + - 1733 # The Mummy Collection + - 8091 # Alien Collection + tmdb_movie: + - 23437 # A Nightmare on Elm Street (2010) + url_poster: https://imgur.com/nyxHv2x + Christmas Movies: + template: + name: Holiday + start_date: 12/01 + end_date: 12/31 + imdb_list: https://www.imdb.com/list/ls000096828/ + url_poster: https://imgur.com/QwpFuM9 + New Year's Day Movies: + template: + name: Holiday + start_date: 12/26 + end_date: 01/04 + imdb_list: https://www.imdb.com/list/ls066838460/ + url_poster: https://imgur.com/Wy7NUL8 + + Trending: + template: { name: Chart, num: 1 } + collection_order: custom + sync_mode: sync + trakt_trending: 100 + summary: Movies Trending across the internet + item_assets: false + url_poster: https://imgur.com/4bglXqV + visible_home: true + visible_shared: true + visible_library: true + + Popular: + template: { name: Chart, num: 2 } + collection_order: custom + sync_mode: sync + trakt_popular: 100 + summary: Movies Popular across the internet + item_assets: false + url_poster: https://imgur.com/gwjHIfT + visible_home: true + visible_shared: true + visible_library: true + + IMDB top 250 Movies: + template: { name: Chart, num: 5 } + sync_mode: sync + imdb_chart: top_movies + collection_order: custom + summary: Top movies from IMDB + item_assets: false + url_poster: https://imgur.com/k4Oy7Xy + visible_home: true + visible_shared: true + visible_library: true diff --git a/NoahNL/Playlist.yml b/NoahNL/Playlist.yml new file mode 100644 index 0000000..2441c87 --- /dev/null +++ b/NoahNL/Playlist.yml @@ -0,0 +1,77 @@ +playlists: + Marvel Cinematic Universe: + url_poster: https://imgur.com/cx4CpKo + sync_mode: sync + libraries: Schep-Films, Schep-Series + sync_to_users: all + trakt_list: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe?sort=rank,asc + summary: Marvel Cinematic Universe In Chronological Order + Star Wars Canon Timeline: + url_poster: https://imgur.com/3mjh2IC + sync_mode: sync + libraries: Schep-Films, Schep-Series + sync_to_users: all + trakt_list: https://trakt.tv/users/ruben_vw_/lists/star-wars-canon-timeline?sort=rank,asc + summary: Timeline of all movies and series that are considered Canon. This includes all Saga Episodes (Ep. I-IX), Series (The Clone Wars, Rebels, Resistance, Disney+ series), Web-Series and shorts (Forces of Destiny, Galaxy of Adventures) and spin-off movies (The Clone Wars, Rogue One, Solo, etc.) + Star Trek Canon Timeline: + url_poster: https://imgur.com/JQM208r + sync_mode: sync + libraries: Schep-Films, Schep-Series + sync_to_users: all + trakt_list: https://trakt.tv/users/dgw/lists/star-trek-canon?sort=rank,asc + summary: Official Star Trek productions, including reboots, excluding fan/documentary/behind-the-scenes productions. Sorted by production order, not in-universe chronology. I think Star Trek should be viewed in production order, so it's evident how the franchise has changed over the last 50+ years. + ArrowVerse: + url_poster: https://imgur.com/t0AAEh4 + sync_mode: sync + libraries: Schep-Films, Schep-Series + sync_to_users: all + trakt_list: https://trakt.tv/users/donxy/lists/arrowverse?sort=rank,asc + summary: Arrow Universe Canon + Star Wars Clone Wars Chronological Order: + url_poster: https://imgur.com/zdxAlzm + sync_to_users: all + sync_mode: sync + libraries: Schep-Films, Schep-Series + trakt_list: https://trakt.tv/users/tomfin46/lists/star-wars-the-clone-wars-chronological-episode-order + X-Men Movies Chronological Order: + url_poster: https://imgur.com/SDliKrF + sync_to_users: all + sync_mode: sync + libraries: Schep-Films, Schep-Series + trakt_list: https://trakt.tv/users/donxy/lists/x-men-universe?sort=rank,asc + James Bond Movies Chronological Order: + url_poster: https://imgur.com/D32fFj3 + sync_to_users: all + sync_mode: sync + libraries: Schep-Films, Schep-Series + trakt_list: https://trakt.tv/users/any/lists/james-bond?sort=rank,asc + Fast & Furious Movies Chronological Order: + url_poster: https://imgur.com/xD4UaZr + sync_to_users: all + sync_mode: sync + libraries: Schep-Films, Schep-Series + trakt_list: https://trakt.tv/users/mausk/lists/fast-furious?sort=rank,desc + Harry Potter Movies Chronological Order: + url_poster: https://imgur.com/U9hMb2s + sync_to_users: all + sync_mode: sync + libraries: Schep-Films, Schep-Series + trakt_list: https://trakt.tv/users/goldveia/lists/harry-potter?sort=rank,asc + Lord of the Rings Movies Chronological Order: + url_poster: https://imgur.com/kBTAKrD + sync_to_users: all + sync_mode: sync + libraries: Schep-Films, Schep-Series + trakt_list: https://trakt.tv/users/spite84/lists/lord-of-the-rings?sort=rank,asc + Jurassic Park Movies Chronological Order: + url_poster: https://imgur.com/OGGfRwb + sync_to_users: all + sync_mode: sync + libraries: Schep-Films, Schep-Series + trakt_list: https://trakt.tv/users/iamgabriel/lists/jurassic?sort=rank,asc + The Hunger Games Movies Chronological Order: + url_poster: https://imgur.com/5zGSCgb + sync_to_users: all + sync_mode: sync + libraries: Schep-Films, Schep-Series + trakt_list: https://trakt.tv/users/gapunk78/lists/hunger-games?sort=rank,asc diff --git a/NoahNL/README.md b/NoahNL/README.md new file mode 100644 index 0000000..cf8ab40 --- /dev/null +++ b/NoahNL/README.md @@ -0,0 +1,11 @@ + +Top charts for Movies, Genre's for Series, and also Genres for Movies. + + +Movie Charts Preview: <br> +![Movies](Movies.png) +<br> +TV Shows Genres Preview: <br> +![Series](Series.png)<br> + + diff --git a/NoahNL/Series.png b/NoahNL/Series.png new file mode 100644 index 0000000..fa24a7b Binary files /dev/null and b/NoahNL/Series.png differ diff --git a/NoahNL/Series.yml b/NoahNL/Series.yml new file mode 100644 index 0000000..af3310b --- /dev/null +++ b/NoahNL/Series.yml @@ -0,0 +1,249 @@ +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + genre: + plex_search: + genre: <<genre>> + sort_title: +5_<<num>><<collection_name>> + collection_order: alpha + +collections: + Trending: + template: { name: Chart, num: 1 } + smart_label: originally_available.desc + sync_mode: sync + trakt_trending: 40 + summary: Shows Trending across the internet + item_assets: false + url_poster: https://imgur.com/4bglXqV + visible_home: true + visible_shared: true + visible_library: true + + Popular TV: + template: { name: Chart, num: 2 } + smart_label: originally_available.desc + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries + limit: 100 + summary: Popular Shows across the internet + item_assets: false + url_poster: https://imgur.com/gwjHIfT + visible_home: true + visible_shared: true + visible_library: true + + Top Rated TV: + template: { name: Chart, num: 3 } + smart_label: user_rating.desc + sort_title: ++3Top Rated TV + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&num_votes=20000,&sort=user_rating,desc + limit: 100 + tmdb_top_rated: 100 + summary: Top Rated Shows across the internet + item_assets: false + url_poster: https://imgur.com/WHoluUe + visible_home: true + visible_shared: true + visible_library: true + + Action & adventure: + template: { name: genre, num: 10, genre: "Action/adventure" } + item_assets: false + url_poster: https://imgur.com/n4Javiq +# visible_home: true + visible_shared: true + visible_library: true + Action: + template: { name: genre, num: 11, genre: action } + item_assets: false + url_poster: https://imgur.com/IqE0WmX +# visible_home: true + visible_shared: true + visible_library: true + Adventure: + template: { name: genre, num: 12, genre: adventure } + item_assets: false + url_poster: https://imgur.com/nTwiGv7 +# visible_home: true + visible_shared: true + visible_library: true + Animation: + template: { name: genre, num: 13, genre: animation } + item_assets: false + url_poster: https://imgur.com/B05Wqqy +# visible_home: true + visible_shared: true + visible_library: true + Anime: + template: { name: genre, num: 14, genre: anime } + item_assets: false + url_poster: https://imgur.com/RmpSoVK +# visible_home: true + visible_shared: true + visible_library: true + Apocalypse: + template: { name: genre, num: 15, genre: apocalypse } + item_assets: false + url_poster: https://imgur.com/8jWArIx +# visible_home: true + visible_shared: true + visible_library: true + Biography: + template: { name: genre, num: 16, genre: biography } + item_assets: false + url_poster: https://imgur.com/4nCY5UO +# visible_home: true + visible_shared: true + visible_library: true + Comedy: + template: { name: genre, num: 17, genre: comedy } + item_assets: false + url_poster: https://imgur.com/i9xZJN1 +# visible_home: true + visible_shared: true + visible_library: true + Cooking: + template: { name: genre, num: 18, genre: "food" } + item_assets: false + url_poster: https://imgur.com/4iebPuw +# visible_home: true + visible_shared: true + visible_library: true + Crime: + template: { name: genre, num: 19, genre: crime } + item_assets: false + url_poster: https://imgur.com/Afvd2GN +# visible_home: true + visible_shared: true + visible_library: true + Documentary: + template: { name: genre, num: 20, genre: documentary } + item_assets: false + url_poster: https://imgur.com/OQZmKSI +# visible_home: true + visible_shared: true + visible_library: true + Drama: + template: { name: genre, num: 21, genre: drama } + item_assets: false + url_poster: https://imgur.com/GOCKQSI +# visible_home: true + visible_shared: true + visible_library: true + Family: + template: { name: genre, num: 22, genre: family } + item_assets: false + url_poster: https://imgur.com/wTZfM5b +# visible_home: true + visible_shared: true + visible_library: true + Fantasy: + template: { name: genre, num: 23, genre: fantasy } + item_assets: false + url_poster: https://imgur.com/weOBciu +# visible_home: true + visible_shared: true + visible_library: true + History: + template: { name: genre, num: 24, genre: history } + item_assets: false + url_poster: https://imgur.com/BeuWW47 +# visible_home: true + visible_shared: true + visible_library: true + Horror: + template: { name: genre, num: 25, genre: horror } + item_assets: false + url_poster: https://imgur.com/wsucfhM +# visible_home: true + visible_shared: true + visible_library: true + Music: + template: { name: genre, num: 26, genre: music } + item_assets: false + url_poster: https://imgur.com/qD66XXc +# visible_home: true + visible_shared: true + visible_library: true + Musical: + template: { name: genre, num: 27, genre: musical } + item_assets: false + url_poster: https://imgur.com/bTSfEs8 +# visible_home: true + visible_shared: true + visible_library: true + Mystery: + template: { name: genre, num: 28, genre: mystery } + item_assets: false + url_poster: https://imgur.com/mcGgRnh +# visible_home: true + visible_shared: true + visible_library: true + Romance: + template: { name: genre, num: 29, genre: Romance } + item_assets: false + url_poster: https://imgur.com/kH5Tlns +# visible_home: true + visible_shared: true + visible_library: true + Romantic Comedy: + template: { name: genre, num: 30, genre: "Romance,comedy" } + item_assets: false + url_poster: https://imgur.com/7yJet40 +# visible_home: true + visible_shared: true + visible_library: true + Romantic Drama: + template: { name: genre, num: 31, genre: "Romance,drama" } + item_assets: false + url_poster: https://imgur.com/K4pOr1b +# visible_home: true + visible_shared: true + visible_library: true + Sci-Fi & Fantasy: + template: { name: genre, num: 32, genre: "Sci-Fi & Fantasy" } + item_assets: false + url_poster: https://imgur.com/qH50q3N +# visible_home: true + visible_shared: true + visible_library: true + Science Fiction: + template: { name: genre, num: 33, genre: "Science Fiction" } + item_assets: false + url_poster: https://imgur.com/tYDpuRv +# visible_home: true + visible_shared: true + visible_library: true + Sports: + template: { name: genre, num: 34, genre: sport } + item_assets: false + url_poster: https://imgur.com/oiaoV62 +# visible_home: true + visible_shared: true + visible_library: true + Thriller: + template: { name: genre, num: 35, genre: thriller } + item_assets: false + url_poster: https://imgur.com/8qJoVtX +# visible_home: true + visible_shared: true + visible_library: true + War: + template: { name: genre, num: 36, genre: War } + item_assets: false + url_poster: https://imgur.com/oAEh5cC +# visible_home: true + visible_shared: true + visible_library: true + Western: + template: { name: genre, num: 37, genre: western } + item_assets: false + url_poster: https://imgur.com/qKUvoO9 +# visible_home: true + visible_shared: true + visible_library: true diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/OhMyBahGosh_OVERLAYS.yml b/OhMyBahGosh/VERSION_2/TV_V2/config/OhMyBahGosh_OVERLAYS.yml new file mode 100644 index 0000000..0466356 --- /dev/null +++ b/OhMyBahGosh/VERSION_2/TV_V2/config/OhMyBahGosh_OVERLAYS.yml @@ -0,0 +1,335 @@ +########################################################################################################### +########################################################################################################### +### ██████╗ ██╗ ██╗███╗ ███╗██╗ ██╗██████╗ █████╗ ██╗ ██╗ ██████╗ ██████╗ ███████╗██╗ ██╗ ### +### ██╔═══██╗██║ ██║████╗ ████║╚██╗ ██╔╝██╔══██╗██╔══██╗██║ ██║██╔════╝ ██╔═══██╗██╔════╝██║ ██║ ### +### ██║ ██║███████║██╔████╔██║ ╚████╔╝ ██████╔╝███████║███████║██║ ███╗██║ ██║███████╗███████║ ### +### ██║ ██║██╔══██║██║╚██╔╝██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██║██║ ██║██║ ██║╚════██║██╔══██║ ### +### ╚██████╔╝██║ ██║██║ ╚═╝ ██║ ██║ ██████╔╝██║ ██║██║ ██║╚██████╔╝╚██████╔╝███████║██║ ██║ ### +### ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ### +########################################################################################################### +########################################################################################################### +########################################################################################################### +################## ..TV Show Library COLLECTION OVERLAYS YML Confg For.. ################### +################## ..OVERLAYS FOR NETWORKS & STREAMING SERVICES.. ################### +################## https://github.com/meisnate12/Plex-Meta-Manager ################### +########################################################################################################### +################## github.com/ohmybahgosh ################### +########################################################################################################### +################## -=My Trakt.tv Collection Lists=- ################### +################## _-=https://trakt.tv/users/hdlists/lists=-_ ################### +########################################################################################################### +###### TO USE OVERLAYS, MAKE SURE YOU'RE USING MY TV.YML CONFIG AS THIS USES REGEX TO MATCH ###### +################## BY NO MEANS AM I A GRAPHIC DESIGNER, SO FEEL FREE TO SWAP OVERLAYS ################## +########################################################################################################### +########################################################################################################### + + +overlays: + +############################ +# IMDB TOP 250 # +############################ + IMDb Top 250 Shows: + overlay: + name: IMDB TOP 250 + imdb_chart: top_shows + +##################################### +# STREAMING SERVICES/NETWORKS # +##################################### + + + A&E: + overlay: + name: AE + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(A&E Network|aande|A&E)\b' + + FOX: + overlay: + name: FOX + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(fox tv|fox|fox network)\b' + + FX: + overlay: + name: FX + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(FX|FX Network)\b' + + CNN: + overlay: + name: CNN + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(cnn)\b' + + DISCOVERY PLUS: + overlay: + name: DISCOVERY PLUS + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(discovery+|discovery plus)\b' + + NETFLIX: + overlay: + name: NETFLIX + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(netflix|nf)\b' + + PEACOCK TV: + overlay: + name: PEACOCK TV + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(peacock|peacock tv)\b' + + HULU: + overlay: + name: HULU + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(HULU)\b' + + PRIME VIDEO: + overlay: + name: PRIME VIDEO + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(prime|amazon|prime video|amazon studios)\b' + + APPLE TV PLUS: + overlay: + name: APPLE TV PLUS + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(apple|apple tv|apple tv plus|apple tv+)\b' + + HBO MAX: + overlay: + name: HBO MAX + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(HBO Max|hbo|hbomax)\b' + + DISNEY PLUS: + overlay: + name: DISNEY PLUS + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(Disney+|disney plus)\b' + + PARAMOUNT PLUS: + overlay: + name: PARAMOUNT PLUS + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(paramount|paramount plus|paramount+)\b' + + VICE: + overlay: + name: VICE + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(vice|viceland|vice tv)\b' + + ID: + overlay: + name: ID + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(ID|investigate discovery|investigation discovery)\b' + + HGTV: + overlay: + name: HGTV + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(HGTV)\b' + + National Geographic: + overlay: + name: NATIONAL GEOGRAPHIC + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(nat geo|natgeo|natgeotv|national geographic)\b' + + STARZ: + overlay: + name: STARZ + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(starz)\b' + + SYFY: + overlay: + name: SYFY + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(scifi channel|syfy)\b' + TBS: + overlay: + name: TBS + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(tbs|turner broadcasting)\b' + + SHOWTIME: + overlay: + name: SHOWTIME + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(showtime|sho)\b' + + Discovery Channel: + overlay: + name: DISCOVERY CHANNEL + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(Discovery Channel)\b' + + NBC: + overlay: + name: NBC + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(NBC)\b' + + ABC: + overlay: + name: ABC + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(abc|abc network)\b' + CBS: + overlay: + name: CBS + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(cbs|cbs network)\b' + + ESPN: + overlay: + name: ESPN + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(espn)\b' + + Bravo: + overlay: + name: BRAVO + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(bravo)\b' + + TRU TV: + overlay: + name: TRU TV + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(TRU|TRUTV|TRU TV)\b' + + AMC: + overlay: + name: AMC + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(AMC|American Movie Classics)\b' + + MTV: + overlay: + name: MTV + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(MTV|Music Television)\b' + + TLC: + overlay: + name: TLC + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(TLC|The Learning Channel)\b' + + USA: + overlay: + name: USA + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(USA|USA Network)\b' + + Animal Planet: + overlay: + name: ANIMAL PLANET + group: STREANING_SERVICE_OR_NETWORK + weight: 200 + plex_search: + any: + label.regex: '(?i)\b(animal planet)\b' \ No newline at end of file diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/TV_V2.yml b/OhMyBahGosh/VERSION_2/TV_V2/config/TV_V2.yml new file mode 100644 index 0000000..28e56fb --- /dev/null +++ b/OhMyBahGosh/VERSION_2/TV_V2/config/TV_V2.yml @@ -0,0 +1,423 @@ +########################################################################################################### +########################################################################################################### +### ██████╗ ██╗ ██╗███╗ ███╗██╗ ██╗██████╗ █████╗ ██╗ ██╗ ██████╗ ██████╗ ███████╗██╗ ██╗ ### +### ██╔═══██╗██║ ██║████╗ ████║╚██╗ ██╔╝██╔══██╗██╔══██╗██║ ██║██╔════╝ ██╔═══██╗██╔════╝██║ ██║ ### +### ██║ ██║███████║██╔████╔██║ ╚████╔╝ ██████╔╝███████║███████║██║ ███╗██║ ██║███████╗███████║ ### +### ██║ ██║██╔══██║██║╚██╔╝██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██║██║ ██║██║ ██║╚════██║██╔══██║ ### +### ╚██████╔╝██║ ██║██║ ╚═╝ ██║ ██║ ██████╔╝██║ ██║██║ ██║╚██████╔╝╚██████╔╝███████║██║ ██║ ### +### ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ### +########################################################################################################### +########################################################################################################### +########################################################################################################### +################## ..TV Show Library Collections YML Confg For.. ################### +################## https://github.com/meisnate12/Plex-Meta-Manager ################### +########################################################################################################### +################## github.com/ohmybahgosh ################### +########################################################################################################### +################## -=My Trakt.tv Collection Lists=- ################### +################## _-=https://trakt.tv/users/hdlists/lists=-_ ################### +########################################################################################################### +################## Every Collection Comes With a Poster I Made & A Background I Grabbed ################### +################## BY NO MEANS AM I A GRAPHIC DESIGNER, SO FEEL FREE TO SWAP POSTERS ################### +########################################################################################################### +########################################################################################################### + + + + +########################################################################################################### +########################################################################################################### +############## ███╗ ██╗███████╗████████╗██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗███████╗ ################## +############## ████╗ ██║██╔════╝╚══██╔══╝██║ ██║██╔═══██╗██╔══██╗██║ ██╔╝██╔════╝ ################## +############## ██╔██╗ ██║█████╗ ██║ ██║ █╗ ██║██║ ██║██████╔╝█████╔╝ ███████╗ ################## +############## ██║╚██╗██║██╔══╝ ██║ ██║███╗██║██║ ██║██╔══██╗██╔═██╗ ╚════██║ ################## +############## ██║ ╚████║███████╗ ██║ ╚███╔███╔╝╚██████╔╝██║ ██║██║ ██╗███████║ ################## +############## ╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚══╝╚══╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ################## +########################################################################################################### +########################################################################################################### +########################### FIRST RUN WILL TAKE A WHILE, HANG IN THERE ############################# +########################################################################################################### +########################################################################################################### + + + +templates: + network: + optional: + - network + tmdb_network: <<network>> + sort_title: +2_<<collection_name>> + sync_mode: sync + smart_label: episode_added.desc + + +collections: + + A&E: + template: { name: network, network: 129 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + ABC: + template: { name: network, network: 2 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + AMC: + template: { name: network, network: 174 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Animal Planet: + template: { name: network, network: 91 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Bravo: + template: { name: network, network: 74 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + CBS: + template: { name: network, network: 16 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Cinemax: + template: { name: network, network: 359 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + CNN: + template: { name: network, network: 59 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Discovery Channel: + template: { name: network, network: 64 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + ESPN: + template: { name: network, network: 29 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + FOX: + template: { name: network, network: 19 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + FX: + template: { name: network, network: 88 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + HGTV: + template: { name: network, network: 210 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + ID: + template: { name: network, network: 244 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + MTV: + template: { name: network, network: 33 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + National Geographic: + template: { name: network, network: 43 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + NBC: + template: { name: network, network: 6 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + TLC: + template: { name: network, network: 84 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + TRU TV: + template: { name: network, network: 364 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Showtime: + template: { name: network, network: 67 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Syfy: + template: { name: network, network: 77 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Starz: + template: { name: network, network: 318 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + TBS: + template: { name: network, network: 68 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + YouTube: + template: { name: network, network: "247, 1436" } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + USA: + template: { name: network, network: 30 } + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + VICE Original Series: + smart_label: episode_added.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_AVICE + trakt_list: https://trakt.tv/users/hdlists/lists/vice-original-shows + summary: VICE Original Series + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + +################################################################################### +################################################################################### +########### ########### +########### TRENDING/POPULAR STYLE COLLECTIONS ########### +########### ########### +################################################################################### +################################################################################### + + + Trending: + smart_label: episode_added.desc + sync_mode: sync + trakt_trending: 15 + summary: Shows Trending across the internet + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Popular: + smart_label: episode_added.desc + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries + limit: 15 + summary: Popular Shows across the internet + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + +################################################################################### +################################################################################### +### ███████╗████████╗██████╗ ███████╗ █████╗ ███╗ ███╗██╗███╗ ██╗ ██████╗ ### +### ██╔════╝╚══██╔══╝██╔══██╗██╔════╝██╔══██╗████╗ ████║██║████╗ ██║██╔════╝ ### +### ███████╗ ██║ ██████╔╝█████╗ ███████║██╔████╔██║██║██╔██╗ ██║██║ ███╗ ### +### ╚════██║ ██║ ██╔══██╗██╔══╝ ██╔══██║██║╚██╔╝██║██║██║╚██╗██║██║ ██║ ### +### ███████║ ██║ ██║ ██║███████╗██║ ██║██║ ╚═╝ ██║██║██║ ╚████║╚██████╔╝ ### +### ╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝ ╚═════╝ ### +### ### +### ███╗ ██╗███████╗████████╗██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗███████╗ ### +### ████╗ ██║██╔════╝╚══██╔══╝██║ ██║██╔═══██╗██╔══██╗██║ ██╔╝██╔════╝ ### +### ██╔██╗ ██║█████╗ ██║ ██║ █╗ ██║██║ ██║██████╔╝█████╔╝ ███████╗ ### +### ██║╚██╗██║██╔══╝ ██║ ██║███╗██║██║ ██║██╔══██╗██╔═██╗ ╚════██║ ### +### ██║ ╚████║███████╗ ██║ ╚███╔███╔╝╚██████╔╝██║ ██║██║ ██╗███████║ ### +### ╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚══╝╚══╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ### +################################################################################### +################################################################################### + + + Latest Streaming Networks Shows: + smart_label: episode_added.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_streamingnetworls + trakt_list: https://trakt.tv/users/hdlists/lists/latest-streaming-service-tv-shows + summary: Merged Latest Streaming Networks Original Series + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Latest Discovery+ Original Series: + smart_label: episode_added.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1DISCOVERTPLUS + trakt_list: https://trakt.tv/users/hdlists/lists/latest-discovery-tv-shows + summary: Latest Discovery+ TV Shows Original Series + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Latest Disney+ Original Series: + smart_label: episode_added.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_DISNEYPLUS + trakt_list: https://trakt.tv/users/hdlists/lists/disney-tv-shows-series-2021-2025 + summary: Latest Disney+ Original Series + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Latest Netflix Original Series: + smart_label: release.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_2Netflix + imdb_list: + - https://www.imdb.com/search/title/?title_type=tv_series,tv_special,tv_miniseries&countries=us&languages=en&genres=!animation&sort=release_date,desc&count=250&companies=co0144901&release_date=2021-01-01,2100-01-01 + - https://www.imdb.com/search/title/?title_type=tv_series,tv_special,tv_miniseries&countries=us&languages=en&genres=!animation&sort=release_date,desc&count=250&release_date=2021-01-01,2100-01-01&companies=co0650527 + summary: Latest Netflix Original Series + url_poster: https://i.imgur.com/7kiE1MU.png + url_background: https://img5.goodfon.com/original/1920x1080/1/61/fon-netflix-logo-raduga-tsvet-fon-background-skachat-oboi-sk.jpg + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + + +################################################################################### +################################################################################### +########### ########### +########### FULL STREAMING NETWORK CATALOGS ########### +########### **BE CAREFUL AUTO-ADDING THESE TO SONARR** ########### +########### ########### +################################################################################### +################################################################################### + + + Apple Original Series: + smart_label: episode_added.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1APPLE + tmdb_network: 2552 + summary: All Apple TV Original Series/Shows + url_poster: https://i.imgur.com/O9iWork.png + url_background: https://wallpaper-house.com/data/out/8/wallpaper2you_228774.png + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Amazon Original Series: + smart_label: episode_added.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1AMAZON + tmdb_company: 20580 + tmdb_network: 1024 + summary: All Amazon Prime TV Original Series/Shows + url_poster: https://i.imgur.com/nU3gqqB.png + url_background: https://i.imgur.com/2jfs7oS.png + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Discovery+ Original Series: + smart_label: episode_added.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1DISCOVERTPLUS2 + trakt_list: https://trakt.tv/users/hdlists/lists/discovery-original-tv-shows + summary: Discovery+ Original Series + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Disney+ Original Series: + smart_label: episode_added.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_DISNEYPLUS + trakt_list: https://trakt.tv/users/hdlists/lists/disney-original-series + summary: Disney+ Original Series + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + HBO Max Original Series: + smart_label: episode_added.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1HBOMAX + tmdb_network: 2593, 3186, 3308, 49 + summary: All HBO Max Original Series/Shows + url_poster: https://i.redd.it/zxdvw3tk3f151.jpg + url_background: https://wallpapercave.com/wp/wp6402755.png + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + HULU Original Series: + smart_label: episode_added.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1HULU + trakt_list: https://trakt.tv/users/hdlists/lists/latest-hulu-tv-shows + summary: All HULU Original Series/Shows From + url_poster: https://plexcollectionposters.com/images/2019/05/26/Hulu6ddad752a5ce9bac.jpg + url_background: https://cdn.vox-cdn.com/thumbor/oR4hqrmTxbX_O4gdJ6np8h-PxFk=/0x439:750x861/1600x900/cdn.vox-cdn.com/uploads/chorus_image/image/56311701/Image_uploaded_from_iOS__8_.1503433270.jpg + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Netflix Original Series: + smart_label: episode_added.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1Netflix + tmdb_network: 213 + summary: All Netflix Original Series/Shows + url_poster: https://i.imgur.com/7kiE1MU.png + url_background: https://img5.goodfon.com/original/1920x1080/1/61/fon-netflix-logo-raduga-tsvet-fon-background-skachat-oboi-sk.jpg + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Paramount+ Original Series: + smart_label: episode_added.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_PARAMOUNTPLUS + trakt_list: https://trakt.tv/users/hdlists/lists/paramount-tv-series + summary: Paramount+ Original Series + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + + Peacock Original Series: + smart_label: episode_added.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_2Peacock + imdb_list: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&countries=us&languages=en&genres=!animation,!sport,!news&sort=release_date,desc&count=250&companies=co0764707&release_date=2021-01-01,2100-01-01 + summary: All Peacock Original Series/Shows + url_poster: https://i.imgur.com/joEjsPl.png + url_background: https://i.imgur.com/kHlt4BR.jpg + sonarr_add: false + sonarr_search: false + sonarr_monitor: none + diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/ABC.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/ABC.png new file mode 100644 index 0000000..5f7d6be Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/ABC.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/AE.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/AE.png new file mode 100644 index 0000000..1c34b81 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/AE.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/AMC.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/AMC.png new file mode 100644 index 0000000..4528e5c Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/AMC.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/ANIMAL PLANET.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/ANIMAL PLANET.png new file mode 100644 index 0000000..c559a92 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/ANIMAL PLANET.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/APPLE TV PLUS.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/APPLE TV PLUS.png new file mode 100644 index 0000000..8448d52 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/APPLE TV PLUS.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/BRAVO.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/BRAVO.png new file mode 100644 index 0000000..53eaf30 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/BRAVO.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/CBS.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/CBS.png new file mode 100644 index 0000000..131fbb3 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/CBS.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/CNN.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/CNN.png new file mode 100644 index 0000000..7a84ca0 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/CNN.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/DISCOVERY CHANNEL.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/DISCOVERY CHANNEL.png new file mode 100644 index 0000000..2014306 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/DISCOVERY CHANNEL.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/DISCOVERY PLUS.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/DISCOVERY PLUS.png new file mode 100644 index 0000000..91edb9d Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/DISCOVERY PLUS.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/DISNEY PLUS.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/DISNEY PLUS.png new file mode 100644 index 0000000..887de9d Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/DISNEY PLUS.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/ESPN.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/ESPN.png new file mode 100644 index 0000000..a8cefbd Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/ESPN.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/FOX.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/FOX.png new file mode 100644 index 0000000..1cfe4b9 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/FOX.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/FX.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/FX.png new file mode 100644 index 0000000..df9bd65 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/FX.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/HBO MAX.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/HBO MAX.png new file mode 100644 index 0000000..a1ca598 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/HBO MAX.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/HGTV.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/HGTV.png new file mode 100644 index 0000000..9fe12d7 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/HGTV.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/HISTORY.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/HISTORY.png new file mode 100644 index 0000000..d2ef27d Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/HISTORY.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/HULU.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/HULU.png new file mode 100644 index 0000000..d083cef Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/HULU.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/ID.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/ID.png new file mode 100644 index 0000000..5acac0a Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/ID.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/IMDB TOP 250.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/IMDB TOP 250.png new file mode 100644 index 0000000..06c4e57 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/IMDB TOP 250.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/MTV.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/MTV.png new file mode 100644 index 0000000..c6ac230 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/MTV.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/NATIONAL GEOGRAPHIC.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/NATIONAL GEOGRAPHIC.png new file mode 100644 index 0000000..ea56bf4 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/NATIONAL GEOGRAPHIC.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/NBC.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/NBC.png new file mode 100644 index 0000000..9b543a0 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/NBC.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/NETFLIX.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/NETFLIX.png new file mode 100644 index 0000000..dfbacd4 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/NETFLIX.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/PARAMOUNT PLUS.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/PARAMOUNT PLUS.png new file mode 100644 index 0000000..5d82c7f Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/PARAMOUNT PLUS.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/PEACOCK TV.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/PEACOCK TV.png new file mode 100644 index 0000000..8f5e0b0 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/PEACOCK TV.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/PRIME VIDEO.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/PRIME VIDEO.png new file mode 100644 index 0000000..8a84c63 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/PRIME VIDEO.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/SHOWTIME.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/SHOWTIME.png new file mode 100644 index 0000000..24440d5 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/SHOWTIME.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/STARZ.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/STARZ.png new file mode 100644 index 0000000..bb30c29 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/STARZ.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/SYFY.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/SYFY.png new file mode 100644 index 0000000..21e74aa Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/SYFY.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/TBS.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/TBS.png new file mode 100644 index 0000000..6982a18 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/TBS.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/TLC.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/TLC.png new file mode 100644 index 0000000..c4e9c6a Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/TLC.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/TRU TV.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/TRU TV.png new file mode 100644 index 0000000..64ec5c8 Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/TRU TV.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/USA.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/USA.png new file mode 100644 index 0000000..141f8fd Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/USA.png differ diff --git a/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/VICE.png b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/VICE.png new file mode 100644 index 0000000..4d9311c Binary files /dev/null and b/OhMyBahGosh/VERSION_2/TV_V2/config/overlays/VICE.png differ diff --git a/PMM/CHANGELOG b/PMM/CHANGELOG new file mode 100644 index 0000000..daade32 --- /dev/null +++ b/PMM/CHANGELOG @@ -0,0 +1,20 @@ +# METADATA CHANGES +Added Common Sense Selection [Movie](https://www.commonsensemedia.org/reviews/category/movie/tag/common-sense-selections-31822)] and [Show](https://www.commonsensemedia.org/reviews/category/tv/tag/common-sense-selections-31822) collections to `PMM/chart/other` +Added several [visual styles for Separators](https://github.com/meisnate12/Plex-Meta-Manager-Images/tree/master/separators) to match PLEX's Categories theming. Called using `sep_style` template variable + +# OVERLAY CHANGES +Enhanced resolution.yml and special_release.yml to add International Cut, Ultimate Cut, Anniversary Cut, Theatrical Cut, Collectors Edition for both dovetail overlays with resolutions and box overlays +Enhanced resolution.yml and special_release.yml to support both dovetail overlays with resolutions and box overlays when resolutions are not being used. Regexes were enhanced to support the new TRaSH naming guides with the `{edition-` naming scheme +Added [Common Sense Age Rating](https://www.commonsensemedia.org/) overlays, called with `- git: PMM/overlays/commonsense` and to be used in combination with operation `mass_content_rating_update: mdb_commonsense` +- See [this image](https://media.discordapp.net/attachments/1018513616653262908/1020094756329623624/unknown.png) +Added Common Sense Selection overlays, called with `- git: PMM/overlays/commonsense_selection` +- See [this image](https://i.ibb.co/2cyjM1c/Untitled.png) +Added [mediastinger](http://www.mediastinger.com/) overlays to indicate mid-credits and post-credits scenes, called with `- git: PMM/overlays/mediastinger` +- See #3 on "Jurassic World: Fallen Kingdom" in [this image](https://metamanager.wiki/en/nightly/_images/movie-overlays1-annotated.png) +Added Oscars Ribbon overlay for [Best Picture Winners](https://www.imdb.com/search/title/?groups=best_picture_winner), called with `- git: PMM/overlays/oscars` +- See #11 on "Schindler's List" in [this image](https://metamanager.wiki/en/nightly/_images/movie-overlays1-annotated.png) +Added visual indicator of multiple versions of media, called with `- git: PMM/overlays/versions` +- See "The Incredible Hulk" and "Thor" in [this image]([https://cdn.discordapp.com/attachments/927936511238869042/1021788091037519892/unknown.png) + +# OTHER CHANGES +Changed various [template names](https://github.com/meisnate12/Plex-Meta-Manager-Configs/blob/master/PMM/templates.yml). If you are running local copies of the PMM default files which call the git version of the templates file , it is strongly recommended you check template names on all your local file collections. \ No newline at end of file diff --git a/PMM/README.md b/PMM/README.md new file mode 100644 index 0000000..fbeeced --- /dev/null +++ b/PMM/README.md @@ -0,0 +1,17 @@ +# <img src="https://metamanager.wiki/en/latest/_static/logo-full.png" alt="PMM"> + +# Default Collections & Overlays + +This directory is the default set of Plex Meta Manager Sponsored Configs. + +For more information on how to use them visit the [Defaults Metadata Guide](https://metamanager.wiki/en/latest/home/guides/defaults.html). + +Credits to Bullmoose20 and Yozora for helping drive this entire Default Set of Configs through the concept, design and implementation. + +Special thanks to Magic815 for the overlay image inspiration and base template. + +Please consider [donating](https://github.com/sponsors/meisnate12) towards the project. + +## Errors + +If there are collections being made that have configuration errors or missing posters please either bring it up in our Discord or raise an Issue on the [Configs Repo](https://github.com/meisnate12/Plex-Meta-Manager-Configs/issues/new/choose). diff --git a/PMM/actor.yml b/PMM/actor.yml new file mode 100644 index 0000000..dad1ebe --- /dev/null +++ b/PMM/actor.yml @@ -0,0 +1,63 @@ +############################################################# +# Actor Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/actor # +# template_variables: # +# # Sets the style of posters: bw or rainier # +# style: bw # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collections # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 17 # +# # Radarr Tag for existing items # +# item_radarr_tag: # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 17 + +templates: + actor_dynamic: + default: + sort_by: release.desc + style: bw + tmdb_person: <<value>> + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/people/<<style>>/<<key_encoded>>.jpg + smart_filter: + sort_by: <<sort_by>> + all: + actor: tmdb + +collections: + Actors Collections: + template: + - name: separator + separator: actor + +dynamic_collections: + Top Actors: + type: actor + template: + - actor_dynamic + - shared + title_format: <<title>> + data: + depth: 5 + limit: 25 + \ No newline at end of file diff --git a/PMM/audio_language.yml b/PMM/audio_language.yml new file mode 100644 index 0000000..dddd43f --- /dev/null +++ b/PMM/audio_language.yml @@ -0,0 +1,248 @@ +############################################################# +# Dynamic Audio Language Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/audio_language # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Turn the other collection on/off # +# use_other: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 10 # +# # Radarr Tag for existing items # +# item_radarr_tag: # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 10 + +templates: + audio_language_dynamic: + default: + sort_by: release.desc + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/audio_language/<<key>>.jpg + smart_filter: + sort_by: <<sort_by>> + any: + audio_language: <<value>> + +collections: + Audio Language Collections: + template: + - name: separator + separator: audio_language + +dynamic_collections: + Audio Language: + type: audio_language + title_format: <<key_name>> Audio + other_name: Other Audio + template: + - audio_language_dynamic + - shared + other_template: + - other_collection + - audio_language_dynamic + - shared + include: + - ab # Abkhazian + - aa # Afar + - af # Afrikaans + - ak # Akan + - sq # Albanian + - am # Amharic + - ar # Arabic + - an # Aragonese + - hy # Armenian + - as # Assamese + - av # Avaric + - ae # Avestan + - ay # Aymara + - az # Azerbaijani + - bm # Bambara + - ba # Bashkir + - eu # Basque + - be # Belarusian + - bn # Bengali + - bi # Bislama + - bs # Bosnian + - br # Breton + - bg # Bulgarian + - my # Burmese + - ca # Catalan, Valencian + - km # Central Khmer + - ch # Chamorro + - ce # Chechen + - ny # Chichewa, Chewa, Nyanja + - zh # Chinese + - cu # Church Slavic, Old Slavonic, Church Slavonic, Old Bulgarian, Old Church Slavonic + - cv # Chuvash + - kw # Cornish + - co # Corsican + - cr # Cree + - hr # Croatian + - cs # Czech + - da # Danish + - dv # Divehi, Dhivehi, Maldivian + - nl # Dutch, Flemish + - dz # Dzongkha + - en # English + - eo # Esperanto + - et # Estonian + - ee # Ewe + - fo # Faroese + - fj # Fijian + - fil # Filipino + - fi # Finnish + - fr # French + - ff # Fulah + - gd # Gaelic, Scottish Gaelic + - gl # Galician + - lg # Ganda + - ka # Georgian + - de # German + - el # Greek, Modern (1453–) + - gn # Guarani + - gu # Gujarati + - ht # Haitian, Haitian Creole + - ha # Hausa + - he # Hebrew + - hz # Herero + - hi # Hindi + - ho # Hiri Motu + - hu # Hungarian + - is # Icelandic + - io # Ido + - ig # Igbo + - id # Indonesian + - ia # Interlingua (International Auxiliary Language Association) + - ie # Interlingue, Occidental + - iu # Inuktitut + - ik # Inupiaq + - ga # Irish + - it # Italian + - ja # Japanese + - jv # Javanese + - kl # Kalaallisut, Greenlandic + - kn # Kannada + - kr # Kanuri + - ks # Kashmiri + - kk # Kazakh + - ki # Kikuyu, Gikuyu + - rw # Kinyarwanda + - ky # Kirghiz, Kyrgyz + - kv # Komi + - kg # Kongo + - ko # Korean + - kj # Kuanyama, Kwanyama + - ku # Kurdish + - lo # Lao + - la # Latin + - lv # Latvian + - li # Limburgan, Limburger, Limburgish + - ln # Lingala + - lt # Lithuanian + - lu # Luba-Katanga + - lb # Luxembourgish, Letzeburgesch + - mk # Macedonian + - mg # Malagasy + - ms # Malay + - ml # Malayalam + - mt # Maltese + - gv # Manx + - mi # Maori + - mr # Marathi + - mh # Marshallese + - mn # Mongolian + - na # Nauru + - nv # Navajo, Navaho + - ng # Ndonga + - ne # Nepali + - nd # North Ndebele + - se # Northern Sami + - no # Norwegian + - nb # Norwegian Bokmål + - nn # Norwegian Nynorsk + - oc # Occitan + - oj # Ojibwa + - or # Oriya + - om # Oromo + - os # Ossetian, Ossetic + - pi # Pali + - ps # Pashto, Pushto + - fa # Persian + - pl # Polish + - pt # Portuguese + - pa # Punjabi, Panjabi + - qu # Quechua + - ro # Romanian, Moldavian, Moldovan + - rm # Romansh + - rn # Rundi + - ru # Russian + - sm # Samoan + - sg # Sango + - sa # Sanskrit + - sc # Sardinian + - sr # Serbian + - sn # Shona + - ii # Sichuan Yi, Nuosu + - sd # Sindhi + - si # Sinhala, Sinhalese + - sk # Slovak + - sl # Slovenian + - so # Somali + - nr # South Ndebele + - st # Southern Sotho + - es # Spanish, Castilian + - su # Sundanese + - sw # Swahili + - ss # Swati + - sv # Swedish + - tl # Tagalog + - ty # Tahitian + - tg # Tajik + - ta # Tamil + - tt # Tatar + - te # Telugu + - th # Thai + - bo # Tibetan + - ti # Tigrinya + - to # Tonga (Tonga Islands) + - ts # Tsonga + - tn # Tswana + - tr # Turkish + - tk # Turkmen + - tw # Twi + - ug # Uighur, Uyghur + - uk # Ukrainian + - ur # Urdu + - uz # Uzbek + - ve # Venda + - vi # Vietnamese + - vo # Volapük + - wa # Walloon + - cy # Welsh + - fy # Western Frisian + - wo # Wolof + - xh # Xhosa + - yi # Yiddish + - yo # Yoruba + - za # Zhuang, Chuang + - zu # Zulu + diff --git a/PMM/award/bafta.yml b/PMM/award/bafta.yml new file mode 100644 index 0000000..57ac906 --- /dev/null +++ b/PMM/award/bafta.yml @@ -0,0 +1,71 @@ +############################################################# +# BAFTA Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to pjcob & maxwelldeux for the Trakt Lists # +############################################################# +# REQUIRES TRAKT AUTHENTICATION # +# https://metamanager.wiki/en/latest/config/trakt.html # +# # +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/award/bafta # +# template_variables: # +# # Turn the individual year collections on/off # +# use_year_collections: true # +# # Sets the collection order of the collection # +# collection_order: custom # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 16 # +# # Adds missing from the collection to radarr # +# radarr_add_missing: # +# # Radarr Folder to add to # +# radarr_folder: # +# # Radarr Tag for added missing # +# radarr_tag: # +# # Radarr Tag for existing items # +# item_radarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 16 + +templates: + BAFTA: + allowed_library_types: movie + summary: <<key>> BAFTA awards + trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-bafta + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/bafta/<<key>>.jpg + +collections: + BAFTA Best Films: + variables: + key: best + template: + - name: shared + sort: BAFTA ! + allowed_libraries: movie + image: award/bafta/winner + - name: arr + - name: custom + trakt_list_details: https://trakt.tv/users/maxwelldeux/lists/bafta-award-best-film + +dynamic_collections: + BAFTA Awards: + type: number + sync: true + data: + starting: current_year-5 + ending: current_year + title_format: BAFTA <<key_name>> + template: + - use_year_collections + - BAFTA + - shared + - arr + - custom diff --git a/PMM/award/cannes.yml b/PMM/award/cannes.yml new file mode 100644 index 0000000..ed0f343 --- /dev/null +++ b/PMM/award/cannes.yml @@ -0,0 +1,71 @@ +############################################################# +# Cannes Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to pjcob & maxwelldeux for the Trakt Lists # +############################################################# +# REQUIRES TRAKT AUTHENTICATION # +# https://metamanager.wiki/en/latest/config/trakt.html # +# # +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/award/cannes # +# template_variables: # +# # Turn the individual year collections on/off # +# use_year_collections: true # +# # Sets the collection order of the collection # +# collection_order: custom # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 16 # +# # Adds missing from the collection to radarr # +# radarr_add_missing: # +# # Radarr Folder to add to # +# radarr_folder: # +# # Radarr Tag for added missing # +# radarr_tag: # +# # Radarr Tag for existing items # +# item_radarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 16 + +templates: + Cannes: + allowed_library_types: movie + summary: <<key>> Cannes awards + trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-cannes + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/<<key>>.jpg + +collections: + Cannes - Palme d'or: + variables: + key: palme + template: + - name: shared + sort: Cannes ! + allowed_libraries: movie + image: award/cannes/winner + - name: arr + - name: custom + trakt_list_details: https://trakt.tv/users/maxwelldeux/lists/cannes-film-festival-palme-d-or + +dynamic_collections: + Cannes Awards: + type: number + sync: true + data: + starting: current_year-5 + ending: current_year + title_format: Cannes <<key_name>> + template: + - use_year_collections + - Cannes + - shared + - arr + - custom diff --git a/PMM/award/choice.yml b/PMM/award/choice.yml new file mode 100644 index 0000000..704061f --- /dev/null +++ b/PMM/award/choice.yml @@ -0,0 +1,75 @@ +############################################################# +# Critics Choice Awards Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to pjcob for the Trakt Lists # +############################################################# +# REQUIRES TRAKT AUTHENTICATION # +# https://metamanager.wiki/en/latest/config/trakt.html # +# # +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/award/choice # +# template_variables: # +# # Turn the individual year collections on/off # +# use_year_collections: true # +# # Sets the collection order of the collection # +# collection_order: custom # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 16 # +# # Adds missing from the collection to radarr # +# radarr_add_missing: # +# # Adds missing from the collection to sonarr # +# sonarr_add_missing: # +# # Radarr Folder to add to # +# radarr_folder: # +# # Sonarr Folder to add to # +# sonarr_folder: # +# # Radarr Tag for added missing # +# radarr_tag: # +# # Sonarr Tag for added missing # +# sonarr_tag: # +# # Radarr Tag for existing items # +# item_radarr_tag: # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 16 + +templates: + Choice: + default: + url: critic-s + summary: <<key>> Critics Choice Awards + trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-<<url>>-choice + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/choice/<<key>>.jpg + +dynamic_collections: + Critics Choice Awards: + type: number + sync: true + data: + starting: current_year-5 + ending: current_year + title_format: Critics Choice Awards <<key_name>> + template: + - use_year_collections + - Choice + - shared + - arr + - custom + template_variables: + url: + 2019: critics + 2018: critics + 2017: critics + 2016: critics + 2015: critics + 2014: critics diff --git a/PMM/award/emmy.yml b/PMM/award/emmy.yml new file mode 100644 index 0000000..34bb1a6 --- /dev/null +++ b/PMM/award/emmy.yml @@ -0,0 +1,64 @@ +############################################################# +# Emmy Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/award/emmy # +# template_variables: # +# # Turn the individual year collections on/off # +# use_year_collections: true # +# # Sets the sort of the IMDb Search # +# imdb_sort: moviemeter,desc # +# collection_order: custom # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 16 # +# # Adds missing from the collection to radarr # +# radarr_add_missing: # +# # Adds missing from the collection to sonarr # +# sonarr_add_missing: # +# # Radarr Folder to add to # +# radarr_folder: # +# # Sonarr Folder to add to # +# sonarr_folder: # +# # Radarr Tag for added missing # +# radarr_tag: # +# # Sonarr Tag for added missing # +# sonarr_tag: # +# # Radarr Tag for existing items # +# item_radarr_tag: # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 16 + +templates: + Emmy: + default: + imdb_sort: moviemeter,asc + summary: <<key>> Emmy Winners + imdb_list: https://www.imdb.com/search/title/?release_date=<<key>>-01-01,<<key>>-12-31&groups=emmy_winner&sort=<<imdb_sort>> + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/emmys/winner/<<key>>.jpg + +dynamic_collections: + Emmy Awards: + type: number + sync: true + data: + starting: current_year-5 + ending: current_year + title_format: Emmys <<key_name>> + template: + - use_year_collections + - Emmy + - shared + - arr + - custom diff --git a/PMM/award/golden.yml b/PMM/award/golden.yml new file mode 100644 index 0000000..605bd59 --- /dev/null +++ b/PMM/award/golden.yml @@ -0,0 +1,77 @@ +############################################################# +# Golden Globes Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to maxwelldeux for the Trakt Lists # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/award/golden # +# template_variables: # +# # Turn the individual year collections on/off # +# use_year_collections: true # +# # Sets the sort of the IMDb Search # +# imdb_sort: moviemeter,desc # +# collection_order: custom # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 16 # +# # Adds missing from the collection to radarr # +# radarr_add_missing: # +# # Adds missing from the collection to sonarr # +# sonarr_add_missing: # +# # Radarr Folder to add to # +# radarr_folder: # +# # Sonarr Folder to add to # +# sonarr_folder: # +# # Radarr Tag for added missing # +# radarr_tag: # +# # Sonarr Tag for added missing # +# sonarr_tag: # +# # Radarr Tag for existing items # +# item_radarr_tag: # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 16 + +templates: + Golden: + default: + imdb_sort: moviemeter,asc + summary: <<key>> Golden Globe Winners + imdb_list: https://www.imdb.com/search/title/?release_date=<<key>>-01-01,<<key>>-12-31&groups=golden_globe_winner&sort=<<imdb_sort>> + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/golden/winner/<<key>>.jpg + +collections: + Golden Globe Best Motion Pictures: + variables: + key: best + template: + - name: shared + sort: Golden Globes !1 + image: award/golden/best_picture_winner + - name: arr + - name: custom + trakt_list_details: https://trakt.tv/users/maxwelldeux/lists/golden-globe-award-best-motion-picture + +dynamic_collections: + Golden Globes Awards: + type: number + sync: true + data: + starting: current_year-5 + ending: current_year + title_format: Golden Globes <<key_name>> + template: + - use_year_collections + - Golden + - shared + - arr + - custom diff --git a/PMM/award/oscars.yml b/PMM/award/oscars.yml new file mode 100644 index 0000000..0cf8c3e --- /dev/null +++ b/PMM/award/oscars.yml @@ -0,0 +1,85 @@ +############################################################# +# Oscars Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/award/oscars # +# template_variables: # +# # Turn the individual year collections on/off # +# use_year_collections: true # +# # Sets the sort of the IMDb Search # +# imdb_sort: user_rating,desc # +# collection_order: custom # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 16 # +# # Adds missing from the collection to radarr # +# radarr_add_missing: # +# # Radarr Folder to add to # +# radarr_folder: # +# # Radarr Tag for added missing # +# radarr_tag: # +# # Radarr Tag for existing items # +# item_radarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 16 + +templates: + Oscars: + default: + imdb_sort: moviemeter,asc + allowed_library_types: movie + summary: Academy Awards (Oscars) Winners for <<key>> + imdb_list: https://www.imdb.com/search/title/?release_date=<<key>>-01-01,<<key>>-12-31&groups=oscar_winner&sort=<<imdb_sort>> + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/winner/<<key>>.jpg + +collections: + + Oscars Best Picture Winners: + variables: + key: best_picture + template: + - name: shared + sort: Oscars !1 + allowed_libraries: movie + image: award/oscars/best_picture_winner + - name: arr + - name: custom + imdb_list: https://www.imdb.com/search/title/?groups=best_picture_winner + summary: The Academy Award for Best Picture is one of the Academy Awards presented annually by the Academy of Motion Picture Arts and Sciences since the awards debuted in 1929. + + Oscars Best Director Winners: + variables: + key: best_director + template: + - name: shared + sort: Oscars !2 + allowed_libraries: movie + image: award/oscars/best_director_winner + - name: arr + - name: custom + imdb_list: https://www.imdb.com/search/title/?groups=best_director_winner + summary: The Academy Award for Best Director is one of the Academy Awards presented annually by the Academy of Motion Picture Arts and Sciences since the awards debuted in 1929. + +dynamic_collections: + Oscars Winners Awards: + type: number + sync: true + data: + starting: current_year-5 + ending: current_year + title_format: Oscars Winners <<key_name>> + template: + - use_year_collections + - Oscars + - shared + - arr + - custom diff --git a/PMM/award/other.yml b/PMM/award/other.yml new file mode 100644 index 0000000..5d1a9dc --- /dev/null +++ b/PMM/award/other.yml @@ -0,0 +1,80 @@ +############################################################# +# Awards Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to maxwelldeux for the Trakt Lists # +############################################################# +# REQUIRES TRAKT AUTHENTICATION # +# https://metamanager.wiki/en/latest/config/trakt.html # +# # +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/award/other # +# template_variables: # +# # Sets the collection order of the collection # +# collection_order: custom # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 16 # +# # Adds missing from the collection to radarr # +# radarr_add_missing: # +# # Radarr Folder to add to # +# radarr_folder: # +# # Radarr Tag for added missing # +# radarr_tag: # +# # Radarr Tag for existing items # +# item_radarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 16 + +collections: + Berlinale: + variables: + key: berlinale + template: + - name: shared + allowed_libraries: movie + image: award/berlinale/winner + - name: arr + - name: custom + trakt_list_details: https://trakt.tv/users/maxwelldeux/lists/berlin-international-film-festival-golden-bears + + Cesar: + variables: + key: cesar + template: + - name: shared + allowed_libraries: movie + image: award/cesar/winner + - name: arr + - name: custom + trakt_list_details: https://trakt.tv/users/maxwelldeux/lists/cesar-award-best-french-film + + Razzies: + variables: + key: razzie + template: + - name: shared + allowed_libraries: movie + image: award/razzies/winner + - name: arr + - name: custom + trakt_list_details: https://trakt.tv/users/hdlists/lists/razzie-awards-worst-picture-winners + + Venice: + variables: + key: venice + template: + - name: shared + allowed_libraries: movie + image: award/venice/winner + - name: arr + - name: custom + trakt_list_details: https://trakt.tv/users/maxwelldeux/lists/venice-film-festival-golden-lion + diff --git a/PMM/award/separator.yml b/PMM/award/separator.yml new file mode 100644 index 0000000..3b20db4 --- /dev/null +++ b/PMM/award/separator.yml @@ -0,0 +1,31 @@ +############################################################# +# Awards Separator Collection # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/award/separator # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 16 # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 16 + +collections: + Award Collections: + template: + - name: separator + separator: award diff --git a/PMM/award/spirit.yml b/PMM/award/spirit.yml new file mode 100644 index 0000000..877b6ca --- /dev/null +++ b/PMM/award/spirit.yml @@ -0,0 +1,57 @@ +############################################################# +# Independent Spirit Awards Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to pjcob for the Trakt Lists # +############################################################# +# REQUIRES TRAKT AUTHENTICATION # +# https://metamanager.wiki/en/latest/config/trakt.html # +# # +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/award/spirit # +# template_variables: # +# # Turn the individual year collections on/off # +# use_year_collections: true # +# collection_order: custom # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 16 # +# # Adds missing from the collection to radarr # +# radarr_add_missing: # +# # Radarr Folder to add to # +# radarr_folder: # +# # Radarr Tag for added missing # +# radarr_tag: # +# # Radarr Tag for existing items # +# item_radarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 16 + +templates: + Spirit: + allowed_library_types: movie + summary: <<key>> Independent Spirit Awards + trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-independent-spirits + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/spirit/<<key>>.jpg + +dynamic_collections: + Independent Spirit Awards Awards: + type: number + sync: true + data: + starting: current_year-5 + ending: current_year + title_format: Independent Spirit Awards <<key_name>> + template: + - use_year_collections + - Spirit + - shared + - arr + - custom diff --git a/PMM/award/sundance.yml b/PMM/award/sundance.yml new file mode 100644 index 0000000..02f5332 --- /dev/null +++ b/PMM/award/sundance.yml @@ -0,0 +1,70 @@ +############################################################# +# Sundance Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to pjcob & maxwelldeux for the Trakt Lists # +############################################################# +# REQUIRES TRAKT AUTHENTICATION # +# https://metamanager.wiki/en/latest/config/trakt.html # +# # +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/award/sundance # +# template_variables: # +# # Turn the individual year collections on/off # +# use_year_collections: true # +# collection_order: custom # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 16 # +# # Adds missing from the collection to radarr # +# radarr_add_missing: # +# # Radarr Folder to add to # +# radarr_folder: # +# # Radarr Tag for added missing # +# radarr_tag: # +# # Radarr Tag for existing items # +# item_radarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 16 + +templates: + Sundance: + allowed_library_types: movie + summary: Sundance Film Festival of <<key>> + trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-sundance + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/sundance/<<key>>.jpg + +collections: + Sundance Grand Jury Winners: + variables: + key: grand + template: + - name: shared + sort: Sundance !1 + allowed_libraries: movie + image: award/sundance/grand_jury_winner + - name: arr + - name: custom + trakt_list_details: https://trakt.tv/users/maxwelldeux/lists/sundance-film-festival-grand-jury-prize + +dynamic_collections: + Sundance Film Festival: + type: number + sync: true + data: + starting: current_year-5 + ending: current_year + title_format: Sundance Film Festival <<key_name>> + template: + - use_year_collections + - Sundance + - shared + - arr + - custom diff --git a/PMM/chart/anilist.yml b/PMM/chart/anilist.yml new file mode 100644 index 0000000..905ea16 --- /dev/null +++ b/PMM/chart/anilist.yml @@ -0,0 +1,136 @@ +############################################################# +# AniList Chart Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/chart/anilist # +# template_variables: # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "01" # +# # +# # For each collection use the "key" to set # +# # the options. # +# # Available collections # +# # KEY COLLECTION # +# # popular AniList Popular # +# # top AniList Top Rated # +# # trending AniList Trending # +# # season AniList Season # +# # +# # Available options. Replace "key" with the # +# # desired collection's key from the chart above. # +# # +# # Customize summary of collection # +# summary_key: A collection of ... # +# # Turn the collection on/off # +# use_key: true # +# # Determines collection order in it's section # +# order_key: # +# # Determines collection order of the collection # +# collection_order_key: custom # +# # Set visible_library for the collection # +# visible_library_key: # +# # Set visible_home for the collection # +# visible_home_key: # +# # Set visible_shared for the collection # +# visible_shared_key: # +# # Set limit for the collection # +# limit_key: 100 # +# # Adds missing from the collection to radarr # +# radarr_add_missing_key: # +# # Adds missing from the collection to sonarr # +# sonarr_add_missing_key: # +# # Radarr Folder to add to # +# radarr_folder_key: # +# # Sonarr Folder to add to # +# sonarr_folder_key: # +# # Radarr Tag for added missing # +# radarr_tag_key: # +# # Sonarr Tag for added missing # +# sonarr_tag_key: # +# # Radarr Tag for existing items # +# item_radarr_tag_key: # +# # Sonarr Tag for existing items # +# item_sonarr_tag_key: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "01" + +templates: + + popular: + default: + limit_popular: 100 + summary_popular: A collection of the most popular Anime according to AniList. + anilist_popular: <<limit_popular>> + summary: <<summary_<<key>>>> + + top: + default: + limit_top: 100 + summary_top: A collection of the top rated Anime according to AniList. + anilist_top_rated: <<limit_top>> + summary: <<summary_<<key>>>> + + trending: + default: + limit_trending: 100 + summary_trending: A collection of trending Anime according to AniList. + anilist_trending: <<limit_trending>> + summary: <<summary_<<key>>>> + + season: + default: + limit_trending: 100 + summary_season: A collection of Anime from the Current Season according to AniList. + anilist_search: + season: current + year: + sort_by: popular + summary: <<summary_<<key>>>> + +collections: + + AniList Popular: + variables: + key: popular + template: + - name: popular + - name: shared + - name: arr + - name: custom + + AniList Top Rated: + variables: + key: top + template: + - name: top + - name: shared + - name: arr + - name: custom + + AniList Trending: + variables: + key: trending + template: + - name: trending + - name: shared + - name: arr + - name: custom + + AniList Season: + variables: + key: season + template: + - name: season + - name: shared + - name: arr + - name: custom diff --git a/PMM/chart/basic.yml b/PMM/chart/basic.yml new file mode 100644 index 0000000..64b4baa --- /dev/null +++ b/PMM/chart/basic.yml @@ -0,0 +1,94 @@ +############################################################# +# Basic Plex Chart Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/chart/basic # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "01" # +# # +# # For each collection use the "key" to set # +# # the options. # +# # Available collections # +# # KEY COLLECTION # +# # released Newly Released # +# # episodes New Episodes # +# # +# # Available options. Replace "key" with the # +# # desired collection's key from the chart above. # +# # +# # Customize summary of collection # +# summary_key: A collection of ... # +# # Turn the collection on/off # +# use_key: true # +# # Determines collection order in it's section # +# order_key: # +# # Set visible_library for the collection # +# visible_library_key: # +# # Set visible_home for the collection # +# visible_home_key: # +# # Set visible_shared for the collection # +# visible_shared_key: # +# # Radarr Tag for existing items # +# item_radarr_tag_key: # +# # Sonarr Tag for existing items # +# item_sonarr_tag_key: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "01" + +templates: + released: + default: + in_the_last_released: 90 + summary_released: A collection of newly-released <<library_type>>s + summary: <<summary_<<key>>>> + smart_filter: + all: + release: <<in_the_last_released>> + sort_by: release.desc + episodes: + default: + in_the_last_episodes: 7 + summary_episodes: A collection of newly-released <<library_type>>s + summary: <<summary_<<key>>>> + smart_filter: + type: episodes + all: + episode_air_date: <<in_the_last_episodes>> + sort_by: release.desc + +collections: + Chart Collections: + template: + - name: separator + separator: chart + + Newly Released: + variables: + key: released + template: + - name: released + - name: shared + + New Episodes: + variables: + key: episodes + template: + - name: episodes + - name: shared + allowed_libraries: show diff --git a/PMM/chart/imdb.yml b/PMM/chart/imdb.yml new file mode 100644 index 0000000..0b04e00 --- /dev/null +++ b/PMM/chart/imdb.yml @@ -0,0 +1,102 @@ +############################################################# +# IMDb Chart Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/chart/imdb # +# template_variables: # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "01" # +# # +# # For each collection use the "key" to set # +# # the options. # +# # Available collections # +# # KEY COLLECTION # +# # popular IMDb Popular # +# # top IMDb Top 250 # +# # lowest IMDb Lowest Rated # +# # +# # Available options. Replace "key" with the # +# # desired collection's key from the chart above. # +# # +# # Customize summary of collection # +# summary_key: A collection of ... # +# # Turn the collection on/off # +# use_key: true # +# # Determines collection order in its section # +# order_key: # +# # Determines collection order of the collection # +# collection_order_key: custom # +# # Set visible_library for the collection # +# visible_library_key: # +# # Set visible_home for the collection # +# visible_home_key: # +# # Set visible_shared for the collection # +# visible_shared_key: # +# # Adds missing from the collection to radarr # +# radarr_add_missing_key: # +# # Adds missing from the collection to sonarr # +# sonarr_add_missing_key: # +# # Radarr Folder to add to # +# radarr_folder_key: # +# # Sonarr Folder to add to # +# sonarr_folder_key: # +# # Radarr Tag for added missing # +# radarr_tag_key: # +# # Sonarr Tag for added missing # +# sonarr_tag_key: # +# # Radarr Tag for existing items # +# item_radarr_tag_key: # +# # Sonarr Tag for existing items # +# item_sonarr_tag_key: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "01" + +templates: + + imdb: + default: + summary_<<key>>: "List of <<collection_name>> <<library_type>>s" + imdb_chart: <<chart>>_<<library_type>>s + summary: <<summary_<<key>>>> + +collections: + + IMDb Popular: + variables: + key: popular + template: + - name: imdb + chart: popular + - name: shared + - name: arr + - name: custom + + IMDb Top 250: + variables: + key: top + template: + - name: imdb + chart: top + - name: shared + - name: arr + - name: custom + + IMDb Lowest Rated: + variables: + key: lowest + imdb_chart: lowest_rated + template: + - name: shared + allowed_libraries: movie + - name: arr + - name: custom diff --git a/PMM/chart/myanimelist.yml b/PMM/chart/myanimelist.yml new file mode 100644 index 0000000..d7a6e42 --- /dev/null +++ b/PMM/chart/myanimelist.yml @@ -0,0 +1,152 @@ +############################################################# +# MyAnimeList Chart Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/chart/anilist # +# template_variables: # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "01" # +# # +# # For each collection use the "key" to set # +# # the options. # +# # Available collections # +# # KEY COLLECTION # +# # popular MyAnimeList Popular # +# # favorited MyAnimeList Favorited # +# # top MyAnimeList Top Rated # +# # airing MyAnimeList Top Airing # +# # season MyAnimeList Season # +# # +# # Available options. Replace "key" with the # +# # desired collection's key from the chart above. # +# # +# # Customize summary of collection # +# summary_key: A collection of ... # +# # Turn the collection on/off # +# use_key: true # +# # Determines collection order in it's section # +# order_key: # +# # Determines collection order of the collection # +# collection_order_key: custom # +# # Set visible_library for the collection # +# visible_library_key: # +# # Set visible_home for the collection # +# visible_home_key: # +# # Set visible_shared for the collection # +# visible_shared_key: # +# # Set limit for the collection # +# limit_key: 100 # +# # Adds missing from the collection to radarr # +# radarr_add_missing_key: # +# # Adds missing from the collection to sonarr # +# sonarr_add_missing_key: # +# # Radarr Folder to add to # +# radarr_folder_key: # +# # Sonarr Folder to add to # +# sonarr_folder_key: # +# # Radarr Tag for added missing # +# radarr_tag_key: # +# # Sonarr Tag for added missing # +# sonarr_tag_key: # +# # Radarr Tag for existing items # +# item_radarr_tag_key: # +# # Sonarr Tag for existing items # +# item_sonarr_tag_key: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "01" + +templates: + + popular: + default: + limit_popular: 100 + summary_popular: A collection of the most popular Anime according to MyAnimeList. + mal_popular: <<limit_popular>> + summary: <<summary_<<key>>>> + + favorited: + default: + limit_favorited: 100 + summary_favorited: A collection of the Most Favorited Anime according to MyAnimeList. + mal_favorite: <<limit_favorited>> + summary: <<summary_<<key>>>> + + top: + default: + limit_top: 100 + summary_top: A collection of the Top Rated Anime according to MyAnimeList. + mal_all: <<limit_top>> + summary: <<summary_<<key>>>> + + airing: + default: + limit_airing: 100 + summary_airing: A collection of the Top Rated Anime Currently Airing according to MyAnimeList. + mal_airing: <<limit_airing>> + summary: <<summary_<<key>>>> + + season: + default: + limit_airing: 100 + summary_season: A collection of Anime from the Current Season according to MyAnimeList. + mal_season: + season: current + sort_by: score + summary: <<summary_<<key>>>> + +collections: + + MyAnimeList Popular: + variables: + key: popular + template: + - name: popular + - name: shared + - name: arr + - name: custom + + MyAnimeList Favorited: + variables: + key: favorited + template: + - name: favorited + - name: shared + - name: arr + - name: custom + + MyAnimeList Top Rated: + variables: + key: top + template: + - name: top + - name: shared + - name: arr + - name: custom + + MyAnimeList Top Airing: + variables: + key: airing + template: + - name: airing + - name: shared + - name: arr + - name: custom + + MyAnimeList Season: + variables: + key: season + template: + - name: season + - name: shared + - name: arr + - name: custom diff --git a/PMM/chart/other.yml b/PMM/chart/other.yml new file mode 100644 index 0000000..df2e7d1 --- /dev/null +++ b/PMM/chart/other.yml @@ -0,0 +1,128 @@ +############################################################# +# Other Chart Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/chart/other # +# template_variables: # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "01" # +# # +# # For each collection use the "key" to set # +# # the options. # +# # Available collections # +# # KEY COLLECTION # +# # anidb AniDB Popular # +# # commonsense Common Sense Selected # +# # stevenlu StevenLu's Popular Movies # +# # pirated Top 10 Pirated Movies # +# # +# # Available options. Replace "key" with the # +# # desired collection's key from the chart above. # +# # +# # Customize summary of collection # +# summary_key: A collection of ... # +# # Turn the collection on/off # +# use_key: true # +# # Determines collection order in its section # +# order_key: # +# # Determines collection order of the collection # +# collection_order_key: custom # +# # Set visible_library for the collection # +# visible_library_key: # +# # Set visible_home for the collection # +# visible_home_key: # +# # Set visible_shared for the collection # +# visible_shared_key: # +# # Adds missing from the collection to radarr # +# radarr_add_missing_key: # +# # Adds missing from the collection to sonarr # +# sonarr_add_missing_key: # +# # Radarr Folder to add to # +# radarr_folder_key: # +# # Sonarr Folder to add to # +# sonarr_folder_key: # +# # Radarr Tag for added missing # +# radarr_tag_key: # +# # Sonarr Tag for added missing # +# sonarr_tag_key: # +# # Radarr Tag for existing items # +# item_radarr_tag_key: # +# # Sonarr Tag for existing items # +# item_sonarr_tag_key: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "01" + +templates: + anidb: + default: + limit_anidb: 30 + summary_anidb: A collection of Popular Anime on AniDB + summary: <<summary_<<key>>>> + anidb_popular: <<limit_anidb>> + + commonsense: + default: + summary_commonsense: A collection of Common Sense <<library_type>>s. Common Sense recognizes outstanding entertainment with an official seal for quality and impact. Common Sense Selections include age-appropriate media with the potential to spark family conversations, entertain families of all kinds, and have a positive, lasting effect on society. + mdblist_list: https://mdblist.com/lists/plexmetamanager/cssfamilies<<library_type>>s + summary: <<summary_<<key>>>> + + stevenlu: + default: + summary_stevenlu: A collection of StevenLu's Most Popular Movies + summary: <<summary_<<key>>>> + + pirated: + default: + summary_pirated: TorrentFreak.com's Weekly Top Ten Pirated Movies + summary: <<summary_<<key>>>> + +collections: + AniDB Popular: + variables: + key: anidb + template: + - name: anidb + - name: shared + - name: arr + - name: custom + + Common Sense Selection: + variables: + key: commonsense + template: + - name: commonsense + - name: shared + - name: arr + - name: custom + + StevenLu's Popular Movies: + variables: + key: stevenlu + stevenlu_popular: true + template: + - name: stevenlu + - name: shared + allowed_libraries: movie + - name: arr + - name: custom + + Top 10 Pirated Movies of the Week: + variables: + key: pirated + mdblist_list: https://mdblist.com/lists/hdlists/top-ten-pirated-movies-of-the-week-torrent-freak-com/ + template: + - name: pirated + - name: shared + allowed_libraries: movie + - name: arr + - name: custom diff --git a/PMM/chart/tautulli.yml b/PMM/chart/tautulli.yml new file mode 100644 index 0000000..78ab030 --- /dev/null +++ b/PMM/chart/tautulli.yml @@ -0,0 +1,96 @@ +############################################################# +# Basic Tautulli Chart Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# REQUIRES TAUTULLI AUTHENTICATION # +# https://metamanager.wiki/en/latest/config/tautulli.html # +# # +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/chart/tautulli # +# template_variables: # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "01" # +# # +# # For each collection use the "key" to set # +# # the options. # +# # Available collections # +# # KEY COLLECTION # +# # popular Plex Popular # +# # watched Plex Watched # +# # +# # Available options. Replace "key" with the # +# # desired collection's key from the chart above. # +# # +# # Customize summary of collection # +# summary_key: A collection of ... # +# # Turn the collection on/off # +# use_key: true # +# # Determines collection order in its section # +# order_key: # +# # Determines collection order of the collection # +# collection_order_key: custom # +# # Set visible_library for the collection # +# visible_library_key: # +# # Set visible_home for the collection # +# visible_home_key: # +# # Set visible_shared for the collection # +# visible_shared_key: # +# # Set list_days for the collection # +# list_days_key: 30 # +# # Set list_size for the collection # +# list_size_key: 20 # +# item_radarr_tag_key: # +# # Sonarr Tag for existing items # +# item_sonarr_tag_key: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "01" + +templates: + tautulli_popular: + default: + list_days_popular: 30 + list_size_popular: 20 + summary_popular: A collection of <<library_type>>s Popular on Plex + summary: <<summary_<<key>>>> + tautulli_popular: + list_days: <<list_days_popular>> + list_size: <<list_size_popular>> + list_buffer: 20 + tautulli_watched: + default: + list_days_watched: 30 + list_size_watched: 20 + summary_watched: A collection of Top <<library_type>>s Watched on Plex + summary: <<summary_<<key>>>> + tautulli_watched: + list_days: <<list_days_watched>> + list_size: <<list_size_watched>> + list_buffer: 20 + +collections: + Plex Popular: + variables: + key: popular + template: + - name: tautulli_popular + - name: shared + - name: arr + - name: custom + + Plex Watched: + variables: + key: watched + template: + - name: tautulli_watched + - name: shared + - name: arr + - name: custom diff --git a/PMM/chart/tmdb.yml b/PMM/chart/tmdb.yml new file mode 100644 index 0000000..dc89728 --- /dev/null +++ b/PMM/chart/tmdb.yml @@ -0,0 +1,152 @@ +############################################################# +# TMDb Chart Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/chart/tmdb # +# template_variables: # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "01" # +# # +# # For each collection use the "key" to set # +# # the options. # +# # Available collections # +# # KEY COLLECTION # +# # airing TMDb Airing Today # +# # air TMDb On The Air # +# # popular TMDb Popular # +# # top TMDb Top Rated # +# # trending TMDb Trending # +# # +# # Available options. Replace "key" with the # +# # desired collection's key from the chart above. # +# # +# # Customize summary of collection # +# summary_key: A collection of ... # +# # Turn the collection on/off # +# use_key: true # +# # Determines collection order in its section # +# order_key: # +# # Determines collection order of the collection # +# collection_order_key: custom # +# # Set visible_library for the collection # +# visible_library_key: # +# # Set visible_home for the collection # +# visible_home_key: # +# # Set visible_shared for the collection # +# visible_shared_key: # +# # Set limit for the collection # +# limit_key: 100 # +# # Adds missing from the collection to radarr # +# radarr_add_missing_key: # +# # Adds missing from the collection to sonarr # +# sonarr_add_missing_key: # +# # Radarr Folder to add to # +# radarr_folder_key: # +# # Sonarr Folder to add to # +# sonarr_folder_key: # +# # Radarr Tag for added missing # +# radarr_tag_key: # +# # Sonarr Tag for added missing # +# sonarr_tag_key: # +# # Radarr Tag for existing items # +# item_radarr_tag_key: # +# # Sonarr Tag for existing items # +# item_sonarr_tag_key: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "01" + +templates: + + airing: + default: + limit_airing: 100 + summary_airing: A collection of shows with episodes airing today + tmdb_airing_today: <<limit_airing>> + summary: <<summary_<<key>>>> + + air: + default: + limit_air: 100 + summary_air: A collection of shows that are still activaly airing episodes. + tmdb_on_the_air: <<limit_air>> + summary: <<summary_<<key>>>> + + popular: + default: + limit_popular: 100 + summary_popular: A collection of the most watched <<library_type>>s according to TMDb. + tmdb_popular: <<limit_popular>> + summary: <<summary_<<key>>>> + + top: + default: + limit_top: 100 + summary_top: A collection of the top rated <<library_type>>s according to TMDb. + tmdb_top_rated: <<limit_top>> + summary: <<summary_<<key>>>> + + trending: + default: + limit_trending: 100 + summary_trending: A collection of <<library_type>>s trending on TMDb + tmdb_trending_weekly: <<limit_trending>> + summary: <<summary_<<key>>>> + +collections: + + TMDb Airing Today: + variables: + key: airing + template: + - name: airing + - name: shared + allowed_libraries: show + - name: arr + - name: custom + + TMDb On The Air: + variables: + key: air + template: + - name: air + - name: shared + allowed_libraries: show + - name: arr + - name: custom + + TMDb Popular: + variables: + key: popular + template: + - name: popular + - name: shared + - name: arr + - name: custom + + TMDb Top Rated: + variables: + key: top + template: + - name: top + - name: shared + - name: arr + - name: custom + + TMDb Trending: + variables: + key: trending + template: + - name: trending + - name: shared + - name: arr + - name: custom \ No newline at end of file diff --git a/PMM/chart/trakt.yml b/PMM/chart/trakt.yml new file mode 100644 index 0000000..c6aa7ce --- /dev/null +++ b/PMM/chart/trakt.yml @@ -0,0 +1,95 @@ +############################################################# +# Trakt Chart Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# REQUIRES TRAKT AUTHENTICATION # +# https://metamanager.wiki/en/latest/config/trakt.html # +# # +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/chart/trakt # +# template_variables: # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "01" # +# # +# # For each collection use the "key" to set # +# # the options. # +# # Available collections # +# # KEY COLLECTION # +# # collected Trakt Collected # +# # popular Trakt Popular # +# # recommended Trakt Recommended # +# # trending Trakt Trending # +# # watched Trakt Watched # +# # +# # Available options. Replace "key" with the # +# # desired collection's key from the chart above. # +# # +# # Customize summary of collection # +# summary_key: A collection of ... # +# # Turn the collection on/off # +# use_key: true # +# # Determines collection order in its section # +# order_key: # +# # Determines collection order of the collection # +# collection_order_key: custom # +# # Set visible_library for the collection # +# visible_library_key: # +# # Set visible_home for the collection # +# visible_home_key: # +# # Set visible_shared for the collection # +# visible_shared_key: # +# # Set limit for the collection # +# limit_key: 100 # +# # Adds missing from the collection to radarr # +# radarr_add_missing_key: # +# # Adds missing from the collection to sonarr # +# sonarr_add_missing_key: # +# # Radarr Folder to add to # +# radarr_folder_key: # +# # Sonarr Folder to add to # +# sonarr_folder_key: # +# # Radarr Tag for added missing # +# radarr_tag_key: # +# # Sonarr Tag for added missing # +# sonarr_tag_key: # +# # Radarr Tag for existing items # +# item_radarr_tag_key: # +# # Sonarr Tag for existing items # +# item_sonarr_tag_key: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "01" + +templates: + trakt: + default: + limit_<<key>>: 100 + summary_<<key>>: A collection of Trakt's Weekly <<collection_name>> List + trakt_chart: + chart: <<key>> + limit: <<limit_<<key>>>> + summary: <<summary_<<key>>>> + +dynamic_collections: + Trakt: + type: custom + data: + collected: Collected + popular: Popular + recommended: Recommended + trending: Trending + watched: Watched + title_format: Trakt <<key_name>> + template: + - trakt + - shared + - arr + - custom diff --git a/PMM/content_rating_uk.yml b/PMM/content_rating_uk.yml new file mode 100644 index 0000000..50edcc3 --- /dev/null +++ b/PMM/content_rating_uk.yml @@ -0,0 +1,123 @@ +############################################################# +# Dynamic UK Content Rating Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/content_rating_uk # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Turn the other collection on/off # +# use_other: true # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 14 # +# # Radarr Tag for existing items # +# item_radarr_tag: # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 14 + +templates: + content_rating_dynamic: + default: + sort_by: release.desc + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/content_rating/uk/<<key_name>>.jpg + smart_filter: + sort_by: <<sort_by>> + any: + content_rating: <<value>> + + other: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/content_rating/other.jpg + +collections: + Ratings Collections: + template: + - name: separator + separator: content_rating + +dynamic_collections: + UK Content Rating: + type: content_rating + title_format: <<key_name>> + other_name: Other Ratings + template: + - content_rating_dynamic + - shared + other_template: + - other + - other_collection + - content_rating_dynamic + - shared + include: + - U + - PG + - 12 + - 12A + - 15 + - 18 + - R18 + - NR + addons: + U: + - gb/U + - gb/0+ + - G + - TV-Y + - TV-G + - E + - gb/E + PG: + - gb/PG + - gb/9+ + - TV-PG + - TV-Y7 + - TV-Y7-FV + 12: + - gb/12 + 12A: + - gb/12A + - 12+ + - PG-13 + - TV-13 + 15: + - gb/15 + - gb/14+ + - TV-14 + 18: + - gb/18 + - MA-17 + - TVMA + - TV-MA + - R + R18: + - gb/R18 + - gb/X + - X + - NC-17 + NR: + - Approved + - N/A + - NOT RATED + - Not Rated + - gb/NR + - Unrated + - gb/Not Rated + - gb/Rejected + - gb/Unrated + - None \ No newline at end of file diff --git a/PMM/genre.yml b/PMM/genre.yml new file mode 100644 index 0000000..308817b --- /dev/null +++ b/PMM/genre.yml @@ -0,0 +1,96 @@ +############################################################# +# Dynamic Genre Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/genre # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "06" # +# # Radarr Tag for existing items # +# item_radarr_tag: # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "06" + +templates: + genre_dynamic: + default: + sort_by: release.desc + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/<<key_name_encoded>>.jpg + smart_filter: + sort_by: <<sort_by>> + any: + genre: <<value>> + +collections: + Genre Collections: + template: + - name: separator + separator: genre + +dynamic_collections: + Genre: + type: genre + title_format: <<key_name>> + template: + - genre_dynamic + - shared + title_override: + Biography: Biopic + addons: + Action: + - Action/Adventure + - Action/adventure + - Action & Adventure + - Action & adventure + - Action and Adventure + - Action and adventure + Adventure: + - Action/Adventure + - Action/adventure + - Action & Adventure + - Action & adventure + - Action and Adventure + - Action and adventure + Biography: + - Biopic + Family: + - Kids & Family + Fantasy: + - SciFi & Fantasy + - Science Fiction & Fantasy + - Science-Fiction & Fantasy + - Sci-Fi & Fantasy + Film Noir: + Film-Noir + Politics: + - War & Politics + Science Fiction: + - SciFi + - Sci-Fi + - Science-Fiction + - SciFi & Fantasy + - Science Fiction & Fantasy + - Sci-Fi & Fantasy + Talk Show: + - Talk + War: + - War & Politics \ No newline at end of file diff --git a/PMM/movie/content_rating_us.yml b/PMM/movie/content_rating_us.yml new file mode 100644 index 0000000..f1f7b26 --- /dev/null +++ b/PMM/movie/content_rating_us.yml @@ -0,0 +1,117 @@ +############################################################# +# Dynamic US Content Rating Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/movie/content_rating_us # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Turn the other collection on/off # +# use_other: true # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 14 # +# # Radarr Tag for existing items # +# item_radarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 14 + +templates: + content_rating_dynamic: + default: + sort_by: release.desc + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/content_rating/us/<<key_name>>.jpg + smart_filter: + sort_by: <<sort_by>> + any: + content_rating: <<value>> + + other: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/content_rating/other.jpg + +collections: + Ratings Collections: + template: + - name: separator + separator: content_rating + +dynamic_collections: + US Movie Content Ratings: + type: content_rating + title_format: <<key_name>> + other_name: Other Ratings + template: + - content_rating_dynamic + - shared + other_template: + - other + - other_collection + - content_rating_dynamic + - shared + include: + - G + - PG + - PG-13 + - R + - NC-17 + - NR + addons: + G: + - gb/U + - gb/0+ + - U + - TV-Y + - TV-G + - E + - gb/E + PG: + - gb/PG + - gb/9+ + - TV-PG + - TV-Y7 + - TV-Y7-FV + PG-13: + - gb/12A + - gb/12 + - 12+ + - TV-13 + R: + - 18 + - gb/18 + - MA-17 + - TVMA + - TV-MA + - gb/14+ + - gb/15 + - TV-14 + NC-17: + - gb/R18 + - gb/X + - R18 + - X + NR: + - Approved + - N/A + - NOT RATED + - Not Rated + - gb/NR + - Unrated + - gb/Not Rated + - gb/Rejected + - gb/Unrated + - None + diff --git a/PMM/movie/country.yml b/PMM/movie/country.yml new file mode 100644 index 0000000..6027a78 --- /dev/null +++ b/PMM/movie/country.yml @@ -0,0 +1,298 @@ +############################################################# +# Dynamic Country Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Artwork Credit to Duhniel # +############################################################# +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/movie/country # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Turn the other collection on/off # +# use_other: true # +# # Sets the style of posters: color or white # +# style: white # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "09" # +# # Radarr Tag for existing items # +# item_radarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "09" + +templates: + country_dynamic: + default: + sort_by: release.desc + style: white + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/country/<<style>>/<<key_name_encoded>>.jpg + smart_filter: + sort_by: <<sort_by>> + any: + country: <<value>> + +collections: + Country Collections: + template: + - name: separator + separator: country + +dynamic_collections: + Country Color: + type: country + title_format: <<key_name>> + other_name: Other Countries + template: + - country_dynamic + - shared + other_template: + - other_collection + - country_dynamic + - shared + include: + # - Afghanistan # af + # - Åland Islands # ax + # - Albania # al + # - Algeria # dz + # - Andorra # ad + # - Angola # ao + # - Anguilla # ai + # - Antarctica # aq + # - Antigua # ag + - Argentina # ar + # - Armenia # am + # - Aruba # aw + - Australia # au + - Austria # at + # - Azerbaijan # az + - Bahamas # bs + # - Bahrain # bh + # - Bangladesh # bd + # - Barbados # bb + # - Belarus # by + - Belgium # be + # - Belize # bz + # - Benin # bj + # - Bermuda # bm + # - Bhutan # bt + # - Bolivia # bo + # - Bonaire # bq + # - Bosnia and Herzegovina # ba + # - Botswana # bw + # - Bouvet Island # bv + - Brazil # br + # - Brunei # bn + - Bulgaria # bg + # - Burkina Faso # bf + # - Burundi # bi + # - Cabo Verde # cv + # - Cambodia # kh + # - Cameroon # cm + - Canada # ca + # - Cayman Islands # ky + # - Central African Republic # cf + # - Chad # td + - Chile # cl + - China # cn + # - Christmas Island # cx + # - Cocos (Keeling) Islands # cc + # - Colombia # co + # - Comoros # km + # - Congo # cg + # - Cook Islands # ck + - Costa Rica # cr + # - Côte d'Ivoire # ci + - Croatia # hr + # - Cuba # cu + # - Curaçao # cw + # - Cyprus # cy + - Czech Republic # cz + - Denmark # dk + # - Djibouti # dj + # - Dominica # dm + - Dominican Republic # do + # - Ecuador # ec + - Egypt # eg + # - El Salvador # sv + # - Equatorial Guinea # gq + # - Eritrea # er + - Estonia # ee + # - Eswatini # sz + # - Ethiopia # et + # - Falkland Islands # fk + # - Faroe Islands # fo + # - Fiji # fj + - Finland # fi + - France # fr + # - French Guiana # gf + # - French Polynesia # pf + # - Gabon # ga + # - Gambia # gm + # - Georgia # ge + - Germany # de + # - Ghana # gh + # - Gibraltar # gi + - Greece # gr + # - Greenland # gl + # - Grenada # gd + # - Guadeloupe # gp + # - Guam # gu + # - Guatemala # gt + # - Guernsey # gg + # - Guinea # gn + # - Guinea-Bissau # gw + # - Guyana # gy + # - Haiti # ht + # - Holy See # va + # - Honduras # hn + - Hong Kong # hk + - Hungary # hu + - Iceland # is + - India # in + - Indonesia # id + - Iran # ir + # - Iraq # iq + - Ireland # ie + # - Isle of Man # im + - Israel # il + - Italy # it + # - Jamaica # jm + - Japan # jp + # - Jersey # je + # - Jordan # jo + # - Kazakhstan # kz + # - Kenya # ke + # - Kiribati # ki + - Korea # kr + # - Kuwait # kw + # - Kyrgyzstan # kg + # - Lao # la + - Latvia # lv + # - Lebanon # lb + # - Lesotho # ls + # - Liberia # lr + # - Libya # ly + # - Liechtenstein # li + # - Lithuania # lt + - Luxembourg # lu + # - Macao # mo + # - Madagascar # mg + # - Malawi # mw + - Malaysia # my + # - Maldives # mv + # - Mali # ml + # - Malta # mt + # - Marshall Islands # mh + # - Martinique # mq + # - Mauritania # mr + # - Mauritius # mu + # - Mayotte # yt + - Mexico # mx + # - Micronesia # fm + # - Moldova # md + # - Monaco # mc + # - Mongolia # mn + # - Montenegro # me + # - Montserrat # ms + - Morocco # ma + # - Mozambique # mz + # - Myanmar # mm + # - Namibia # na + # - Nauru # nr + # - Nepal # np + - Netherlands # nl + # - New Caledonia # nc + - New Zealand # nz + # - Nicaragua # ni + # - Niger # ne + # - Nigeria # ng + # - Niue # nu + # - Norfolk Island # nf + # - Macedonia # mk + - Norway # no + # - Oman # om + - Pakistan # pk + # - Palau # pw + # - Palestine # ps + - Panama # pa + # - New Guinea # pg + # - Paraguay # py + - Peru # pe + - Philippines # ph + # - Pitcairn # pn + - Poland # pl + - Portugal # pt + # - Puerto Rico # pr + - Qatar # qa + # - Réunion # re + - Romania # ro + - Russia # ru + # - Rwanda # rw + # - Saint Barthélemy # bl + # - Saint Lucia # lc + # - Samoa # ws + # - San Marino # sm + # - Sao Tome and Principe # st + - Saudi Arabia # sa + # - Senegal # sn + - Serbia # rs + # - Seychelles # sc + # - Sierra Leone # sl + - Singapore # sg + # - Slovakia # sk + # - Slovenia # si + # - Solomon Islands # sb + # - Somalia # so + - South Africa # za + # - South Sudan # ss + - Spain # es + - Sri Lanka # lk + # - Sudan # sd + # - Suriname # sr + - Sweden # se + - Switzerland # ch + # - Syria # sy + # - Taiwan # tw + # - Tajikistan # tj + # - Tanzania # tz + - Thailand # th + # - Timor-Leste # tl + # - Togo # tg + # - Tokelau # tk + # - Tonga # to + # - Trinidad and Tobago # tt + # - Tunisia # tn + - Turkey # tr + # - Turkmenistan # tm + # - Turks and Caicos # tc + # - Tuvalu # tv + # - Uganda # ug + - Ukraine # ua + - United Arab Emirates # ae + - United Kingdom # gb + - United States of America # us + # - Uruguay # uy + # - Uzbekistan # uz + # - Vanuatu # vu + # - Venezuela # ve + - Vietnam # vn + # - Yemen # ye + # - Zambia # zm + # - Zimbabwe # zw + addons: + Korea: + - Republic of Korea + - South Korea diff --git a/PMM/movie/decade.yml b/PMM/movie/decade.yml new file mode 100644 index 0000000..bdfbfb3 --- /dev/null +++ b/PMM/movie/decade.yml @@ -0,0 +1,57 @@ +############################################################# +# Dynamic Decade Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/movie/decade # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets how the collection is sorted # +# sort_by: critic_rating.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 12 # +# # Sets the number of items per collection # +# limit: 100 # +# # Radarr Tag for existing items # +# item_radarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 12 + +templates: + decade_dynamic: + default: + limit: 100 + sort_by: critic_rating.desc + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/decade/best/<<key>>.jpg + smart_filter: + sort_by: <<sort_by>> + any: + decade: <<value>> + limit: <<limit>> + +collections: + Decade Collections: + template: + - name: separator + separator: decade + +dynamic_collections: + Decade: + type: decade + title_format: Best of <<key_name>> + template: + - decade_dynamic + - shared \ No newline at end of file diff --git a/PMM/movie/director.yml b/PMM/movie/director.yml new file mode 100644 index 0000000..ba63a5d --- /dev/null +++ b/PMM/movie/director.yml @@ -0,0 +1,61 @@ +############################################################# +# Director Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/movie/director # +# template_variables: # +# # Sets the style of posters: bw or rainier # +# style: bw # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collections # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 18 # +# # Radarr Tag for existing items # +# item_radarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 18 + +templates: + director_dynamic: + default: + sort_by: release.desc + style: bw + tmdb_person: <<value>> + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/people/<<style>>/<<key_encoded>>.jpg + smart_filter: + sort_by: <<sort_by>> + all: + director: tmdb + +collections: + Directors Collections: + template: + - name: separator + separator: director + +dynamic_collections: + Top Directors: + type: director + template: + - director_dynamic + - shared + title_format: <<title>> (Director) + data: + depth: 5 + limit: 25 + \ No newline at end of file diff --git a/PMM/movie/franchise.yml b/PMM/movie/franchise.yml new file mode 100644 index 0000000..89337ea --- /dev/null +++ b/PMM/movie/franchise.yml @@ -0,0 +1,134 @@ +############################################################# +# Franchise Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/movie/franchise # +# template_variables: # +# # Sets the collection order of the collection # +# collection_order: alpha # +# # Sets the sort title # +# sort_title: "!02_<<collection_name>>" # +# # Sets the minimum items of the collection # +# minimum_items: 2 # +# # Sets whether to actually build the collection # +# build_collection: true # +# # Adds missing from the collection to radarr # +# radarr_add_missing: # +# # Radarr Folder to add to # +# radarr_folder: # +# # Radarr Tag for added missing # +# radarr_tag: # +# # Radarr Tag for existing items # +# item_radarr_tag: # +############################################################# + +templates: + collection: + default: + collection_order: release + minimum_items: 2 + optional: + - collection + - movie + - radarr_add_missing + - name_mapping + - sort_title + - build_collection + - radarr_folder + - radarr_tag + - item_radarr_tag + cache_builders: 1 + minimum_items: <<minimum_items>> + tmdb_collection_details: <<value>> + tmdb_movie: <<movie>> + name_mapping: <<name_mapping>> + sort_title: <<sort_title>> + build_collection: <<build_collection>> + sync_mode: sync + collection_order: <<collection_order>> + radarr_add_missing: <<radarr_add_missing>> + radarr_folder: <<radarr_folder>> + radarr_tag: <<radarr_tag>> + item_radarr_tag: <<item_radarr_tag>> + +dynamic_collections: + TMDb Collections: + type: tmdb_collection + remove_suffix: "Collection" + template: collection + addons: + 8091: # Alien + - 135416 # Prometheus + 2806: # American Pie + - 298820 # American Pie (Spin-off) + 87800: # Appleseed + - 371526 # Appleseed XIII + 477208: # DC Super Hero Girls + - 557495 # LEGO DC Super Hero Girls + 86066: # Despicable Me + - 544669 # Minions + 9485: # The Fast and the Furious + - 688042 # Hobbs & Shaw + 86115: # Garfield + - 373918 # Garfield CGI + 91361: # Halloween + - 126209 # Halloween (Rob Zombie Series) + 9818: # Mortal Kombat + - 931431 # Mortal Kombat + 495: # Shaft + - 608103 # Shaft (Reboot) + 1582: # Teenage Mutant Ninja Turtles + - 401562 # Teenage Mutant Ninja Turtles (Remake) + 111751: # Texas Chainsaw Massacre + - 425175 # Texas Chainsaw (Reboot) + 2467: # Tomb Raider + - 621142 # Tomb Raider (Reboot) + 748: # X-Men + - 453993 # The Wolverine + title_override: + 10: "Star Wars: Skywalker Saga" + 535313: Godzilla (MonsterVerse) + 535790: Godzilla (Anime) + template_variables: + movie: + 105995: 336560 # Anaconda: Lake Placid vs. Anaconda + 176097: 14177 # Barbershop: Beauty Shop + 448150: 567604 # Deadpool: Once Upon a Deadpool + 9735: 6466, 222724 # Friday the 13th: Freddy vs. Jason, Crystal Lake Memories: The Complete History of Friday the 13th + 386382: 326359, 460793 # Frozen: Frozen Fever, Olaf's Frozen Adventure + 2980: 43074 # Ghostbusters: Ghostbusters + 374509: 18983 # Godzilla (Showa): Godzilla, King of the Monsters! + 374511: 39256 # Godzilla (Heisei): Godzilla 1985 + 535313: 293167 # Godzilla: Kong: Skull Island + 9743: 11454 # The Hannibal Lecter: Manhunter + 8354: 79218, 717095, 387893 # Ice Age: Ice Age: A Mammoth Christmas, Ice Age Continental Drift: Scrat Got Your Tongue, Ice Age: The Great Egg-Scapade + 70068: 658009, 643413, 450001, 751391, 44249, 182127, 44865 # Ip Man: Ip Man: Kung Fu Master, Ip Man and Four Kings, Master Z: Ip Man Legacy, Young Ip Man: Crisis Time, The Legend Is Born: Ip Man, Ip Man: The Final Fight, The Grandmaster + 328: 630322 # Jurassic Park: Battle at Big Rock + 8580: 38575 # The Karate Kid: The Karate Kid + 14740: 161143, 25472, 270946 # Madagascar: Madly Madagascar, Merry Madagascar, Penguins of Madagascar + 9818: 664767 # Mortal Kombat: Mortal Kombat Legends: Scorpion's Revenge + 171732: 39410 # Rebirth of Mothra: Mothra + 8581: 6466, 23437 # A Nightmare on Elm Street: Freddy vs. Jason, A Nightmare on Elm Street + 627517: 13155, 68728 # Oz: Return to Oz, Oz the Great and Powerful + 10789: 157433 # Pet Sematary: Pet Sematary + 708816: 305470, 306264 # Power Rangers: Power Rangers, Power Rangers Super Megaforce: The Legendary Battle + 190435: 687354, 11667 # Street Fighter (Animated): Street Fighter Assassin's Fist, Street Fighter + 1582: 1273 # Teenage Mutant Ninja Turtles: TMNT + 10194: 130925 # Toy Story: Partysaurus Rex + 63043: 73362 # TRON: TRON: The Next Day + 748: 567604 # X-Men: Once Upon a Deadpool + name_mapping: + 1565: 28 Days-Weeks Later + 508334: Angels in the + 115838: Escape From + 386534: Has Fallen + 87359: Mission Impossible + 133352: Resident Evil Biohazard + 115575: Star Trek Alternate Reality + 115570: Star Trek The Next Generation + 151: Star Trek The Original Series + 10: Star Wars Skywalker Saga diff --git a/PMM/movie/producer.yml b/PMM/movie/producer.yml new file mode 100644 index 0000000..5bc2b49 --- /dev/null +++ b/PMM/movie/producer.yml @@ -0,0 +1,61 @@ +############################################################# +# Producer Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/movie/producer # +# template_variables: # +# # Sets the style of posters: bw or rainier # +# style: bw # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collections # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 19 # +# # Radarr Tag for existing items # +# item_radarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 19 + +templates: + producer_dynamic: + default: + sort_by: release.desc + style: bw + tmdb_person: <<value>> + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/people/<<style>>/<<key_encoded>>.jpg + smart_filter: + sort_by: <<sort_by>> + all: + producer: tmdb + +collections: + Producers Collections: + template: + - name: separator + separator: producer + +dynamic_collections: + Top Producers: + type: producer + template: + - producer_dynamic + - shared + title_format: <<title>> (Producer) + data: + depth: 5 + limit: 25 + \ No newline at end of file diff --git a/PMM/movie/seasonal.yml b/PMM/movie/seasonal.yml new file mode 100644 index 0000000..70770ad --- /dev/null +++ b/PMM/movie/seasonal.yml @@ -0,0 +1,215 @@ +############################################################# +# Seasonal Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/movie/seasonal # +# template_variables: # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "00" # +# # Sets how all collections are sorted # +# sort_by: title.asc # +# # Turn the separator collection on/off # +# use_separator: false # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # +# # For each collection use the "key" to set # +# # the options. # +# # Available collections # +# # KEY COLLECTION # +# # independence Independence Day # +# # easter Easter # +# # valentine Valentine's Day # +# # patrick St. Patrick's Day # +# # thanksgiving Thanksgiving # +# # halloween Halloween # +# # christmas Christmas # +# # years New Year's Day # +# # +# # Available options. Replace "key" with the # +# # desired collection's key from the chart above. # +# # +# # Turn the collection on/off # +# use_key: true # +# # Set the schedule of a collection. # +# schedule_key: # +# # +# # Default Schedules # +# # KEY COLLECTION # +# # independence range(06/23-07/11) # +# # easter range(03/15-04/30) # +# # valentine range(02/01-02/29) # +# # patrick range(03/01-03/18) # +# # thanksgiving range(11/01-11/30) # +# # halloween range(10/01-10/31) # +# # christmas range(12/01-12/31) # +# # years range(12/26-01/04) # +# # +# # Sets how the collection is sorted # +# sort_by_key: title.asc # +# # Set visible_library for the collection # +# visible_library_key: # +# # Set visible_home for the collection # +# visible_home_key: # +# # Set visible_shared for the collection # +# visible_shared_key: # +# # Adds missing from the collection to radarr # +# radarr_add_missing_key: # +# # Radarr Folder to add to # +# radarr_folder_key: # +# # Radarr Tag for added missing # +# radarr_tag_key: # +# # Radarr Tag for existing items # +# item_radarr_tag_key: # +############################################################# + +external_templates: + git: PMM/templates + +templates: + Holiday: + default: + key: <<collection_name>> + sort_by: title.asc + sort_by_<<key>>: <<sort_by>> + optional: + - schedule_<<key>> + schedule: <<schedule_<<key>>>> + smart_label: <<sort_by_<<key>>>> + summary: A collection of <<collection_name>> and other movies that may relate to the season. + delete_not_scheduled: true + +collections: + Seasonal Collections: + template: + - name: separator off + separator: seasonal + + Independence Day: + variables: + key: independence + template: + - name: Holiday + schedule_independence: range(06/23-07/11) + - name: shared + visible_home_<<key>>: true + visible_shared_<<key>>: true + image: seasonal/<<key>> + - name: arr + imdb_list: + - https://www.imdb.com/list/ls068664510/ + - https://www.imdb.com/list/ls080925875/ + + Easter: + variables: + key: easter + template: + - name: Holiday + schedule_easter: range(03/15-04/30) + - name: shared + visible_home_<<key>>: true + visible_shared_<<key>>: true + image: seasonal/<<key>> + - name: arr + imdb_list: + - https://www.imdb.com/list/ls062665509/ + - https://www.imdb.com/list/ls051733651/ + + Valentine's Day: + variables: + key: valentine + template: + - name: Holiday + schedule_valentine: range(02/01-02/29) + - name: shared + visible_home_<<key>>: true + visible_shared_<<key>>: true + image: seasonal/<<key>> + - name: arr + imdb_list: + - https://www.imdb.com/list/ls000094398/ + - https://www.imdb.com/list/ls057783436/ + - https://www.imdb.com/list/ls064427905/ + + St. Patrick's Day: + variables: + key: patrick + template: + - name: Holiday + schedule_patrick: range(03/01-03/18) + - name: shared + visible_home_<<key>>: true + visible_shared_<<key>>: true + image: seasonal/<<key>> + - name: arr + imdb_list: https://www.imdb.com/list/ls063934595/ + + Thanksgiving: + variables: + key: thanksgiving + template: + - name: Holiday + schedule_thanksgiving: range(11/01-11/30) + - name: shared + visible_home_<<key>>: true + visible_shared_<<key>>: true + image: seasonal/<<key>> + - name: arr + imdb_list: + - https://www.imdb.com/list/ls000835734/ + - https://www.imdb.com/list/ls091597850/ + + Halloween: + variables: + key: halloween + template: + - name: Holiday + schedule_halloween: range(10/01-10/31) + - name: shared + visible_home_<<key>>: true + visible_shared_<<key>>: true + image: seasonal/<<key>> + - name: arr + imdb_list: + - https://www.imdb.com/list/ls023118929/ + - https://www.imdb.com/list/ls000099714/ + tmdb_collection: + - 91361 # Halloween Collection + - 8581 # A Nightmare on Elm Street Collection + - 1733 # The Mummy Collection + - 8091 # Alien Collection + tmdb_movie: + - 23437 # A Nightmare on Elm Street (2010) + + Christmas: + variables: + key: christmas + template: + - name: Holiday + schedule_christmas: range(12/01-12/31) + - name: shared + visible_home_<<key>>: true + visible_shared_<<key>>: true + image: seasonal/<<key>> + - name: arr + imdb_list: https://www.imdb.com/list/ls000096828/ + + New Year's Day: + variables: + key: years + template: + - name: Holiday + schedule_years: range(12/26-01/04) + - name: shared + visible_home_<<key>>: true + visible_shared_<<key>>: true + image: seasonal/<<key>> + - name: arr + imdb_list: https://www.imdb.com/list/ls066838460/ \ No newline at end of file diff --git a/PMM/movie/universe.yml b/PMM/movie/universe.yml new file mode 100644 index 0000000..18bc70e --- /dev/null +++ b/PMM/movie/universe.yml @@ -0,0 +1,170 @@ +############################################################# +# Universe Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# REQUIRES TRAKT AUTHENTICATION # +# https://metamanager.wiki/en/latest/config/trakt.html # +# # +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/movie/universe # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets the collection order of the collection # +# collection_order: alpha # +# # Adds missing from the collection to radarr # +# radarr_add_missing: # +# # Radarr Folder to add to # +# radarr_folder: # +# # Radarr Tag for added missing # +# radarr_tag: # +# # Radarr Tag for existing items # +# item_radarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "02" + +templates: + multi-franchise: + optional: + - name_mapping + name_mapping: <<name_mapping>> + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/<<image_encoded>>.jpg + +collections: + Universe Collections: + template: + - name: separator + separator: universe + Star Wars Universe: + variables: + key: star + template: + - name: multi-franchise + image: Star Wars + - name: shared + - name: arr + - name: custom + trakt_list: https://trakt.tv/users/zorge88/lists/star-wars + DC Animated Universe: + variables: + key: dca + template: + - name: multi-franchise + image: DC Universe + - name: shared + - name: arr + - name: custom + trakt_list: https://trakt.tv/users/donxy/lists/dc-animated-movie-universe + DC Extended Universe: + variables: + key: dcu + template: + - name: multi-franchise + image: DC Universe + - name: shared + - name: arr + - name: custom + trakt_list: https://trakt.tv/users/donxy/lists/dc-extended-universe + summary: The DC Extended Universe (DCEU) is the fictional shared universe where most stories in American comic book titles published by DC Comics take place. DC superheroes such as Superman, Batman, Wonder Woman, Martian Manhunter, The Flash, Green Lantern and Aquaman are from this universe, as well as teams such as the Justice League and the Teen Titans. + Marvel Cinematic Universe: + variables: + key: mcu + template: + - name: multi-franchise + image: Marvel Cinematic Universe + - name: shared + - name: arr + - name: custom + trakt_list: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe + Wizarding World: + variables: + key: wizard + template: + - name: multi-franchise + image: Wizarding World + - name: shared + - name: arr + - name: custom + trakt_list: https://trakt.tv/users/strangerer/lists/harry-potter + "Alien / Predator": + variables: + key: avp + template: + - name: multi-franchise + image: Alien Predator + - name: shared + - name: arr + - name: custom + trakt_list: https://trakt.tv/users/donxy/lists/alien-predator-timeline + name_mapping: Alien Predator + X-Men Universe: + variables: + key: xmen + template: + - name: multi-franchise + image: X-Men + - name: shared + - name: arr + - name: custom + trakt_list: https://trakt.tv/users/donxy/lists/x-men-universe + Middle Earth: + variables: + key: middle + template: + - name: multi-franchise + image: Middle Earth + - name: shared + - name: arr + - name: custom + trakt_list: https://trakt.tv/users/dybro/lists/lord-of-the-rings + Fast & Furious: + variables: + key: fast + template: + - name: multi-franchise + image: Fast & Furious + - name: shared + - name: arr + - name: custom + trakt_list: https://trakt.tv/users/vargajoe/lists/fast-and-furious-chronology + Star Trek: + variables: + key: trek + template: + - name: multi-franchise + image: Star Trek + - name: shared + - name: arr + - name: custom + trakt_list: https://trakt.tv/users/arachn0id/lists/star-trek-movies + Rocky / Creed: + variables: + key: rocky + template: + - name: multi-franchise + image: Rocky Creed + - name: shared + - name: arr + - name: custom + trakt_list: https://trakt.tv/users/strangerer/lists/rocky + name_mapping: Rocky Creed + The Mummy Universe: + variables: + key: mummy + template: + - name: multi-franchise + image: The Mummy + - name: shared + - name: arr + - name: custom + trakt_list: https://trakt.tv/users/rzepkowski/lists/the-mummy-movies \ No newline at end of file diff --git a/PMM/movie/writer.yml b/PMM/movie/writer.yml new file mode 100644 index 0000000..7903566 --- /dev/null +++ b/PMM/movie/writer.yml @@ -0,0 +1,61 @@ +############################################################# +# Writer Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/writer # +# template_variables: # +# # Sets the style of posters: bw or rainier # +# style: bw # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collections # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 20 # +# # Radarr Tag for existing items # +# item_radarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 20 + +templates: + writer_dynamic: + default: + sort_by: release.desc + style: bw + tmdb_person: <<value>> + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/people/<<style>>/<<key_encoded>>.jpg + smart_filter: + sort_by: <<sort_by>> + all: + writer: tmdb + +collections: + Writers Collections: + template: + - name: separator + separator: writer + +dynamic_collections: + Top Writers: + type: writer + template: + - writer_dynamic + - shared + title_format: <<title>> (Writer) + data: + depth: 5 + limit: 25 + \ No newline at end of file diff --git a/PMM/overlays/audio_codec.yml b/PMM/overlays/audio_codec.yml new file mode 100644 index 0000000..1f8fee2 --- /dev/null +++ b/PMM/overlays/audio_codec.yml @@ -0,0 +1,448 @@ +############################################################# +# Audio Codec Overlays # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Designed for TRaSH Guides filename naming scheme # +# https://trash-guides.info/ # +# # +# Call this from your config.yml (Movie or Show): # +# If nothing is specified these are the defaults # +# # +# overlay_path: # +# - git: PMM/overlays/audio_codec # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 0 # +# # Set the horizontal align for the overlay # +# horizontal_align: center # +# # Set the vertical offset for the overlay # +# vertical_offset: 15 # +# # Set the vertical align for the overlay # +# vertical_align: top # +# # Set the back color for the overlay # +# back_color: "#00000099" # +# # Set the back radius for the overlay # +# back_radius: 30 # +# # Set the back width for the overlay # +# back_width: 300 # +# # Sets the style of overlay: standard or compact # +# style: compact # +# # +# # Use the Opus overlay # +# use_opus: true # +# # Use the MP3 overlay # +# use_mp3: true # +# # Use the Dolby-Digital overlay # +# use_digital: true # +# # Use the AAC overlay # +# use_aac: true # +# # Use the DTS overlay # +# use_dts: true # +# # Use the DTS-ES overlay # +# use_es: true # +# # Use the Dolby-Digital-Plus overlay # +# use_plus: true # +# # Use the DTS-HD-HRA overlay # +# use_hra: true # +# # Use the PCM overlay # +# use_pcm: true # +# # Use the FLAC overlay # +# use_flac: true # +# # Use the DTS-HD-MA overlay # +# use_hd: true # +# # Use the Dolby-TrueHD overlay # +# use_truehd: true # +# # Use the DD+/E-AC3 Atmos overlay # +# use_plus-atmos: true # +# # Use the Dolby-Atmos (undefined) overlay # +# use_atmos: true # +# # Use the DTS-X overlay # +# use_x: true # +# # Use the Dolby TrueHD Atmos overlay # +# use_truehd-atmos: true # +############################################################# + +templates: + AudioCodec: + optional: + - overlay_level + - use_<<slug>> + default: + overlay: <<overlay_name>> + horizontal_offset: 0 + horizontal_align: center + vertical_offset: 15 + vertical_align: top + style: compact + standard_value: 105 + back_color: "#00000099" + back_radius: 30 + back_width: 305 + conditionals: + height: + default: 105 + conditions: + - style: standard + value: <<standard_value>> + collection_level: <<overlay_level>> + allowed_library_types: <<use_<<slug>>>> + ignore_blank_results: true + overlay: + name: <<overlay_name>> + git: PMM/overlays/images/raw/<<style>>/<<overlay>> + group: audio_codec + weight: <<weight>> + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + back_color: <<back_color>> + back_radius: <<back_radius>> + back_width: <<back_width>> + back_height: <<height>> + +overlays: + + Opus: + template: + - name: AudioCodec + weight: 250 + slug: opus + plex_all: true + filters: + audio_track_title.regex: '(?i)\bOPUS(\b|\d)' + + Opus-Filepath: + template: + - name: AudioCodec + overlay: Opus + weight: 250 + slug: opus + plex_all: true + filters: + filepath.regex: '(?i)\bOPUS(\b|\d)' + + MP3: + template: + - name: AudioCodec + weight: 500 + slug: mp3 + plex_all: true + filters: + audio_track_title.regex: '(?i)\bmp3(\b|\d)' + + MP3-Filepath: + template: + - name: AudioCodec + overlay: MP3 + weight: 500 + slug: mp3 + plex_all: true + filters: + filepath.regex: '(?i)\bmp3(\b|\d)' + +# AAC 2.0 Audio + AAC2.0: + template: + - name: AudioCodec + overlay: AAC + weight: 700 + slug: aac + plex_all: true + filters: + audio_track_title.regex: '(?i)(?=.*(\baac[ .]?stereo\b))|(?=.*(\baac[ .]2[ .]0\b))' + + AAC2.0-Filepath: + template: + - name: AudioCodec + overlay: AAC + weight: 700 + slug: aac + plex_all: true + filters: + filepath.regex: '(?i)(?=.*(\baac[ .]?stereo\b))|(?=.*(\baac[ .]2[ .]0\b))' + + Dolby-Digital: + template: + - name: AudioCodec + weight: 750 + slug: digital + plex_all: true + filters: + audio_track_title.regex: + - '(?i)\bDD[^a-z+]|(?<!e)ac3' + + Dolby-Digital-Filepath: + template: + - name: AudioCodec + overlay: Dolby-Digital + weight: 750 + slug: digital + plex_all: true + filters: + filepath.regex: + - '(?i)\bDD[^a-z+]|(?<!e)ac3' + +# AAC multi channel + AAC: + template: + - name: AudioCodec + weight: 1000 + slug: aac + plex_all: true + filters: + audio_track_title.regex: '(?i)^(?!.*(stereo|2[ .]0))(?=.*\b(aac(\b|\d))).*' + + AAC-Filepath: + template: + - name: AudioCodec + overlay: AAC + weight: 1000 + slug: aac + plex_all: true + filters: + filepath.regex: '(?i)^(?!.*(stereo|2[ .]0))(?=.*\b(aac(\b|\d))).*' + + DTS: + template: + - name: AudioCodec + weight: 1250 + slug: dts + plex_all: true + filters: + audio_track_title.regex: '(?i)\bDTS(\b|\d)' + + DTS-Filepath: + template: + - name: AudioCodec + overlay: DTS + weight: 1250 + slug: dts + plex_all: true + filters: + filepath.regex: '(?i)\bDTS(\b|\d)' + + DTS-ES: + template: + - name: AudioCodec + weight: 1500 + slug: es + plex_all: true + filters: + audio_track_title.regex: 'dts[-. ]?es\b' + + DTS-ES-Filepath: + template: + - name: AudioCodec + overlay: DTS-ES + weight: 1500 + slug: es + plex_all: true + filters: + filepath.regex: '(?i)dts[-. ]?es\b' + +# Match DD+/E-AC3 without Atmos + Dolby-Digital-Plus: + template: + - name: AudioCodec + weight: 1750 + slug: plus + plex_all: true + filters: + audio_track_title.regex: + - '(?i)^(?!.*(atmos))(?=.*\b([^-]DD[P+](?!A)|eac3)\b).*' + + Dolby-Digital-Plus-Filepath: + template: + - name: AudioCodec + overlay: Dolby-Digital-Plus + weight: 1750 + slug: plus + plex_all: true + filters: + filepath.regex: + - '(?i)^(?!.*(atmos))(?=.*\b([^-]DD[P+](?!A)|eac3)\b).*' + + DTS-HD-HRA: + template: + - name: AudioCodec + weight: 2000 + slug: hra + plex_all: true + filters: + audio_track_title.regex: '(?i)dts[ ._-]?(hd[. ]?)?(hr|hi)' + + DTS-HD-HRA-Filepath: + template: + - name: AudioCodec + overlay: DTS-HD-HRA + weight: 2000 + slug: hra + plex_all: true + filters: + filepath.regex: '(?i)dts[ ._-]?(hd[. ]?)?(hr|hi)' + + PCM: + template: + - name: AudioCodec + weight: 2200 + slug: pcm + plex_all: true + filters: + audio_track_title.regex: '(?i)\b(l?)PCM(\b|\d)' + + PCM-Filepath: + template: + - name: AudioCodec + overlay: PCM + weight: 2200 + slug: pcm + plex_all: true + filters: + filepath.regex: '(?i)\b(l?)PCM(\b|\d)' + + FLAC: + template: + - name: AudioCodec + weight: 2250 + slug: flac + plex_all: true + filters: + audio_track_title.regex: '(?i)\bFLAC(\b|\d)' + + FLAC-Filepath: + template: + - name: AudioCodec + overlay: FLAC + weight: 2250 + slug: flac + plex_all: true + filters: + filepath.regex: '(?i)\bFLAC(\b|\d)' + + DTS-HD-MA: + template: + - name: AudioCodec + weight: 2500 + slug: hd + plex_all: true + filters: + audio_track_title.regex: '(?i)dts[ .-]?(ma\b|hd[ .-]?ma|hd)(?!china|r)' + + DTS-HD-MA-Filepath: + template: + - name: AudioCodec + overlay: DTS-HD-MA + weight: 2500 + slug: hd + plex_all: true + filters: + filepath.regex: '(?i)dts[ .-]?(ma\b|hd[ .-]?ma|hd)(?!china|r)' + +# Match TrueHD without Atmos + Dolby-TrueHD: + template: + - name: AudioCodec + weight: 2750 + slug: truehd + plex_all: true + filters: + audio_track_title.regex: '(?i)^(?!.*(atmos))(?=.*\b(true[ .-]?hd)\b).*' + + Dolby-TrueHD-Filepath: + template: + - name: AudioCodec + overlay: Dolby-TrueHD + weight: 2750 + slug: truehd + plex_all: true + filters: + filepath.regex: '(?i)^(?!.*(atmos))(?=.*\b(true[ .-]?hd)\b).*' + +# Match DD+/E-AC3 Atmos + Dolby-Digital-Plus-Atmos: + template: + - name: AudioCodec + weight: 3000 + slug: plus-atmos + standard_value: 189 + plex_all: true + filters: + audio_track_title.regex: + - '(?i)((?=.*([^-]DD[P+](?!A)|eac3))(?=.*\b(atmos(\b|\d))))|(?=.*\b(DDPA(\b|\d)))' + + Dolby-Digital-Plus-Atmos-Filepath: + template: + - name: AudioCodec + overlay: Dolby-Digital-Plus-Atmos + weight: 3000 + slug: plus-atmos + standard_value: 189 + plex_all: true + filters: + filepath.regex: + - '(?i)((?=.*([^-]DD[P+](?!A)|eac3))(?=.*\b(atmos(\b|\d))))|(?=.*\b(DDPA(\b|\d)))' + +# Match ATMOS (undefined), meaning it doesn't know the base audio DD+ or TrueHD + Dolby-Atmos: + template: + - name: AudioCodec + weight: 3000 + slug: atmos + plex_all: true + filters: + audio_track_title.regex: '(?i)^(?!.*([^-]DD[P+](?!A)|eac3|true[ .-]?hd))(?=.*\b(atmos(\b|\d))).*' + + Dolby-Atmos-Filepath: + template: + - name: AudioCodec + overlay: Dolby-Atmos + weight: 3000 + slug: atmos + plex_all: true + filters: + filepath.regex: + - '(?i)^(?!.*([^-]DD[P+](?!A)|eac3|true[ .-]?hd))(?=.*\b(atmos(\b|\d))).*' + + DTS-X: + template: + - name: AudioCodec + weight: 4500 + slug: x + plex_all: true + filters: + audio_track_title.regex: 'dts[-. ]?x(?!\d)' + + DTS-X-Filepath: + template: + - name: AudioCodec + overlay: DTS-X + weight: 4500 + slug: x + plex_all: true + filters: + filepath.regex: '(?i)dts[-. ]?x(?!\d)' + + Dolby-TrueHD-Atmos: + template: + - name: AudioCodec + weight: 5000 + slug: truehd-atmos + standard_value: 189 + plex_all: true + filters: + audio_track_title.regex: '(?i)(?=.*\b(true[ .-]?hd))(?=.*\b(atmos(\b|\d)))' + + Dolby-TrueHD-Atmos-Filepath: + template: + - name: AudioCodec + overlay: Dolby-TrueHD-Atmos + weight: 5000 + slug: truehd-atmos + standard_value: 189 + plex_all: true + filters: + filepath.regex: '(?i)(?=.*\b(true[ .-]?hd))(?=.*\b(atmos(\b|\d)))' \ No newline at end of file diff --git a/PMM/overlays/audio_language.yml b/PMM/overlays/audio_language.yml new file mode 100644 index 0000000..75265bd --- /dev/null +++ b/PMM/overlays/audio_language.yml @@ -0,0 +1,66 @@ +############################################################# +# Audio Language Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Designed for TRaSH Guides filename naming scheme # +# https://trash-guides.info/ # +# # +# Call this from your config.yml (Movie or Show): # +# If nothing is specified these are the defaults # +# # +# overlay_path: # +# - git: PMM/overlays/audio_language # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 0 # +# # Set the horizontal align for the overlay # +# horizontal_align: center # +# # Set the vertical offset for the overlay # +# vertical_offset: 30 # +# # Set the vertical align for the overlay # +# vertical_align: bottom # +############################################################# + +templates: + AudioLanguage: + optional: + - overlay_level + default: + overlay: <<overlay_name>> + horizontal_offset: 0 + horizontal_align: center + vertical_offset: 30 + vertical_align: bottom + collection_level: <<overlay_level>> + ignore_blank_results: true + overlay: + name: <<overlay_name>> + git: PMM/overlays/images/<<overlay>> + group: audio_language + weight: <<weight>> + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + +overlays: + + Dual-Audio: + template: + - name: AudioLanguage + weight: 10 + plex_all: true + filters: + audio_language.count_gte: 2 + audio_language.count_lt: 3 + + Multi-Audio: + template: + - name: AudioLanguage + weight: 20 + plex_all: true + filters: + audio_language.count_gt: 2 diff --git a/PMM/overlays/commonsense.yml b/PMM/overlays/commonsense.yml new file mode 100644 index 0000000..3d0555e --- /dev/null +++ b/PMM/overlays/commonsense.yml @@ -0,0 +1,178 @@ +############################################################# +# Commonsense Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# # +# Call this from your config.yml (Movie or Show): # +# If nothing is specified these are the defaults # +# # +# overlay_path: # +# - git: PMM/overlays/commonsense # +# template_variables: # +# # Set text you want before the rating # +# pre_text: "" # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 15 # +# # Set the horizontal align for the overlay # +# horizontal_align: left # +# # Set the vertical offset for the overlay # +# vertical_offset: 270 # +# # Set the vertical align for the overlay # +# vertical_align: bottom # +# # Set the font for the overlay # +# font: fonts/Inter-Medium.ttf # +# # Set the font size for the overlay # +# font_size: 55 # +# # Set the font color for the overlay # +# font_color: "#FFFFFF" # +# # Set the back color for the overlay # +# back_color: "#00000099" # +# # Set the back radius for the overlay # +# back_radius: 30 # +# # Set the back width for the overlay # +# back_width: 300 # +# # Set the back height for the overlay # +# back_height: 105 # +# # +# # Use the NR overlay # +# use_nr: true # +# # +# operations: # +# mass_content_rating_update: mdb_commonsense # +############################################################# + +templates: + Content-Rating: + conditionals: + pre: + default: <<pre_text>> + conditions: + - overlay_name: NR + value: "" + rating_style: + default: "+" + conditions: + - overlay_name: NR + value: "" + optional: + - overlay_level + - use_<<slug>> + default: + pre_text: "" + overlay: <<overlay_name>> + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 270 + vertical_align: bottom + font: fonts/Inter-Medium.ttf + font_size: 55 + font_color: "#FFFFFF" + back_color: "#00000099" + back_radius: 30 + back_width: 300 + back_height: 105 + collection_level: <<overlay_level>> + allowed_library_types: <<use_<<slug>>>> + ignore_blank_results: true + overlay: + name: text(<<pre>><<overlay_name>><<rating_style>>) + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + font: <<font>> + font_size: <<font_size>> + font_color: <<font_color>> + back_color: <<back_color>> + back_radius: <<back_radius>> + back_width: <<back_width>> + back_height: <<back_height>> + git: PMM/overlays/images/raw/commonsense + addon_position: left + addon_offset: 15 + plex_search: + validate: false + any: + content_rating: <<rating>> + +overlays: + 1: + template: + - name: Content-Rating + rating: "1, 0, 01, 00, G, TV-G, TV-Y" + 2: + template: + - name: Content-Rating + rating: "2, 02" + 3: + template: + - name: Content-Rating + rating: "3, 03" + 4: + template: + - name: Content-Rating + rating: "4, 04" + 5: + template: + - name: Content-Rating + rating: "5, 05" + 6: + template: + - name: Content-Rating + rating: "6, 06, GP, PG, M/PG, TV-PG" + 7: + template: + - name: Content-Rating + rating: "7, 07, TV-Y7, TV-Y7-FV" + 8: + template: + - name: Content-Rating + rating: "8, 08" + 9: + template: + - name: Content-Rating + rating: "9, 09" + 10: + template: + - name: Content-Rating + rating: "10" + 11: + template: + - name: Content-Rating + rating: "11" + 12: + template: + - name: Content-Rating + rating: "12" + 13: + template: + - name: Content-Rating + rating: "13, PG-13" + 14: + template: + - name: Content-Rating + rating: "14, TV-14" + 15: + template: + - name: Content-Rating + rating: "15" + 16: + template: + - name: Content-Rating + rating: "16, Passed, Approved, Open" + 17: + template: + - name: Content-Rating + rating: "17" + 18: + template: + - name: Content-Rating + rating: "18, NC-17, M, TV-MA, R, X" + NR: + template: + - name: Content-Rating + slug: nr + rating: "None, NR, Not Rated, Unrated" diff --git a/PMM/overlays/commonsense_selection.yml b/PMM/overlays/commonsense_selection.yml new file mode 100644 index 0000000..378df3b --- /dev/null +++ b/PMM/overlays/commonsense_selection.yml @@ -0,0 +1,59 @@ +############################################################# +# Commonsense Selection Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Call this from your config.yml (Movie or Show): # +# overlay_path: # +# - git: PMM/overlays/commonsense_selection # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the weight for the overlay # +# weight: 5 # +############################################################# + +templates: + CSSFamMovies: + optional: + - overlay_level + mdblist_list: https://mdblist.com/lists/plexmetamanager/cssfamiliesmovies + default: + overlay: <<overlay_name>> + weight: 5 + overlay: + name: <<overlay_name>> + git: PMM/overlays/images/<<overlay>> + group: ribbon + weight: <<weight>> + horizontal_offset: 0 + horizontal_align: right + vertical_offset: 0 + vertical_align: bottom + + CSSFamShows: + optional: + - overlay_level + mdblist_list: https://mdblist.com/lists/plexmetamanager/cssfamiliesshows + default: + overlay: <<overlay_name>> + weight: 5 + overlay: + name: <<overlay_name>> + git: PMM/overlays/images/<<overlay>> + group: ribbon + weight: <<weight>> + horizontal_offset: 0 + horizontal_align: right + vertical_offset: 0 + vertical_align: bottom + +overlays: + + CSS-Families-Movies-Ribbon: + template: + - name: CSSFamMovies + + CSS-Families-Shows-Ribbon: + template: + - name: CSSFamShows diff --git a/PMM/overlays/direct_play.yml b/PMM/overlays/direct_play.yml new file mode 100644 index 0000000..d46629d --- /dev/null +++ b/PMM/overlays/direct_play.yml @@ -0,0 +1,51 @@ +############################################################# +# Direct Play Banner Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Designed for TRaSH Guides filename naming scheme # +# https://trash-guides.info/ # +# # +# Call this from your config.yml (Movie or Show): # +# If nothing is specified these are the defaults # +# # +# overlay_path: # +# - git: PMM/overlays/direct_play # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 0 # +# # Set the horizontal align for the overlay # +# horizontal_align: center # +# # Set the vertical offset for the overlay # +# vertical_offset: 150 # +# # Set the vertical align for the overlay # +# vertical_align: bottom # +############################################################# + +templates: + Overlay Level: + optional: + - overlay_level + default: + horizontal_offset: 0 + horizontal_align: center + vertical_offset: 150 + vertical_align: bottom + collection_level: <<overlay_level>> + overlay: + name: Direct-Play + git: PMM/overlays/images/Direct-Play + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + +overlays: + Direct Play: + template: + name: Overlay Level + plex_search: + any: + resolution.regex: '(?i)2160|4k' diff --git a/PMM/overlays/episode_info.yml b/PMM/overlays/episode_info.yml new file mode 100644 index 0000000..938efc7 --- /dev/null +++ b/PMM/overlays/episode_info.yml @@ -0,0 +1,72 @@ +############################################################# +# Episode Info Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Call this from your config.yml (Show): # +# overlay_path: # +# - git: PMM/overlays/episode_info # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 15 # +# # Set the horizontal align for the overlay # +# horizontal_align: right # +# # Set the vertical offset for the overlay # +# vertical_offset: 150 # +# # Set the vertical align for the overlay # +# vertical_align: bottom # +# # Set the font for the overlay # +# font: fonts/Inter-Medium.ttf # +# # Set the font size for the overlay # +# font_size: 55 # +# # Set the font color for the overlay # +# font_color: "#FFFFFF" # +# # Set the back color for the overlay # +# back_color: "#00000099" # +# # Set the back radius for the overlay # +# back_radius: 30 # +# # Set the back width for the overlay # +# back_width: 300 # +# # Set the back height for the overlay # +# back_height: 105 # +############################################################# + +templates: + text_episode_info: + optional: + - overlay_level + default: + overlay: <<overlay_name>> + horizontal_offset: 15 + horizontal_align: right + vertical_offset: 150 + vertical_align: bottom + font: fonts/Inter-Medium.ttf + font_size: 55 + font_color: "#FFFFFF" + back_color: "#00000099" + back_radius: 30 + back_width: 300 + back_height: 105 + collection_level: <<overlay_level>> + overlay: + name: text(S<<season_number0>>E<<episode_number0>>) + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + font: <<font>> + font_size: <<font_size>> + font_color: <<font_color>> + back_color: <<back_color>> + back_radius: <<back_radius>> + back_width: <<back_width>> + back_height: <<back_height>> + +overlays: + episode_info: + template: + - name: text_episode_info + plex_all: true diff --git a/PMM/overlays/images/1080P-DV.png b/PMM/overlays/images/1080P-DV.png new file mode 100644 index 0000000..b3dc461 Binary files /dev/null and b/PMM/overlays/images/1080P-DV.png differ diff --git a/PMM/overlays/images/1080P-HDR.png b/PMM/overlays/images/1080P-HDR.png new file mode 100644 index 0000000..5a81483 Binary files /dev/null and b/PMM/overlays/images/1080P-HDR.png differ diff --git a/PMM/overlays/images/1080P.png b/PMM/overlays/images/1080P.png new file mode 100644 index 0000000..70ea7f6 Binary files /dev/null and b/PMM/overlays/images/1080P.png differ diff --git a/PMM/overlays/images/480P-DV.png b/PMM/overlays/images/480P-DV.png new file mode 100644 index 0000000..00ac620 Binary files /dev/null and b/PMM/overlays/images/480P-DV.png differ diff --git a/PMM/overlays/images/480P-HDR.png b/PMM/overlays/images/480P-HDR.png new file mode 100644 index 0000000..55af274 Binary files /dev/null and b/PMM/overlays/images/480P-HDR.png differ diff --git a/PMM/overlays/images/480P.png b/PMM/overlays/images/480P.png new file mode 100644 index 0000000..f3b861e Binary files /dev/null and b/PMM/overlays/images/480P.png differ diff --git a/PMM/overlays/images/4K-DV.png b/PMM/overlays/images/4K-DV.png new file mode 100644 index 0000000..11bc236 Binary files /dev/null and b/PMM/overlays/images/4K-DV.png differ diff --git a/PMM/overlays/images/4K-HDR.png b/PMM/overlays/images/4K-HDR.png new file mode 100644 index 0000000..2dc7f2b Binary files /dev/null and b/PMM/overlays/images/4K-HDR.png differ diff --git a/PMM/overlays/images/4K.png b/PMM/overlays/images/4K.png new file mode 100644 index 0000000..4f2a3e9 Binary files /dev/null and b/PMM/overlays/images/4K.png differ diff --git a/PMM/overlays/images/576P-DV.png b/PMM/overlays/images/576P-DV.png new file mode 100644 index 0000000..c86b49b Binary files /dev/null and b/PMM/overlays/images/576P-DV.png differ diff --git a/PMM/overlays/images/576P-HDR.png b/PMM/overlays/images/576P-HDR.png new file mode 100644 index 0000000..e793a74 Binary files /dev/null and b/PMM/overlays/images/576P-HDR.png differ diff --git a/PMM/overlays/images/576P.png b/PMM/overlays/images/576P.png new file mode 100644 index 0000000..26260a7 Binary files /dev/null and b/PMM/overlays/images/576P.png differ diff --git a/PMM/overlays/images/720P-DV.png b/PMM/overlays/images/720P-DV.png new file mode 100644 index 0000000..a4fbf7a Binary files /dev/null and b/PMM/overlays/images/720P-DV.png differ diff --git a/PMM/overlays/images/720P-HDR.png b/PMM/overlays/images/720P-HDR.png new file mode 100644 index 0000000..7a3992a Binary files /dev/null and b/PMM/overlays/images/720P-HDR.png differ diff --git a/PMM/overlays/images/720P.png b/PMM/overlays/images/720P.png new file mode 100644 index 0000000..929895b Binary files /dev/null and b/PMM/overlays/images/720P.png differ diff --git a/PMM/overlays/images/Alternate-Cut-Box.png b/PMM/overlays/images/Alternate-Cut-Box.png new file mode 100644 index 0000000..e24c27a Binary files /dev/null and b/PMM/overlays/images/Alternate-Cut-Box.png differ diff --git a/PMM/overlays/images/Alternate-Cut.png b/PMM/overlays/images/Alternate-Cut.png new file mode 100644 index 0000000..ffb3e6c Binary files /dev/null and b/PMM/overlays/images/Alternate-Cut.png differ diff --git a/PMM/overlays/images/Amazon.png b/PMM/overlays/images/Amazon.png new file mode 100644 index 0000000..4069319 Binary files /dev/null and b/PMM/overlays/images/Amazon.png differ diff --git a/PMM/overlays/images/Anidb.png b/PMM/overlays/images/Anidb.png new file mode 100644 index 0000000..dfc8330 Binary files /dev/null and b/PMM/overlays/images/Anidb.png differ diff --git a/PMM/overlays/images/Anniversary-Edition-Box.png b/PMM/overlays/images/Anniversary-Edition-Box.png new file mode 100644 index 0000000..a4ae139 Binary files /dev/null and b/PMM/overlays/images/Anniversary-Edition-Box.png differ diff --git a/PMM/overlays/images/Anniversary-Edition.png b/PMM/overlays/images/Anniversary-Edition.png new file mode 100644 index 0000000..23d7501 Binary files /dev/null and b/PMM/overlays/images/Anniversary-Edition.png differ diff --git a/PMM/overlays/images/AppleTV.png b/PMM/overlays/images/AppleTV.png new file mode 100644 index 0000000..abfc1ba Binary files /dev/null and b/PMM/overlays/images/AppleTV.png differ diff --git a/PMM/overlays/images/Blank-Ribbon.png b/PMM/overlays/images/Blank-Ribbon.png new file mode 100644 index 0000000..78a7067 Binary files /dev/null and b/PMM/overlays/images/Blank-Ribbon.png differ diff --git a/PMM/overlays/images/Blu-Ray.png b/PMM/overlays/images/Blu-Ray.png new file mode 100644 index 0000000..05d8625 Binary files /dev/null and b/PMM/overlays/images/Blu-Ray.png differ diff --git a/PMM/overlays/images/CSS-Families-Movies-Ribbon.png b/PMM/overlays/images/CSS-Families-Movies-Ribbon.png new file mode 100644 index 0000000..20ded6c Binary files /dev/null and b/PMM/overlays/images/CSS-Families-Movies-Ribbon.png differ diff --git a/PMM/overlays/images/CSS-Families-Shows-Ribbon.png b/PMM/overlays/images/CSS-Families-Shows-Ribbon.png new file mode 100644 index 0000000..20ded6c Binary files /dev/null and b/PMM/overlays/images/CSS-Families-Shows-Ribbon.png differ diff --git a/PMM/overlays/images/Collectors-Edition-Box.png b/PMM/overlays/images/Collectors-Edition-Box.png new file mode 100644 index 0000000..ee6eb80 Binary files /dev/null and b/PMM/overlays/images/Collectors-Edition-Box.png differ diff --git a/PMM/overlays/images/Collectors-Edition.png b/PMM/overlays/images/Collectors-Edition.png new file mode 100644 index 0000000..e987d71 Binary files /dev/null and b/PMM/overlays/images/Collectors-Edition.png differ diff --git a/PMM/overlays/images/Criterion-Box.png b/PMM/overlays/images/Criterion-Box.png new file mode 100644 index 0000000..3de50cc Binary files /dev/null and b/PMM/overlays/images/Criterion-Box.png differ diff --git a/PMM/overlays/images/Criterion.png b/PMM/overlays/images/Criterion.png new file mode 100644 index 0000000..a736af9 Binary files /dev/null and b/PMM/overlays/images/Criterion.png differ diff --git a/PMM/overlays/images/DTS-ES.png b/PMM/overlays/images/DTS-ES.png new file mode 100644 index 0000000..549cf9d Binary files /dev/null and b/PMM/overlays/images/DTS-ES.png differ diff --git a/PMM/overlays/images/DTS-HD.png b/PMM/overlays/images/DTS-HD.png new file mode 100644 index 0000000..593dc92 Binary files /dev/null and b/PMM/overlays/images/DTS-HD.png differ diff --git a/PMM/overlays/images/DTS-X.png b/PMM/overlays/images/DTS-X.png new file mode 100644 index 0000000..ffead55 Binary files /dev/null and b/PMM/overlays/images/DTS-X.png differ diff --git a/PMM/overlays/images/DTS.png b/PMM/overlays/images/DTS.png new file mode 100644 index 0000000..8d403d2 Binary files /dev/null and b/PMM/overlays/images/DTS.png differ diff --git a/PMM/overlays/images/DV.png b/PMM/overlays/images/DV.png new file mode 100644 index 0000000..f661127 Binary files /dev/null and b/PMM/overlays/images/DV.png differ diff --git a/PMM/overlays/images/DVD.png b/PMM/overlays/images/DVD.png new file mode 100644 index 0000000..b2a6d0b Binary files /dev/null and b/PMM/overlays/images/DVD.png differ diff --git a/PMM/overlays/images/Direct-Play.png b/PMM/overlays/images/Direct-Play.png new file mode 100644 index 0000000..d9737eb Binary files /dev/null and b/PMM/overlays/images/Direct-Play.png differ diff --git a/PMM/overlays/images/Directors-Cut-Box.png b/PMM/overlays/images/Directors-Cut-Box.png new file mode 100644 index 0000000..b010db2 Binary files /dev/null and b/PMM/overlays/images/Directors-Cut-Box.png differ diff --git a/PMM/overlays/images/Directors-Cut.png b/PMM/overlays/images/Directors-Cut.png new file mode 100644 index 0000000..ae9c57f Binary files /dev/null and b/PMM/overlays/images/Directors-Cut.png differ diff --git a/PMM/overlays/images/Disney.png b/PMM/overlays/images/Disney.png new file mode 100644 index 0000000..f0fd546 Binary files /dev/null and b/PMM/overlays/images/Disney.png differ diff --git a/PMM/overlays/images/Dolby-Atmos.png b/PMM/overlays/images/Dolby-Atmos.png new file mode 100644 index 0000000..e8bd498 Binary files /dev/null and b/PMM/overlays/images/Dolby-Atmos.png differ diff --git a/PMM/overlays/images/Dolby-Digital-Plus.png b/PMM/overlays/images/Dolby-Digital-Plus.png new file mode 100644 index 0000000..c80f15d Binary files /dev/null and b/PMM/overlays/images/Dolby-Digital-Plus.png differ diff --git a/PMM/overlays/images/Dolby-Digital.png b/PMM/overlays/images/Dolby-Digital.png new file mode 100644 index 0000000..9672f41 Binary files /dev/null and b/PMM/overlays/images/Dolby-Digital.png differ diff --git a/PMM/overlays/images/Dolby-TrueHD.png b/PMM/overlays/images/Dolby-TrueHD.png new file mode 100644 index 0000000..a55e14f Binary files /dev/null and b/PMM/overlays/images/Dolby-TrueHD.png differ diff --git a/PMM/overlays/images/Dual-Audio.png b/PMM/overlays/images/Dual-Audio.png new file mode 100644 index 0000000..a45e4af Binary files /dev/null and b/PMM/overlays/images/Dual-Audio.png differ diff --git a/PMM/overlays/images/Extended-Edition-Box.png b/PMM/overlays/images/Extended-Edition-Box.png new file mode 100644 index 0000000..cc56c6e Binary files /dev/null and b/PMM/overlays/images/Extended-Edition-Box.png differ diff --git a/PMM/overlays/images/Extended-Edition.png b/PMM/overlays/images/Extended-Edition.png new file mode 100644 index 0000000..a04dfb9 Binary files /dev/null and b/PMM/overlays/images/Extended-Edition.png differ diff --git a/PMM/overlays/images/Final-Cut-Box.png b/PMM/overlays/images/Final-Cut-Box.png new file mode 100644 index 0000000..029773e Binary files /dev/null and b/PMM/overlays/images/Final-Cut-Box.png differ diff --git a/PMM/overlays/images/Final-Cut.png b/PMM/overlays/images/Final-Cut.png new file mode 100644 index 0000000..dcc5506 Binary files /dev/null and b/PMM/overlays/images/Final-Cut.png differ diff --git a/PMM/overlays/images/HBO-Max.png b/PMM/overlays/images/HBO-Max.png new file mode 100644 index 0000000..6ea241c Binary files /dev/null and b/PMM/overlays/images/HBO-Max.png differ diff --git a/PMM/overlays/images/HDR.png b/PMM/overlays/images/HDR.png new file mode 100644 index 0000000..987cc64 Binary files /dev/null and b/PMM/overlays/images/HDR.png differ diff --git a/PMM/overlays/images/HDTV.png b/PMM/overlays/images/HDTV.png new file mode 100644 index 0000000..6f71b75 Binary files /dev/null and b/PMM/overlays/images/HDTV.png differ diff --git a/PMM/overlays/images/Hulu.png b/PMM/overlays/images/Hulu.png new file mode 100644 index 0000000..6ec6df0 Binary files /dev/null and b/PMM/overlays/images/Hulu.png differ diff --git a/PMM/overlays/images/IMAX-Box.png b/PMM/overlays/images/IMAX-Box.png new file mode 100644 index 0000000..7dd4f38 Binary files /dev/null and b/PMM/overlays/images/IMAX-Box.png differ diff --git a/PMM/overlays/images/IMAX-E-Box.png b/PMM/overlays/images/IMAX-E-Box.png new file mode 100644 index 0000000..2fbf531 Binary files /dev/null and b/PMM/overlays/images/IMAX-E-Box.png differ diff --git a/PMM/overlays/images/IMAX-E.png b/PMM/overlays/images/IMAX-E.png new file mode 100644 index 0000000..1c2a925 Binary files /dev/null and b/PMM/overlays/images/IMAX-E.png differ diff --git a/PMM/overlays/images/IMAX.png b/PMM/overlays/images/IMAX.png new file mode 100644 index 0000000..0560c3f Binary files /dev/null and b/PMM/overlays/images/IMAX.png differ diff --git a/PMM/overlays/images/IMDB-Top-250.png b/PMM/overlays/images/IMDB-Top-250.png new file mode 100644 index 0000000..2c70dbf Binary files /dev/null and b/PMM/overlays/images/IMDB-Top-250.png differ diff --git a/PMM/overlays/images/IMDb.png b/PMM/overlays/images/IMDb.png new file mode 100644 index 0000000..4cb17cb Binary files /dev/null and b/PMM/overlays/images/IMDb.png differ diff --git a/PMM/overlays/images/International-Cut-Box.png b/PMM/overlays/images/International-Cut-Box.png new file mode 100644 index 0000000..35546be Binary files /dev/null and b/PMM/overlays/images/International-Cut-Box.png differ diff --git a/PMM/overlays/images/International-Cut.png b/PMM/overlays/images/International-Cut.png new file mode 100644 index 0000000..9af5afa Binary files /dev/null and b/PMM/overlays/images/International-Cut.png differ diff --git a/PMM/overlays/images/Letterboxd.png b/PMM/overlays/images/Letterboxd.png new file mode 100644 index 0000000..36222df Binary files /dev/null and b/PMM/overlays/images/Letterboxd.png differ diff --git a/PMM/overlays/images/MC-Must-See-Movies-Ribbon.png b/PMM/overlays/images/MC-Must-See-Movies-Ribbon.png new file mode 100644 index 0000000..4381b96 Binary files /dev/null and b/PMM/overlays/images/MC-Must-See-Movies-Ribbon.png differ diff --git a/PMM/overlays/images/MC-Must-See-Shows-Ribbon.png b/PMM/overlays/images/MC-Must-See-Shows-Ribbon.png new file mode 100644 index 0000000..4381b96 Binary files /dev/null and b/PMM/overlays/images/MC-Must-See-Shows-Ribbon.png differ diff --git a/PMM/overlays/images/Metacritic.png b/PMM/overlays/images/Metacritic.png new file mode 100644 index 0000000..27d0f65 Binary files /dev/null and b/PMM/overlays/images/Metacritic.png differ diff --git a/PMM/overlays/images/Multi-Audio.png b/PMM/overlays/images/Multi-Audio.png new file mode 100644 index 0000000..96145ed Binary files /dev/null and b/PMM/overlays/images/Multi-Audio.png differ diff --git a/PMM/overlays/images/Netflix-Top10-Ribbon.png b/PMM/overlays/images/Netflix-Top10-Ribbon.png new file mode 100644 index 0000000..49e5847 Binary files /dev/null and b/PMM/overlays/images/Netflix-Top10-Ribbon.png differ diff --git a/PMM/overlays/images/Netflix.png b/PMM/overlays/images/Netflix.png new file mode 100644 index 0000000..2e830a6 Binary files /dev/null and b/PMM/overlays/images/Netflix.png differ diff --git a/PMM/overlays/images/Opus.png b/PMM/overlays/images/Opus.png new file mode 100644 index 0000000..21791c7 Binary files /dev/null and b/PMM/overlays/images/Opus.png differ diff --git a/PMM/overlays/images/Oscars-Ribbon.png b/PMM/overlays/images/Oscars-Ribbon.png new file mode 100644 index 0000000..2410a81 Binary files /dev/null and b/PMM/overlays/images/Oscars-Ribbon.png differ diff --git a/PMM/overlays/images/Paramount.png b/PMM/overlays/images/Paramount.png new file mode 100644 index 0000000..89f39f8 Binary files /dev/null and b/PMM/overlays/images/Paramount.png differ diff --git a/PMM/overlays/images/Peacock.png b/PMM/overlays/images/Peacock.png new file mode 100644 index 0000000..4d97a9d Binary files /dev/null and b/PMM/overlays/images/Peacock.png differ diff --git a/PMM/overlays/images/Prime.png b/PMM/overlays/images/Prime.png new file mode 100644 index 0000000..6b9bb67 Binary files /dev/null and b/PMM/overlays/images/Prime.png differ diff --git a/PMM/overlays/images/RT-Aud-Fresh.png b/PMM/overlays/images/RT-Aud-Fresh.png new file mode 100644 index 0000000..0b7a250 Binary files /dev/null and b/PMM/overlays/images/RT-Aud-Fresh.png differ diff --git a/PMM/overlays/images/RT-Aud-Rotten.png b/PMM/overlays/images/RT-Aud-Rotten.png new file mode 100644 index 0000000..5697679 Binary files /dev/null and b/PMM/overlays/images/RT-Aud-Rotten.png differ diff --git a/PMM/overlays/images/RT-Cert-Fresh-Ribbon.png b/PMM/overlays/images/RT-Cert-Fresh-Ribbon.png new file mode 100644 index 0000000..5767416 Binary files /dev/null and b/PMM/overlays/images/RT-Cert-Fresh-Ribbon.png differ diff --git a/PMM/overlays/images/RT-Cert-Fresh.png b/PMM/overlays/images/RT-Cert-Fresh.png new file mode 100644 index 0000000..6f35d16 Binary files /dev/null and b/PMM/overlays/images/RT-Cert-Fresh.png differ diff --git a/PMM/overlays/images/RT-Crit-Fresh.png b/PMM/overlays/images/RT-Crit-Fresh.png new file mode 100644 index 0000000..2a90cbf Binary files /dev/null and b/PMM/overlays/images/RT-Crit-Fresh.png differ diff --git a/PMM/overlays/images/RT-Crit-Rotten.png b/PMM/overlays/images/RT-Crit-Rotten.png new file mode 100644 index 0000000..ccf5753 Binary files /dev/null and b/PMM/overlays/images/RT-Crit-Rotten.png differ diff --git a/PMM/overlays/images/Remastered-Box.png b/PMM/overlays/images/Remastered-Box.png new file mode 100644 index 0000000..ba9c3ff Binary files /dev/null and b/PMM/overlays/images/Remastered-Box.png differ diff --git a/PMM/overlays/images/Remastered.png b/PMM/overlays/images/Remastered.png new file mode 100644 index 0000000..8467568 Binary files /dev/null and b/PMM/overlays/images/Remastered.png differ diff --git a/PMM/overlays/images/Remux.png b/PMM/overlays/images/Remux.png new file mode 100644 index 0000000..85c8300 Binary files /dev/null and b/PMM/overlays/images/Remux.png differ diff --git a/PMM/overlays/images/Special-Edition-Box.png b/PMM/overlays/images/Special-Edition-Box.png new file mode 100644 index 0000000..e0038a7 Binary files /dev/null and b/PMM/overlays/images/Special-Edition-Box.png differ diff --git a/PMM/overlays/images/Special-Edition.png b/PMM/overlays/images/Special-Edition.png new file mode 100644 index 0000000..e23eddb Binary files /dev/null and b/PMM/overlays/images/Special-Edition.png differ diff --git a/PMM/overlays/images/TMDb.png b/PMM/overlays/images/TMDb.png new file mode 100644 index 0000000..7b94b57 Binary files /dev/null and b/PMM/overlays/images/TMDb.png differ diff --git a/PMM/overlays/images/Theatrical-Cut-Box.png b/PMM/overlays/images/Theatrical-Cut-Box.png new file mode 100644 index 0000000..be0700a Binary files /dev/null and b/PMM/overlays/images/Theatrical-Cut-Box.png differ diff --git a/PMM/overlays/images/Theatrical-Cut.png b/PMM/overlays/images/Theatrical-Cut.png new file mode 100644 index 0000000..1a63b0c Binary files /dev/null and b/PMM/overlays/images/Theatrical-Cut.png differ diff --git a/PMM/overlays/images/Trakt.png b/PMM/overlays/images/Trakt.png new file mode 100644 index 0000000..3a0577b Binary files /dev/null and b/PMM/overlays/images/Trakt.png differ diff --git a/PMM/overlays/images/Ultimate-Cut-Box.png b/PMM/overlays/images/Ultimate-Cut-Box.png new file mode 100644 index 0000000..3338f73 Binary files /dev/null and b/PMM/overlays/images/Ultimate-Cut-Box.png differ diff --git a/PMM/overlays/images/Ultimate-Cut.png b/PMM/overlays/images/Ultimate-Cut.png new file mode 100644 index 0000000..2bf296d Binary files /dev/null and b/PMM/overlays/images/Ultimate-Cut.png differ diff --git a/PMM/overlays/images/Uncut-Edition-Box.png b/PMM/overlays/images/Uncut-Edition-Box.png new file mode 100644 index 0000000..2dfb165 Binary files /dev/null and b/PMM/overlays/images/Uncut-Edition-Box.png differ diff --git a/PMM/overlays/images/Uncut-Edition.png b/PMM/overlays/images/Uncut-Edition.png new file mode 100644 index 0000000..d873de0 Binary files /dev/null and b/PMM/overlays/images/Uncut-Edition.png differ diff --git a/PMM/overlays/images/Unrated-Edition-Box.png b/PMM/overlays/images/Unrated-Edition-Box.png new file mode 100644 index 0000000..d44e0b6 Binary files /dev/null and b/PMM/overlays/images/Unrated-Edition-Box.png differ diff --git a/PMM/overlays/images/Unrated-Edition.png b/PMM/overlays/images/Unrated-Edition.png new file mode 100644 index 0000000..6d19784 Binary files /dev/null and b/PMM/overlays/images/Unrated-Edition.png differ diff --git a/PMM/overlays/images/WEB.png b/PMM/overlays/images/WEB.png new file mode 100644 index 0000000..0e95a21 Binary files /dev/null and b/PMM/overlays/images/WEB.png differ diff --git a/PMM/overlays/images/YouTube.png b/PMM/overlays/images/YouTube.png new file mode 100644 index 0000000..350430d Binary files /dev/null and b/PMM/overlays/images/YouTube.png differ diff --git a/PMM/overlays/images/blank.png b/PMM/overlays/images/blank.png new file mode 100644 index 0000000..bb31813 Binary files /dev/null and b/PMM/overlays/images/blank.png differ diff --git a/PMM/overlays/images/compact/AAC.png b/PMM/overlays/images/compact/AAC.png new file mode 100644 index 0000000..3ebe078 Binary files /dev/null and b/PMM/overlays/images/compact/AAC.png differ diff --git a/PMM/overlays/images/compact/Atmos.png b/PMM/overlays/images/compact/Atmos.png new file mode 100644 index 0000000..01b7f64 Binary files /dev/null and b/PMM/overlays/images/compact/Atmos.png differ diff --git a/PMM/overlays/images/compact/DTS-ES.png b/PMM/overlays/images/compact/DTS-ES.png new file mode 100644 index 0000000..63fd2f8 Binary files /dev/null and b/PMM/overlays/images/compact/DTS-ES.png differ diff --git a/PMM/overlays/images/compact/DTS-HD-HRA.png b/PMM/overlays/images/compact/DTS-HD-HRA.png new file mode 100644 index 0000000..6c89cfe Binary files /dev/null and b/PMM/overlays/images/compact/DTS-HD-HRA.png differ diff --git a/PMM/overlays/images/compact/DTS-HD-MA.png b/PMM/overlays/images/compact/DTS-HD-MA.png new file mode 100644 index 0000000..5fc266d Binary files /dev/null and b/PMM/overlays/images/compact/DTS-HD-MA.png differ diff --git a/PMM/overlays/images/compact/DTS-X.png b/PMM/overlays/images/compact/DTS-X.png new file mode 100644 index 0000000..bab2965 Binary files /dev/null and b/PMM/overlays/images/compact/DTS-X.png differ diff --git a/PMM/overlays/images/compact/DTS.png b/PMM/overlays/images/compact/DTS.png new file mode 100644 index 0000000..294cad4 Binary files /dev/null and b/PMM/overlays/images/compact/DTS.png differ diff --git a/PMM/overlays/images/compact/Dolby-Atmos.png b/PMM/overlays/images/compact/Dolby-Atmos.png new file mode 100644 index 0000000..a133908 Binary files /dev/null and b/PMM/overlays/images/compact/Dolby-Atmos.png differ diff --git a/PMM/overlays/images/compact/Dolby-Digital-Plus-Atmos.png b/PMM/overlays/images/compact/Dolby-Digital-Plus-Atmos.png new file mode 100644 index 0000000..8078a75 Binary files /dev/null and b/PMM/overlays/images/compact/Dolby-Digital-Plus-Atmos.png differ diff --git a/PMM/overlays/images/compact/Dolby-Digital-Plus.png b/PMM/overlays/images/compact/Dolby-Digital-Plus.png new file mode 100644 index 0000000..b4103a1 Binary files /dev/null and b/PMM/overlays/images/compact/Dolby-Digital-Plus.png differ diff --git a/PMM/overlays/images/compact/Dolby-Digital.png b/PMM/overlays/images/compact/Dolby-Digital.png new file mode 100644 index 0000000..7ea2829 Binary files /dev/null and b/PMM/overlays/images/compact/Dolby-Digital.png differ diff --git a/PMM/overlays/images/compact/Dolby-TrueHD-Atmos.png b/PMM/overlays/images/compact/Dolby-TrueHD-Atmos.png new file mode 100644 index 0000000..06cdd86 Binary files /dev/null and b/PMM/overlays/images/compact/Dolby-TrueHD-Atmos.png differ diff --git a/PMM/overlays/images/compact/Dolby-TrueHD.png b/PMM/overlays/images/compact/Dolby-TrueHD.png new file mode 100644 index 0000000..bc46347 Binary files /dev/null and b/PMM/overlays/images/compact/Dolby-TrueHD.png differ diff --git a/PMM/overlays/images/compact/FLAC.png b/PMM/overlays/images/compact/FLAC.png new file mode 100644 index 0000000..50a144a Binary files /dev/null and b/PMM/overlays/images/compact/FLAC.png differ diff --git a/PMM/overlays/images/compact/MP3.png b/PMM/overlays/images/compact/MP3.png new file mode 100644 index 0000000..c694d23 Binary files /dev/null and b/PMM/overlays/images/compact/MP3.png differ diff --git a/PMM/overlays/images/compact/Opus.png b/PMM/overlays/images/compact/Opus.png new file mode 100644 index 0000000..21791c7 Binary files /dev/null and b/PMM/overlays/images/compact/Opus.png differ diff --git a/PMM/overlays/images/compact/PCM.png b/PMM/overlays/images/compact/PCM.png new file mode 100644 index 0000000..8a916cf Binary files /dev/null and b/PMM/overlays/images/compact/PCM.png differ diff --git a/PMM/overlays/images/raw/Amazon.png b/PMM/overlays/images/raw/Amazon.png new file mode 100644 index 0000000..d914e7e Binary files /dev/null and b/PMM/overlays/images/raw/Amazon.png differ diff --git a/PMM/overlays/images/raw/Anidb.png b/PMM/overlays/images/raw/Anidb.png new file mode 100644 index 0000000..0377d57 Binary files /dev/null and b/PMM/overlays/images/raw/Anidb.png differ diff --git a/PMM/overlays/images/raw/AppleTV.png b/PMM/overlays/images/raw/AppleTV.png new file mode 100644 index 0000000..97bd0d8 Binary files /dev/null and b/PMM/overlays/images/raw/AppleTV.png differ diff --git a/PMM/overlays/images/raw/Criterion.png b/PMM/overlays/images/raw/Criterion.png new file mode 100644 index 0000000..d5a7084 Binary files /dev/null and b/PMM/overlays/images/raw/Criterion.png differ diff --git a/PMM/overlays/images/raw/DTS-ES.png b/PMM/overlays/images/raw/DTS-ES.png new file mode 100644 index 0000000..62097ec Binary files /dev/null and b/PMM/overlays/images/raw/DTS-ES.png differ diff --git a/PMM/overlays/images/raw/DTS-HD.png b/PMM/overlays/images/raw/DTS-HD.png new file mode 100644 index 0000000..c4ab619 Binary files /dev/null and b/PMM/overlays/images/raw/DTS-HD.png differ diff --git a/PMM/overlays/images/raw/DTS-X.png b/PMM/overlays/images/raw/DTS-X.png new file mode 100644 index 0000000..f47ca8b Binary files /dev/null and b/PMM/overlays/images/raw/DTS-X.png differ diff --git a/PMM/overlays/images/raw/DTS.png b/PMM/overlays/images/raw/DTS.png new file mode 100644 index 0000000..e6043d2 Binary files /dev/null and b/PMM/overlays/images/raw/DTS.png differ diff --git a/PMM/overlays/images/raw/DV.png b/PMM/overlays/images/raw/DV.png new file mode 100644 index 0000000..90976f7 Binary files /dev/null and b/PMM/overlays/images/raw/DV.png differ diff --git a/PMM/overlays/images/raw/Disney-Top.png b/PMM/overlays/images/raw/Disney-Top.png new file mode 100644 index 0000000..c909aeb Binary files /dev/null and b/PMM/overlays/images/raw/Disney-Top.png differ diff --git a/PMM/overlays/images/raw/Disney.png b/PMM/overlays/images/raw/Disney.png new file mode 100644 index 0000000..68f824d Binary files /dev/null and b/PMM/overlays/images/raw/Disney.png differ diff --git a/PMM/overlays/images/raw/Dolby-Atmos.png b/PMM/overlays/images/raw/Dolby-Atmos.png new file mode 100644 index 0000000..41f7aa9 Binary files /dev/null and b/PMM/overlays/images/raw/Dolby-Atmos.png differ diff --git a/PMM/overlays/images/raw/Dolby-Digital-Plus.png b/PMM/overlays/images/raw/Dolby-Digital-Plus.png new file mode 100644 index 0000000..53ceaeb Binary files /dev/null and b/PMM/overlays/images/raw/Dolby-Digital-Plus.png differ diff --git a/PMM/overlays/images/raw/Dolby-Digital.png b/PMM/overlays/images/raw/Dolby-Digital.png new file mode 100644 index 0000000..1d6c092 Binary files /dev/null and b/PMM/overlays/images/raw/Dolby-Digital.png differ diff --git a/PMM/overlays/images/raw/Dolby-TrueHD.png b/PMM/overlays/images/raw/Dolby-TrueHD.png new file mode 100644 index 0000000..08d5f2a Binary files /dev/null and b/PMM/overlays/images/raw/Dolby-TrueHD.png differ diff --git a/PMM/overlays/images/raw/Dual-Audio.png b/PMM/overlays/images/raw/Dual-Audio.png new file mode 100644 index 0000000..3c2dbf8 Binary files /dev/null and b/PMM/overlays/images/raw/Dual-Audio.png differ diff --git a/PMM/overlays/images/raw/HBO-Max.png b/PMM/overlays/images/raw/HBO-Max.png new file mode 100644 index 0000000..723110a Binary files /dev/null and b/PMM/overlays/images/raw/HBO-Max.png differ diff --git a/PMM/overlays/images/raw/HBO-Top.png b/PMM/overlays/images/raw/HBO-Top.png new file mode 100644 index 0000000..1ab69b3 Binary files /dev/null and b/PMM/overlays/images/raw/HBO-Top.png differ diff --git a/PMM/overlays/images/raw/HDR.png b/PMM/overlays/images/raw/HDR.png new file mode 100644 index 0000000..56a612c Binary files /dev/null and b/PMM/overlays/images/raw/HDR.png differ diff --git a/PMM/overlays/images/raw/Hulu-Top.png b/PMM/overlays/images/raw/Hulu-Top.png new file mode 100644 index 0000000..fe0b313 Binary files /dev/null and b/PMM/overlays/images/raw/Hulu-Top.png differ diff --git a/PMM/overlays/images/raw/Hulu.png b/PMM/overlays/images/raw/Hulu.png new file mode 100644 index 0000000..747615d Binary files /dev/null and b/PMM/overlays/images/raw/Hulu.png differ diff --git a/PMM/overlays/images/raw/IMAX-E.png b/PMM/overlays/images/raw/IMAX-E.png new file mode 100644 index 0000000..d0f0254 Binary files /dev/null and b/PMM/overlays/images/raw/IMAX-E.png differ diff --git a/PMM/overlays/images/raw/IMAX.png b/PMM/overlays/images/raw/IMAX.png new file mode 100644 index 0000000..a79f145 Binary files /dev/null and b/PMM/overlays/images/raw/IMAX.png differ diff --git a/PMM/overlays/images/raw/IMDb.png b/PMM/overlays/images/raw/IMDb.png new file mode 100644 index 0000000..9b21b2e Binary files /dev/null and b/PMM/overlays/images/raw/IMDb.png differ diff --git a/PMM/overlays/images/raw/IMDbTop.png b/PMM/overlays/images/raw/IMDbTop.png new file mode 100644 index 0000000..2707185 Binary files /dev/null and b/PMM/overlays/images/raw/IMDbTop.png differ diff --git a/PMM/overlays/images/raw/IMDbTop100.png b/PMM/overlays/images/raw/IMDbTop100.png new file mode 100644 index 0000000..5a6b3be Binary files /dev/null and b/PMM/overlays/images/raw/IMDbTop100.png differ diff --git a/PMM/overlays/images/raw/IMDbTop1000.png b/PMM/overlays/images/raw/IMDbTop1000.png new file mode 100644 index 0000000..aa8ff26 Binary files /dev/null and b/PMM/overlays/images/raw/IMDbTop1000.png differ diff --git a/PMM/overlays/images/raw/IMDbTop250.png b/PMM/overlays/images/raw/IMDbTop250.png new file mode 100644 index 0000000..a6f239a Binary files /dev/null and b/PMM/overlays/images/raw/IMDbTop250.png differ diff --git a/PMM/overlays/images/raw/Letterboxd.png b/PMM/overlays/images/raw/Letterboxd.png new file mode 100644 index 0000000..230ef90 Binary files /dev/null and b/PMM/overlays/images/raw/Letterboxd.png differ diff --git a/PMM/overlays/images/raw/MAL.png b/PMM/overlays/images/raw/MAL.png new file mode 100644 index 0000000..f87932b Binary files /dev/null and b/PMM/overlays/images/raw/MAL.png differ diff --git a/PMM/overlays/images/raw/MDBList.png b/PMM/overlays/images/raw/MDBList.png new file mode 100644 index 0000000..6d0ef3f Binary files /dev/null and b/PMM/overlays/images/raw/MDBList.png differ diff --git a/PMM/overlays/images/raw/Mediastinger.png b/PMM/overlays/images/raw/Mediastinger.png new file mode 100644 index 0000000..d3e5987 Binary files /dev/null and b/PMM/overlays/images/raw/Mediastinger.png differ diff --git a/PMM/overlays/images/raw/Metacritic.png b/PMM/overlays/images/raw/Metacritic.png new file mode 100644 index 0000000..6cd4185 Binary files /dev/null and b/PMM/overlays/images/raw/Metacritic.png differ diff --git a/PMM/overlays/images/raw/MetacriticTop.png b/PMM/overlays/images/raw/MetacriticTop.png new file mode 100644 index 0000000..095ee23 Binary files /dev/null and b/PMM/overlays/images/raw/MetacriticTop.png differ diff --git a/PMM/overlays/images/raw/Multi-Audio.png b/PMM/overlays/images/raw/Multi-Audio.png new file mode 100644 index 0000000..0713dcf Binary files /dev/null and b/PMM/overlays/images/raw/Multi-Audio.png differ diff --git a/PMM/overlays/images/raw/Netflix-Top.png b/PMM/overlays/images/raw/Netflix-Top.png new file mode 100644 index 0000000..3fc1dda Binary files /dev/null and b/PMM/overlays/images/raw/Netflix-Top.png differ diff --git a/PMM/overlays/images/raw/Netflix.png b/PMM/overlays/images/raw/Netflix.png new file mode 100644 index 0000000..f572e92 Binary files /dev/null and b/PMM/overlays/images/raw/Netflix.png differ diff --git a/PMM/overlays/images/raw/Opus.png b/PMM/overlays/images/raw/Opus.png new file mode 100644 index 0000000..b0ebec4 Binary files /dev/null and b/PMM/overlays/images/raw/Opus.png differ diff --git a/PMM/overlays/images/raw/Paramount-Top.png b/PMM/overlays/images/raw/Paramount-Top.png new file mode 100644 index 0000000..cc0c2af Binary files /dev/null and b/PMM/overlays/images/raw/Paramount-Top.png differ diff --git a/PMM/overlays/images/raw/Paramount.png b/PMM/overlays/images/raw/Paramount.png new file mode 100644 index 0000000..f0289f7 Binary files /dev/null and b/PMM/overlays/images/raw/Paramount.png differ diff --git a/PMM/overlays/images/raw/Peacock.png b/PMM/overlays/images/raw/Peacock.png new file mode 100644 index 0000000..dc04d59 Binary files /dev/null and b/PMM/overlays/images/raw/Peacock.png differ diff --git a/PMM/overlays/images/raw/Prime-Top.png b/PMM/overlays/images/raw/Prime-Top.png new file mode 100644 index 0000000..36e3931 Binary files /dev/null and b/PMM/overlays/images/raw/Prime-Top.png differ diff --git a/PMM/overlays/images/raw/Prime.png b/PMM/overlays/images/raw/Prime.png new file mode 100644 index 0000000..e0570c0 Binary files /dev/null and b/PMM/overlays/images/raw/Prime.png differ diff --git a/PMM/overlays/images/raw/RT-Aud-Fresh.png b/PMM/overlays/images/raw/RT-Aud-Fresh.png new file mode 100644 index 0000000..c36b732 Binary files /dev/null and b/PMM/overlays/images/raw/RT-Aud-Fresh.png differ diff --git a/PMM/overlays/images/raw/RT-Aud-Rotten.png b/PMM/overlays/images/raw/RT-Aud-Rotten.png new file mode 100644 index 0000000..3607702 Binary files /dev/null and b/PMM/overlays/images/raw/RT-Aud-Rotten.png differ diff --git a/PMM/overlays/images/raw/RT-Crit-Fresh.png b/PMM/overlays/images/raw/RT-Crit-Fresh.png new file mode 100644 index 0000000..a9628fd Binary files /dev/null and b/PMM/overlays/images/raw/RT-Crit-Fresh.png differ diff --git a/PMM/overlays/images/raw/RT-Crit-Rotten.png b/PMM/overlays/images/raw/RT-Crit-Rotten.png new file mode 100644 index 0000000..7e41dc8 Binary files /dev/null and b/PMM/overlays/images/raw/RT-Crit-Rotten.png differ diff --git a/PMM/overlays/images/raw/RT-Crit-Top.png b/PMM/overlays/images/raw/RT-Crit-Top.png new file mode 100644 index 0000000..b19b6ff Binary files /dev/null and b/PMM/overlays/images/raw/RT-Crit-Top.png differ diff --git a/PMM/overlays/images/raw/TMDb.png b/PMM/overlays/images/raw/TMDb.png new file mode 100644 index 0000000..180e990 Binary files /dev/null and b/PMM/overlays/images/raw/TMDb.png differ diff --git a/PMM/overlays/images/raw/Trakt.png b/PMM/overlays/images/raw/Trakt.png new file mode 100644 index 0000000..b885fa6 Binary files /dev/null and b/PMM/overlays/images/raw/Trakt.png differ diff --git a/PMM/overlays/images/raw/YouTube.png b/PMM/overlays/images/raw/YouTube.png new file mode 100644 index 0000000..b9174db Binary files /dev/null and b/PMM/overlays/images/raw/YouTube.png differ diff --git a/PMM/overlays/images/raw/commonsense.png b/PMM/overlays/images/raw/commonsense.png new file mode 100644 index 0000000..b71955d Binary files /dev/null and b/PMM/overlays/images/raw/commonsense.png differ diff --git a/PMM/overlays/images/raw/compact/AAC.png b/PMM/overlays/images/raw/compact/AAC.png new file mode 100644 index 0000000..3f59534 Binary files /dev/null and b/PMM/overlays/images/raw/compact/AAC.png differ diff --git a/PMM/overlays/images/raw/compact/Atmos.png b/PMM/overlays/images/raw/compact/Atmos.png new file mode 100644 index 0000000..25332a7 Binary files /dev/null and b/PMM/overlays/images/raw/compact/Atmos.png differ diff --git a/PMM/overlays/images/raw/compact/DTS-ES.png b/PMM/overlays/images/raw/compact/DTS-ES.png new file mode 100644 index 0000000..62097ec Binary files /dev/null and b/PMM/overlays/images/raw/compact/DTS-ES.png differ diff --git a/PMM/overlays/images/raw/compact/DTS-HD-HRA.png b/PMM/overlays/images/raw/compact/DTS-HD-HRA.png new file mode 100644 index 0000000..6ce4247 Binary files /dev/null and b/PMM/overlays/images/raw/compact/DTS-HD-HRA.png differ diff --git a/PMM/overlays/images/raw/compact/DTS-HD-MA.png b/PMM/overlays/images/raw/compact/DTS-HD-MA.png new file mode 100644 index 0000000..3b3d529 Binary files /dev/null and b/PMM/overlays/images/raw/compact/DTS-HD-MA.png differ diff --git a/PMM/overlays/images/raw/compact/DTS-X.png b/PMM/overlays/images/raw/compact/DTS-X.png new file mode 100644 index 0000000..f47ca8b Binary files /dev/null and b/PMM/overlays/images/raw/compact/DTS-X.png differ diff --git a/PMM/overlays/images/raw/compact/DTS.png b/PMM/overlays/images/raw/compact/DTS.png new file mode 100644 index 0000000..e6043d2 Binary files /dev/null and b/PMM/overlays/images/raw/compact/DTS.png differ diff --git a/PMM/overlays/images/raw/compact/Dolby-Atmos.png b/PMM/overlays/images/raw/compact/Dolby-Atmos.png new file mode 100644 index 0000000..41f7aa9 Binary files /dev/null and b/PMM/overlays/images/raw/compact/Dolby-Atmos.png differ diff --git a/PMM/overlays/images/raw/compact/Dolby-Digital-Plus-Atmos.png b/PMM/overlays/images/raw/compact/Dolby-Digital-Plus-Atmos.png new file mode 100644 index 0000000..7efb981 Binary files /dev/null and b/PMM/overlays/images/raw/compact/Dolby-Digital-Plus-Atmos.png differ diff --git a/PMM/overlays/images/raw/compact/Dolby-Digital-Plus.png b/PMM/overlays/images/raw/compact/Dolby-Digital-Plus.png new file mode 100644 index 0000000..53ceaeb Binary files /dev/null and b/PMM/overlays/images/raw/compact/Dolby-Digital-Plus.png differ diff --git a/PMM/overlays/images/raw/compact/Dolby-Digital.png b/PMM/overlays/images/raw/compact/Dolby-Digital.png new file mode 100644 index 0000000..1d6c092 Binary files /dev/null and b/PMM/overlays/images/raw/compact/Dolby-Digital.png differ diff --git a/PMM/overlays/images/raw/compact/Dolby-TrueHD-Atmos.png b/PMM/overlays/images/raw/compact/Dolby-TrueHD-Atmos.png new file mode 100644 index 0000000..a31b360 Binary files /dev/null and b/PMM/overlays/images/raw/compact/Dolby-TrueHD-Atmos.png differ diff --git a/PMM/overlays/images/raw/compact/Dolby-TrueHD.png b/PMM/overlays/images/raw/compact/Dolby-TrueHD.png new file mode 100644 index 0000000..08d5f2a Binary files /dev/null and b/PMM/overlays/images/raw/compact/Dolby-TrueHD.png differ diff --git a/PMM/overlays/images/raw/compact/FLAC.png b/PMM/overlays/images/raw/compact/FLAC.png new file mode 100644 index 0000000..f8c43d8 Binary files /dev/null and b/PMM/overlays/images/raw/compact/FLAC.png differ diff --git a/PMM/overlays/images/raw/compact/MP3.png b/PMM/overlays/images/raw/compact/MP3.png new file mode 100644 index 0000000..17c7f24 Binary files /dev/null and b/PMM/overlays/images/raw/compact/MP3.png differ diff --git a/PMM/overlays/images/raw/compact/Opus.png b/PMM/overlays/images/raw/compact/Opus.png new file mode 100644 index 0000000..b0ebec4 Binary files /dev/null and b/PMM/overlays/images/raw/compact/Opus.png differ diff --git a/PMM/overlays/images/raw/compact/PCM.png b/PMM/overlays/images/raw/compact/PCM.png new file mode 100644 index 0000000..6cf2d48 Binary files /dev/null and b/PMM/overlays/images/raw/compact/PCM.png differ diff --git a/PMM/overlays/images/raw/fire.png b/PMM/overlays/images/raw/fire.png new file mode 100644 index 0000000..b07dd91 Binary files /dev/null and b/PMM/overlays/images/raw/fire.png differ diff --git a/PMM/overlays/images/raw/standard/AAC.png b/PMM/overlays/images/raw/standard/AAC.png new file mode 100644 index 0000000..3f59534 Binary files /dev/null and b/PMM/overlays/images/raw/standard/AAC.png differ diff --git a/PMM/overlays/images/raw/standard/Atmos.png b/PMM/overlays/images/raw/standard/Atmos.png new file mode 100644 index 0000000..25332a7 Binary files /dev/null and b/PMM/overlays/images/raw/standard/Atmos.png differ diff --git a/PMM/overlays/images/raw/standard/DTS-ES.png b/PMM/overlays/images/raw/standard/DTS-ES.png new file mode 100644 index 0000000..62097ec Binary files /dev/null and b/PMM/overlays/images/raw/standard/DTS-ES.png differ diff --git a/PMM/overlays/images/raw/standard/DTS-HD-HRA.png b/PMM/overlays/images/raw/standard/DTS-HD-HRA.png new file mode 100644 index 0000000..6ce4247 Binary files /dev/null and b/PMM/overlays/images/raw/standard/DTS-HD-HRA.png differ diff --git a/PMM/overlays/images/raw/standard/DTS-HD-MA.png b/PMM/overlays/images/raw/standard/DTS-HD-MA.png new file mode 100644 index 0000000..3b3d529 Binary files /dev/null and b/PMM/overlays/images/raw/standard/DTS-HD-MA.png differ diff --git a/PMM/overlays/images/raw/standard/DTS-X.png b/PMM/overlays/images/raw/standard/DTS-X.png new file mode 100644 index 0000000..f47ca8b Binary files /dev/null and b/PMM/overlays/images/raw/standard/DTS-X.png differ diff --git a/PMM/overlays/images/raw/standard/DTS.png b/PMM/overlays/images/raw/standard/DTS.png new file mode 100644 index 0000000..e6043d2 Binary files /dev/null and b/PMM/overlays/images/raw/standard/DTS.png differ diff --git a/PMM/overlays/images/raw/standard/Dolby-Atmos.png b/PMM/overlays/images/raw/standard/Dolby-Atmos.png new file mode 100644 index 0000000..41f7aa9 Binary files /dev/null and b/PMM/overlays/images/raw/standard/Dolby-Atmos.png differ diff --git a/PMM/overlays/images/raw/standard/Dolby-Digital-Plus-Atmos.png b/PMM/overlays/images/raw/standard/Dolby-Digital-Plus-Atmos.png new file mode 100644 index 0000000..9637e7c Binary files /dev/null and b/PMM/overlays/images/raw/standard/Dolby-Digital-Plus-Atmos.png differ diff --git a/PMM/overlays/images/raw/standard/Dolby-Digital-Plus.png b/PMM/overlays/images/raw/standard/Dolby-Digital-Plus.png new file mode 100644 index 0000000..53ceaeb Binary files /dev/null and b/PMM/overlays/images/raw/standard/Dolby-Digital-Plus.png differ diff --git a/PMM/overlays/images/raw/standard/Dolby-Digital.png b/PMM/overlays/images/raw/standard/Dolby-Digital.png new file mode 100644 index 0000000..1d6c092 Binary files /dev/null and b/PMM/overlays/images/raw/standard/Dolby-Digital.png differ diff --git a/PMM/overlays/images/raw/standard/Dolby-TrueHD-Atmos.png b/PMM/overlays/images/raw/standard/Dolby-TrueHD-Atmos.png new file mode 100644 index 0000000..6f7bebe Binary files /dev/null and b/PMM/overlays/images/raw/standard/Dolby-TrueHD-Atmos.png differ diff --git a/PMM/overlays/images/raw/standard/Dolby-TrueHD.png b/PMM/overlays/images/raw/standard/Dolby-TrueHD.png new file mode 100644 index 0000000..08d5f2a Binary files /dev/null and b/PMM/overlays/images/raw/standard/Dolby-TrueHD.png differ diff --git a/PMM/overlays/images/raw/standard/FLAC.png b/PMM/overlays/images/raw/standard/FLAC.png new file mode 100644 index 0000000..f8c43d8 Binary files /dev/null and b/PMM/overlays/images/raw/standard/FLAC.png differ diff --git a/PMM/overlays/images/raw/standard/MP3.png b/PMM/overlays/images/raw/standard/MP3.png new file mode 100644 index 0000000..17c7f24 Binary files /dev/null and b/PMM/overlays/images/raw/standard/MP3.png differ diff --git a/PMM/overlays/images/raw/standard/Opus.png b/PMM/overlays/images/raw/standard/Opus.png new file mode 100644 index 0000000..b0ebec4 Binary files /dev/null and b/PMM/overlays/images/raw/standard/Opus.png differ diff --git a/PMM/overlays/images/raw/standard/PCM.png b/PMM/overlays/images/raw/standard/PCM.png new file mode 100644 index 0000000..6cf2d48 Binary files /dev/null and b/PMM/overlays/images/raw/standard/PCM.png differ diff --git a/PMM/overlays/images/raw/versions.png b/PMM/overlays/images/raw/versions.png new file mode 100644 index 0000000..a58aac9 Binary files /dev/null and b/PMM/overlays/images/raw/versions.png differ diff --git a/PMM/overlays/images/standard/AAC.png b/PMM/overlays/images/standard/AAC.png new file mode 100644 index 0000000..3ebe078 Binary files /dev/null and b/PMM/overlays/images/standard/AAC.png differ diff --git a/PMM/overlays/images/standard/Atmos.png b/PMM/overlays/images/standard/Atmos.png new file mode 100644 index 0000000..01b7f64 Binary files /dev/null and b/PMM/overlays/images/standard/Atmos.png differ diff --git a/PMM/overlays/images/standard/DTS-ES.png b/PMM/overlays/images/standard/DTS-ES.png new file mode 100644 index 0000000..63fd2f8 Binary files /dev/null and b/PMM/overlays/images/standard/DTS-ES.png differ diff --git a/PMM/overlays/images/standard/DTS-HD-HRA.png b/PMM/overlays/images/standard/DTS-HD-HRA.png new file mode 100644 index 0000000..6c89cfe Binary files /dev/null and b/PMM/overlays/images/standard/DTS-HD-HRA.png differ diff --git a/PMM/overlays/images/standard/DTS-HD-MA.png b/PMM/overlays/images/standard/DTS-HD-MA.png new file mode 100644 index 0000000..5fc266d Binary files /dev/null and b/PMM/overlays/images/standard/DTS-HD-MA.png differ diff --git a/PMM/overlays/images/standard/DTS-X.png b/PMM/overlays/images/standard/DTS-X.png new file mode 100644 index 0000000..bab2965 Binary files /dev/null and b/PMM/overlays/images/standard/DTS-X.png differ diff --git a/PMM/overlays/images/standard/DTS.png b/PMM/overlays/images/standard/DTS.png new file mode 100644 index 0000000..294cad4 Binary files /dev/null and b/PMM/overlays/images/standard/DTS.png differ diff --git a/PMM/overlays/images/standard/Dolby-Atmos.png b/PMM/overlays/images/standard/Dolby-Atmos.png new file mode 100644 index 0000000..a133908 Binary files /dev/null and b/PMM/overlays/images/standard/Dolby-Atmos.png differ diff --git a/PMM/overlays/images/standard/Dolby-Digital-Plus-Atmos.png b/PMM/overlays/images/standard/Dolby-Digital-Plus-Atmos.png new file mode 100644 index 0000000..0434d06 Binary files /dev/null and b/PMM/overlays/images/standard/Dolby-Digital-Plus-Atmos.png differ diff --git a/PMM/overlays/images/standard/Dolby-Digital-Plus.png b/PMM/overlays/images/standard/Dolby-Digital-Plus.png new file mode 100644 index 0000000..b4103a1 Binary files /dev/null and b/PMM/overlays/images/standard/Dolby-Digital-Plus.png differ diff --git a/PMM/overlays/images/standard/Dolby-Digital.png b/PMM/overlays/images/standard/Dolby-Digital.png new file mode 100644 index 0000000..7ea2829 Binary files /dev/null and b/PMM/overlays/images/standard/Dolby-Digital.png differ diff --git a/PMM/overlays/images/standard/Dolby-TrueHD-Atmos.png b/PMM/overlays/images/standard/Dolby-TrueHD-Atmos.png new file mode 100644 index 0000000..992ac58 Binary files /dev/null and b/PMM/overlays/images/standard/Dolby-TrueHD-Atmos.png differ diff --git a/PMM/overlays/images/standard/Dolby-TrueHD.png b/PMM/overlays/images/standard/Dolby-TrueHD.png new file mode 100644 index 0000000..bc46347 Binary files /dev/null and b/PMM/overlays/images/standard/Dolby-TrueHD.png differ diff --git a/PMM/overlays/images/standard/FLAC.png b/PMM/overlays/images/standard/FLAC.png new file mode 100644 index 0000000..50a144a Binary files /dev/null and b/PMM/overlays/images/standard/FLAC.png differ diff --git a/PMM/overlays/images/standard/MP3.png b/PMM/overlays/images/standard/MP3.png new file mode 100644 index 0000000..c694d23 Binary files /dev/null and b/PMM/overlays/images/standard/MP3.png differ diff --git a/PMM/overlays/images/standard/Opus.png b/PMM/overlays/images/standard/Opus.png new file mode 100644 index 0000000..21791c7 Binary files /dev/null and b/PMM/overlays/images/standard/Opus.png differ diff --git a/PMM/overlays/images/standard/PCM.png b/PMM/overlays/images/standard/PCM.png new file mode 100644 index 0000000..8a916cf Binary files /dev/null and b/PMM/overlays/images/standard/PCM.png differ diff --git a/PMM/overlays/imdb_top_250.yml b/PMM/overlays/imdb_top_250.yml new file mode 100644 index 0000000..6292e60 --- /dev/null +++ b/PMM/overlays/imdb_top_250.yml @@ -0,0 +1,38 @@ +############################################################# +# IMDb Top 250 Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Call this from your config.yml (Movie or Show): # +# overlay_path: # +# - git: PMM/overlays/imdb_top_250 # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the weight for the overlay # +# weight: 30 # +############################################################# + +templates: + IMDbTop250: + optional: + - overlay_level + default: + overlay: <<overlay_name>> + weight: 30 + imdb_chart: top_<<library_type>>s + overlay: + name: <<overlay_name>> + git: PMM/overlays/images/<<overlay>> + group: ribbon + weight: <<weight>> + horizontal_offset: 0 + horizontal_align: right + vertical_offset: 0 + vertical_align: bottom + +overlays: + + IMDB-Top-250: + template: + - name: IMDbTop250 diff --git a/PMM/overlays/mc_must_see.yml b/PMM/overlays/mc_must_see.yml new file mode 100644 index 0000000..07e2e1c --- /dev/null +++ b/PMM/overlays/mc_must_see.yml @@ -0,0 +1,59 @@ +############################################################# +# Metacritic Must See Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Call this from your config.yml (Movie or Show): # +# overlay_path: # +# - git: PMM/overlays/mc_must_see # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the weight for the overlay # +# weight: 10 # +############################################################# + +templates: + MCMustSeeMovies: + optional: + - overlay_level + mdblist_list: https://mdblist.com/lists/plexmetamanager/metacriticmustseemovies + default: + overlay: <<overlay_name>> + weight: 10 + overlay: + name: <<overlay_name>> + git: PMM/overlays/images/<<overlay>> + group: ribbon + weight: <<weight>> + horizontal_offset: 0 + horizontal_align: right + vertical_offset: 0 + vertical_align: bottom + + MCMustSeeShows: + optional: + - overlay_level + mdblist_list: https://mdblist.com/lists/plexmetamanager/metacriticmustseeshows + default: + overlay: <<overlay_name>> + weight: 10 + overlay: + name: <<overlay_name>> + git: PMM/overlays/images/<<overlay>> + group: ribbon + weight: <<weight>> + horizontal_offset: 0 + horizontal_align: right + vertical_offset: 0 + vertical_align: bottom + +overlays: + + MC-Must-See-Movies-Ribbon: + template: + - name: MCMustSeeMovies + + MC-Must-See-Shows-Ribbon: + template: + - name: MCMustSeeShows diff --git a/PMM/overlays/mediastinger.yml b/PMM/overlays/mediastinger.yml new file mode 100644 index 0000000..733d4d7 --- /dev/null +++ b/PMM/overlays/mediastinger.yml @@ -0,0 +1,63 @@ +############################################################# +# Mediastinger Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Call this from your config.yml (Movie or Show): # +# overlay_path: # +# - git: PMM/overlays/mediastinger # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 200 # +# # Set the horizontal align for the overlay # +# horizontal_align: right # +# # Set the vertical offset for the overlay # +# vertical_offset: 15 # +# # Set the vertical align for the overlay # +# vertical_align: top # +# # Set the back color for the overlay # +# back_color: "#00000099" # +# # Set the back radius for the overlay # +# back_radius: 30 # +# # Set the back width for the overlay # +# back_width: 105 # +# # Set the back height for the overlay # +# back_height: 105 # +############################################################# + +templates: + Mediastinger overlay: + optional: + - overlay_level + default: + overlay: <<overlay_name>> + horizontal_offset: 200 + horizontal_align: right + vertical_offset: 15 + vertical_align: top + back_color: "#00000099" + back_radius: 30 + back_width: 105 + back_height: 105 + collection_level: <<overlay_level>> + overlay: + name: <<overlay_name>> + git: PMM/overlays/images/raw/<<overlay>> + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + back_color: <<back_color>> + back_radius: <<back_radius>> + back_width: <<back_width>> + back_height: <<back_height>> + +overlays: + Mediastinger: + template: + - name: Mediastinger overlay + plex_all: true + filters: + tmdb_keyword: aftercreditsstinger, duringcreditsstinger diff --git a/PMM/overlays/oscars.yml b/PMM/overlays/oscars.yml new file mode 100644 index 0000000..435e4b4 --- /dev/null +++ b/PMM/overlays/oscars.yml @@ -0,0 +1,38 @@ +############################################################# +# Oscars Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Call this from your config.yml (Movie): # +# overlay_path: # +# - git: PMM/overlays/oscars # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the weight for the overlay # +# weight: 40 # +############################################################# + +templates: + Oscars: + optional: + - overlay_level + default: + overlay: <<overlay_name>> + weight: 40 + imdb_list: https://www.imdb.com/search/title/?groups=best_picture_winner + overlay: + name: <<overlay_name>> + git: PMM/overlays/images/<<overlay>> + group: ribbon + weight: <<weight>> + horizontal_offset: 0 + horizontal_align: right + vertical_offset: 0 + vertical_align: bottom + +overlays: + + Oscars-Ribbon: + template: + - name: Oscars diff --git a/PMM/overlays/ratings.yml b/PMM/overlays/ratings.yml new file mode 100644 index 0000000..28977a6 --- /dev/null +++ b/PMM/overlays/ratings.yml @@ -0,0 +1,553 @@ +############################################################# +# Ratings Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Call this from your config.yml (Movie or Show): # +# If nothing is specified nothing will show up at least # +# one rating# must be set # +# # +# overlay_path: # +# - git: PMM/overlays/ratings # +# template_variables: # +# # +# # Set rating type for rating1, rating2, and/or # +# rating3 # +# # Rating Types: critic, audience, user # +# # +# rating1: critic # +# rating2: audience # +# rating3: user # +# # +# # Set rating image for rating1, rating2, and/or # +# rating3 # +# # Rating Images: anidb, imdb, letterboxd, tmdb, # +# metacritic, rt_popcorn, rt_tomato, trakt, # +# mal # +# # +# rating1_image: imdb # +# rating2_image: rt_popcorn # +# rating3_image: tmdb # +# # +# # Sets the position to display the ratings # +# # horizontal_position: left, right, center # +# # vertical_position: top, bottom, center # +# # +# horizontal_position: left # +# vertical_position: center # +# # +# # Sets the alignment to display the ratings # +# # rating_alignment: horizontal, vertical # +# # +# rating_alignment: vertical # +# # +# # Set as 'episode' to overlay episodes # +# # +# overlay_level: # +# # +# Movies: # +# overlay_path: # +# - git: PMM/overlays/ratings # +# template_variables: # +# rating1: critic # +# rating2: audience # +# rating3: user # +# rating1_image: imdb # +# rating2_image: rt_popcorn # +# rating3_image: tmdb # +# operations: # +# mass_critic_rating_update: imdb # +# mass_audience_rating_update: mdb_tomatoesaudience # +# mass_user_rating_update: tmdb # +# TV Shows: # +# overlay_path: # +# - git: PMM/overlays/ratings # +# template_variables: # +# rating1: critic # +# rating2: audience # +# rating3: user # +# rating1_image: imdb # +# rating2_image: rt_popcorn # +# rating3_image: tmdb # +# - git: PMM/overlays/ratings # +# template_variables: # +# rating1: critic # +# rating2: audience # +# rating1_image: imdb # +# rating2_image: tmdb # +# operations: # +# mass_critic_rating_update: imdb # +# mass_audience_rating_update: mdb_tomatoesaudience # +# mass_user_rating_update: tmdb # +# mass_episode_critic_rating_update: imdb # +# mass_episode_audience_rating_update: tmdb # +############################################################# + +templates: + Rating: + optional: + - overlay_level + default: + font: fonts/Inter-Bold.ttf + font_size: 63 + rating<<rating_num>>_font: <<font>> + rating<<rating_num>>_font_size: <<font_size>> + weight: 100 + side: left + horizontal_position: left + vertical_position: center + rating_alignment: vertical + rating<<rating_num>>: none + center_offset: 0 + standard_offset: 30 + v2_offset: 235 + v3_offset: 440 + cv2_offset: 105 + cv3_offset: 205 + h2_offset: 345 + h3_offset: 660 + ch2_offset: 160 + ch3_offset: 335 + conditionals: + mdblist_top: + conditions: + - image_level: Top + rating<<rating_num>>_image: rt_tomato + value: https://mdblist.com/lists/plexmetamanager/certifiedfresh<<library_type>>s + - image_level: Top + rating<<rating_num>>_image: metacritic + value: https://mdblist.com/lists/plexmetamanager/metacriticmustsee<<library_type>>s + imdb_top: + conditions: + - image_level: Top + rating<<rating_num>>_image: imdb + value: top_<<library_type>>s + run_this: + default: true + conditions: + - image_level: Top + rating<<rating_num>>_image: [anidb, letterboxd, rt_popcorn, mdblist, tmdb, trakt, mal] + value: false + - image_level: Top + overlay_level: episode + value: false + - rating<<rating_num>>: none + value: false + rating<<rating_num>>_style: + default: "" + conditions: + - rating<<rating_num>>_image: [rt_popcorn, rt_tomato, tmdb] + value: "%" + - rating<<rating_num>>_image: metacritic + value: "0" + image_extra: + default: "" + conditions: + - rating<<rating_num>>_image: [imdb, rt_tomato, metacritic] + image_level: Top + value: Top + - rating<<rating_num>>_image: [rt_popcorn, rt_tomato] + value: <<image_level>> + rating<<rating_num>>_image_url: + conditions: + - rating<<rating_num>>_image: anidb + value: Anidb + - rating<<rating_num>>_image: imdb + value: IMDb + - rating<<rating_num>>_image: letterboxd + value: Letterboxd + - rating<<rating_num>>_image: mdblist + value: MDBList + - rating<<rating_num>>_image: metacritic + value: Metacritic + - rating<<rating_num>>_image: rt_popcorn + value: RT-Aud- + - rating<<rating_num>>_image: rt_tomato + value: RT-Crit- + - rating<<rating_num>>_image: tmdb + value: TMDb + - rating<<rating_num>>_image: trakt + value: Trakt + - rating<<rating_num>>_image: mal + value: MAL + rating<<rating_num>>_horizontal_align: + default: left + conditions: + - horizontal_position: right + value: right + - horizontal_position: center + value: center + rating<<rating_num>>_vertical_align: + default: center + conditions: + - vertical_position: top + value: top + - vertical_position: bottom + value: bottom + rating1_horizontal_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: vertical + horizontal_position: center + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating2: none + rating3: none + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating2: none + value: -<<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating3: none + value: -<<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + value: -<<ch3_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating2: none + rating3: none + value: <<standard_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating2: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating3: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: right + value: <<h3_offset>> + rating1_vertical_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: horizontal + vertical_position: center + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating2: none + rating3: none + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating2: none + value: -<<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + rating3: none + value: -<<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + value: -<<cv3_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating2: none + rating3: none + value: <<standard_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating2: none + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating3: none + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: bottom + value: <<v3_offset>> + rating2_horizontal_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: vertical + horizontal_position: center + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating1: none + rating3: none + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating1: none + value: -<<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating3: none + value: -<<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + value: -<<center_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating1: none + rating3: none + value: <<standard_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating1: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating3: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: right + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: left + rating1: none + value: <<standard_offset>> + - rating_alignment: horizontal + horizontal_position: left + value: <<h2_offset>> + rating2_vertical_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: horizontal + vertical_position: center + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating1: none + rating3: none + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating1: none + value: -<<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + rating3: none + value: <<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating1: none + rating3: none + value: <<standard_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating1: none + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating3: none + value: <<standard_offset>> + - rating_alignment: vertical + vertical_position: bottom + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: top + rating1: none + value: <<standard_offset>> + - rating_alignment: vertical + vertical_position: top + value: <<v2_offset>> + rating3_horizontal_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: vertical + horizontal_position: center + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating1: none + rating2: none + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating1: none + value: <<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating2: none + value: <<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + value: <<ch3_offset>> + - rating_alignment: horizontal + horizontal_position: left + rating1: none + rating2: none + value: <<standard_offset>> + - rating_alignment: horizontal + horizontal_position: left + rating1: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: left + rating2: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: left + value: <<h3_offset>> + rating3_vertical_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: horizontal + vertical_position: center + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating1: none + rating2: none + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating1: none + value: <<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + rating2: none + value: <<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + value: <<cv3_offset>> + - rating_alignment: vertical + vertical_position: top + rating1: none + rating2: none + value: <<standard_offset>> + - rating_alignment: vertical + vertical_position: top + rating1: none + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: top + rating2: none + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: top + value: <<v3_offset>> + back_width: + default: 160 + conditions: + - rating_alignment: horizontal + value: 270 + back_height: + default: 160 + conditions: + - rating_alignment: horizontal + value: 80 + addon_position: + default: top + conditions: + - rating_alignment: horizontal + value: left + gte: + default: 0.0 + conditions: + - image_level: Fresh + value: 6.0 + lte: + default: 6.0 + conditions: + - image_level: Fresh + value: 10.0 + gsuffix: + conditions: + - rating<<rating_num>>: [critic, audience, user] + image_level: [Fresh, Rotten] + value: gte + lsuffix: + conditions: + - rating<<rating_num>>: [critic, audience, user] + image_level: Fresh + value: lte + - rating<<rating_num>>: [critic, audience, user] + image_level: Rotten + value: lt + plex_search: + all: + <<rating<<rating_num>>>>_rating.<<gsuffix>>: <<gte>> + <<rating<<rating_num>>>>_rating.<<lsuffix>>: <<lte>> + mdblist_list: <<mdblist_top>> + imdb_chart: <<imdb_top>> + collection_level: <<overlay_level>> + allowed_library_types: <<run_this>> + ignore_blank_results: true + overlay: + name: text(<<rating<<rating_num>>>>_rating<<rating<<rating_num>>_style>>) + horizontal_offset: <<rating<<rating_num>>_horizontal_offset>> + horizontal_align: <<rating<<rating_num>>_horizontal_align>> + vertical_offset: <<rating<<rating_num>>_vertical_offset>> + vertical_align: <<rating<<rating_num>>_vertical_align>> + group: rating<<rating_num>>_group + weight: <<weight>> + font: <<rating<<rating_num>>_font>> + font_size: <<rating<<rating_num>>_font_size>> + font_color: "#FFFFFF" + back_color: "#00000099" + back_radius: 30 + back_width: <<back_width>> + back_height: <<back_height>> + back_align: center + back_padding: 15 + git: PMM/overlays/images/raw/<<rating<<rating_num>>_image_url>><<image_extra>> + addon_position: <<addon_position>> + addon_offset: 15 + +overlays: + Rating1Rotten: + template: + name: Rating + rating_num: "1" + image_level: Rotten + + Rating1Fresh: + template: + name: Rating + rating_num: "1" + image_level: Fresh + + Rating1Top: + template: + name: Rating + weight: 110 + rating_num: "1" + image_level: Top + + Rating2Rotten: + template: + name: Rating + rating_num: "2" + image_level: Rotten + + Rating2Fresh: + template: + name: Rating + rating_num: "2" + image_level: Fresh + + Rating2Top: + template: + name: Rating + weight: 110 + rating_num: "2" + image_level: Top + + Rating3Rotten: + template: + name: Rating + rating_num: "3" + image_level: Rotten + + Rating3Fresh: + template: + name: Rating + rating_num: "3" + image_level: Fresh + + Rating3Top: + template: + name: Rating + weight: 110 + rating_num: "3" + image_level: Top \ No newline at end of file diff --git a/PMM/overlays/resolution.yml b/PMM/overlays/resolution.yml new file mode 100644 index 0000000..055dcee --- /dev/null +++ b/PMM/overlays/resolution.yml @@ -0,0 +1,263 @@ +############################################################# +# Resolution Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Designed for TRaSH Guides filename naming scheme # +# https://trash-guides.info/ # +# # +# Call this from your config.yml (Movie or Show): # +# If nothing is specified these are the defaults # +# # +# overlay_path: # +# - git: PMM/overlays/resolution # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 15 # +# # Set the horizontal align for the overlay # +# horizontal_align: left # +# # Set the vertical offset for the overlay # +# vertical_offset: 15 # +# # Set the vertical align for the overlay # +# vertical_align: top # +# # +# # Use the 4K overlay # +# use_4k: true # +# # Use the 1080P overlay # +# use_1080p: true # +# # Use the 720P overlay # +# use_720p: true # +# # Use the 576P overlay # +# use_576p: true # +# # Use the 480P overlay # +# use_480p: true # +# # Use the DV overlay # +# use_dv: true # +# # Use the HDR overlay # +# use_hdr: true # +############################################################# + +templates: + Resolution: + optional: + - overlay_level + - use_<<opt1>> + - use_<<opt2>> + default: + overlay: <<overlay_name>> + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 15 + vertical_align: top + collection_level: <<overlay_level>> + ignore_blank_results: true + allowed_library_types: + - <<use_<<opt1>>>> + - <<use_<<opt2>>>> + suppress_overlays: + - Directors-Cut + - Extended-Edition + - Uncut-Edition + - Unrated-Edition + - Special-Edition + - Final-Cut + - Anniversary-Edition + - Collectors-Edition + - International-Cut + - Theatrical-Cut + - Ultimate-Cut + - IMAX-E + - IMAX + - Remastered + - Criterion + overlay: + name: <<overlay_name>> + git: PMM/overlays/images/<<overlay>> + group: res + weight: <<weight>> + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + +overlays: + + 4K-DV: + template: + - name: Resolution + weight: 150 + opt1: 4k + opt2: dv + plex_search: + all: + resolution.regex: '(?i)2160|4k' + filters: + has_dolby_vision: true + + 4K-HDR: + template: + - name: Resolution + weight: 140 + opt1: 4k + opt2: hdr + plex_search: + all: + resolution.regex: '(?i)2160|4k' + hdr: true + + 4K: + template: + - name: Resolution + weight: 130 + opt1: 4k + plex_search: + any: + resolution.regex: '(?i)2160|4k' + + 1080P-DV: + template: + - name: Resolution + weight: 120 + opt1: 1080p + opt2: dv + plex_search: + all: + resolution.regex: '(?i)1080|2k' + filters: + has_dolby_vision: true + + 1080P-HDR: + template: + - name: Resolution + weight: 110 + opt1: 1080p + opt2: hdr + plex_search: + all: + resolution.regex: '(?i)1080|2k' + hdr: true + + 1080P: + template: + - name: Resolution + weight: 100 + opt1: 1080p + plex_search: + any: + resolution.regex: '(?i)1080|2k' + + 720P-DV: + template: + - name: Resolution + weight: 90 + opt1: 720p + opt2: dv + plex_search: + all: + resolution.regex: '(?i)720|hd' + filters: + has_dolby_vision: true + + 720P-HDR: + template: + - name: Resolution + weight: 80 + opt1: 720p + opt2: hdr + plex_search: + all: + resolution.regex: '(?i)720|hd' + hdr: true + + 720P: + template: + - name: Resolution + weight: 70 + opt1: 720p + plex_search: + any: + resolution.regex: '(?i)720|hd' + + 576P-DV: + template: + - name: Resolution + weight: 60 + opt1: 576p + opt2: dv + plex_search: + all: + resolution.regex: '(?i)576' + filters: + has_dolby_vision: true + + 576P-HDR: + template: + - name: Resolution + weight: 50 + opt1: 576p + opt2: hdr + plex_search: + all: + resolution.regex: '(?i)576' + hdr: true + + 576P: + template: + - name: Resolution + weight: 40 + opt1: 576p + plex_search: + any: + resolution.regex: '(?i)576' + + 480P-DV: + template: + - name: Resolution + weight: 30 + opt1: 480p + opt2: dv + plex_search: + all: + resolution.regex: '(?i)480|sd' + filters: + has_dolby_vision: true + + 480P-HDR: + template: + - name: Resolution + weight: 20 + opt1: 480p + opt2: hdr + plex_search: + all: + resolution.regex: '(?i)480|sd' + hdr: true + + 480P: + template: + - name: Resolution + weight: 10 + opt1: 480p + plex_search: + any: + resolution.regex: '(?i)480|sd' + + DV: + template: + - name: Resolution + weight: 5 + opt1: dv + plex_all: true + filters: + has_dolby_vision: true + + HDR: + template: + - name: Resolution + weight: 1 + opt1: hdr + plex_search: + all: + hdr: true diff --git a/PMM/overlays/rt_cert_fresh.yml b/PMM/overlays/rt_cert_fresh.yml new file mode 100644 index 0000000..a68c72b --- /dev/null +++ b/PMM/overlays/rt_cert_fresh.yml @@ -0,0 +1,38 @@ +############################################################# +# Rotten Tomatoes Certified Fresh Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Call this from your config.yml (Movie or Show): # +# overlay_path: # +# - git: PMM/overlays/rt_cert_fresh # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the weight for the overlay # +# weight: 20 # +############################################################# + +templates: + RTCertFresh: + optional: + - overlay_level + mdblist_list: https://mdblist.com/lists/plexmetamanager/certifiedfresh<<library_type>>s + default: + overlay: <<overlay_name>> + weight: 20 + overlay: + name: <<overlay_name>> + git: PMM/overlays/images/<<overlay>> + group: ribbon + weight: <<weight>> + horizontal_offset: 0 + horizontal_align: right + vertical_offset: 0 + vertical_align: bottom + +overlays: + + RT-Cert-Fresh-Ribbon: + template: + - name: RTCertFresh diff --git a/PMM/overlays/runtimes.yml b/PMM/overlays/runtimes.yml new file mode 100644 index 0000000..7748b27 --- /dev/null +++ b/PMM/overlays/runtimes.yml @@ -0,0 +1,72 @@ +############################################################# +# Episodes Runtime Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Call this from your config.yml (Show): # +# overlay_path: # +# - git: PMM/overlays/runtimes # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 15 # +# # Set the horizontal align for the overlay # +# horizontal_align: right # +# # Set the vertical offset for the overlay # +# vertical_offset: 30 # +# # Set the vertical align for the overlay # +# vertical_align: bottom # +# # Set the font for the overlay # +# font: fonts/Inter-Medium.ttf # +# # Set the font size for the overlay # +# font_size: 55 # +# # Set the font color for the overlay # +# font_color: "#FFFFFF" # +# # Set the back color for the overlay # +# back_color: "#00000099" # +# # Set the back radius for the overlay # +# back_radius: 30 # +# # Set the back width for the overlay # +# back_width: 600 # +# # Set the back height for the overlay # +# back_height: 105 # +############################################################# + +templates: + text_runtime_info: + optional: + - overlay_level + default: + overlay: <<overlay_name>> + horizontal_offset: 15 + horizontal_align: right + vertical_offset: 30 + vertical_align: bottom + font: fonts/Inter-Medium.ttf + font_size: 55 + font_color: "#FFFFFF" + back_color: "#00000099" + back_radius: 30 + back_width: 600 + back_height: 105 + collection_level: <<overlay_level>> + overlay: + name: "text(Runtime: <<runtimeH>>h <<runtimeM>>m)" + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + font: <<font>> + font_size: <<font_size>> + font_color: <<font_color>> + back_color: <<back_color>> + back_radius: <<back_radius>> + back_width: <<back_width>> + back_height: <<back_height>> + +overlays: + runtime_info: + template: + - name: text_runtime_info + plex_all: true diff --git a/PMM/overlays/special_release.yml b/PMM/overlays/special_release.yml new file mode 100644 index 0000000..6ec0b4f --- /dev/null +++ b/PMM/overlays/special_release.yml @@ -0,0 +1,508 @@ +############################################################# +# Special Release Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Designed for TRaSH Guides filename naming scheme # +# https://trash-guides.info/ # +# # +# Call this from your config.yml (Movie or Show): # +# If nothing is specified these are the defaults # +# # +# overlay_path: # +# - git: PMM/overlays/special_release # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 15 # +# # Set the horizontal align for the overlay # +# horizontal_align: left # +# # Set the vertical offset for the overlay # +# vertical_offset: 99 # +# # Set the vertical align for the overlay # +# vertical_align: top # +# # +# # Use the Director's Cut overlay # +# use_directorscut: true # +# # Use the Extended overlay # +# use_extended: true # +# # Use the Uncut overlay # +# use_uncut: true # +# # Use the Unrated overlay # +# use_unrated: true # +# # Use the Special overlay # +# use_special: true # +# # Use the Final Cut overlay # +# use_finalcut: true # +# # Use the Anniversary overlay # +# use_anniversary: true # +# # Use the Collectors overlay # +# use_collector: true # +# # Use the International overlay # +# use_international: true # +# # Use the Theatrical overlay # +# use_theatrical: true # +# # Use the Ultimate overlay # +# use_ultimate: true # +# # Use the IMAX-E overlay # +# use_enhanced: true # +# # Use the IMAX overlay # +# use_imax: true # +# # Use the Remastered overlay # +# use_remastered: true # +# # Use the Criterion overlay # +# use_criterion: true # +############################################################# + +templates: + Edition: + optional: + - overlay_level + - use_<<slug>> + default: + overlay: <<overlay_name>> + extra: '-Box' + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 15 + vertical_align: top + group: SpecialReleaseGroup + collection_level: <<overlay_level>> + allowed_library_types: <<use_<<slug>>>> + ignore_blank_results: true + overlay: + name: <<overlay>><<extra>> + git: PMM/overlays/images/<<overlay>><<extra>> + group: <<group>> + weight: <<weight>> + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + +overlays: + Directors-Cut: + template: + - name: Edition + weight: 150 + slug: directorscut + overlay: Directors-Cut + suppress_overlays: + - Directors-Cut-Dovetail + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\b(Director|Directors)\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\b(Director|Directors)\b' # Original TRaSH naming + + Directors-Cut-Dovetail: + template: + - name: Edition + weight: 150 + slug: directorscut + extra: '' + vertical_offset: 99 + group: Dovetail + overlay: Directors-Cut + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\b(Director|Directors)\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\b(Director|Directors)\b' # Original TRaSH naming + + Extended-Edition: + template: + - name: Edition + weight: 140 + slug: extended + overlay: Extended-Edition + suppress_overlays: + - Extended-Edition-Dovetail + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bExtended\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bExtended\b' # Original TRaSH naming + + Extended-Edition-Dovetail: + template: + - name: Edition + weight: 140 + slug: extended + extra: '' + vertical_offset: 99 + group: Dovetail + overlay: Extended-Edition + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bExtended\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bExtended\b' # Original TRaSH naming + + Uncut-Edition: + template: + - name: Edition + weight: 130 + slug: uncut + overlay: Uncut-Edition + suppress_overlays: + - Uncut-Edition-Dovetail + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bUncut\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bUncut\b' # Original TRaSH naming + + Uncut-Edition-Dovetail: + template: + - name: Edition + weight: 130 + slug: uncut + extra: '' + vertical_offset: 99 + group: Dovetail + overlay: Uncut-Edition + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bUncut\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bUncut\b' # Original TRaSH naming + + Unrated-Edition: + template: + - name: Edition + weight: 120 + slug: unrated + overlay: Unrated-Edition + suppress_overlays: + - Unrated-Edition-Dovetail + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bUnrated\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bUnrated\b' # Original TRaSH naming + + Unrated-Edition-Dovetail: + template: + - name: Edition + weight: 120 + slug: unrated + extra: '' + vertical_offset: 99 + group: Dovetail + overlay: Unrated-Edition + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bUnrated\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bUnrated\b' # Original TRaSH naming + + Special-Edition: + template: + - name: Edition + weight: 110 + slug: special + overlay: Special-Edition + suppress_overlays: + - Special-Edition-Dovetail + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bSpecial\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bSpecial\b' # Original TRaSH naming + + Special-Edition-Dovetail: + template: + - name: Edition + weight: 110 + slug: special + extra: '' + vertical_offset: 99 + group: Dovetail + overlay: Special-Edition + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bSpecial\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bSpecial\b' # Original TRaSH naming + + Final-Cut: + template: + - name: Edition + weight: 100 + slug: finalcut + overlay: Final-Cut + suppress_overlays: + - Final-Cut-Dovetail + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bFinal\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bFinal\b' # Original TRaSH naming + + Final-Cut-Dovetail: + template: + - name: Edition + weight: 100 + slug: finalcut + extra: '' + vertical_offset: 99 + group: Dovetail + overlay: Final-Cut + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bFinal\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bFinal\b' # Original TRaSH naming + + Anniversary-Edition: + template: + - name: Edition + weight: 90 + slug: anniversary + overlay: Anniversary-Edition + suppress_overlays: + - Anniversary-Edition-Dovetail + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bAnniversary\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bAnniversary\b' # Original TRaSH naming + + Anniversary-Edition-Dovetail: + template: + - name: Edition + weight: 90 + slug: anniversary + extra: '' + vertical_offset: 99 + group: Dovetail + overlay: Anniversary-Edition + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bAnniversary\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bAnniversary\b' # Original TRaSH naming + + Collectors-Edition: + template: + - name: Edition + weight: 80 + slug: collector + overlay: Collectors-Edition + suppress_overlays: + - Collectors-Edition-Dovetail + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\b(Collector|Collectors)\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\b(Collector|Collectors)\b' # Original TRaSH naming + + Collectors-Edition-Dovetail: + template: + - name: Edition + weight: 80 + slug: collector + extra: '' + vertical_offset: 99 + group: Dovetail + overlay: Collectors-Edition + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\b(Collector|Collectors)\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\b(Collector|Collectors)\b' # Original TRaSH naming + + International-Cut: + template: + - name: Edition + weight: 70 + slug: international + overlay: International-Cut + suppress_overlays: + - International-Cut-Dovetail + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bInternational\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bInternational\b' # Original TRaSH naming + + International-Cut-Dovetail: + template: + - name: Edition + weight: 70 + slug: international + extra: '' + vertical_offset: 99 + group: Dovetail + overlay: International-Cut + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bInternational\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bInternational\b' # Original TRaSH naming + + Theatrical-Cut: + template: + - name: Edition + weight: 60 + slug: theatrical + overlay: Theatrical-Cut + suppress_overlays: + - Theatrical-Cut-Dovetail + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bTheatrical\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bTheatrical\b' # Original TRaSH naming + + Theatrical-Cut-Dovetail: + template: + - name: Edition + weight: 60 + slug: theatrical + extra: '' + vertical_offset: 99 + group: Dovetail + overlay: Theatrical-Cut + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bTheatrical\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bTheatrical\b' # Original TRaSH naming + + Ultimate-Cut: + template: + - name: Edition + weight: 50 + slug: Ultimate + overlay: Ultimate-Cut + suppress_overlays: + - Ultimate-Cut-Dovetail + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bUltimate\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bUltimate\b' # Original TRaSH naming + + Ultimate-Cut-Dovetail: + template: + - name: Edition + weight: 50 + slug: Ultimate + extra: '' + vertical_offset: 99 + group: Dovetail + overlay: Ultimate-Cut + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\bUltimate\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)\bUltimate\b' # Original TRaSH naming + IMAX-E: + template: + - name: Edition + weight: 40 + slug: enhanced + overlay: IMAX-E + suppress_overlays: + - IMAX-E-Dovetail + plex_all: true + filters: + filepath.regex: '(?i)\bIMAX Enhanced\b|^(?=.*(DSNP|Disney\+|CORE(?=[ ._-]web[ ._-]?(dl|rip)\b)|\bBC(?=[ ._-]web[ ._-]?(dl|rip)\b)|IMAX[- .]Enhanced)\b)(?=.*\b(IMAX|IMAX[- .]Enhanced)\b).*' + + IMAX-E-Dovetail: + template: + - name: Edition + weight: 40 + slug: enhanced + extra: '' + vertical_offset: 99 + group: Dovetail + overlay: IMAX-E + plex_all: true + filters: + filepath.regex: '(?i)\bIMAX Enhanced\b|^(?=.*(DSNP|Disney\+|CORE(?=[ ._-]web[ ._-]?(dl|rip)\b)|\bBC(?=[ ._-]web[ ._-]?(dl|rip)\b)|IMAX[- .]Enhanced)\b)(?=.*\b(IMAX|IMAX[- .]Enhanced)\b).*' + + IMAX: + template: + - name: Edition + weight: 30 + slug: imax + overlay: IMAX + suppress_overlays: + - IMAX-Dovetail + plex_all: true + filters: + filepath.regex: '(?i)\bIMAX\b' + + IMAX-Dovetail: + template: + - name: Edition + weight: 30 + slug: imax + extra: '' + vertical_offset: 99 + group: Dovetail + overlay: IMAX + plex_all: true + filters: + filepath.regex: '(?i)\bIMAX\b' + + Remastered: + template: + - name: Edition + weight: 20 + slug: remastered + overlay: Remastered + suppress_overlays: + - Remastered-Dovetail + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\b(Remaster|Remastered|4k Remaster|4k Remastered)\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)(?i)\b(Remaster|Remastered|4k Remaster|4k Remastered)\b' # Original TRaSH naming + + Remastered-Dovetail: + template: + - name: Edition + weight: 20 + slug: remastered + extra: '' + vertical_offset: 99 + group: Dovetail + overlay: Remastered + plex_all: true + filters: + filepath.regex: + - 'edition-(?i)\b(Remaster|Remastered|4k Remaster|4k Remastered)\b' # New TRaSH naming + - '(?<=[0-9]{4}[)}>\]]\s)(?i)\b(Remaster|Remastered|4k Remaster|4k Remastered)\b' # Original TRaSH naming + + Criterion: + template: + - name: Edition + weight: 10 + slug: criterion + suppress_overlays: + - Criterion-Dovetail + plex_all: true + filters: + filepath.regex: + - '(?i)Criterion' + - '(?i)\[CC\]' + + Criterion-Dovetail: + template: + - name: Edition + weight: 10 + slug: criterion + extra: '' + vertical_offset: 99 + group: Dovetail + overlay: Criterion + plex_all: true + filters: + filepath.regex: + - '(?i)Criterion' + - '(?i)\[CC\]' diff --git a/PMM/overlays/streaming.yml b/PMM/overlays/streaming.yml new file mode 100644 index 0000000..f74daa3 --- /dev/null +++ b/PMM/overlays/streaming.yml @@ -0,0 +1,135 @@ +############################################################# +# Streaming Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Call this from your config.yml (Movie or Show): # +# If nothing is specified these are the defaults # +# # +# overlay_path: # +# - git: PMM/overlays/streaming # +# template_variables: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 15 # +# # Set the horizontal align for the overlay # +# horizontal_align: left # +# # Set the vertical offset for the overlay # +# vertical_offset: 150 # +# # Set the vertical align for the overlay # +# vertical_align: bottom # +# # Set the back color for the overlay # +# back_color: "#00000099" # +# # Set the back radius for the overlay # +# back_radius: 30 # +# # Set the back width for the overlay # +# back_width: 305 # +# # Set the back height for the overlay # +# back_height: 105 # +# # +# # Use the Amazon overlay # +# use_amazon: true # +# # Use the AppleTV overlay # +# use_appletv: true # +# # Use the Disney overlay # +# use_disney: true # +# # Use the HBO-Max overlay # +# use_hbomax: true # +# # Use the Hulu overlay # +# use_hulu: true # +# # Use the Netflix overlay # +# use_netflix: true # +# # Use the Paramount overlay # +# use_paramount: true # +# # Use the Peacock overlay # +# use_peacock: true # +# # Use the YouTube overlay # +# use_youtube: true # +############################################################# + +templates: + Streaming: + optional: + - overlay_level + - use_<<slug>> + default: + overlay: <<overlay_name>> + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 150 + vertical_align: bottom + back_color: "#00000099" + back_radius: 30 + back_width: 305 + back_height: 105 + allowed_library_types: <<use_<<slug>>>> + ignore_blank_results: true + overlay: + name: <<overlay_name>> + git: PMM/overlays/images/raw/<<overlay>> + group: streaming + weight: <<weight>> + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + back_color: <<back_color>> + back_radius: <<back_radius>> + back_width: <<back_width>> + back_height: <<back_height>> + mdblist_list: https://mdblist.com/lists/plexmetamanager/<<slug>>-<<library_type>>s + +overlays: + + Netflix: + template: + - name: Streaming + weight: 200 + slug: netflix + + Amazon: + template: + - name: Streaming + weight: 190 + slug: amazon + + Disney: + template: + - name: Streaming + weight: 180 + slug: disney + + HBO-Max: + template: + - name: Streaming + weight: 170 + slug: hbomax + + YouTube: + template: + - name: Streaming + weight: 160 + slug: youtube + + Hulu: + template: + - name: Streaming + weight: 150 + slug: hulu + + Paramount: + template: + - name: Streaming + weight: 140 + slug: paramount + + AppleTV: + template: + - name: Streaming + weight: 130 + slug: appletv + + Peacock: + template: + - name: Streaming + weight: 120 + slug: peacock diff --git a/PMM/overlays/versions.yml b/PMM/overlays/versions.yml new file mode 100644 index 0000000..c1b08b0 --- /dev/null +++ b/PMM/overlays/versions.yml @@ -0,0 +1,69 @@ +############################################################# +# Versions Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Call this from your config.yml (Movie or Show): # +# overlay_path: # +# - git: PMM/overlays/versions # +# template_variables: # +# # Set episode or season or show to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 15 # +# # Set the horizontal align for the overlay # +# horizontal_align: right # +# # Set the vertical offset for the overlay # +# vertical_offset: 390 # +# # Set the vertical align for the overlay # +# vertical_align: bottom # +# # Set the back color for the overlay # +# back_color: "#00000099" # +# # Set the back radius for the overlay # +# back_radius: 30 # +# # Set the back width for the overlay # +# back_width: 105 # +# # Set the back height for the overlay # +# back_height: 105 # +############################################################# + +templates: + Versions: + conditionals: + version_style: + default: "duplicate" + conditions: + - overlay_level: ['show', 'season', 'episode'] + value: "episode_duplicate" + plex_search: + all: + <<version_style>>: true + optional: + - overlay_level + default: + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 390 + vertical_align: bottom + back_color: "#00000099" + back_radius: 30 + back_width: 105 + back_height: 105 + collection_level: <<overlay_level>> + ignore_blank_results: true + overlay: + name: versions + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + back_color: <<back_color>> + back_radius: <<back_radius>> + back_width: <<back_width>> + back_height: <<back_height>> + git: PMM/overlays/images/raw/versions + +overlays: + Duplicate Versions: + template: + - name: Versions \ No newline at end of file diff --git a/PMM/overlays/video_format.yml b/PMM/overlays/video_format.yml new file mode 100644 index 0000000..088bf20 --- /dev/null +++ b/PMM/overlays/video_format.yml @@ -0,0 +1,145 @@ +############################################################# +# Video Format Overlays # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Designed for TRaSH Guides filename naming scheme # +# https://trash-guides.info/ # +# # +# Call this from your config.yml (Movie or Show): # +# If nothing is specified these are the defaults # +# # +# overlay_path: # +# - git: PMM/overlays/video_format # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 15 # +# # Set the horizontal align for the overlay # +# horizontal_align: left # +# # Set the vertical offset for the overlay # +# vertical_offset: 30 # +# # Set the vertical align for the overlay # +# vertical_align: bottom # +# # Set the font for the overlay # +# font: fonts/Inter-Medium.ttf # +# # Set the font size for the overlay # +# font_size: 55 # +# # Set the font color for the overlay # +# font_color: "#FFFFFF" # +# # Set the back color for the overlay # +# back_color: "#00000099" # +# # Set the back radius for the overlay # +# back_radius: 30 # +# # Set the back width for the overlay # +# back_width: 305 # +# # Set the back height for the overlay # +# back_height: 105 # +# # +# # Use the Remux overlay # +# use_remux: true # +# # Use the Blu-Ray overlay # +# use_bluray: true # +# # Use the WEB overlay # +# use_web: true # +# # Use the HDTV overlay # +# use_hdtv: true # +# # Use the DVD overlay # +# use_dvd: true # +# # Use the SDTV overlay # +# use_sdtv: true # +############################################################# + +templates: + VideoFormat: + optional: + - overlay_level + - use_<<slug>> + default: + overlay: <<overlay_name>> + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 30 + vertical_align: bottom + font: fonts/Inter-Medium.ttf + font_size: 55 + font_color: "#FFFFFF" + back_color: "#00000099" + back_radius: 30 + back_width: 305 + back_height: 105 + collection_level: <<overlay_level>> + allowed_library_types: <<use_<<slug>>>> + ignore_blank_results: true + overlay: + name: text(<<overlay_name>>) + group: quality + weight: <<weight>> + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + font: <<font>> + font_size: <<font_size>> + font_color: <<font_color>> + back_color: <<back_color>> + back_radius: <<back_radius>> + back_width: <<back_width>> + back_height: <<back_height>> + +overlays: + + REMUX: + template: + - name: VideoFormat + weight: 50 + slug: remux + plex_all: true + filters: + filepath.regex: '(?i)\[Remux' + + BLU-RAY: + template: + - name: VideoFormat + weight: 40 + slug: bluray + plex_all: true + filters: + filepath.regex: '(?i)\[Blu[ ._-]?ray|\[BD|\[BR|\[HD[ ._-]?DVD' + + WEB: + template: + - name: VideoFormat + weight: 30 + slug: web + plex_all: true + filters: + filepath.regex: '(?i)Web[ ._-]?(dl|rip)' + + HDTV: + template: + - name: VideoFormat + weight: 20 + slug: hdtv + plex_all: true + filters: + filepath.regex: '(?i)HD[ ._-]?TV' + + DVD: + template: + - name: VideoFormat + weight: 10 + slug: dvd + plex_all: true + filters: + filepath.regex: '(?i)\[DVD' + + SDTV: + template: + - name: VideoFormat + weight: 5 + slug: sdtv + plex_all: true + filters: + filepath.regex: '(?i)SD[ ._-]?TV' diff --git a/PMM/playlist.yml b/PMM/playlist.yml new file mode 100644 index 0000000..5e2c083 --- /dev/null +++ b/PMM/playlist.yml @@ -0,0 +1,153 @@ +############################################################# +# Playlist # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# REQUIRES TRAKT AUTHENTICATION # +# https://metamanager.wiki/en/latest/config/trakt.html # +# # +# Use the libraries template variable to adjust the names # +# # +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# playlist_files: # +# - git: PMM/playlist # +# template_variables: # +# # Sets the names of the libraries to use # +# libraries: Movies, TV Shows # +# # +# # For each playlist use the "key" to set # +# # the options. # +# # Available collections # +# # KEY PLAYLIST # +# # arrow Arrowverse # +# # mcu Marvel Cinematic Universe # +# # dcau DC Animated Universe # +# # pokemon Pokémon # +# # startrek Star Trek # +# # starwars Star Wars # +# # clonewars Star Wars The Clone Wars # +# # xmen X-Men # +# # +# # Available options. Replace "key" with the # +# # desired playlist's key from the chart above. # +# # +# # Turn the playlist on/off # +# use_key: true # +# # Change the lists URL # +# url_key: https://trakt.tv/users/... # +# # Radarr Add Missing # +# radarr_add_missing_key: true # +# # Sonarr Add Missing # +# sonarr_add_missing_key: true # +# # Radarr Folder to add to # +# radarr_folder_key: # +# # Sonarr Folder to add to # +# sonarr_folder_key: # +# # Radarr Tag for missing items # +# radarr_tag_key: # +# # Sonarr Tag for missing items # +# sonarr_tag_key: # +# # Radarr Tag for existing items # +# item_radarr_tag_key: # +# # Sonarr Tag for existing items # +# item_sonarr_tag_key: # +############################################################# + +external_templates: + git: PMM/templates + +templates: + playlist: + default: + libraries: Movies, TV Shows + item_radarr_tag_<<key>>: <<item_radarr_tag>> + item_sonarr_tag_<<key>>: <<item_sonarr_tag>> + url_<<key>>: <<trakt_url>> + optional: + - use_<<key>> + - item_radarr_tag + - item_sonarr_tag + allowed_library_types: + - <<use_<<key>>>> + item_radarr_tag: <<item_radarr_tag_<<key>>>> + item_sonarr_tag: <<item_sonarr_tag_<<key>>>> + trakt_list: <<url_<<key>>>> + cache_builders: 1 + sync_to_users: all + sync_mode: sync + libraries: <<libraries>> + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/playlist/<<playlist_name_encoded>>.jpg + +playlists: + Arrowverse (Timeline Order): + variables: + key: arrow + template: + - name: playlist + trakt_url: https://trakt.tv/users/donxy/lists/arrowverse + - name: arr + summary: The Arrowverse is an American superhero media franchise and a shared universe that is centered on various interconnected television series based on DC Comics superhero characters, primarily airing on The CW as well as web series on CW Seed. + + Marvel Cinematic Universe (Timeline Order): + variables: + key: mcu + template: + - name: playlist + trakt_url: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe + - name: arr + summary: The Marvel Cinematic Universe (MCU) is a collection of movies and television series that tell a singular narrative related to Marvel characters, settings and stories. The MCU is a product from Disney and Marvel that brings us heroes from Black Panther and Doctor Strange to Spider-Man and Iron Man. + + DC Animated Universe (Timeline Order): + variables: + key: dcau + template: + - name: playlist + trakt_url: https://trakt.tv/users/donxy/lists/dc-animated-series-universe + - name: arr + summary: "The DC Animated Universe (DCAU) is a shared universe consisting primarily of superhero-based animated television series, produced by Warner Bros. Animation and based on characters that appear in American comic books published by DC Comics. The first TV series set in the DCAU was Batman: The Animated Series, which premiered in 1992; the last TV series was Justice League Unlimited, which ended its run in 2006." + + Pokémon (Timeline Order): + variables: + key: pokemon + template: + - name: playlist + trakt_url: https://trakt.tv/users/munch54/lists/pokemon-watching-order + - name: arr + summary: Ash Ketchum, his yellow pet Pikachu, and his human friends explore a world of powerful creatures. Ten-year-old Ash aspires to be the greatest Pokémon (pocket monster) trainer in the world. To do this, he enlists the help of many friends, and his own Pokémon, Pikachu. + + Star Trek (Timeline Order): + variables: + key: startrek + template: + - name: playlist + trakt_url: https://trakt.tv/users/pedrohcramos/lists/star-trek-timeline + - name: arr + summary: Few film franchises have lasted as long as Star Trek. Through five decades and three different crews, the Star Trek films have saved more than a few worlds (and the whales), traveling through time more than once to do it. With them being set in so many different time periods, their actual chronological order might get a little confusing. No need to fret as this is the proper order… in linear time, anyway. On a quantum level is a whole other thing. + + Star Wars (Timeline Order): + variables: + key: starwars + template: + - name: playlist + trakt_url: https://trakt.tv/users/ruben_vw_/lists/star-wars-canon-timeline + - name: arr + summary: A long time ago in a galaxy far, far away, a farm boy on a desert planet dreamed of joining a rebellion and saving a princess from a dark lord, and thus, one of the most successful cinematic sagas of all time was born. What began with one space opera in 1977 quickly grew into a media empire that included toys, comic books, video games, TV series, and memorabilia in every possible form. Today, more than 40 years after it first arrived, Star Wars remains a global pop culture phenomenon, and the story still isn't over.  + + Star Wars The Clone Wars (Timeline Order): + variables: + key: clonewars + template: + - name: playlist + trakt_url: https://trakt.tv/users/tomfin46/lists/star-wars-the-clone-wars-chronological-episode-order + - name: arr + summary: As more star systems get swept into the Clone Wars, the valiant Jedi knights struggle to maintain order. Anakin Skywalker and his Padawan learner Ahsoka Tano embark on a mission that brings them face-to-face with Jabba the Hutt. Plotting against them is evil Count Dooku and his agent, Asajj Ventress, who would ensure that the Jedis fail. Meanwhile, Yoda and Obi-Wan Kenobi lead the clone army against the forces of the Dark Side. + + X-Men (Timeline Order): + variables: + key: xmen + template: + - name: playlist + trakt_url: https://trakt.tv/users/heyitsbea/lists/x-men + - name: arr + summary: The X-Men are a fictional team of superheroes appearing in American comic books published by Marvel Comics, first appearing in The X-Men Issue 1. Although initially cancelled in 1970, following its 1975 revival and subsequent direction under writer Chris Claremont, it became one of the most recognizable and successful franchises of Marvel Comics. diff --git a/PMM/resolution.yml b/PMM/resolution.yml new file mode 100644 index 0000000..0d5f1cb --- /dev/null +++ b/PMM/resolution.yml @@ -0,0 +1,65 @@ +############################################################# +# Dynamic Resolution Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/resolution # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 15 # +# # Radarr Tag for existing items # +# item_radarr_tag: # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 15 + +templates: + resolution_dynamic: + default: + sort_by: release.desc + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/resolution/<<key>>.jpg + smart_filter: + sort_by: <<sort_by>> + any: + resolution: <<value>> + +collections: + Resolution Collections: + template: + - name: separator + separator: resolution + +dynamic_collections: + Resolution: + type: resolution + title_format: <<key_name>> <<library_type>>s + template: + - resolution_dynamic + - shared + addons: + 1080: + - 2k + 480: + - 144 + - 240 + - 360 + - sd + - 576 + \ No newline at end of file diff --git a/PMM/resolution_standards.yml b/PMM/resolution_standards.yml new file mode 100644 index 0000000..bacba36 --- /dev/null +++ b/PMM/resolution_standards.yml @@ -0,0 +1,85 @@ +############################################################# +# Dynamic Resolution Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/resolution_standards # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Turn the other collection on/off # +# use_other: true # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 15 # +# # Radarr Tag for existing items # +# item_radarr_tag: # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 15 + +templates: + resolution_dynamic: + default: + sort_by: release.desc + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/resolution/standards/<<key>>.jpg + smart_filter: + sort_by: <<sort_by>> + any: + resolution: <<value>> + +collections: + Resolution Collections: + template: + - name: separator + separator: resolution + +dynamic_collections: + Resolution Standards: + type: resolution + title_format: <<key_name>> <<library_type>>s + other_name: Other Resolutions + template: + - resolution_dynamic + - shared + other_template: + - other_collection + - resolution_dynamic + - shared + include: + - 480 + - 720 + - 1080 + - 4k + - 8k + addons: + 480: + - 144 + - 240 + - 360 + - 576 + - sd + 1080: + - 2k + 4k: + - 8k + title_override: + 480: SD + 720: HD Ready + 1080: Full HD + 4k: Ultra HD + \ No newline at end of file diff --git a/PMM/show/content_rating_us.yml b/PMM/show/content_rating_us.yml new file mode 100644 index 0000000..984d6bb --- /dev/null +++ b/PMM/show/content_rating_us.yml @@ -0,0 +1,108 @@ +############################################################# +# Dynamic US TV Content Rating Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Show only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/show/content_rating_us # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Turn the other collection on/off # +# use_other: true # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 14 # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 14 + +templates: + content_rating_dynamic: + default: + sort_by: release.desc + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/content_rating/us/<<key_name>>.jpg + smart_filter: + sort_by: <<sort_by>> + any: + content_rating: <<value>> + + other: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/content_rating/other.jpg + +collections: + Ratings Collections: + template: + - name: separator + separator: content_rating + +dynamic_collections: + US Show Content Rating: + type: content_rating + title_format: <<key_name>> + other_name: Other Ratings + template: + - content_rating_dynamic + - shared + other_template: + - other + - other_collection + - content_rating_dynamic + - shared + include: + - TV-G + - TV-Y + - TV-PG + - TV-14 + - TV-MA + - NR + addons: + TV-G: + - gb/U + - gb/0+ + - U + - G + TV-Y: + - TV-Y7 + - TV-Y7-FV + TV-PG: + - gb/PG + - gb/9+ + TV-14: + - gb/12A + - 12+ + - PG-13 + - TV-13 + - gb/14+ + - gb/15 + TV-MA: + - 18 + - gb/18 + - MA-17 + - NC-17 + - R + - TVMA + NR: + - Approved + - N/A + - NOT RATED + - Not Rated + - gb/NR + - Unrated + - gb/Not Rated + - gb/Rejected + - gb/Unrated + - None diff --git a/PMM/show/country.yml b/PMM/show/country.yml new file mode 100644 index 0000000..f929702 --- /dev/null +++ b/PMM/show/country.yml @@ -0,0 +1,296 @@ +############################################################# +# Dynamic Country Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Artwork Credit to Duhniel # +############################################################# +# Call this from your config.yml (Show only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/show/country # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Turn the other collection on/off # +# use_other: true # +# # Sets the style of posters: color or white # +# style: white # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "09" # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "09" + +templates: + country_tv_dynamic: + default: + sort_by: release.desc + style: white + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/country/<<style>>/<<key_name_encoded>>.jpg + collection_order: <<sort_by>> + plex_all: true + filters: + origin_country: <<value>> + +collections: + Country Collections: + template: + - name: separator + separator: country + +dynamic_collections: + TMDb Country Color: + type: origin_country + title_format: <<key_name>> + other_name: Other Countries + template: + - country_tv_dynamic + - shared + other_template: + - other_collection + - country_tv_dynamic + - shared + include: + # - af # Afghanistan + # - ax # Åland Islands + # - al # Albania + # - dz # Algeria + # - ad # Andorra + # - ao # Angola + # - ai # Anguilla + # - aq # Antarctica + # - ag # Antigua + - ar # Argentina + # - am # Armenia + # - aw # Aruba + - au # Australia + - at # Austria + # - az # Azerbaijan + - bs # Bahamas + # - bh # Bahrain + # - bd # Bangladesh + # - bb # Barbados + # - by # Belarus + - be # Belgium + # - bz # Belize + # - bj # Benin + # - bm # Bermuda + # - bt # Bhutan + # - bo # Bolivia + # - bq # Bonaire + # - ba # Bosnia and Herzegovina + # - bw # Botswana + # - bv # Bouvet Island + - br # Brazil + # - bn # Brunei + - bg # Bulgaria + # - bf # Burkina Faso + # - bi # Burundi + # - cv # Cabo Verde + # - kh # Cambodia + # - cm # Cameroon + - ca # Canada + # - ky # Cayman Islands + # - cf # Central African Republic + # - td # Chad + - cl # Chile + - cn # China + # - cx # Christmas Island + # - cc # Cocos (Keeling) Islands + # - co # Colombia + # - km # Comoros + # - cg # Congo + # - ck # Cook Islands + - cr # Costa Rica + # - ci # Côte d'Ivoire + - hr # Croatia + # - cu # Cuba + # - cw # Curaçao + # - cy # Cyprus + - cz # Czech Republic + - dk # Denmark + # - dj # Djibouti + # - dm # Dominica + - do # Dominican Republic + # - ec # Ecuador + - eg # Egypt + # - sv # El Salvador + # - gq # Equatorial Guinea + # - er # Eritrea + - ee # Estonia + # - sz # Eswatini + # - et # Ethiopia + # - fk # Falkland Islands + # - fo # Faroe Islands + # - fj # Fiji + - fi # Finland + - fr # France + # - gf # French Guiana + # - pf # French Polynesia + # - ga # Gabon + # - gm # Gambia + # - ge # Georgia + - de # Germany + # - gh # Ghana + # - gi # Gibraltar + - gr # Greece + # - gl # Greenland + # - gd # Grenada + # - gp # Guadeloupe + # - gu # Guam + # - gt # Guatemala + # - gg # Guernsey + # - gn # Guinea + # - gw # Guinea-Bissau + # - gy # Guyana + # - ht # Haiti + # - va # Holy See + # - hn # Honduras + - hk # Hong Kong + - hu # Hungary + - is # Iceland + - in # India + - id # Indonesia + - ir # Iran + # - iq # Iraq + - ie # Ireland + # - im # Isle of Man + - il # Israel + - it # Italy + # - jm # Jamaica + - jp # Japan + # - je # Jersey + # - jo # Jordan + # - kz # Kazakhstan + # - ke # Kenya + # - ki # Kiribati + - kr # Korea + # - kw # Kuwait + # - kg # Kyrgyzstan + # - la # Lao + - lv # Latvia + # - lb # Lebanon + # - ls # Lesotho + # - lr # Liberia + # - ly # Libya + # - li # Liechtenstein + # - lt # Lithuania + - lu # Luxembourg + # - mo # Macao + # - mg # Madagascar + # - mw # Malawi + - my # Malaysia + # - mv # Maldives + # - ml # Mali + # - mt # Malta + # - mh # Marshall Islands + # - mq # Martinique + # - mr # Mauritania + # - mu # Mauritius + # - yt # Mayotte + - mx # Mexico + # - fm # Micronesia + # - md # Moldova + # - mc # Monaco + # - mn # Mongolia + # - me # Montenegro + # - ms # Montserrat + - ma # Morocco + # - mz # Mozambique + # - mm # Myanmar + # - na # Namibia + # - nr # Nauru + # - np # Nepal + - nl # Netherlands + # - nc # New Caledonia + - nz # New Zealand + # - ni # Nicaragua + # - ne # Niger + # - ng # Nigeria + # - nu # Niue + # - nf # Norfolk Island + # - mk # Macedonia + - no # Norway + # - om # Oman + - pk # Pakistan + # - pw # Palau + # - ps # Palestine + - pa # Panama + # - pg # New Guinea + # - py # Paraguay + - pe # Peru + - ph # Philippines + # - pn # Pitcairn + - pl # Poland + - pt # Portugal + # - pr # Puerto Rico + - qa # Qatar + # - re # Réunion + - ro # Romania + - ru # Russia + # - rw # Rwanda + # - bl # Saint Barthélemy + # - lc # Saint Lucia + # - ws # Samoa + # - sm # San Marino + # - st # Sao Tome and Principe + - sa # Saudi Arabia + # - sn # Senegal + - rs # Serbia + # - sc # Seychelles + # - sl # Sierra Leone + - sg # Singapore + # - sk # Slovakia + # - si # Slovenia + # - sb # Solomon Islands + # - so # Somalia + - za # South Africa + # - ss # South Sudan + - es # Spain + - lk # Sri Lanka + # - sd # Sudan + # - sr # Suriname + - se # Sweden + - ch # Switzerland + # - sy # Syria + # - tw # Taiwan + # - tj # Tajikistan + # - tz # Tanzania + - th # Thailand + # - tl # Timor-Leste + # - tg # Togo + # - tk # Tokelau + # - to # Tonga + # - tt # Trinidad and Tobago + # - tn # Tunisia + - tr # Turkey + # - tm # Turkmenistan + # - tc # Turks and Caicos + # - tv # Tuvalu + # - ug # Uganda + - ua # Ukraine + - ae # United Arab Emirates + - gb # United Kingdom + - us # United States of America + # - uy # Uruguay + # - uz # Uzbekistan + # - vu # Vanuatu + # - ve # Venezuela + - vn # Vietnam + # - ye # Yemen + # - zm # Zambia + # - zw # Zimbabwe + key_name_override: + kr: Korea diff --git a/PMM/show/decade.yml b/PMM/show/decade.yml new file mode 100644 index 0000000..4d3ac59 --- /dev/null +++ b/PMM/show/decade.yml @@ -0,0 +1,57 @@ +############################################################# +# Dynamic Decade Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Show only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/show/decade # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets how the collection is sorted # +# sort_by: critic_rating.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 12 # +# # Sets the number of items per collection # +# limit: 100 # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 12 + +templates: + decade_dynamic: + default: + limit: 100 + sort_by: critic_rating.desc + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/decade/best/<<key>>.jpg + smart_filter: + sort_by: <<sort_by>> + any: + year: <<value>> + limit: <<limit>> + +collections: + Decade Collections: + template: + - name: separator + separator: decade + +dynamic_collections: + Decade: + type: decade + title_format: Best of <<key_name>>s + template: + - decade_dynamic + - shared \ No newline at end of file diff --git a/PMM/show/franchise.yml b/PMM/show/franchise.yml new file mode 100644 index 0000000..1fb732e --- /dev/null +++ b/PMM/show/franchise.yml @@ -0,0 +1,90 @@ +############################################################# +# Franchise Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Show only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/show/franchise # +# template_variables: # +# # Add Missing Movies to Radarr # +# sonarr_add_missing: true # +# # Sets the collection order of the collection # +# collection_order: release # +# # Sets the sort title # +# sort_title: "!02_<<collection_name>>" # +# # Sets the minimum items of the collection # +# minimum_items: 2 # +# # Sets weather to actually build the collection # +# build_collection: true # +# # Adds missing from the collection to sonarr # +# sonarr_add_missing: # +# # Sonarr Folder to add to # +# sonarr_folder: # +# # Sonarr Tag for added missing # +# sonarr_tag: # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +templates: + tmdbshow: + default: + collection_order: release + minimum_items: 2 + optional: + - sonarr_add_missing + - sonarr_folder + - sonarr_tag + - item_sonarr_tag + - name_mapping + - sort_title + - build_collection + minimum_items: <<minimum_items>> + tmdb_show: <<value>> + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/<<key_name_encoded>>.jpg + name_mapping: <<name_mapping>> + sort_title: <<sort_title>> + sync_mode: sync + collection_order: <<collection_order>> + sonarr_add_missing: <<sonarr_add_missing>> + sonarr_folder: <<sonarr_folder>> + sonarr_tag: <<sonarr_tag>> + item_sonarr_tag: <<item_sonarr_tag>> + +dynamic_collections: + Show Franchise Collections: + type: custom + data: + "44006": One Chicago + "75219": 9-1-1 + "253": Star Trek + "1412": Arrowverse + "85536": Star Wars + "121": Doctor Who + "1402": The Walking Dead + "4629": Stargate + "519": Law & Order + "5614": NCIS + "1431": CSI + "951": Archie Comics + "31917": Pretty Little Liars + "6357": The Twilight Zone + template: + - tmdbshow + addons: + 44006: [58841, 62650, 67993] # Chicago Fire: Med, PD, Justice + 75219: 89393 # 9-1-1: 9-1-1 Lone Star + 253: [655, 1855, 314, 67198, 85949] # Star Trek, The Next Generation, Voyager, Enterprise, Discovery, Picard + 1412: [60735, 62688, 62643, 71663, 89247] # Arrow: The Flash, Supergirl, Legends of Tomorrow, Black Lightning, Batwoman + 85536: [71412, 3478, 105971, 92830, 83867, 60554, 82856, 115036, 114461, 202879, 114462, 114476, 114478, 79093] # Star Wars Galaxy of Adventures: Forces of Destiny, The Clone Wars, The Bad Batch, Obi-Wan Kenobi, Andor, Rebels, The Mandalorian, The Book of Boba Fett, Ahsoka, Skeleton Crew, Rangers of the New Republic, Lando, Visions, Resistance + 121: [57243, 1057, 424, 203, 64073] # Doctor Who: K-9 & Company, Torchwood, The Sarah Jane Adventures, Class + 1402: [62286, 94305] # The Walking Dead: Fear the Walking Dead, World Beyond + 4629: [2290, 5148, 72925] # Stargate SG-1: Atlantis, Universe, Origins + 549: [2734, 4601, 3357, 32632, 72496, 157088, 106158] #Law & Order, Special Victims Unit, Criminal Intent, Trial by Jury, LA, True Crime, Hate Crimes, Organized Crime + 5614: [17610, 124271, 61387, 4376] # NCIS, Los Angeles, New Orleans, Hawaii, JAG + 1431: [1620, 2458, 122194, 61811] # CSI: Miami, NY, Cyber, Vegas + 951: [25641, 4489, 24211, 9829, 605, 69050, 79242, 87539] # The Archie Show, Sabrina, The Teenage Witch, Josie and the Pussycats, Josie and the Pussycats in Outer Space, The New Archies, Riverdale, Chilling Adventures of Sabrina, Katy Keene + 31917: [46958, 79863, 110531] # Pretty Little Liars: Ravenswood, The Perfectionists, Original Sin + 6357: [1918, 83135, 16399] # The Twilight Zone (multiple) diff --git a/PMM/show/network.yml b/PMM/show/network.yml new file mode 100644 index 0000000..8bf00f2 --- /dev/null +++ b/PMM/show/network.yml @@ -0,0 +1,304 @@ +############################################################# +# Dynamic Network Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Show only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/show/network # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Turn the other collection on/off # +# use_other: true # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "04" # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "04" + +templates: + networks_dynamic: + default: + sort_by: release.desc + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/network/<<key_encoded>>.jpg + smart_filter: + sort_by: <<sort_by>> + any: + network: <<value>> + +collections: + Network Collections: + template: + - name: separator + separator: network + +dynamic_collections: + Network US: + type: network + title_format: <<key_name>> + template: + - networks_dynamic + - shared + other_template: + - networks_dynamic + - shared + include: + - A&E + - ABC + - Amazon + - AMC + - Animal Planet + - BBC + - BET + - Cartoon Network + - Channel 4 + - Channel 5 + - CBC + - CBS + - Comedy Central + - Discovery + - Disney Channel + - E! + - ESPN + - Food Network + - FOX + - Hallmark + - HBO + - HGTV + - History + - ITV + - Lifetime + - MTV + - National Geographic + - NBC + - Nickelodeon + - PBS + - Showtime + - Sky + - Starz + - The CW + - TLC + - TNT + - UKTV + - USA + - YouTube + + addons: + A&E: + - A+E Networks UK + ABC: + - ABC (AU) + - ABC (US) + - ABC Comedy + - ABC Family + - ABC Kids + - ABC Me + - ABC Signature + - ABC Spark + - ABC Studios + - ABC.com + - Freeform + Amazon: + - Amazon (Japan) + - Amazon Kids+ + - Amazon Prime Video + - Amazon Productions + - Amazon Studios + - Prime + - Prime Video + AMC: + - AMC+ + Animal Planet: + - Animal Planet (CA) + - Animal Planet (UK) + BBC: + - BBC Alba + - BBC America + - BBC Choice + - BBC First + - BBC Four + - BBC HD + - BBC iPlayer + - BBC Kids + - BBC Knowledge + - BBC News + - BBC One + - BBC One Northern Ireland + - BBC Scotland + - BBC Television + - BBC Three + - BBC Two + - BBC UKTV + - BBC Wales + - BBC World News + - CBBC + - CBeebies + BET: + - BET+ + Cartoon Network: + - Cartoonito + Channel 4: + - 4seven + - All 4 + - E4 + - More4 + Channel 5: + - Channel 5 (UK) + - 5Action + - 5Select + - 5Star + - 5USA + CBC: + - CBC (CA) + - CBC Gem + - CBC Television + CBS: + - CBS All Access + - CBS Reality + - CBS Reality (UK) + - CBS.com + Comedy Central: + - Comedy Central (UK) + Discovery: + - Discovery Asia + - Discovery Channel + - Discovery Channel (Asia) + - Discovery Channel (AU) + - Discovery Channel (CA) + - Discovery Channel (UK) + - Discovery Family + - Discovery Health Channel + - Discovery Kids + - Discovery Life + - Discovery Real Time + - Discovery Turbo + - Discovery Turbo UK + - discovery+ + - Discovery+ (IN) + - Discovery+ (NO) + - Discovery+ (SE) + - Discovery+ (UK) + Disney Channel: + - Disney Channel (CZ) + - Disney Channel (UK) + - Disney Junior + - Disney XD + - Disney+ + - Playhouse Disney + - Toon Disney + E!: + - e.tv + ESPN: + - ESPN+ + Food Network: + - Cooking Channel + FOX: + - Fox Action Movies + - Fox Business Network + - FOX España + - Fox Kids + - Fox Nation + - Fox Premium Series + - FOX Sports 1 + - Fox Sports Networks + - Fox8 + - FX + - FXX + Hallmark: + - Hallmark Channel + - Hallmark Movies & Mysteries + - Hallmark Movies Now + HBO: + - HBO2 + - HBO Asia + - HBO Canada + - HBO Comedy + - HBO España + - HBO Europe + - HBO Family + - HBO Latin America + - HBO Nordic + - HBO Signature + - HBO Zone + History: + - History (CA) + - History (UK) + ITV: + - ITV Encore + - ITV Wales + - ITV1 + - ITV2 + - ITV4 + - ITVBe + - CITV + - STV + Lifetime: + - Lifetime Movies + MTV: + - MTV (AU/NZ) + - MTV (UK) + - MTV Japan + - MTV Nederland + - MTV2 + - MTV3 + National Geographic: + - Nat Geo Wild + - National Geographic Brasil + - National Geographic Channel + - National Geographic Wild + Nickelodeon: + - Nick at Nite + - Nick Jr. + - Nicktoons + - TeenNick + PBS: + - PBS Kids + Sky: + - Sky 1 + - Sky Arts + - Sky Atlantic + - "Sky Atlantic " + - Sky Atlantic (UK) + - Sky Cinema + - Sky Crime + - Sky Deutschland + - Sky Documentaries + - Sky History + - Sky Living + - Sky Max + - Sky Nature + - Sky One + - Sky Showcase + - Sky Sports + - Sky Two + - Sky Witness + - Sky1 + The CW: + - CW seed + TLC: + - TLC Go + - TLC UK + TNT: + - TNT (US) + UKTV: + - UKTV Food + - UKTV History + - UKTV Yesterday + USA: + - USA Network + YouTube: + - YouTube Premium diff --git a/PMM/streaming.yml b/PMM/streaming.yml new file mode 100644 index 0000000..b6ad475 --- /dev/null +++ b/PMM/streaming.yml @@ -0,0 +1,121 @@ +############################################################# +# Streaming Service Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/streaming # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "03" # +# # +# # For each collection use the "key" to set # +# # the options. # +# # Available collections # +# # KEY COLLECTION # +# # all4 All 4 # +# # appletv Apple TV+ # +# # bet BET+ # +# # britbox BritBox # +# # disney Disney+ # +# # hayu hayu # +# # hbomax HBO Max # +# # hulu Hulu # +# # netflix Netflix # +# # now NOW # +# # paramount Paramount+ # +# # peacock Peacock # +# # amazon Prime Video # +# # +# # Available options. Replace "key" with the # +# # desired collection's key from the chart above. # +# # +# # Turn the collection on/off # +# use_key: true # +# # Determines collection order in its section # +# order_key: # +# # Determines collection order of the collection # +# collection_order_key: custom # +# # Set visible_library for the collection # +# visible_library_key: # +# # Set visible_home for the collection # +# visible_home_key: # +# # Set visible_shared for the collection # +# visible_shared_key: # +# # Adds missing from the collection to radarr # +# radarr_add_missing_key: # +# # Adds missing from the collection to sonarr # +# sonarr_add_missing_key: # +# # Radarr Folder to add to # +# radarr_folder_key: # +# # Sonarr Folder to add to # +# sonarr_folder_key: # +# # Radarr Tag for added missing # +# radarr_tag_key: # +# # Sonarr Tag for added missing # +# sonarr_tag_key: # +# # Radarr Tag for existing items # +# item_radarr_tag_key: # +# # Sonarr Tag for existing items # +# item_sonarr_tag_key: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "03" + +templates: + streaming: + default: + sort_by: release.desc + sort_by_<<key>>: <<sort_by>> + ignore_blank_results: true + cache_builders: 1 + smart_label: <<sort_by_<<key>>>> + sync_mode: sync + mdblist_list: https://mdblist.com/lists/plexmetamanager/<<key>>-<<library_type>>s + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/<<key_name_encoded>>.jpg + +collections: + Streaming Collections: + template: + - name: separator + separator: streaming + +dynamic_collections: + Streaming: + type: custom + data: + all4: All 4 + appletv: Apple TV+ + bet: BET+ + britbox: BritBox + disney: Disney+ + hayu: hayu + hbomax: HBO Max + hulu: Hulu + netflix: Netflix + now: NOW + paramount: Paramount+ + peacock: Peacock + amazon: Prime Video + title_format: <<key_name>> <<library_type>>s + template_variables: + use: + hayu: show + template: + - streaming + - shared + - arr diff --git a/PMM/studio.yml b/PMM/studio.yml new file mode 100644 index 0000000..57bf183 --- /dev/null +++ b/PMM/studio.yml @@ -0,0 +1,173 @@ +############################################################# +# Dynamic Studio Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/studio # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "07" # +# # Radarr Tag for existing items # +# item_radarr_tag: # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "07" + +templates: + studio_dynamic: + default: + sort_by: release.desc + optional: + - contains + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/<<key_encoded>>.jpg + smart_filter: + sort_by: <<sort_by>> + any: + studio.is: <<value>> + studio: <<contains>> + +collections: + Studio Collections: + template: + - name: separator + separator: studio + +dynamic_collections: + Studio: + type: studio + title_format: <<key_name>> + template: + - studio_dynamic + - shared + include: + - 20th Century Studios + - Amazon Studios + - Amblin Entertainment + - Blue Sky Studios + - Blumhouse Productions + - Chernin Entertainment + - Columbia Pictures + - Constantin Film + - DreamWorks Studios + - Grindstone Entertainment Group + - Happy Madison Productions + - Illumination Entertainment + - Ingenious Media + - Legendary Pictures + - Lionsgate + - Lucasfilm Ltd + - Malevolent Films + - Marvel Studios + - Metro-Goldwyn-Mayer + - Millennium Films + - Miramax + - New Line Cinema + - Original Film + - Orion Pictures + - Paramount Pictures + - Pixar + - PlanB Entertainment + - Sony Pictures + - Studio Ghibli + - Summit Entertainment + - Universal Pictures + - Village Roadshow Pictures + - Walt Disney Pictures + - Warner Bros. Pictures + addons: + 20th Century Studios: + - 20th Century + - 20th Century Animation + - 20th Century Fox + Amazon Studios: + - Amazon + Amblin Entertainment: + - Amblin Entertainment + Blue Sky Studios: + - Blue Sky Films + Blumhouse Productions: + - Blumhouse Productions + Chernin Entertainment: + - Chernin Entertainment + Columbia Pictures: + - Columbia TriStar + - TriStar + Constantin Film: + - Constantin Film + DreamWorks Studios: + - DreamWorks + - DreamWorks Animation + Grindstone Entertainment Group: + - Grindstone Entertainment Group + Happy Madison Productions: + - Happy Madison Productions + Illumination Entertainment: + - Illumination Films + Ingenious Media: + - Ingenious Media + Legendary Pictures: + - Legendary Pictures + Lucasfilm Ltd: + - Lucasfilm + Malevolent Films: + - Malevolent Films + Marvel Studios: + - Marvel Animation + - Marvel Enterprises + - Marvel Entertainment + - Marvel + Metro-Goldwyn-Mayer: + - MGM + Millennium Films: + - Millennium Films + Miramax: + - Miramax + New Line Cinema: + - New Line + Original Film: + - Original Film + Orion Pictures: + - Orion Pictures + Paramount Pictures: + - Paramount + - Paramount Animation + Pixar: + - Pixar Animation Studios + PlanB Entertainment: + - PlanB Entertainment + Sony Pictures: + - Sony + - Sony Pictures Animation + Summit Entertainment: + - Summit Entertainment + Universal Pictures: + - Universal + - Universal Animation Studios + Village Roadshow Pictures: + - Village Roadshow Pictures + Walt Disney Pictures: + - Disney + - Walt Disney Animation Studios + Warner Bros. Pictures: + - Warner + - Warner Animation Group + template_variables: + contains: + 20th Century Studios: 20th Century \ No newline at end of file diff --git a/PMM/subtitle_language.yml b/PMM/subtitle_language.yml new file mode 100644 index 0000000..50baa48 --- /dev/null +++ b/PMM/subtitle_language.yml @@ -0,0 +1,248 @@ +############################################################# +# Dynamic Subtitle Language Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/subtitle_language # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Turn the other collection on/off # +# use_other: true # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 11 # +# # Radarr Tag for existing items # +# item_radarr_tag: # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 11 + +templates: + subtitle_language_dynamic: + default: + sort_by: release.desc + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/subtitle_language/<<key>>.jpg + smart_filter: + sort_by: <<sort_by>> + any: + subtitle_language: <<value>> + +collections: + Subtitle Language Collections: + template: + - name: separator + separator: subtitle_language + +dynamic_collections: + Subtitle Language: + type: subtitle_language + title_format: <<key_name>> Subtitles + other_name: Other Subtitles + template: + - subtitle_language_dynamic + - shared + other_template: + - other_collection + - subtitle_language_dynamic + - shared + include: + - ab # Abkhazian + - aa # Afar + - af # Afrikaans + - ak # Akan + - sq # Albanian + - am # Amharic + - ar # Arabic + - an # Aragonese + - hy # Armenian + - as # Assamese + - av # Avaric + - ae # Avestan + - ay # Aymara + - az # Azerbaijani + - bm # Bambara + - ba # Bashkir + - eu # Basque + - be # Belarusian + - bn # Bengali + - bi # Bislama + - bs # Bosnian + - br # Breton + - bg # Bulgarian + - my # Burmese + - ca # Catalan, Valencian + - km # Central Khmer + - ch # Chamorro + - ce # Chechen + - ny # Chichewa, Chewa, Nyanja + - zh # Chinese + - cu # Church Slavic, Old Slavonic, Church Slavonic, Old Bulgarian, Old Church Slavonic + - cv # Chuvash + - kw # Cornish + - co # Corsican + - cr # Cree + - hr # Croatian + - cs # Czech + - da # Danish + - dv # Divehi, Dhivehi, Maldivian + - nl # Dutch, Flemish + - dz # Dzongkha + - en # English + - eo # Esperanto + - et # Estonian + - ee # Ewe + - fo # Faroese + - fj # Fijian + - fil # Filipino + - fi # Finnish + - fr # French + - ff # Fulah + - gd # Gaelic, Scottish Gaelic + - gl # Galician + - lg # Ganda + - ka # Georgian + - de # German + - el # Greek, Modern (1453–) + - gn # Guarani + - gu # Gujarati + - ht # Haitian, Haitian Creole + - ha # Hausa + - he # Hebrew + - hz # Herero + - hi # Hindi + - ho # Hiri Motu + - hu # Hungarian + - is # Icelandic + - io # Ido + - ig # Igbo + - id # Indonesian + - ia # Interlingua (International Auxiliary Language Association) + - ie # Interlingue, Occidental + - iu # Inuktitut + - ik # Inupiaq + - ga # Irish + - it # Italian + - ja # Japanese + - jv # Javanese + - kl # Kalaallisut, Greenlandic + - kn # Kannada + - kr # Kanuri + - ks # Kashmiri + - kk # Kazakh + - ki # Kikuyu, Gikuyu + - rw # Kinyarwanda + - ky # Kirghiz, Kyrgyz + - kv # Komi + - kg # Kongo + - ko # Korean + - kj # Kuanyama, Kwanyama + - ku # Kurdish + - lo # Lao + - la # Latin + - lv # Latvian + - li # Limburgan, Limburger, Limburgish + - ln # Lingala + - lt # Lithuanian + - lu # Luba-Katanga + - lb # Luxembourgish, Letzeburgesch + - mk # Macedonian + - mg # Malagasy + - ms # Malay + - ml # Malayalam + - mt # Maltese + - gv # Manx + - mi # Maori + - mr # Marathi + - mh # Marshallese + - mn # Mongolian + - na # Nauru + - nv # Navajo, Navaho + - ng # Ndonga + - ne # Nepali + - nd # North Ndebele + - se # Northern Sami + - no # Norwegian + - nb # Norwegian Bokmål + - nn # Norwegian Nynorsk + - oc # Occitan + - oj # Ojibwa + - or # Oriya + - om # Oromo + - os # Ossetian, Ossetic + - pi # Pali + - ps # Pashto, Pushto + - fa # Persian + - pl # Polish + - pt # Portuguese + - pa # Punjabi, Panjabi + - qu # Quechua + - ro # Romanian, Moldavian, Moldovan + - rm # Romansh + - rn # Rundi + - ru # Russian + - sm # Samoan + - sg # Sango + - sa # Sanskrit + - sc # Sardinian + - sr # Serbian + - sn # Shona + - ii # Sichuan Yi, Nuosu + - sd # Sindhi + - si # Sinhala, Sinhalese + - sk # Slovak + - sl # Slovenian + - so # Somali + - nr # South Ndebele + - st # Southern Sotho + - es # Spanish, Castilian + - su # Sundanese + - sw # Swahili + - ss # Swati + - sv # Swedish + - tl # Tagalog + - ty # Tahitian + - tg # Tajik + - ta # Tamil + - tt # Tatar + - te # Telugu + - th # Thai + - bo # Tibetan + - ti # Tigrinya + - to # Tonga (Tonga Islands) + - ts # Tsonga + - tn # Tswana + - tr # Turkish + - tk # Turkmen + - tw # Twi + - ug # Uighur, Uyghur + - uk # Ukrainian + - ur # Urdu + - uz # Uzbek + - ve # Venda + - vi # Vietnamese + - vo # Volapük + - wa # Walloon + - cy # Welsh + - fy # Western Frisian + - wo # Wolof + - xh # Xhosa + - yi # Yiddish + - yo # Yoruba + - za # Zhuang, Chuang + - zu # Zulu + diff --git a/PMM/templates.yml b/PMM/templates.yml new file mode 100644 index 0000000..5a2ca4a --- /dev/null +++ b/PMM/templates.yml @@ -0,0 +1,105 @@ +templates: + + separator: + default: + sep_style: orig + collection_section: "00" + optional: + - use_separator + - collection_mode + allowed_library_types: <<use_separator>> + collection_mode: <<collection_mode>> + sort_title: "!<<collection_section>>_!<<collection_name>>" + blank_collection: true + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/separators/<<sep_style>>/<<separator>>.jpg + + separator off: + default: + sep_style: orig + collection_section: "00" + use_separator: false + optional: + - collection_mode + allowed_library_types: <<use_separator>> + collection_mode: <<collection_mode>> + sort_title: "!<<collection_section>>_!<<collection_name>>" + blank_collection: true + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/separators/<<sep_style>>/<<separator>>.jpg + + shared: + default: + collection_section: "00" + sort: <<collection_name>> + key: <<collection_name>> + pre: "_" + order_<<key>>: "" + image: chart/<<collection_name_encoded>> + item_radarr_tag_<<key>>: <<item_radarr_tag>> + item_sonarr_tag_<<key>>: <<item_sonarr_tag>> + optional: + - use_<<key>> + - allowed_libraries + - collection_mode + - visible_library_<<key>> + - visible_home_<<key>> + - visible_shared_<<key>> + - item_radarr_tag + - item_sonarr_tag + allowed_library_types: + - <<use_<<key>>>> + - <<allowed_libraries>> + ignore_blank_results: true + collection_mode: <<collection_mode>> + visible_library: <<visible_library_<<key>>>> + visible_home: <<visible_home_<<key>>>> + visible_shared: <<visible_shared_<<key>>>> + item_radarr_tag: <<item_radarr_tag_<<key>>>> + item_sonarr_tag: <<item_sonarr_tag_<<key>>>> + sort_title: "!<<collection_section>><<pre>><<order_<<key>>>><<sort>>" + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/<<image>>.jpg + + arr: + default: + key: <<collection_name>> + radarr_add_missing_<<key>>: <<radarr_add_missing>> + sonarr_add_missing_<<key>>: <<sonarr_add_missing>> + radarr_folder_<<key>>: <<radarr_folder>> + sonarr_folder_<<key>>: <<sonarr_folder>> + radarr_tag_<<key>>: <<radarr_tag>> + sonarr_tag_<<key>>: <<sonarr_tag>> + optional: + - radarr_add_missing + - sonarr_add_missing + - radarr_folder + - sonarr_folder + - radarr_tag + - sonarr_tag + radarr_add_missing: <<radarr_add_missing_<<key>>>> + sonarr_add_missing: <<sonarr_add_missing_<<key>>>> + radarr_folder: <<radarr_folder_<<key>>>> + sonarr_folder: <<sonarr_folder_<<key>>>> + radarr_tag: <<radarr_tag_<<key>>>> + sonarr_tag: <<sonarr_tag_<<key>>>> + + custom: + default: + collection_order: custom + collection_order_<<key>>: <<collection_order>> + collection_order: <<collection_order_<<key>>>> + sync_mode: sync + cache_builders: 1 + + other_collection: + default: + collection_section: "00" + sort: <<collection_name>> + pre: "_~" + optional: + - use_other + allowed_library_types: <<use_other>> + sort_title: "!<<collection_section>><<pre>><<sort>>" + + use_year_collections: + optional: + - use_year_collections + allowed_library_types: <<use_year_collections>> diff --git a/PMM/year.yml b/PMM/year.yml new file mode 100644 index 0000000..0afaa8f --- /dev/null +++ b/PMM/year.yml @@ -0,0 +1,65 @@ +############################################################# +# Dynamic Year Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/year # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Turn the other collection on/off # +# use_other: true # +# # Sets how the collection is sorted # +# sort_by: critic_rating.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 13 # +# # Sets the number of items per collection # +# limit: 10 # +# # Radarr Tag for existing items # +# item_radarr_tag: # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 13 + +templates: + year_dynamic: + default: + limit: 10 + sort_by: critic_rating.desc + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/year/best/<<key>>.jpg + smart_filter: + sort_by: <<sort_by>> + any: + year: <<key>> + limit: <<limit>> + +collections: + Year Collections: + template: + - name: separator + separator: year + +dynamic_collections: + Year: + type: number + title_format: Best of <<key_name>> + sync: true + data: + starting: current_year-10 + ending: current_year + template: + - year_dynamic + - shared diff --git a/README.md b/README.md index db1f04f..8b13789 100644 --- a/README.md +++ b/README.md @@ -1,3 +1 @@ -# Plex Meta Manager Configs -This is a repo for users to share their [Plex Meta Manager](https://github.com/meisnate12/Plex-Meta-Manager) configs with other users. Just create a fork and add a folder with your github name and put your configs inside and then submit a pull request. \ No newline at end of file diff --git a/SiskoUrso/Movies/Charts.yml b/SiskoUrso/Movies/Charts.yml new file mode 100644 index 0000000..4cfd631 --- /dev/null +++ b/SiskoUrso/Movies/Charts.yml @@ -0,0 +1,152 @@ +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + url_poster: <<poster>> + smart_label: random + Best of: + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<year>> + sort_title: +1_Best of <<year>> + sync_mode: sync + summary: Rotten Tomatoes Best Movies of <<year>> + url_poster: <<poster>> + smart_label: audience_rating.desc + +collections: + +###################################################### +# Chart Collections # +###################################################### + + Plex Popular: + template: { name: Chart, num: 1, poster: https://theposterdb.com/api/assets/136359 } + tautulli_popular: + list_days: 30 + list_size: 20 + list_buffer: 20 + tautulli_watched: + list_days: 30 + list_size: 20 + list_buffer: 20 + summary: Movies Popular on Plex + Trending: + template: { name: Chart, num: 2, poster: https://theposterdb.com/api/assets/169001 } + trakt_trending: 10 + tmdb_trending_daily: 10 + tmdb_trending_weekly: 10 + summary: Movies Trending across the internet + Popular: + template: { name: Chart, num: 3, poster: https://theposterdb.com/api/assets/205416 } + tmdb_popular: 40 + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short + limit: 40 + summary: Popular Movies across the internet + Top Rated Global: + template: { name: Chart, num: 4 } + imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250/ + url_poster: https://theposterdb.com/api/assets/213605 + summary: Top Rated Movies across the internet + Oscars: + template: { name: Chart, num: 6, poster: https://theposterdb.com/api/assets/192593 } + imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner + summary: Oscar Winning Movies + Best of 2014: + template: { name: Best of, year: 2014, poster: https://theposterdb.com/api/assets/205154 } + Best of 2015: + template: { name: Best of, year: 2015, poster: https://theposterdb.com/api/assets/205155 } + Best of 2016: + template: { name: Best of, year: 2016, poster: https://theposterdb.com/api/assets/205156 } + Best of 2017: + template: { name: Best of, year: 2017, poster: https://theposterdb.com/api/assets/205157 } + Best of 2018: + template: { name: Best of, year: 2018, poster: https://theposterdb.com/api/assets/205158 } + Best of 2019: + template: { name: Best of, year: 2019, poster: https://theposterdb.com/api/assets/205159 } + Best of 2020: + template: { name: Best of, year: 2020, poster: https://theposterdb.com/api/assets/205160 } + Best of 2021: + template: { name: Best of, year: 2021, poster: https://theposterdb.com/api/assets/205161 } + Best of 2022: + template: { name: Best of, year: 2022, poster: https://theposterdb.com/api/assets/205162 } + + Top Ten Pirated Weekly: + trakt_list: https://trakt.tv/users/hdlists/lists/top-ten-pirated-movies-of-the-week-torrent-freak-com + smart_label: year.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1APirated Weekly + summary: Most Pirated Movies of The Week + url_background: https://i.imgur.com/SOVfrIq.png + url_poster: https://i.imgur.com/dYdjSOu.png + + 80s Movies: + trakt_list: + - https://trakt.tv/users/hdlists/lists/rottentomatoes-com-s-best-of-the-80s + - https://trakt.tv/users/zyrus/lists/80s-classics + smart_label: critic_rating.desc + sync_mode: sync + sort_title: ++++++++++++++++++_80s Movies + summary: The Best Movies From The 80s + url_poster: https://i.imgur.com/k9c4ieG.png + url_background: https://i.imgur.com/ITnaga1.jpg + + 90s Movies: + trakt_list: https://trakt.tv/users/hdlists/lists/rottentomatoes-com-s-best-of-the-90s + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_90s Movies + summary: The Best Movies From The 90s + url_poster: https://i.imgur.com/Nq8fxp8.png + url_background: https://i.imgur.com/g2yfzfx.jpg + + Sundance Film Festival 2021: + trakt_list: https://trakt.tv/users/hdlists/lists/sundance-2021-movie-guide + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_Sundance 2021 Collection + summary: Sundance Film Festival 2021 Movie Guide + url_poster: https://i.imgur.com/6CqlOaq.png + url_background: https://i.imgur.com/goapGVl.jpg + + Highest Rated Movies of 2021: + trakt_list: https://trakt.tv/users/hdlists/lists/2021-best-rated-movies-so-far + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_12021 Top Rated popular + summary: The Top Rated Movies of 2021 on RottenTomatoes.com + url_poster: https://i.imgur.com/w7Ucfa5.png + url_background: https://i.imgur.com/trITIgI.jpg + + Most Popular Movies of 2020: + trakt_list: https://trakt.tv/users/hdlists/lists/most-popular-movies-of-2020 + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_20z20 Most popular + summary: The Most Popular Movies of 2020 + url_poster: https://i.imgur.com/LLURmaF.png + url_background: https://i.imgur.com/gO3Rlft.jpg + + Reddit Top 250 From 2017: + trakt_list: https://trakt.tv/users/tehrobot/lists/reddit + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_Reddit Top 250 + summary: Reddit's list of top 250 movies from the list made in 2017. + url_poster: https://i.redd.it/lcm7fe9bnib61.png + + Top Movies of 2021: + trakt_list: https://trakt.tv/users/hdlists/lists/top-movies-for-2021 + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_2021 Top Movies + summary: Top Movies of 2021 + url_poster: https://i.imgur.com/qnfjiew.png + url_background: https://i.imgur.com/aiRCYHH.jpg + + Movies People are Watching: + trakt_list: https://trakt.tv/users/hdlists/lists/top-films-everyone-s-watching + sort_title: +++++++++++++++++++++_Everyones Watching + sync_mode: sync + smart_label: year.desc + summary: Movies That Everyone is Watching + url_poster: https://i.imgur.com/GQca9tU.png diff --git a/SiskoUrso/Movies/Genre.yml b/SiskoUrso/Movies/Genre.yml new file mode 100644 index 0000000..d361ef1 --- /dev/null +++ b/SiskoUrso/Movies/Genre.yml @@ -0,0 +1,209 @@ +templates: + Genre: + plex_search: + genre: <<genre>> + url_poster: <<poster>> + sort_title: +3_<<collection_name>> + collection_order: alpha + IMDb Genre: + default: + title: feature + limit: 100 + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>> + limit: <<limit>> + - url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>&sort=user_rating,desc + limit: <<limit>> + sort_title: +3_<<collection_name>> + sync_mode: sync + smart_label: alpha + url_poster: <<poster>> + Other Genre: + sort_title: +3_<<collection_name>> + sync_mode: sync + smart_label: alpha + url_poster: <<poster>> + Trakt: + sort_title: +3_<<collection_name>> + trakt_list_details: <<list>> + url_poster: <<poster>> + sync_mode: sync + collection_order: custom + +collections: + +###################################################### +# Genre Collections # +###################################################### + + Action: + template: {name: Genre, genre: Action, poster: https://theposterdb.com/api/assets/52018} + summary: Action film is a genre wherein physical action takes precedence in the storytelling. The film will often have continuous motion and action including physical stunts, chases, fights, battles, and races. The story usually revolves around a hero that has a goal, but is facing incredible odds to obtain it. + Adventure: + template: {name: Genre, genre: Adventure, poster: https://theposterdb.com/api/assets/52218} + summary: Adventure film is a genre that revolves around the conquests and explorations of a protagonist. The purpose of the conquest can be to retrieve a person or treasure, but often the main focus is simply the pursuit of the unknown. These films generally take place in exotic locations and play on historical myths. Adventure films incorporate suspenseful puzzles and intricate obstacles that the protagonist must overcome in order to achieve the end goal. + Animation: + template: {name: Genre, genre: Animation, poster: https://theposterdb.com/api/assets/120090} + summary: Animated film is a collection of illustrations that are photographed frame-by-frame and then played in a quick succession. Since its inception, animation has had a creative and imaginative tendency. Being able to bring animals and objects to life, this genre has catered towards fairy tales and children’s stories. However, animation has long been a genre enjoyed by all ages. As of recent, there has even been an influx of animation geared towards adults. Animation is commonly thought of as a technique, thus it’s ability to span over many different genres. + Anime: + template: {name: Genre, genre: Anime, poster: https://theposterdb.com/api/assets/126743} + summary: A collection of Anime movies + Biography: + template: {name: Genre, genre: Biography, poster: https://theposterdb.com/api/assets/60369} + summary: A collection of Biography movies + Comedy: + template: {name: Genre, genre: Comedy, poster: https://theposterdb.com/api/assets/51397} + summary: Comedy is a genre of film that uses humor as a driving force. The aim of a comedy film is to illicit laughter from the audience through entertaining stories and characters. Although the comedy film may take on some serious material, most have a happy ending. Comedy film has the tendency to become a hybrid sub-genre because humor can be incorporated into many other genres. Comedies are more likely than other films to fall back on the success and popularity of an individual star. + Crime: + template: {name: Genre, genre: Crime, poster: https://theposterdb.com/api/assets/53057} + summary: Crime film is a genre that revolves around the action of a criminal mastermind. A Crime film will often revolve around the criminal himself, chronicling his rise and fall. Some Crime films will have a storyline that follows the criminal's victim, yet others follow the person in pursuit of the criminal. This genre tends to be fast paced with an air of mystery – this mystery can come from the plot or from the characters themselves. + Documentary: + template: {name: Genre, genre: Documentary, poster: https://theposterdb.com/api/assets/51430} + summary: Documentary film is a non-fiction genre intended to document reality primarily for the purposes of instruction, education, or maintaining a historical record. + Drama: + template: {name: Genre, genre: Drama, poster: https://theposterdb.com/api/assets/52016} + summary: Drama film is a genre that relies on the emotional and relational development of realistic characters. While Drama film relies heavily on this kind of development, dramatic themes play a large role in the plot as well. Often, these dramatic themes are taken from intense, real life issues. Whether heroes or heroines are facing a conflict from the outside or a conflict within themselves, Drama film aims to tell an honest story of human struggles. + Family: + template: {name: Genre, genre: Family, poster: https://theposterdb.com/api/assets/53059} + summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + Fantasy: + template: {name: Genre, genre: Animation, poster: https://theposterdb.com/api/assets/51476} + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=fantasy + limit: 100 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=fantasy&sort=user_rating,desc + limit: 100 + summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + Gangster: + template: {name: Other Genre, poster: https://theposterdb.com/api/assets/62561} + imdb_list: + - https://www.imdb.com/list/ls026270180/ + - https://www.imdb.com/list/ls000093502/ + summary: Gangster film is a sub-genre of crime films that center on organized crime or the mafia. Often the plot revolves around the rise and fall of an organized crime leader. Many Gangster films explore the destructive nature of organized crime, while others attempt to show the humanity of the individual characters. + Halloween.: + template: {name: Other Genre, poster: https://theposterdb.com/api/assets/108357} + trakt_list: + - https://trakt.tv/users/kairbear08/lists/halloween + - https://trakt.tv/users/mybicycle/lists/halloween + - https://trakt.tv/users/jayinftl/lists/halloween + - https://trakt.tv/users/roswellgeek/lists/halloween + name_mapping: Halloween (Season) + summary: Halloween film is a genre that revolves around the plot involving Halloween. + History: + template: {name: Genre, genre: History, poster: https://theposterdb.com/api/assets/58022} + summary: History film is a genre that takes historical events and people and interprets them in a larger scale. Historical accuracy is not the main focus, but rather the telling of a grandiose story. The drama of an History film is often accentuated by a sweeping musical score, lavish costumes, and high production value. + Horror: + template: {name: Genre, genre: Horror, poster: https://theposterdb.com/api/assets/51475} + summary: Horror film is a genre that aims to create a sense of fear, panic, alarm, and dread for the audience. These films are often unsettling and rely on scaring the audience through a portrayal of their worst fears and nightmares. Horror films usually center on the arrival of an evil force, person, or event. Many Horror films include mythical creatures such as ghosts, vampires, and zombies. Traditionally, Horror films incorporate a large amount of violence and gore into the plot. Though it has its own style, Horror film often overlaps into Fantasy, Thriller, and Science-Fiction genres. + Martial Arts: + template: {name: Other Genre, poster: https://theposterdb.com/api/assets/51773} + imdb_list: + - https://www.imdb.com/list/ls000099643/ + - https://www.imdb.com/list/ls068611186/ + - https://www.imdb.com/list/ls068378513/ + - https://www.imdb.com/list/ls090404120/ + summary: Martial Arts film is a sub-genre of action films that feature numerous martial arts combat between characters. These combats are usually the films' primary appeal and entertainment value, and often are a method of storytelling and character expression and development. Martial Arts are frequently featured in training scenes and other sequences in addition to fights. Martial Arts films commonly include other types of action, such as hand-to-hand combat, stuntwork, chases, and gunfights. + Mindfuck Movies: + trakt_list: + - https://trakt.tv/users/hdlists/lists/mindfuck-movies + - https://trakt.tv/users/benfranklin/lists/best-mindfucks + smart_label: critic_rating.desc + sync_mode: sync + sort_title: +3_Mindfuck Movies + summary: There’s nothing greater than a film that makes you think. A film that lingers on your mind long after the credits have rolled and is the subject of many conversation and discussion. Trying to piece together the puzzle of what you saw and coming to a conclusion that makes sense or still doesn’t add up. + url_poster: https://i.imgur.com/Tl6QMgA.png + url_background: https://i.imgur.com/DM1Im1X.jpeg + Music: + template: {name: Other Genre, poster: https://theposterdb.com/api/assets/51398} + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=music + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=music&sort=user_rating,desc + limit: 200 + summary: Music film is genre that revolves around music being an integral part of the characters lives. + Musical: + template: {name: Genre, genre: Musical, poster: https://theposterdb.com/api/assets/51427} + summary: A Musical interweaves vocal and dance performances into the narrative of the film. The songs of a film can either be used to further the story or simply enhance the experience of the audience. These films are often done on a grand scale and incorporate lavish costumes and sets. Traditional musicals center on a well-known star, famous for their dancing or singing skills (i.e. Fred Astaire, Gene Kelly, Judy Garland). These films explore concepts such are love and success, allowing the audience to escape from reality. + Mystery: + template: {name: Genre, genre: Mystery, poster: https://theposterdb.com/api/assets/53060} + summary: A Mystery film centers on a person of authority, usually a detective, that is trying to solve a mysterious crime. The main protagonist uses clues, investigation, and logical reasoning. The biggest element in these films is a sense of “whodunit” suspense, usually created through visual cues and unusual plot twists. + Nostalgia Collection (Classics From The 80s & 90s): + trakt_list: https://trakt.tv/users/hdlists/lists/nostalgiac-movies-from-the-80s-90s + sync_mode: sync + smart_label: critic_rating.desc + sort_title: +3_Nostalgia Collection + summary: All The Nostalgiac Movies From The 80s & 90s in One Collection + url_poster: https://i.imgur.com/vE8dsdd.jpg + url_background: https://i.imgur.com/frz0kly.jpg + Outer Space Movie Collection: + trakt_list: https://trakt.tv/users/hdlists/lists/outer-space-space-exploration-movies + sync_mode: sync + smart_label: critic_rating.desc + sort_title: +3_Outer Space Movie Collection + summary: Movies That Take Place in Outer Space + url_poster: https://i.imgur.com/tOujJnS.jpg + url_background: https://i.imgur.com/CUIrEWQ.jpg + Paranormal Movie Collection: + trakt_list: https://trakt.tv/users/codedone/lists/paranormal + sync_mode: sync + smart_label: critic_rating.desc + sort_title: +3_Paranormal Movie Collection + summary: Paranormal grene of movies from varrious trakt members. + url_poster: https://i.imgur.com/IzwpRht.jpg + Parody Movie Collection: + trakt_list: https://trakt.tv/users/hdlists/lists/top-50-parody-movies-of-all-time + sync_mode: sync + smart_label: critic_rating.desc + sort_title: +3_Parody Movie Collection + summary: Top 50 Parody Movies of All Time + url_poster: https://i.imgur.com/yFtJ5eV.png + url_background: https://i.imgur.com/eELv4eB.jpg + Pandemic: + template: {name: Other Genre, poster: https://theposterdb.com/api/assets/55837} + imdb_list: + - url: https://www.imdb.com/search/keyword/?keywords=deadly-virus%2Chealth-crisis%2Cpandemic%2Cpublic-health-epidemic%2Cvirus%2Ccoronavirus&sort=moviemeter,asc&mode=detail&page=1&ref_=kw_ref_key + limit: 1000 + - url: https://www.imdb.com/list/ls041901506/ + - url: https://www.imdb.com/list/ls092321048/ + summary: A Pandemic film resolves around widespread viruses, plagues, and diseases. + Romance: + template: {name: Genre, genre: Romance, poster: https://theposterdb.com/api/assets/53062} + summary: "Romance film can be defined as a genre wherein the plot revolves around the love between two protagonists. This genre usually has a theme that explores an issue within love, including but not limited to: love at first sight, forbidden love, love triangles, and sacrificial love. The tone of Romance film can vary greatly. Whether the end is happy or tragic, Romance film aims to evoke strong emotions in the audience." + Science Fiction: + template: {name: Genre, genre: Science Fiction, poster: https://theposterdb.com/api/assets/51772} + summary: Science Fiction (Sci-Fi) film is a genre that incorporates hypothetical, science-based themes into the plot of the film. Often, this genre incorporates futuristic elements and technologies to explore social, political, and philosophical issues. The film itself is usually set in the future, either on earth or in space. Traditionally, a Science Fiction film will incorporate heroes, villains, unexplored locations, fantastical quests, and advanced technology. + Short: + template: {name: Genre, genre: Short, poster: https://theposterdb.com/api/assets/53063} + summary: A collection of Short movies + Sports: + template: {name: Genre, genre: Sport, poster: https://theposterdb.com/api/assets/60371} + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=sport + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=sport&sort=user_rating,desc + limit: 200 + summary: A Sport Film revolves around a sport setting, event, or an athlete. Often, these films will center on a single sporting event that carries significant importance. Sports films traditionally have a simple plot that builds up to the significant sporting event. This genre is known for incorporating film techniques to build anticipation and intensity. Sport films have a large range of sub-genres, from comedies to dramas, and are more likely than other genres to be based true-life events. + Stand Up Comedy: + template: {name: Trakt, list: https://trakt.tv/users/giladg/lists/stand-up-comedy, poster: https://theposterdb.com/api/assets/74610} + summary: Stand-up comedy is a comedic style in which a comedian performs in front of a live audience, speaking directly to them through a microphone. Comedians give the illusion that they are dialoguing, but in actuality, they are monologuing a grouping of humorous stories, jokes and one-liners, typically called a shtick, routine, act, or set. Some stand-up comedians use props, music or magic tricks to enhance their acts. Stand-up comedians perform quasi-autobiographical and fictionalized extensions of their offstage selves. + Submarine: + template: {name: Other Genre, poster: https://theposterdb.com/api/assets/89095} + imdb_list: https://www.imdb.com/search/keyword/?keywords=submarine-movie&ref_=fn_al_kw_1 + summary: Collection of movies based around or about Submarines. + Sword & Sorcery: + template: {name: Other Genre, poster: https://theposterdb.com/api/assets/74604} + imdb_list: https://www.imdb.com/list/ls022909805 + summary: Sword and Sorcery film is a sub-genre of Fantasy that tend to be more plot-driven. These films rely on heavy action and battle scenes. Common themes in Sword and Sorcery films include a rescue mission, saving a princess, and battling a fantastical monster. The worlds and characters in these films are often much less developed than in other fantasy sub-genres. Of all the Fantasy sub-genres, Sword and Sorcery is most likely to be geared towards a younger audience, as many of these films are animated. + Thriller: + template: {name: Genre, genre: Thriller, poster: https://theposterdb.com/api/assets/52019} + summary: Thriller Film is a genre that revolves around anticipation and suspense. The aim for Thrillers is to keep the audience alert and on the edge of their seats. The protagonist in these films is set against a problem – an escape, a mission, or a mystery. No matter what sub-genre a Thriller film falls into, it will emphasize the danger that the protagonist faces. The tension with the main problem is built on throughout the film and leads to a highly stressful climax. + Time Travel: + template: {name: Other Genre, poster: https://theposterdb.com/api/assets/81440} + imdb_list: https://www.imdb.com/search/keyword/?keywords=time-travel%2Ctime-machine&ref_=kw_ref_key&sort=moviemeter,asc&mode=detail&page=1&title_type=movie + summary: Time Travel is a collection of movies that contains time-travel. In any form. Be it time-loop, full on relocation in time, consciousness transfer... Warning You may find yourself screaming Paradox!, That's just a risk you have to take. + War: + template: {name: Genre, genre: War, poster: https://theposterdb.com/api/assets/51477} + summary: War Film is a genre that looks at the reality of war on a grand scale. They often focus on landmark battles as well as political issues within war. This genre usually focuses on a main character and his team of support, giving the audience an inside look into the gritty reality of war. + Western: + template: {name: Genre, genre: Western, poster: https://theposterdb.com/api/assets/51774} + summary: "Western Film is a genre that revolves around stories primarily set in the late 19th century in the American Old West. Most Westerns are set between the American Civil War (1865) and the early 1900s. Common themes within Western Film include: the conquest of the wild west, the cultural separation of the East and the West, the West’s resistance to modern change, the conflict between Cowboys and Indians, outlaws, and treasure/gold hunting. American Western Film usually revolves around a stoic hero and emphasizes the importance of honor and sacrifice." diff --git a/SiskoUrso/Movies/Metadata.yml b/SiskoUrso/Movies/Metadata.yml new file mode 100644 index 0000000..5e6973e --- /dev/null +++ b/SiskoUrso/Movies/Metadata.yml @@ -0,0 +1,7102 @@ + +###################################################### +# SiskoUrso Movie Metadata # +###################################################### + +metadata: + + # 12 Rounds + 12 Rounds: + year: 2009 + url_poster: https://theposterdb.com/api/assets/24431 + "12 Rounds 2: Reloaded": + year: 2013 + url_poster: https://theposterdb.com/api/assets/24432 + "12 Rounds 3: Lockdown": + year: 2015 + url_poster: https://theposterdb.com/api/assets/24433 + + # 2001 Maniacs + 2001 Maniacs: + year: 2005 + url_poster: https://theposterdb.com/api/assets/173750 + "2001 Maniacs: Field of Screams": + year: 2010 + url_poster: https://theposterdb.com/api/assets/173751 + + # 28 Days/Weeks/Months + 28 Days Later: + year: 2002 + url_poster: https://theposterdb.com/api/assets/79741 + 28 Weeks Later: + year: 2007 + url_poster: https://theposterdb.com/api/assets/79742 + + # 300 + 300: + year: 2007 + url_poster: https://theposterdb.com/api/assets/138690 + "300: Rise of an Empire": + year: 2014 + url_poster: https://theposterdb.com/api/assets/138691 + + # 3 Men + 3 Men and a Baby: + year: 1987 + url_poster: https://theposterdb.com/api/assets/231580 + 3 Men and a Little Lady: + year: 1990 + url_poster: https://theposterdb.com/api/assets/231581 + + # 30 Days of Night + 30 Days of Night: + year: 2007 + url_poster: https://theposterdb.com/api/assets/79832 + "30 Days of Night: Dark Days": + year: 2010 + url_poster: https://theposterdb.com/api/assets/79833 + + # 47 Meters Down + 47 Meters Down: + year: 2017 + url_poster: https://theposterdb.com/api/assets/21611 + "47 Meters Down: Uncaged": + year: 2019 + url_poster: https://theposterdb.com/api/assets/21612 + + # 48 Hrs + 48 Hrs.: + year: 1982 + url_poster: https://theposterdb.com/api/assets/20770 + Another 48 Hrs.: + year: 1990 + url_poster: https://theposterdb.com/api/assets/20771 + + # 8MM + 8MM: + year: 1999 + url_poster: https://theposterdb.com/api/assets/95670 + 8MM 2: + year: 2005 + url_poster: https://theposterdb.com/api/assets/95671 + + # Ace Ventura + "Ace Ventura: Pet Detective": + year: 1994 + url_poster: https://theposterdb.com/api/assets/6613 + "Ace Ventura: When Nature Calls": + year: 1995 + url_poster: https://theposterdb.com/api/assets/6614 + "Ace Ventura Jr: Pet Detective": + year: 2009 + url_poster: https://theposterdb.com/api/assets/6615 + + # Addams Family + The Addams Family: + year: 1991 + url_poster: https://theposterdb.com/api/assets/53153 + Addams Family Values: + url_poster: https://theposterdb.com/api/assets/53154 + Addams Family Reunion: + url_poster: https://theposterdb.com/api/assets/53155 + The Addams Family (Animation): + title: The Addams Family + year: 2019 + url_poster: https://theposterdb.com/api/assets/53156 + The Addams Family 2: + url_poster: https://theposterdb.com/api/assets/188293 + + # Air Bud + Air Bud: + url_poster: https://theposterdb.com/api/assets/96173 + "Air Bud: Golden Receiver": + url_poster: https://theposterdb.com/api/assets/96174 + "Air Bud: World Pup": + url_poster: https://theposterdb.com/api/assets/96175 + "Air Bud: Seventh Inning Fetch": + url_poster: https://theposterdb.com/api/assets/96176 + "Air Bud: Spikes Back": + url_poster: https://theposterdb.com/api/assets/96177 + + # Airplane! + Airplane!: + year: 1980 + url_poster: https://theposterdb.com/api/assets/36707 + "Airplane II: The Sequel": + year: 1982 + url_poster: https://theposterdb.com/api/assets/36708 + + # Airport + Airport: + year: 1970 + url_poster: https://theposterdb.com/api/assets/44505 + Airport 1975: + year: 1974 + url_poster: https://theposterdb.com/api/assets/44506 + Airport '77: + year: 1977 + url_poster: https://theposterdb.com/api/assets/44507 + The Concorde... Airport '79: + year: 1979 + url_poster: https://theposterdb.com/api/assets/44508 + + # Aladdin + Aladdin: + year: 1992 + url_poster: https://theposterdb.com/api/assets/89796 + The Return of Jafar: + url_poster: https://theposterdb.com/api/assets/89797 + Aladdin and the King of Thieves: + url_poster: https://theposterdb.com/api/assets/89798 + Aladdin (Live Action): + title: Aladdin + year: 2019 + url_poster: https://theposterdb.com/api/assets/89799 + + # Alex Cross + Kiss the Girls: + year: 1997 + url_poster: https://theposterdb.com/api/assets/129870 + Along Came a Spider: + year: 2001 + url_poster: https://theposterdb.com/api/assets/129871 + Alex Cross: + year: 2012 + url_poster: https://theposterdb.com/api/assets/129872 + + # Alice in Wonderland + Alice in Wonderland: + year: 2010 + url_poster: https://theposterdb.com/api/assets/72186 + Alice Through the Looking Glass: + year: 2016 + url_poster: https://theposterdb.com/api/assets/72187 + + # Alien + Alien: + url_poster: https://theposterdb.com/api/assets/43459 + Aliens: + url_poster: https://theposterdb.com/api/assets/43460 + Alien 3: + url_poster: https://theposterdb.com/api/assets/43461 + Alien Resurrection: + url_poster: https://theposterdb.com/api/assets/43462 + Prometheus: + url_poster: https://theposterdb.com/api/assets/43465 + "Alien: Covenant": + url_poster: https://theposterdb.com/api/assets/43466 + + # All Dogs Go To Heaven + All Dogs Go to Heaven: + url_poster: https://theposterdb.com/api/assets/146349 + All Dogs Go to Heaven 2: + url_poster: https://theposterdb.com/api/assets/146350 + An All Dogs Christmas Carol: + url_poster: https://theposterdb.com/api/assets/146351 + + # All Hallows' Eve + All Hallows' Eve: + year: 2013 + url_poster: https://theposterdb.com/api/assets/261234 + All Hallows' Eve 2: + year: 2015 + url_poster: https://theposterdb.com/api/assets/261235 + + # Almighty + Bruce Almighty: + year: 2003 + url_poster: https://theposterdb.com/api/assets/51451 + Evan Almighty: + year: 2007 + url_poster: https://theposterdb.com/api/assets/51452 + + # Alvin and the Chipmunks + Alvin and the Chipmunks: + url_poster: https://theposterdb.com/api/assets/47179 + "Alvin and the Chipmunks: The Squeakquel": + url_poster: https://theposterdb.com/api/assets/47180 + "Alvin and the Chipmunks: Chipwrecked": + url_poster: https://theposterdb.com/api/assets/47181 + "Alvin and the Chipmunks: The Road Chip": + url_poster: https://theposterdb.com/api/assets/47182 + + # The Amazing Spider-Man + The Amazing Spider-Man: + year: 2012 + url_poster: https://theposterdb.com/api/assets/116710 + The Amazing Spider-Man 2: + year: 2014 + url_poster: https://theposterdb.com/api/assets/116711 + + # American Graffiti + American Graffiti: + year: 1973 + url_poster: https://theposterdb.com/api/assets/131493 + More American Graffiti: + year: 1979 + url_poster: https://theposterdb.com/api/assets/131494 + + # American Ninja + American Ninja: + year: 1985 + url_poster: https://theposterdb.com/api/assets/205836 + "American Ninja 2: The Confrontation": + year: 1987 + url_poster: https://theposterdb.com/api/assets/205837 + "American Ninja 3: Blood Hunt": + year: 1989 + url_poster: https://theposterdb.com/api/assets/205838 + "American Ninja 4: The Annihilation": + year: 1990 + url_poster: https://theposterdb.com/api/assets/205839 + American Ninja 5: + year: 1993 + url_poster: https://theposterdb.com/api/assets/205840 + + # American Pie + American Pie: + year: 1999 + url_poster: https://theposterdb.com/api/assets/952 + American Pie 2: + year: 2001 + url_poster: https://theposterdb.com/api/assets/953 + American Wedding: + year: 2003 + url_poster: https://theposterdb.com/api/assets/954 + American Reunion: + year: 2012 + url_poster: https://theposterdb.com/api/assets/955 + + # American Pie (Spin-off) + "American Pie Presents: Band Camp": + year: 2005 + url_poster: https://theposterdb.com/api/assets/962 + "American Pie Presents: The Naked Mile": + year: 2006 + url_poster: https://theposterdb.com/api/assets/964 + "American Pie Presents: Beta House": + year: 2007 + url_poster: https://theposterdb.com/api/assets/966 + "American Pie Presents: The Book of Love": + year: 2009 + url_poster: https://theposterdb.com/api/assets/967 + "American Pie Presents: Girls' Rules": + year: 2020 + url_poster: https://theposterdb.com/api/assets/111513 + + # American Psycho + American Psycho: + year: 2000 + url_poster: https://theposterdb.com/api/assets/153800 + "American Psycho II: All American Girl": + year: 2002 + url_poster: https://theposterdb.com/api/assets/153801 + + # An American Tail + An American Tail: + year: 1986 + url_poster: https://theposterdb.com/api/assets/106340 + "An American Tail: Fievel Goes West": + year: 1991 + url_poster: https://theposterdb.com/api/assets/106341 + "An American Tail: The Treasure of Manhattan Island": + year: 1998 + url_poster: https://theposterdb.com/api/assets/106342 + "An American Tail: The Mystery of the Night Monster": + year: 1999 + url_poster: https://theposterdb.com/api/assets/106343 + + # An American Werewolf + An American Werewolf in London: + year: 1981 + url_poster: https://theposterdb.com/api/assets/18582 + An American Werewolf in Paris: + year: 1997 + url_poster: https://theposterdb.com/api/assets/18583 + + # Anaconda + Anaconda: + url_poster: https://theposterdb.com/api/assets/73799 + "Anacondas: The Hunt for the Blood Orchid": + url_poster: https://theposterdb.com/api/assets/73800 + "Anaconda 3: Offspring": + url_poster: https://theposterdb.com/api/assets/73801 + "Anacondas: Trail of Blood": + url_poster: https://theposterdb.com/api/assets/73802 + + # Analyze + Analyze This: + year: 1999 + url_poster: https://theposterdb.com/api/assets/114392 + Analyze That: + year: 2002 + url_poster: https://theposterdb.com/api/assets/114393 + + # The Amityville Collection + The Amityville Horror: + year: 1979 + url_poster: https://theposterdb.com/api/assets/7891 + "Amityville II: The Possession": + url_poster: https://theposterdb.com/api/assets/7892 + Amityville 3-D: + url_poster: https://theposterdb.com/api/assets/7893 + "Amityville: The Evil Escapes": + url_poster: https://theposterdb.com/api/assets/7894 + The Amityville Curse: + url_poster: https://theposterdb.com/api/assets/7895 + "Amityville 1992: It's About Time": + url_poster: https://theposterdb.com/api/assets/7896 + "Amityville: A New Generation": + url_poster: https://theposterdb.com/api/assets/7897 + "Amityville: Dollhouse": + url_poster: https://theposterdb.com/api/assets/7898 + The Amityville Horror (Reboot): + title: The Amityville Horror + year: 2005 + url_poster: https://theposterdb.com/api/assets/7899 + The Amityville Haunting: + url_poster: https://theposterdb.com/api/assets/7900 + The Amityville Asylum: + url_poster: https://theposterdb.com/api/assets/7901 + Amityville Death House: + url_poster: https://theposterdb.com/api/assets/7902 + The Amityville Playhouse: + url_poster: https://theposterdb.com/api/assets/7903 + "Amityville: Vanishing Point": + url_poster: https://theposterdb.com/api/assets/7904 + The Amityville Terror: + url_poster: https://theposterdb.com/api/assets/7905 + Amityville Toybox: + url_poster: https://theposterdb.com/api/assets/7906 + "Amityville: No Escape": + url_poster: https://theposterdb.com/api/assets/7907 + Amityville Exorcism: + url_poster: https://theposterdb.com/api/assets/7908 + "Amityville: The Awakening": + url_poster: https://theposterdb.com/api/assets/7909 + The Amityville Murders: + url_poster: https://theposterdb.com/api/assets/7910 + + # Anchorman + "Anchorman: The Legend of Ron Burgundy": + year: 2004 + url_poster: https://theposterdb.com/api/assets/13974 + "Wake Up, Ron Burgundy: The Lost Movie": + year: 2004 + url_poster: https://theposterdb.com/api/assets/14102 + "Anchorman 2: The Legend Continues": + year: 2013 + url_poster: https://theposterdb.com/api/assets/13975 + + # Annabelle + Annabelle: + url_poster: https://theposterdb.com/api/assets/34569 + "Annabelle: Creation": + url_poster: https://theposterdb.com/api/assets/34570 + Annabelle Comes Home: + url_poster: https://theposterdb.com/api/assets/34571 + + # Antisocial + Antisocial: + year: 2013 + url_poster: https://theposterdb.com/api/assets/158082 + Antisocial 2: + year: 2015 + url_poster: https://theposterdb.com/api/assets/158083 + + # Army of the Dead + Army of the Dead: + year: 2021 + url_poster: https://theposterdb.com/api/assets/205934 + Army of Thieves: + year: 2021 + url_poster: https://theposterdb.com/api/assets/205935 + + # The Art of War + The Art of War: + year: 2000 + url_poster: https://theposterdb.com/api/assets/72899 + "The Art of War II: Betrayal": + year: 2008 + url_poster: https://theposterdb.com/api/assets/72900 + "The Art of War III: Retribution": + year: 2009 + url_poster: https://theposterdb.com/api/assets/72901 + + # Atlantis + "Atlantis: The Lost Empire": + url_poster: https://theposterdb.com/api/assets/20693 + "Atlantis: Milo's Return": + url_poster: https://theposterdb.com/api/assets/20694 + + # Atlas Shrugged + "Atlas Shrugged: Part I": + year: 2011 + url_poster: https://theposterdb.com/api/assets/83647 + "Atlas Shrugged: Part II": + year: 2012 + url_poster: https://theposterdb.com/api/assets/83648 + "Atlas Shrugged: Part III": + year: 2014 + url_poster: https://theposterdb.com/api/assets/83649 + + # Attraction + Attraction: + year: 2017 + url_poster: https://theposterdb.com/api/assets/88316 + Invasion: + year: 2020 + url_poster: https://theposterdb.com/api/assets/88317 + + + # Austin Powers + "Austin Powers: International Man of Mystery": + url_poster: https://theposterdb.com/api/assets/35263 + "Austin Powers: The Spy Who Shagged Me": + url_poster: https://theposterdb.com/api/assets/35264 + "Austin Powers in Goldmember": + url_poster: https://theposterdb.com/api/assets/35265 + + # Avatar + Avatar: + year: 2009 + url_poster: https://theposterdb.com/api/assets/267821 + "Avatar: The Way of Water": + year: 2022 + url_poster: https://theposterdb.com/api/assets/267822 + + # AVP + Alien vs. Predator: + url_poster: https://theposterdb.com/api/assets/43456 + "Aliens vs Predator: Requiem": + url_poster: https://theposterdb.com/api/assets/43457 + + # Baby Driver + Baby Driver: + year: 2017 + url_poster: https://theposterdb.com/api/assets/158110 + Baby Driver 2: + url_poster: https://theposterdb.com/api/assets/158109 + + # The Babysitter + The Babysitter: + year: 2017 + url_poster: https://theposterdb.com/api/assets/113633 + "The Babysitter: Killer Queen": + year: 2020 + url_poster: https://theposterdb.com/api/assets/113634 + + # Bachelor Party + Bachelor Party: + year: 1984 + url_poster: https://theposterdb.com/api/assets/132921 + "Bachelor Party 2: The Last Temptation": + year: 2008 + url_poster: https://theposterdb.com/api/assets/132922 + + # Back To The Future + Back to the Future: + url_poster: https://theposterdb.com/api/assets/158912 + Back to the Future Part II: + url_poster: https://theposterdb.com/api/assets/158913 + Back to the Future Part III: + url_poster: https://theposterdb.com/api/assets/158914 + + # Backdraft + Backdraft: + year: 1991 + url_poster: https://theposterdb.com/api/assets/26071 + Backdraft 2: + year: 2019 + url_poster: https://theposterdb.com/api/assets/26072 + + # Bad Boys + Bad Boys: + url_poster: https://theposterdb.com/api/assets/43042 + Bad Boys II: + url_poster: https://theposterdb.com/api/assets/43043 + Bad Boys for Life: + url_poster: https://theposterdb.com/api/assets/43044 + + # Bad Santa + Bad Santa: + url_poster: https://theposterdb.com/api/assets/32570 + Bad Santa 2: + url_poster: https://theposterdb.com/api/assets/32571 + + # Balto + Balto: + url_poster: https://theposterdb.com/api/assets/16921 + "Balto II: Wolf Quest": + url_poster: https://theposterdb.com/api/assets/16922 + "Balto III: Wings of Change": + url_poster: https://theposterdb.com/api/assets/16923 + + # Bambi + Bambi: + year: 1942 + url_poster: https://theposterdb.com/api/assets/46874 + Bambi II: + year: 2006 + url_poster: https://theposterdb.com/api/assets/46875 + + # Barbershop + Barbershop: + year: 2002 + url_poster: https://theposterdb.com/api/assets/59248 + "Barbershop 2: Back in Business": + url_poster: https://theposterdb.com/api/assets/59249 + Beauty Shop: + url_poster: https://theposterdb.com/api/assets/59250 + "Barbershop: The Next Cut": + url_poster: https://theposterdb.com/api/assets/59251 + + # The Barrytown Trilogy + The Commitments: + year: 1991 + url_poster: https://theposterdb.com/api/assets/98694 + The Snapper: + year: 1993 + url_poster: https://theposterdb.com/api/assets/98695 + The Van: + year: 1996 + url_poster: https://theposterdb.com/api/assets/98696 + + # Basic Instinct + Basic Instinct: + year: 1992 + url_poster: https://theposterdb.com/api/assets/17275 + Basic Instinct 2: + year: 2006 + url_poster: https://theposterdb.com/api/assets/17276 + + # Basket Case + Basket Case: + year: 1982 + url_poster: https://theposterdb.com/api/assets/7912 + Basket Case 2: + year: 1990 + url_poster: https://theposterdb.com/api/assets/7913 + "Basket Case 3: The Progeny": + year: 1992 + url_poster: https://theposterdb.com/api/assets/7914 + + # Batman + Batman: + url_poster: https://theposterdb.com/api/assets/50894 + Batman & Robin: + url_poster: https://theposterdb.com/api/assets/50897 + Batman Forever: + url_poster: https://theposterdb.com/api/assets/50896 + Batman Returns: + url_poster: https://theposterdb.com/api/assets/50895 + + # Batman (DC Universe Animated) + "Batman: Mask of the Phantasm": + year: 1993 + url_poster: https://theposterdb.com/api/assets/193395 + "Batman & Mr. Freeze: SubZero": + year: 1998 + url_poster: https://theposterdb.com/api/assets/193396 + "Batman: Mystery of the Batwoman": + year: 2003 + url_poster: https://theposterdb.com/api/assets/193397 + Batman and Harley Quinn: + year: 2017 + url_poster: https://theposterdb.com/api/assets/193398 + + # Batman Unlimited + "Batman Unlimited: Animal Instincts": + year: 2015 + url_poster: https://theposterdb.com/api/assets/193417 + "Batman Unlimited: Monster Mayhem": + year: 2015 + url_poster: https://theposterdb.com/api/assets/193418 + "Batman Unlimited: Mechs vs. Mutants": + year: 2016 + url_poster: https://theposterdb.com/api/assets/193419 + + # Batman other + Batman vs. Teenage Mutant Ninja Turtles: + url_poster: https://theposterdb.com/api/assets/73030 + "Batman: The Killing Joke": + url_poster: https://theposterdb.com/api/assets/73020 + + # Battle Royale + Battle Royale: + year: 2000 + url_poster: https://theposterdb.com/api/assets/72142 + "Battle Royale II: Requiem": + year: 2003 + url_poster: https://theposterdb.com/api/assets/72143 + + # # Battlestar Galactica (Reboot) + "Battlestar Galactica: Razor": + year: 2007 + url_poster: https://theposterdb.com/api/assets/122191 + "Battlestar Galactica: The Plan": + year: 2009 + url_poster: https://theposterdb.com/api/assets/122192 + "Battlestar Galactica: Blood & Chrome": + year: 2012 + url_poster: https://theposterdb.com/api/assets/122193 + + # Beastmaster + The Beastmaster: + year: 1982 + url_poster: https://theposterdb.com/api/assets/75770 + "Beastmaster 2: Through the Portal of Time": + year: 1991 + url_poster: https://theposterdb.com/api/assets/75771 + "Beastmaster III: The Eye of Braxus": + year: 1996 + url_poster: https://theposterdb.com/api/assets/75772 + + # Beavis and Butt-Head Do A + Beavis and Butt-Head Do America: + year: 1996 + url_poster: https://theposterdb.com/api/assets/244465 + Beavis and Butt-Head Do the Universe: + year: 2022 + url_poster: https://theposterdb.com/api/assets/244466 + + # Beethoven + Beethoven: + year: 1992 + url_poster: https://theposterdb.com/api/assets/226802 + Beethoven's 2nd: + year: 1993 + url_poster: https://theposterdb.com/api/assets/226803 + Beethoven's 3rd: + year: 2000 + url_poster: https://theposterdb.com/api/assets/226804 + Beethoven's 4th: + year: 2001 + url_poster: https://theposterdb.com/api/assets/226805 + Beethoven's 5th: + year: 2003 + url_poster: https://theposterdb.com/api/assets/226806 + Beethoven's Big Break: + year: 2008 + url_poster: https://theposterdb.com/api/assets/226807 + Beethoven's Christmas Adventure: + year: 2011 + url_poster: https://theposterdb.com/api/assets/226808 + Beethoven's Treasure Tail: + year: 2014 + url_poster: https://theposterdb.com/api/assets/226809 + + # Behind Enemy Lines - https://theposterdb.com/set/102601 + Behind Enemy Lines: + year: 2001 + url_poster: https://theposterdb.com/api/assets/167826 + "Behind Enemy Lines II: Axis of Evil": + year: 2006 + url_poster: https://theposterdb.com/api/assets/167827 + "Behind Enemy Lines III: Colombia": + year: 2009 + url_poster: https://theposterdb.com/api/assets/167828 + "Seal Team Eight: Behind Enemy Lines": + year: 2014 + url_poster: https://theposterdb.com/api/assets/167829 + "Behind the Line: Escape to Dunkirk": + year: 2020 + url_poster: https://theposterdb.com/api/assets/167836 + + # Best of the Best + Best of the Best: + year: 1989 + url_poster: https://theposterdb.com/api/assets/20911 + Best of the Best 2: + year: 1993 + url_poster: https://theposterdb.com/api/assets/20912 + "Best of the Best 3: No Turning Back": + year: 1995 + url_poster: https://theposterdb.com/api/assets/20913 + "Best of the Best 4: Without Warning": + year: 1998 + url_poster: https://theposterdb.com/api/assets/20914 + + # Beverly Hills Cop + Beverly Hills Cop: + url_poster: https://theposterdb.com/api/assets/45077 + Beverly Hills Cop II: + url_poster: https://theposterdb.com/api/assets/45078 + Beverly Hills Cop III: + url_poster: https://theposterdb.com/api/assets/45079 + + # Bill & Ted + Bill & Ted Face the Music: + url_poster: https://theposterdb.com/api/assets/96797 + Bill & Ted's Bogus Journey: + url_poster: https://theposterdb.com/api/assets/96796 + Bill & Ted's Excellent Adventure: + url_poster: https://theposterdb.com/api/assets/96795 + + # Blade + Blade: + url_poster: https://theposterdb.com/api/assets/36518 + Blade II: + url_poster: https://theposterdb.com/api/assets/36519 + Blade Trinity: + url_poster: https://theposterdb.com/api/assets/36520 + + # Black Water + Black Water: + url_poster: https://theposterdb.com/api/assets/185349 + "Black Water: Abyss": + url_poster: https://theposterdb.com/api/assets/185350 + + # Blade Runner + Blade Runner: + url_poster: https://theposterdb.com/api/assets/6082 + Blade Runner 2049: + url_poster: https://theposterdb.com/api/assets/6083 + + # Blair Witch + The Blair Witch Project: + year: 1999 + url_poster: https://theposterdb.com/api/assets/102331 + "Book of Shadows: Blair Witch 2": + year: 2000 + url_poster: https://theposterdb.com/api/assets/102332 + Blair Witch: + year: 2016 + url_poster: https://theposterdb.com/api/assets/102333 + + # The Blind Dead + Tombs of the Blind Dead: + year: 1972 + url_poster: https://theposterdb.com/api/assets/22309 + Attack of the Blind Dead: + year: 1973 + url_poster: https://theposterdb.com/api/assets/22310 + The Ghost Galleon: + year: 1974 + url_poster: https://theposterdb.com/api/assets/22311 + Night of the Seagulls: + year: 1975 + url_poster: https://theposterdb.com/api/assets/22312 + + # BloodRayne + BloodRayne: + year: 2005 + url_poster: https://theposterdb.com/api/assets/44190 + "BloodRayne 2: Deliverance": + year: 2007 + url_poster: https://theposterdb.com/api/assets/44191 + "BloodRayne: The Third Reich": + year: 2010 + url_poster: https://theposterdb.com/api/assets/44192 + + # The Blues Brothers + The Blues Brothers: + url_poster: https://theposterdb.com/api/assets/12497 + Blues Brothers 2000: + url_poster: https://theposterdb.com/api/assets/12498 + + # The Boondock Saints + The Boondock Saints: + url_poster: https://theposterdb.com/api/assets/80256 + "The Boondock Saints II: All Saints Day": + url_poster: https://theposterdb.com/api/assets/80257 + + # Borat + "Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan": + url_poster: https://theposterdb.com/api/assets/139171 + Borat Subsequent Moviefilm: + url_poster: https://theposterdb.com/api/assets/139172 + + # The Boss Baby + The Boss Baby: + year: 2017 + url_poster: https://theposterdb.com/api/assets/71191 + "The Boss Baby: Back in Business": + year: 2018 + url_poster: https://theposterdb.com/api/assets/71192 + + # The Boy + The Boy: + year: 2016 + url_poster: https://theposterdb.com/api/assets/84870 + "Brahms: The Boy II": + url_poster: https://theposterdb.com/api/assets/84871 + + # Bridget Jones + Bridget Jones's Diary: + year: 2001 + url_poster: https://theposterdb.com/api/assets/63898 + "Bridget Jones: The Edge of Reason": + year: 2004 + url_poster: https://theposterdb.com/api/assets/63899 + Bridget Jones's Baby: + year: 2016 + url_poster: https://theposterdb.com/api/assets/63900 + + # Bring It On + Bring It On: + url_poster: https://theposterdb.com/api/assets/95110 + Bring It On Again: + url_poster: https://theposterdb.com/api/assets/95111 + "Bring It On: All or Nothing": + url_poster: https://theposterdb.com/api/assets/95112 + "Bring It On: In It to Win It": + url_poster: https://theposterdb.com/api/assets/95113 + "Bring It On: Fight to the Finish": + url_poster: https://theposterdb.com/api/assets/95114 + "Bring It On: Worldwide #Cheersmack": + url_poster: https://theposterdb.com/api/assets/95115 + + # Brother Bear + Brother Bear: + url_poster: https://theposterdb.com/api/assets/21185 + Brother Bear 2: + url_poster: https://theposterdb.com/api/assets/21186 + + # The Buddies + Air Buddies: + url_poster: https://theposterdb.com/api/assets/96332 + Snow Buddies: + url_poster: https://theposterdb.com/api/assets/96333 + Space Buddies: + url_poster: https://theposterdb.com/api/assets/96334 + Santa Buddies: + url_poster: https://theposterdb.com/api/assets/96335 + Spooky Buddies: + url_poster: https://theposterdb.com/api/assets/96336 + Treasure Buddies: + url_poster: https://theposterdb.com/api/assets/96337 + Super Buddies: + url_poster: https://theposterdb.com/api/assets/96338 + + # Bulletproof + Bulletproof: + year: 1996 + url_poster: https://theposterdb.com/api/assets/114212 + Bulletproof 2: + year: 2020 + url_poster: https://theposterdb.com/api/assets/114213 + + # The Butterfly Effect + The Butterfly Effect: + year: 2004 + url_poster: https://theposterdb.com/api/assets/79440 + The Butterfly Effect 2: + year: 2006 + url_poster: https://theposterdb.com/api/assets/79441 + "The Butterfly Effect 3: Revelations": + year: 2009 + url_poster: https://theposterdb.com/api/assets/79442 + + # C.H.U.D. + C.H.U.D.: + year: 1984 + url_poster: https://theposterdb.com/api/assets/82535 + "C.H.U.D. II: Bud the Chud": + year: 1989 + url_poster: https://theposterdb.com/api/assets/82536 + + # Cabin Fever + Cabin Fever: + year: 2003 + url_poster: https://theposterdb.com/api/assets/17134 + "Cabin Fever 2: Spring Fever": + year: 2009 + url_poster: https://theposterdb.com/api/assets/17135 + "Cabin Fever: Patient Zero": + year: 2014 + url_poster: https://theposterdb.com/api/assets/17136 + Cabin Fever (Reboot): + year: 2016 + title: Cabin Fever + url_poster: https://theposterdb.com/api/assets/17137 + + # Caddyshack + Caddyshack: + year: 1980 + url_poster: https://theposterdb.com/api/assets/66796 + Caddyshack II: + year: 1988 + url_poster: https://theposterdb.com/api/assets/66797 + + # Candyman + Candyman: + year: 1992 + url_poster: https://theposterdb.com/api/assets/79962 + "Candyman: Farewell to the Flesh": + url_poster: https://theposterdb.com/api/assets/79963 + "Candyman: Day of the Dead": + url_poster: https://theposterdb.com/api/assets/79964 + Candyman (Reboot): + title: Candyman + year: 2021 + url_poster: https://theposterdb.com/api/assets/79965 + + # Cannonball Run + The Cannonball Run: + year: 1981 + url_poster: https://theposterdb.com/api/assets/79717 + Cannonball Run II: + year: 1984 + url_poster: https://theposterdb.com/api/assets/79718 + Speed Zone: + year: 1989 + url_poster: https://theposterdb.com/api/assets/79719 + + # Captain Underpants + "Captain Underpants: The First Epic Movie": + year: 2017 + url_poster: https://theposterdb.com/api/assets/227301 + The Spooky Tale of Captain Underpants Hack-a-ween: + year: 2019 + url_poster: https://theposterdb.com/api/assets/227302 + "Captain Underpants: Mega Blissmas": + year: 2020 + url_poster: https://theposterdb.com/api/assets/227303 + + # Carlito's Way + Carlito's Way: + year: 1993 + url_poster: https://theposterdb.com/api/assets/102070 + + # Carrie + Carrie: + year: 1976 + url_poster: https://theposterdb.com/api/assets/17140 + "The Rage: Carrie 2": + url_poster: https://theposterdb.com/api/assets/17141 + + # Cars + Cars: + url_poster: https://theposterdb.com/api/assets/133 + Cars 2: + url_poster: https://theposterdb.com/api/assets/134 + Cars 3: + url_poster: https://theposterdb.com/api/assets/134 + + # The Cell + The Cell: + year: 2000 + url_poster: https://theposterdb.com/api/assets/17442 + The Cell 2: + year: 2009 + url_poster: https://theposterdb.com/api/assets/17443 + + # Charlie Brown + A Charlie Brown Christmas: + url_poster: https://theposterdb.com/api/assets/14724 + A Charlie Brown Thanksgiving: + url_poster: https://theposterdb.com/api/assets/14725 + "It's the Great Pumpkin, Charlie Brown": + url_poster: https://theposterdb.com/api/assets/14726 + A Boy Named Charlie Brown: + url_poster: https://theposterdb.com/api/assets/14727 + "It's Magic, Charlie Brown": + url_poster: https://theposterdb.com/api/assets/14728 + "Happy New Year, Charlie Brown": + url_poster: https://theposterdb.com/api/assets/14729 + + # Charlie's Angels + Charlie's Angels: + year: 2000 + url_poster: https://theposterdb.com/api/assets/15410 + "Charlie's Angels: Full Throttle": + url_poster: https://theposterdb.com/api/assets/15411 + Charlie's Angels (Reboot): + title: Charlie's Angels + year: 2019 + url_poster: https://theposterdb.com/api/assets/15412 + + # Cheaper by the Dozen + Cheaper by the Dozen: + url_poster: https://theposterdb.com/api/assets/173407 + Cheaper by the Dozen 2: + url_poster: https://theposterdb.com/api/assets/173408 + + # Cheech & Chong + Up in Smoke: + year: 1978 + url_poster: https://theposterdb.com/api/assets/147960 + "Cheech & Chong's Next Movie": + year: 1980 + url_poster: https://theposterdb.com/api/assets/147961 + Nice Dreams: + year: 1981 + url_poster: https://theposterdb.com/api/assets/147962 + Things Are Tough All Over: + year: 1982 + url_poster: https://theposterdb.com/api/assets/147963 + Still Smokin: + year: 1983 + url_poster: https://theposterdb.com/api/assets/147964 + "Cheech & Chong's The Corsican Brothers": + year: 1984 + url_poster: https://theposterdb.com/api/assets/147965 + Cheech & Chong Get Out of My Room: + year: 1985 + url_poster: https://theposterdb.com/api/assets/147966 + Cheech & Chong's Hey Watch This: + year: 2010 + url_poster: https://theposterdb.com/api/assets/147967 + Cheech & Chong's Animated Movie: + year: 2013 + url_poster: https://theposterdb.com/api/assets/147968 + + # Children of the Corn + Children of the Corn: + year: 1984 + url_poster: https://theposterdb.com/api/assets/80036 + "Children of the Corn II: The Final Sacrifice": + year: 1992 + url_poster: https://theposterdb.com/api/assets/80037 + "Children of the Corn III: Urban Harvest": + year: 1995 + url_poster: https://theposterdb.com/api/assets/80038 + "Children of the Corn IV: The Gathering": + year: 1996 + url_poster: https://theposterdb.com/api/assets/80039 + "Children of the Corn V: Fields of Terror": + year: 1998 + url_poster: https://theposterdb.com/api/assets/80040 + "Children of the Corn 666: Isaac's Return": + year: 1999 + url_poster: https://theposterdb.com/api/assets/80041 + "Children of the Corn: Revelation": + year: 2001 + url_poster: https://theposterdb.com/api/assets/80042 + Children of the Corn (Reboot): + title: Children of the Corn + year: 2009 + url_poster: https://theposterdb.com/api/assets/80043 + "Children of the Corn: Genesis": + year: 2011 + url_poster: https://theposterdb.com/api/assets/80044 + "Children of the Corn: Runaway": + year: 2018 + url_poster: https://theposterdb.com/api/assets/80045 + + # Childs Play + Child's Play: + year: 1988 + url_poster: https://theposterdb.com/api/assets/94854 + Child's Play 2: + year: 1990 + url_poster: https://theposterdb.com/api/assets/94855 + Child's Play 3: + year: 1991 + url_poster: https://theposterdb.com/api/assets/94856 + Bride of Chucky: + year: 1998 + url_poster: https://theposterdb.com/api/assets/94857 + Seed of Chucky: + year: 2004 + url_poster: https://theposterdb.com/api/assets/94858 + Curse of Chucky: + year: 2013 + url_poster: https://theposterdb.com/api/assets/94859 + Cult of Chucky: + year: 2017 + url_poster: https://theposterdb.com/api/assets/94860 + Child's Play (Remake): + title: Child's Play + year: 2019 + url_poster: https://theposterdb.com/api/assets/94861 + + # A Christmas Story + A Christmas Story: + year: 1983 + url_poster: https://theposterdb.com/api/assets/106205 + A Christmas Story 2: + year: 2012 + url_poster: https://theposterdb.com/api/assets/106206 + + # The Chronicles of Narnia + "The Chronicles of Narnia: The Lion, the Witch and the Wardrobe": + url_poster: https://theposterdb.com/api/assets/86942 + "The Chronicles of Narnia: Prince Caspian": + url_poster: https://theposterdb.com/api/assets/86943 + "The Chronicles of Narnia: The Voyage of the Dawn Treader": + url_poster: https://theposterdb.com/api/assets/86944 + + # The Chronicles of Riddick + Pitch Black: + url_poster: https://theposterdb.com/api/assets/22253 + The Chronicles of Riddick: + url_poster: https://theposterdb.com/api/assets/22254 + "The Chronicles of Riddick: Dark Fury": + url_poster: https://theposterdb.com/api/assets/22424 + "Riddick: Blindsided": + url_poster: https://theposterdb.com/api/assets/22425 + Riddick: + url_poster: https://theposterdb.com/api/assets/22426 + + # Cinderella + Cinderella: + url_poster: https://theposterdb.com/api/assets/57730 + "Cinderella II: Dreams Come True": + url_poster: https://theposterdb.com/api/assets/106297 + "Cinderella III: A Twist in Time": + url_poster: https://theposterdb.com/api/assets/106298 + + # Cinderella Story + A Cinderella Story: + url_poster: https://theposterdb.com/api/assets/105646 + Another Cinderella Story: + url_poster: https://theposterdb.com/api/assets/105647 + "A Cinderella Story: Once Upon a Song": + url_poster: https://theposterdb.com/api/assets/105648 + "A Cinderella Story: If the Shoe Fits": + url_poster: https://theposterdb.com/api/assets/105649 + "A Cinderella Story: Christmas Wish": + url_poster: https://theposterdb.com/api/assets/105650 + + # City Slickers + City Slickers: + url_poster: https://theposterdb.com/api/assets/95270 + "City Slickers II: The Legend of Curly's Gold": + url_poster: https://theposterdb.com/api/assets/95271 + + # Clash of the Titans + Clash of the Titans: + year: 2010 + url_poster: https://theposterdb.com/api/assets/34934 + Wrath of the Titans: + year: 2012 + url_poster: https://theposterdb.com/api/assets/34935 + + # Class of 1999 + Class of 1984: + year: 1982 + url_poster: https://theposterdb.com/api/assets/28000 + Class of 1999: + year: 1990 + url_poster: https://theposterdb.com/api/assets/28001 + Class of 1999 II - The Substitute: + year: 1994 + url_poster: https://theposterdb.com/api/assets/28002 + + # Clerks + Clerks: + url_poster: https://theposterdb.com/api/assets/35321 + Clerks II: + url_poster: https://theposterdb.com/api/assets/35323 + The Flying Car: + url_poster: https://theposterdb.com/api/assets/35322 + + # Clint Eastwood's Iwo Jima + Flags of Our Fathers: + year: 2006 + url_poster: https://theposterdb.com/api/assets/44094 + Letters from Iwo Jima: + year: 2006 + url_poster: https://theposterdb.com/api/assets/44095 + + # Cloudy with a Chance of Meatballs + Cloudy with a Chance of Meatballs: + url_poster: https://theposterdb.com/api/assets/37355 + Cloudy with a Chance of Meatballs 2: + url_poster: https://theposterdb.com/api/assets/37356 + + # Cloverfield + Cloverfield: + url_poster: https://theposterdb.com/api/assets/80059 + 10 Cloverfield Lane: + url_poster: https://theposterdb.com/api/assets/80060 + The Cloverfield Paradox: + url_poster: https://theposterdb.com/api/assets/80061 + + # Cocoon + Cocoon: + year: 1985 + url_poster: https://theposterdb.com/api/assets/17252 + "Cocoon: The Return": + year: 1988 + url_poster: https://theposterdb.com/api/assets/17253 + + # Cold Prey + Cold Prey: + year: 2006 + url_poster: https://theposterdb.com/api/assets/251009 + Cold Prey II: + year: 2008 + url_poster: https://theposterdb.com/api/assets/251010 + Cold Prey III: + year: 2010 + url_poster: https://theposterdb.com/api/assets/251011 + + # The Collector + The Collector: + year: 2009 + url_poster: https://theposterdb.com/api/assets/7926 + The Collection: + year: 2012 + url_poster: https://theposterdb.com/api/assets/7927 + + # Coming to America + Coming to America: + year: 1988 + url_poster: https://theposterdb.com/api/assets/163630 + Coming 2 America: + year: 2021 + url_poster: https://theposterdb.com/api/assets/163631 + + # Conan the Barbarian + Conan the Barbarian: + year: 1982 + url_poster: https://theposterdb.com/api/assets/5065 + Conan the Destroyer: + year: 1984 + url_poster: https://theposterdb.com/api/assets/5066 + + # The Conjuring + The Conjuring: + year: 2013 + url_poster: https://theposterdb.com/api/assets/156082 + The Conjuring 2: + year: 2016 + url_poster: https://theposterdb.com/api/assets/156083 + The Nun: + url_poster: https://theposterdb.com/api/assets/156084 + "The Conjuring: The Devil Made Me Do It": + year: 2021 + url_poster: https://theposterdb.com/api/assets/156085 + + # Contracted + Contracted: + year: 2013 + url_poster: https://theposterdb.com/api/assets/267447 + "Contracted: Phase II": + year: 2015 + url_poster: https://theposterdb.com/api/assets/267448 + + # Cornetto Trilogy + Shaun of the Dead: + url_poster: https://theposterdb.com/api/assets/60579 + Hot Fuzz: + url_poster: https://theposterdb.com/api/assets/60580 + The World's End: + url_poster: https://theposterdb.com/api/assets/60581 + + # The Craft + The Craft: + year: 1996 + url_poster: https://theposterdb.com/api/assets/109481 + "The Craft: Legacy": + year: 2020 + url_poster: https://theposterdb.com/api/assets/109482 + + # Creature From The Black Lagoon + Creature from the Black Lagoon: + year: 1954 + url_poster: https://theposterdb.com/api/assets/80780 + Revenge of the Creature: + year: 1955 + url_poster: https://theposterdb.com/api/assets/80781 + The Creature Walks Among Us: + year: 1956 + url_poster: https://theposterdb.com/api/assets/80782 + + # Creed + Creed: + url_poster: https://theposterdb.com/api/assets/78969 + Creed II: + url_poster: https://theposterdb.com/api/assets/78970 + + # Creep + Creep: + year: 2014 + url_poster: https://theposterdb.com/api/assets/178618 + Creep 2: + year: 2016 + url_poster: https://theposterdb.com/api/assets/178619 + Creep 3: + url_poster: https://theposterdb.com/api/assets/178617 + + # Creepshow + Creepshow: + year: 1982 + url_poster: https://theposterdb.com/api/assets/81046 + Creepshow 2: + year: 1987 + url_poster: https://theposterdb.com/api/assets/81047 + Creepshow 3: + year: 2006 + url_poster: https://theposterdb.com/api/assets/81048 + + # The Crimson Rivers + The Crimson Rivers: + year: 2000 + url_poster: https://theposterdb.com/api/assets/54299 + "Crimson Rivers II: Angels of the Apocalypse": + year: 2004 + url_poster: https://theposterdb.com/api/assets/54300 + + # Critters + Critters: + year: 1986 + url_poster: https://theposterdb.com/api/assets/25485 + Critters 2: + year: 1988 + url_poster: https://theposterdb.com/api/assets/25486 + Critters 3: + year: 1991 + url_poster: https://theposterdb.com/api/assets/25487 + Critters 4: + year: 1992 + url_poster: https://theposterdb.com/api/assets/25488 + Critters Attack!: + year: 2019 + url_poster: https://theposterdb.com/api/assets/25489 + + # Crocodile Dundee + Crocodile Dundee: + url_poster: https://theposterdb.com/api/assets/911 + Crocodile Dundee II: + url_poster: https://theposterdb.com/api/assets/913 + Crocodile Dundee in Los Angeles: + url_poster: https://theposterdb.com/api/assets/915 + + # The Croods + The Croods: + url_poster: https://theposterdb.com/api/assets/113465 + "The Croods: A New Age": + url_poster: https://theposterdb.com/api/assets/113466 + + # Crouching Tiger, Hidden Dragon + Crouching Tiger, Hidden Dragon: + url_poster: https://theposterdb.com/api/assets/186220 + "Crouching Tiger, Hidden Dragon: Sword of Destiny": + url_poster: https://theposterdb.com/api/assets/186221 + + # The Crow + The Crow: + year: 1994 + url_poster: https://theposterdb.com/api/assets/111880 + "The Crow: City of Angels": + year: 1996 + url_poster: https://theposterdb.com/api/assets/111881 + "The Crow: Salvation": + year: 2000 + url_poster: https://theposterdb.com/api/assets/111882 + "The Crow: Wicked Prayer": + year: 2005 + url_poster: https://theposterdb.com/api/assets/111883 + + # Cruel Intentions + Cruel Intentions: + year: 1999 + url_poster: https://theposterdb.com/api/assets/25303 + Cruel Intentions 2: + year: 2000 + url_poster: https://theposterdb.com/api/assets/24345 + Cruel Intentions 3: + year: 2004 + url_poster: https://theposterdb.com/api/assets/24346 + + # Cube + Cube: + year: 1997 + url_poster: https://theposterdb.com/api/assets/179535 + "Cube 2: Hypercube": + year: 2002 + url_poster: https://theposterdb.com/api/assets/179536 + Cube Zero: + year: 2004 + url_poster: https://theposterdb.com/api/assets/179537 + + # Daddys Home + Daddy's Home: + url_poster: https://theposterdb.com/api/assets/14100 + Daddy's Home 2: + url_poster: https://theposterdb.com/api/assets/14101 + + # Dark Knight + Batman Begins: + url_poster: https://theposterdb.com/api/assets/8490 + The Dark Knight: + url_poster: https://theposterdb.com/api/assets/8491 + The Dark Knight Rises: + url_poster: https://theposterdb.com/api/assets/8492 + + # Darkman + Darkman: + year: 1990 + url_poster: https://theposterdb.com/api/assets/53026 + "Darkman II: The Return of Durant": + year: 1995 + url_poster: https://theposterdb.com/api/assets/53027 + "Darkman III: Die Darkman Die": + year: 1996 + url_poster: https://theposterdb.com/api/assets/53028 + + # Darko + Donnie Darko: + year: 2001 + url_poster: https://theposterdb.com/api/assets/128287 + S. Darko: + year: 2009 + url_poster: https://theposterdb.com/api/assets/128288 + + # DCEU - https://theposterdb.com/set/3146 + Man of Steel: + year: 2013 + url_poster: https://theposterdb.com/api/assets/7651 + "Batman v Superman: Dawn of Justice": + year: 2016 + url_poster: https://theposterdb.com/api/assets/7652 + "Batman: The Long Halloween, Part Two": + url_poster: https://theposterdb.com/api/assets/172875 + "Batman: The Long Halloween, Part One": + url_poster: https://theposterdb.com/api/assets/172874 + Suicide Squad: + year: 2016 + url_poster: https://theposterdb.com/api/assets/7653 + Wonder Woman: + year: 2017 + url_poster: https://theposterdb.com/api/assets/7654 + Justice League: + year: 2017 + url_poster: https://theposterdb.com/api/assets/7655 + Aquaman: + year: 2018 + url_poster: https://theposterdb.com/api/assets/7656 + Shazam!: + year: 2019 + url_poster: https://theposterdb.com/api/assets/7657 + Joker: + url_poster: https://theposterdb.com/api/assets/79254 + Birds of Prey (and the Fantabulous Emancipation of One Harley Quinn): + year: 2020 + url_poster: https://theposterdb.com/api/assets/47803 + Wonder Woman 1984: + year: 2020 + url_poster: https://theposterdb.com/api/assets/58528 + Zack Snyder's Justice League: + year: 2021 + url_poster: https://theposterdb.com/api/assets/139248 + The Suicide Squad: + year: 2021 + url_poster: https://theposterdb.com/api/assets/167747 + The Batman: + year: 2022 + url_poster: https://theposterdb.com/api/assets/99682 + + # Dead or Alive + Dead or Alive: + year: 1999 + url_poster: https://theposterdb.com/api/assets/104580 + "Dead or Alive 2: Birds": + year: 2000 + url_poster: https://theposterdb.com/api/assets/104581 + "Dead or Alive: Final": + year: 2002 + url_poster: https://theposterdb.com/api/assets/104582 + + # Death Note + Death Note: + url_poster: https://theposterdb.com/api/assets/82086 + "Death Note: The Last Name": + url_poster: https://theposterdb.com/api/assets/82087 + "L: change the WorLd": + url_poster: https://theposterdb.com/api/assets/82088 + "Death Note: Light Up the New World": + url_poster: https://theposterdb.com/api/assets/82089 + + # Death Race + Death Race: + url_poster: https://theposterdb.com/api/assets/16984 + Death Race 2: + url_poster: https://theposterdb.com/api/assets/16985 + "Death Race: Inferno": + url_poster: https://theposterdb.com/api/assets/16986 + "Death Race: Beyond Anarchy": + url_poster: https://theposterdb.com/api/assets/16987 + + # Dead Rising + "Dead Rising: Watchtower": + year: 2015 + url_poster: https://theposterdb.com/api/assets/222680 + "Dead Rising: Endgame": + year: 2016 + url_poster: https://theposterdb.com/api/assets/222681 + + # Dead Snow + Dead Snow: + year: 2009 + url_poster: https://theposterdb.com/api/assets/66487 + "Dead Snow 2: Red vs. Dead": + year: 2014 + url_poster: https://theposterdb.com/api/assets/66488 + + # Death Wish + Death Wish: + year: 1974 + url_poster: https://theposterdb.com/api/assets/74842 + Death Wish II: + year: 1982 + url_poster: https://theposterdb.com/api/assets/74843 + Death Wish 3: + year: 1985 + url_poster: https://theposterdb.com/api/assets/74844 + "Death Wish 4: The Crackdown": + year: 1987 + url_poster: https://theposterdb.com/api/assets/74845 + "Death Wish V: The Face of Death": + year: 1994 + url_poster: https://theposterdb.com/api/assets/74846 + + # Deathstalker + Deathstalker: + year: 1983 + url_poster: https://theposterdb.com/api/assets/75796 + Deathstalker II: + year: 1987 + url_poster: https://theposterdb.com/api/assets/75797 + Deathstalker and the Warriors from Hell: + year: 1988 + url_poster: https://theposterdb.com/api/assets/75798 + "Deathstalker IV: Match of Titans": + year: 1991 + url_poster: https://theposterdb.com/api/assets/75799 + + # The Debt Collector + The Debt Collector: + url_poster: https://theposterdb.com/api/assets/108497 + Debt Collectors: + url_poster: https://theposterdb.com/api/assets/108498 + + # Deep Blue Sea + Deep Blue Sea: + year: 1999 + url_poster: https://theposterdb.com/api/assets/218040 + Deep Blue Sea 2: + year: 2018 + url_poster: https://theposterdb.com/api/assets/218041 + Deep Blue Sea 3: + year: 2020 + url_poster: https://theposterdb.com/api/assets/218042 + + # The Delta Force + The Delta Force: + year: 1986 + url_poster: https://theposterdb.com/api/assets/158874 + "Delta Force 2: The Colombian Connection": + year: 1990 + url_poster: https://theposterdb.com/api/assets/158875 + "Delta Force 3: The Killing Game": + year: 1991 + url_poster: https://theposterdb.com/api/assets/158876 + + # Demonic Toys + Demonic Toys: + year: 1992 + url_poster: https://theposterdb.com/api/assets/115631 + Dollman vs. Demonic Toys: + year: 1993 + url_poster: https://theposterdb.com/api/assets/115632 + Puppet Master vs Demonic Toys: + year: 2004 + url_poster: https://theposterdb.com/api/assets/115633 + "Demonic Toys: Personal Demons": + year: 2010 + url_poster: https://theposterdb.com/api/assets/115634 + + # Demons + Demons: + year: 1985 + url_poster: https://theposterdb.com/api/assets/132413 + Demons 2: + year: 1986 + url_poster: https://theposterdb.com/api/assets/132414 + + # The Descent + The Descent: + year: 2005 + url_poster: https://theposterdb.com/api/assets/36253 + "The Descent: Part 2": + year: 2009 + url_poster: https://theposterdb.com/api/assets/36254 + + # Despicable Me + Despicable Me: + url_poster: https://theposterdb.com/api/assets/6469 + Despicable Me 2: + url_poster: https://theposterdb.com/api/assets/6470 + Despicable Me 3: + url_poster: https://theposterdb.com/api/assets/6471 + Minions: + url_poster: https://theposterdb.com/api/assets/76510 + "Minions: The Rise of Gru": + url_poster: https://theposterdb.com/api/assets/76511 + + # Deuce Bigalow + "Deuce Bigalow: Male Gigolo": + year: 1999 + url_poster: https://theposterdb.com/api/assets/168503 + "Deuce Bigalow: European Gigolo": + year: 2005 + url_poster: https://theposterdb.com/api/assets/168504 + + # Die Hard + Die Hard: + url_poster: https://theposterdb.com/api/assets/720 + Die Hard 2: + url_poster: https://theposterdb.com/api/assets/721 + "Die Hard: With a Vengeance": + url_poster: https://theposterdb.com/api/assets/722 + Live Free or Die Hard: + url_poster: https://theposterdb.com/api/assets/723 + A Good Day to Die Hard: + url_poster: https://theposterdb.com/api/assets/724 + + # Dirty Dancing + Dirty Dancing: + year: 1987 + url_poster: https://theposterdb.com/api/assets/107315 + "Dirty Dancing: Havana Nights": + year: 2004 + url_poster: https://theposterdb.com/api/assets/107316 + + # Dirty Harry + Dirty Harry: + url_poster: https://theposterdb.com/api/assets/852 + Magnum Force: + url_poster: https://theposterdb.com/api/assets/854 + The Enforcer: + url_poster: https://theposterdb.com/api/assets/855 + Sudden Impact: + url_poster: https://theposterdb.com/api/assets/856 + The Dead Pool: + url_poster: https://theposterdb.com/api/assets/857 + + # Disney Live Action + Maleficent: + year: 2014 + url_poster: https://theposterdb.com/api/assets/37526 + The Jungle Book (Live Action): + title: The Jungle Book + year: 2016 + url_poster: https://theposterdb.com/api/assets/45138 + "Pete's Dragon": + year: 2016 + url_poster: https://theposterdb.com/api/assets/45867 + Beauty and the Beast: + year: 2017 + url_poster: https://theposterdb.com/api/assets/22413 + Christopher Robin: + year: 2018 + url_poster: https://theposterdb.com/api/assets/12387 + Dumbo: + year: 2019 + url_poster: https://theposterdb.com/api/assets/13023 + The Lion King (Live Action): + title: The Lion King + year: 2019 + url_poster: https://theposterdb.com/api/assets/48917 + "Maleficent: Mistress of Evil": + year: 2019 + url_poster: https://theposterdb.com/api/assets/37527 + Cruella: + year: 2021 + url_poster: https://theposterdb.com/api/assets/154870 + + # District 13 + District B13: + year: 2004 + url_poster: https://theposterdb.com/api/assets/105652 + "District 13: Ultimatum": + year: 2009 + url_poster: https://theposterdb.com/api/assets/105653 + + # Divergent + Divergent: + url_poster: https://theposterdb.com/api/assets/53783 + Insurgent: + url_poster: https://theposterdb.com/api/assets/53784 + Allegiant: + url_poster: https://theposterdb.com/api/assets/53785 + + # Don't Breathe + Don't Breathe: + url_poster: https://theposterdb.com/api/assets/173569 + Don't Breathe 2: + url_poster: https://theposterdb.com/api/assets/173570 + + # Doom + Doom: + year: 2005 + url_poster: https://theposterdb.com/api/assets/109000 + "Doom: Annihilation": + year: 2019 + url_poster: https://theposterdb.com/api/assets/109001 + + # Dracula 2000 + Dracula 2000: + year: 2000 + url_poster: https://theposterdb.com/api/assets/243413 + "Dracula II: Ascension": + year: 2003 + url_poster: https://theposterdb.com/api/assets/243414 + "Dracula III: Legacy": + year: 2005 + url_poster: https://theposterdb.com/api/assets/243415 + + # Dracula (Hammer) + Dracula (Hammer): + title: Dracula + year: 1958 + url_poster: https://theposterdb.com/api/assets/263363 + The Brides of Dracula: + year: 1960 + url_poster: https://theposterdb.com/api/assets/263364 + "Dracula: Prince of Darkness": + year: 1966 + url_poster: https://theposterdb.com/api/assets/263365 + Dracula Has Risen from the Grave: + year: 1968 + url_poster: https://theposterdb.com/api/assets/263366 + Taste the Blood of Dracula: + year: 1970 + url_poster: https://theposterdb.com/api/assets/263367 + Scars of Dracula: + year: 1970 + url_poster: https://theposterdb.com/api/assets/263368 + Dracula A.D. 1972: + year: 1972 + url_poster: https://theposterdb.com/api/assets/263369 + The Satanic Rites of Dracula: + year: 1973 + url_poster: https://theposterdb.com/api/assets/263370 + The Legend of the 7 Golden Vampires: + year: 1974 + url_poster: https://theposterdb.com/api/assets/263371 + + # Dracula (Universal) + Dracula (Universal): + title: Dracula + year: 1931 + url_poster: https://theposterdb.com/api/assets/80750 + Drácula: + year: 1931 + url_poster: https://theposterdb.com/api/assets/80751 + Dracula's Daughter: + year: 1936 + url_poster: https://theposterdb.com/api/assets/80752 + Son of Dracula: + year: 1943 + url_poster: https://theposterdb.com/api/assets/80753 + House of Dracula: + year: 1945 + url_poster: https://theposterdb.com/api/assets/80754 + + # Dragon Ball + "Dragon Ball: Curse of the Blood Rubies": + year: 1986 + url_poster: https://theposterdb.com/api/assets/126818 + "Dragon Ball: Sleeping Princess in Devil's Castle": + year: 1987 + url_poster: https://theposterdb.com/api/assets/126819 + "Dragon Ball: Mystical Adventure": + year: 1988 + url_poster: https://theposterdb.com/api/assets/126820 + "Dragon Ball: The Path to Power": + year: 1996 + url_poster: https://theposterdb.com/api/assets/126821 + "Dragon Ball GT: A Hero's Legacy": + year: 1997 + url_poster: https://theposterdb.com/api/assets/126897 + "Dragon Ball: Yo! Son Goku and His Friends Return!!": + year: 2008 + url_poster: https://theposterdb.com/api/assets/126898 + "Dragon Ball: Episode of Bardock": + year: 2011 + url_poster: https://theposterdb.com/api/assets/126899 + + + # Dragon Ball Super + "Dragon Ball Super: Broly": + year: 2018 + url_poster: https://theposterdb.com/api/assets/126845 + "Dragon Ball Super: Super Hero": + year: 2022 + url_poster: https://theposterdb.com/api/assets/200014 + + # Dragon Ball Z + "Dragon Ball Z: Dead Zone": + year: 1989 + url_poster: https://theposterdb.com/api/assets/126824 + "Dragon Ball Z: The World's Strongest": + year: 1990 + url_poster: https://theposterdb.com/api/assets/126825 + "Dragon Ball Z: The Tree of Might": + year: 1990 + url_poster: https://theposterdb.com/api/assets/126826 + "Dragon Ball Z: Bardock - The Father of Goku": + year: 1990 + url_poster: https://theposterdb.com/api/assets/126827 + "Dragon Ball Z: Lord Slug": + year: 1991 + url_poster: https://theposterdb.com/api/assets/126828 + "Dragon Ball Z: Cooler's Revenge": + year: 1991 + url_poster: https://theposterdb.com/api/assets/126829 + "Dragon Ball Z: The Return of Cooler": + year: 1992 + url_poster: https://theposterdb.com/api/assets/126830 + "Dragon Ball Z: Super Android 13!": + year: 1992 + url_poster: https://theposterdb.com/api/assets/126831 + "Dragon Ball Z: The History of Trunks": + year: 1993 + url_poster: https://theposterdb.com/api/assets/126832 + "Dragon Ball Z: Broly – The Legendary Super Saiyan": + year: 1993 + url_poster: https://theposterdb.com/api/assets/126833 + "Dragon Ball Z: Bojack Unbound": + year: 1993 + url_poster: https://theposterdb.com/api/assets/126834 + "Dragon Ball Z: Plan to Eradicate the Super Saiyans": + year: 1993 + url_poster: https://theposterdb.com/api/assets/126835 + "Dragon Ball Z: Broly – Second Coming": + year: 1994 + url_poster: https://theposterdb.com/api/assets/126836 + "Dragon Ball Z: Bio-Broly": + year: 1994 + url_poster: https://theposterdb.com/api/assets/126837 + "Dragon Ball Z: Fusion Reborn": + year: 1995 + url_poster: https://theposterdb.com/api/assets/126838 + "Dragon Ball Z: Wrath of the Dragon": + year: 1995 + url_poster: https://theposterdb.com/api/assets/126839 + "Dragon Ball Z: Battle of Gods": + year: 2013 + url_poster: https://theposterdb.com/api/assets/126843 + "Dragon Ball Z: Resurrection 'F'": + year: 2015 + url_poster: https://theposterdb.com/api/assets/126844 + + # DragonHeart + DragonHeart: + url_poster: https://theposterdb.com/api/assets/23590 + "DragonHeart: A New Beginning": + url_poster: https://theposterdb.com/api/assets/23591 + "Dragonheart 3: The Sorcerer's Curse": + url_poster: https://theposterdb.com/api/assets/23592 + "Dragonheart: Battle for the Heartfire": + url_poster: https://theposterdb.com/api/assets/23593 + "Dragonheart: Vengeance": + url_poster: https://theposterdb.com/api/assets/166956 + + # Drunken Master + Drunken Master: + year: 1978 + url_poster: https://theposterdb.com/api/assets/170409 + The Legend of Drunken Master: + year: 1994 + url_poster: https://theposterdb.com/api/assets/170410 + + # The Dukes of Hazzard (Reboot) + The Dukes of Hazzard: + year: 2005 + url_poster: https://theposterdb.com/api/assets/76844 + "The Dukes of Hazzard: The Beginning": + year: 2007 + url_poster: https://theposterdb.com/api/assets/76845 + + # Dumb and Dumber + Dumb and Dumber: + url_poster: https://theposterdb.com/api/assets/12115 + "Dumb and Dumberer: When Harry Met Lloyd": + url_poster: https://theposterdb.com/api/assets/12116 + Dumb and Dumber To: + url_poster: https://theposterdb.com/api/assets/12117 + + # Dune + Dune: + year: 2021 + url_poster: https://theposterdb.com/api/assets/197349 + "Dune: Part Two": + url_poster: https://theposterdb.com/api/assets/197350 + + # El Mariachi + El Mariachi: + year: 1992 + url_poster: https://theposterdb.com/api/assets/214462 + Desperado: + year: 1995 + url_poster: https://theposterdb.com/api/assets/214463 + Once Upon a Time in Mexico: + year: 2003 + url_poster: https://theposterdb.com/api/assets/214464 + + # Elvira + Elvira, Mistress of the Dark: + year: 1988 + url_poster: https://theposterdb.com/api/assets/8033 + + # The Emperor's New Groove + The Emperor's New Groove: + year: 2000 + url_poster: https://theposterdb.com/api/assets/46821 + Kronk's New Groove: + url_poster: https://theposterdb.com/api/assets/46822 + + # The Equalizer + The Equalizer: + url_poster: https://theposterdb.com/api/assets/20230 + The Equalizer 2: + url_poster: https://theposterdb.com/api/assets/20231 + + # Eraser + Eraser: + year: 1996 + url_poster: https://theposterdb.com/api/assets/261239 + "Eraser: Reborn": + year: 2022 + url_poster: https://theposterdb.com/api/assets/261240 + + # Ernest + Ernest Goes to Camp: + year: 1987 + url_poster: https://theposterdb.com/api/assets/35571 + Ernest Saves Christmas: + year: 1988 + url_poster: https://theposterdb.com/api/assets/35572 + Ernest Goes to Jail: + year: 1990 + url_poster: https://theposterdb.com/api/assets/35573 + Ernest Scared Stupid: + year: 1991 + url_poster: https://theposterdb.com/api/assets/35574 + Ernest Rides Again: + year: 1993 + url_poster: https://theposterdb.com/api/assets/35575 + Ernest Goes to School: + year: 1994 + url_poster: https://theposterdb.com/api/assets/35576 + Slam Dunk Ernest: + year: 1995 + url_poster: https://theposterdb.com/api/assets/35577 + Ernest Goes to Africa: + year: 1997 + url_poster: https://theposterdb.com/api/assets/35578 + Ernest in the Army: + year: 1998 + url_poster: https://theposterdb.com/api/assets/35579 + + # Escape From .. + Escape from New York: + url_poster: https://theposterdb.com/api/assets/96948 + Escape from L.A.: + url_poster: https://theposterdb.com/api/assets/96949 + + # Escape Plan + Escape Plan: + year: 2013 + url_poster: https://theposterdb.com/api/assets/63907 + "Escape Plan 2: Hades": + url_poster: https://theposterdb.com/api/assets/63908 + "Escape Plan: The Extractors": + url_poster: https://theposterdb.com/api/assets/63909 + + # Escape Room + Escape Room: + year: 2019 + url_poster: https://theposterdb.com/api/assets/175228 + "Escape Room: Tournament of Champions": + year: 2021 + url_poster: https://theposterdb.com/api/assets/175229 + + # Evil Dead + The Evil Dead: + year: 1981 + url_poster: https://theposterdb.com/api/assets/112884 + Evil Dead II: + year: 1987 + url_poster: https://theposterdb.com/api/assets/112886 + Army of Darkness: + year: 1992 + url_poster: https://theposterdb.com/api/assets/112888 + Evil Dead: + year: 2013 + url_poster: https://theposterdb.com/api/assets/112890 + + # The Exorcist - https://theposterdb.com/set/10610 + The Exorcist: + year: 1973 + url_poster: https://theposterdb.com/api/assets/18705 + "Exorcist II: The Heretic": + year: 1977 + url_poster: https://theposterdb.com/api/assets/18706 + The Exorcist III: + year: 1990 + url_poster: https://theposterdb.com/api/assets/18707 + "Exorcist: The Beginning": + year: 2004 + url_poster: https://theposterdb.com/api/assets/18708 + "Dominion: Prequel to The Exorcist": + year: 2005 + url_poster: https://theposterdb.com/api/assets/18709 + + # The Expendables + The Expendables 2: + url_poster: https://theposterdb.com/api/assets/86705 + The Expendables 3: + url_poster: https://theposterdb.com/api/assets/86706 + The Expendables: + url_poster: https://theposterdb.com/api/assets/86704 + + # The Eye + The Eye: + year: 2002 + url_poster: https://theposterdb.com/api/assets/101573 + The Eye 2: + year: 2004 + url_poster: https://theposterdb.com/api/assets/101574 + "The Eye 3: Infinity": + year: 2005 + url_poster: https://theposterdb.com/api/assets/101575 + + # Fantasia + Fantasia: + year: 1940 + url_poster: https://theposterdb.com/api/assets/130369 + Fantasia 2000: + url_poster: https://theposterdb.com/api/assets/130370 + + # Fantastic Beasts + Fantastic Beasts and Where to Find Them: + url_poster: https://theposterdb.com/api/assets/27621 + "Fantastic Beasts: The Crimes of Grindelwald": + url_poster: https://theposterdb.com/api/assets/27622 + "Fantastic Beasts: The Secrets of Dumbledore": + url_poster: https://theposterdb.com/api/assets/234432 + + # Fantastic Four + Fantastic Four: + year: 2005 + url_poster: https://theposterdb.com/api/assets/163906 + "Fantastic Four: Rise of the Silver Surfer": + year: 2007 + url_poster: https://theposterdb.com/api/assets/163907 + Fantastic Four (Reboot): + title: Fantastic Four + year: 2015 + url_poster: https://theposterdb.com/api/assets/163908 + + # The Fast and the Furious + The Fast and the Furious: + url_poster: https://theposterdb.com/api/assets/110854 + 2 Fast 2 Furious: + url_poster: https://theposterdb.com/api/assets/110856 + "The Fast and the Furious: Tokyo Drift": + url_poster: https://theposterdb.com/api/assets/110857 + Fast & Furious: + url_poster: https://theposterdb.com/api/assets/110858 + Fast Five: + url_poster: https://theposterdb.com/api/assets/110860 + Fast & Furious 6: + url_poster: https://theposterdb.com/api/assets/110861 + Furious 7: + url_poster: https://theposterdb.com/api/assets/110862 + The Fate of the Furious: + url_poster: https://theposterdb.com/api/assets/110863 + "Fast & Furious Presents: Hobbs & Shaw": + url_poster: https://theposterdb.com/api/assets/110864 + F9: + url_poster: https://theposterdb.com/api/assets/156988 + + # Father Of The Bride + Father of the Bride: + year: 1991 + url_poster: https://theposterdb.com/api/assets/129918 + Father of the Bride Part II: + year: 1995 + url_poster: https://theposterdb.com/api/assets/129919 + + # Fear Street + "Fear Street: 1994": + year: 2021 + url_poster: https://theposterdb.com/api/assets/165322 + "Fear Street: 1978": + year: 2021 + url_poster: https://theposterdb.com/api/assets/165323 + "Fear Street: 1666": + year: 2021 + url_poster: https://theposterdb.com/api/assets/165324 + + # Feast + Feast: + year: 2005 + url_poster: https://theposterdb.com/api/assets/25065 + "Feast II: Sloppy Seconds": + year: 2008 + url_poster: https://theposterdb.com/api/assets/25066 + "Feast III: The Happy Finish": + year: 2009 + url_poster: https://theposterdb.com/api/assets/25067 + + # FernGully + "FernGully: The Last Rainforest": + year: 1992 + url_poster: https://theposterdb.com/api/assets/126444 + "FernGully 2: The Magical Rescue": + year: 1998 + url_poster: https://theposterdb.com/api/assets/126445 + + # Fifty Shades + Fifty Shades of Grey: + url_poster: https://theposterdb.com/api/assets/38651 + Fifty Shades Darker: + url_poster: https://theposterdb.com/api/assets/38652 + Fifty Shades Freed: + url_poster: https://theposterdb.com/api/assets/38653 + + # Final Destination + Final Destination: + year: 2000 + url_poster: https://theposterdb.com/api/assets/66196 + Final Destination 2: + url_poster: https://theposterdb.com/api/assets/66197 + Final Destination 3: + url_poster: https://theposterdb.com/api/assets/66198 + The Final Destination: + year: 2009 + url_poster: https://theposterdb.com/api/assets/66199 + Final Destination 5: + url_poster: https://theposterdb.com/api/assets/66200 + + # Final Fantasy + "Final Fantasy: The Spirits Within": + url_poster: https://theposterdb.com/api/assets/7213 + "Final Fantasy VII: Advent Children": + url_poster: https://theposterdb.com/api/assets/7214 + "Final Fantasy VII: Last Order": + url_poster: https://theposterdb.com/api/assets/7215 + "Final Fantasy VII: On the Way to a Smile - Episode Denze": + url_poster: https://theposterdb.com/api/assets/7216 + "Kingsglaive: Final Fantasy XV": + url_poster: https://theposterdb.com/api/assets/7217 + + # Finding Nemo + Finding Nemo: + year: 2003 + url_poster: https://theposterdb.com/api/assets/22631 + Finding Dory: + url_poster: https://theposterdb.com/api/assets/22632 + + # The Flintstones + The Flintstones: + year: 1994 + url_poster: https://theposterdb.com/api/assets/98290 + The Flintstones in Viva Rock Vegas: + url_poster: https://theposterdb.com/api/assets/98291 + + # The Fly (1986) + The Fly: + year: 1986 + url_poster: https://theposterdb.com/api/assets/150535 + The Fly II: + year: 1989 + url_poster: https://theposterdb.com/api/assets/150536 + + # Fortress + Fortress: + year: 1992 + url_poster: https://theposterdb.com/api/assets/37380 + Fortress 2: + year: 2000 + url_poster: https://theposterdb.com/api/assets/37381 + + # Fortress Collection + Fortress (2020's): + year: 2021 + title: Fortress + url_poster: https://theposterdb.com/api/assets/232049 + "Fortress: Sniper's Eye": + year: 2022 + url_poster: https://theposterdb.com/api/assets/232050 + + # The Fox and the Hound + The Fox and the Hound: + year: 1981 + url_poster: https://theposterdb.com/api/assets/78287 + The Fox and the Hound 2: + url_poster: https://theposterdb.com/api/assets/78288 + + # Frankenstein (Universal) + Frankenstein: + year: 1931 + url_poster: https://theposterdb.com/api/assets/80756 + The Bride of Frankenstein: + year: 1935 + url_poster: https://theposterdb.com/api/assets/80757 + Son of Frankenstein: + year: 1939 + url_poster: https://theposterdb.com/api/assets/80758 + The Ghost of Frankenstein: + year: 1942 + url_poster: https://theposterdb.com/api/assets/80759 + House of Frankenstein: + year: 1944 + url_poster: https://theposterdb.com/api/assets/80760 + + # Free Guy + Free Guy: + year: 2021 + url_poster: https://theposterdb.com/api/assets/178707 + + # Free Willy + Free Willy: + year: 1993 + url_poster: https://theposterdb.com/api/assets/17568 + "Free Willy 2: The Adventure Home": + url_poster: https://theposterdb.com/api/assets/17569 + "Free Willy 3: The Rescue": + url_poster: https://theposterdb.com/api/assets/17570 + "Free Willy: Escape from Pirate's Cove": + url_poster: https://theposterdb.com/api/assets/17571 + + # Friday + Friday: + year: 1995 + url_poster: https://theposterdb.com/api/assets/28462 + Next Friday: + year: 2000 + url_poster: https://theposterdb.com/api/assets/28463 + Friday After Next: + url_poster: https://theposterdb.com/api/assets/28464 + + # Friday the 13th + Friday the 13th: + year: 1980 + url_poster: https://theposterdb.com/api/assets/169889 + Friday the 13th Part 2: + year: 1981 + url_poster: https://theposterdb.com/api/assets/169890 + Friday the 13th Part III: + year: 1982 + url_poster: https://theposterdb.com/api/assets/169891 + "Friday the 13th: The Final Chapter": + year: 1984 + url_poster: https://theposterdb.com/api/assets/169892 + "Friday the 13th: A New Beginning": + year: 1985 + url_poster: https://theposterdb.com/api/assets/169893 + "Friday the 13th Part VI: Jason Lives": + year: 1986 + url_poster: https://theposterdb.com/api/assets/169894 + "Friday the 13th Part VII: The New Blood": + year: 1988 + url_poster: https://theposterdb.com/api/assets/169895 + "Friday the 13th Part VIII: Jason Takes Manhattan": + year: 1989 + url_poster: https://theposterdb.com/api/assets/169896 + "Jason Goes to Hell: The Final Friday": + year: 1993 + url_poster: https://theposterdb.com/api/assets/169897 + Jason X: + year: 2001 + url_poster: https://theposterdb.com/api/assets/169898 + Freddy vs. Jason: + year: 2003 + url_poster: https://theposterdb.com/api/assets/169899 + Friday the 13th (Reboot): + title: Friday the 13th + year: 2009 + url_poster: https://theposterdb.com/api/assets/169900 + + # Fright Night + Fright Night: + year: 1985 + url_poster: https://theposterdb.com/api/assets/21154 + Fright Night Part 2: + year: 1988 + url_poster: https://theposterdb.com/api/assets/21155 + + # Fright Night (Reboot) + Fright Night (Reboot): + title: Fright Night + year: 2011 + url_poster: https://theposterdb.com/api/assets/108818 + "Fright Night 2: New Blood": + year: 2013 + url_poster: https://theposterdb.com/api/assets/108819 + + # Fritz the Cat + Fritz the Cat: + year: 1972 + url_poster: https://theposterdb.com/api/assets/72241 + The Nine Lives of Fritz the Cat: + year: 1974 + url_poster: https://theposterdb.com/api/assets/72242 + + # From Dusk Till Dawn + From Dusk Till Dawn: + year: 1996 + url_poster: https://theposterdb.com/api/assets/81666 + "From Dusk Till Dawn 2: Texas Blood Money": + year: 1999 + url_poster: https://theposterdb.com/api/assets/81667 + "From Dusk Till Dawn 3: The Hangman's Daughter": + year: 1999 + url_poster: https://theposterdb.com/api/assets/81668 + + # Frosty the Snowman + Frosty the Snowman: + year: 1969 + url_poster: https://theposterdb.com/api/assets/199031 + Frosty's Winter Wonderland: + year: 1976 + url_poster: https://theposterdb.com/api/assets/199034 + Frosty Returns: + year: 1992 + url_poster: https://theposterdb.com/api/assets/199032 + The Legend of Frosty the Snowman: + year: 2005 + url_poster: https://theposterdb.com/api/assets/199035 + + # Frozen + Frozen: + year: 2013 + url_poster: https://theposterdb.com/api/assets/30789 + Frozen Fever: + url_poster: https://theposterdb.com/api/assets/30790 + Olaf's Frozen Adventure: + url_poster: https://theposterdb.com/api/assets/30791 + Frozen II: + url_poster: https://theposterdb.com/api/assets/30792 + LEGO Frozen Northern Lights: + url_poster: https://theposterdb.com/api/assets/30840 + Once Upon a Snowman: + url_poster: https://theposterdb.com/api/assets/108161 + + # Futurama + "Futurama: Bender's Big Score": + year: 2007 + url_poster: https://theposterdb.com/api/assets/260218 + "Futurama: The Beast with a Billion Backs": + year: 2008 + url_poster: https://theposterdb.com/api/assets/260219 + "Futurama: Bender's Game": + year: 2008 + url_poster: https://theposterdb.com/api/assets/260220 + "Futurama: Into the Wild Green Yonder": + year: 2009 + url_poster: https://theposterdb.com/api/assets/260221 + + # F/X + "F/X": + year: 1986 + url_poster: https://theposterdb.com/api/assets/75754 + "F/X2": + year: 1991 + url_poster: https://theposterdb.com/api/assets/75755 + + # G.I. Joe + "G.I. Joe: The Rise of Cobra": + url_poster: https://theposterdb.com/api/assets/42724 + "G.I. Joe: Retaliation": + url_poster: https://theposterdb.com/api/assets/42725 + "Snake Eyes: G.I. Joe Origins": + url_poster: https://theposterdb.com/api/assets/170291 + + # The Gallows + The Gallows: + year: 2015 + url_poster: https://theposterdb.com/api/assets/25242 + The Gallows Act II: + year: 2019 + url_poster: https://theposterdb.com/api/assets/25243 + + # Garfield + Garfield: + year: 2004 + url_poster: https://theposterdb.com/api/assets/85595 + "Garfield: A Tail of Two Kitties": + url_poster: https://theposterdb.com/api/assets/85596 + + # The Gate + The Gate: + year: 1987 + url_poster: https://theposterdb.com/api/assets/23791 + The Gate II: + year: 1990 + url_poster: https://theposterdb.com/api/assets/23792 + + # George of the Jungle + George of the Jungle: + year: 1997 + url_poster: https://theposterdb.com/api/assets/22403 + George of the Jungle 2: + url_poster: https://theposterdb.com/api/assets/22404 + + # Ghostbusters + Ghostbusters1984: + title: Ghostbusters + year: 1984 + url_poster: https://theposterdb.com/api/assets/203164 + Ghostbusters2016: + title: Ghostbusters + year: 2016 + url_poster: https://theposterdb.com/api/assets/203166 + Ghostbusters II: + year: 1989 + url_poster: https://theposterdb.com/api/assets/203165 + "Ghostbusters: Afterlife": + url_poster: https://theposterdb.com/api/assets/203167 + + # Ghost in the Shell + Ghost in the Shell: + year: 1995 + url_poster: https://theposterdb.com/api/assets/175260 + "Ghost in the Shell 2: Innocence": + url_poster: https://theposterdb.com/api/assets/175261 + Ghost in the Shell 2.0: + url_poster: https://theposterdb.com/api/assets/175262 + + # Ghost In The Shell: Arise + "Ghost in the Shell Arise - Border 1: Ghost Pain": + year: 2013 + url_poster: https://theposterdb.com/api/assets/175264 + "Ghost in the Shell Arise - Border 2: Ghost Whispers": + year: 2013 + url_poster: https://theposterdb.com/api/assets/175265 + "Ghost in the Shell Arise - Border 3: Ghost Tears": + year: 2014 + url_poster: https://theposterdb.com/api/assets/175266 + "Ghost in the Shell Arise - Border 4: Ghost Stands Alone": + year: 2014 + url_poster: https://theposterdb.com/api/assets/175267 + "Ghost in the Shell: The New Movie": + year: 2015 + url_poster: https://theposterdb.com/api/assets/175268 + "Ghost in the Shell Arise - Border 5: Pyrophoric Cult": + year: 2015 + url_poster: https://theposterdb.com/api/assets/175269 + + # Ghost in the Shell: Stand Alone Complex + "Ghost in the Shell: Stand Alone Complex - The Laughing Man": + year: 2005 + url_poster: https://theposterdb.com/api/assets/175271 + "Ghost in the Shell: S.A.C. 2nd GIG – Individual Eleven": + year: 2006 + url_poster: https://theposterdb.com/api/assets/175272 + "Ghost in the Shell: Stand Alone Complex - Solid State Society": + year: 2006 + url_poster: https://theposterdb.com/api/assets/175273 + + # Ghost Rider + Ghost Rider: + year: 2007 + url_poster: https://theposterdb.com/api/assets/61953 + "Ghost Rider: Spirit of Vengeance": + url_poster: https://theposterdb.com/api/assets/61954 + + # Ghoulies + Ghoulies: + year: 1985 + url_poster: https://theposterdb.com/api/assets/8198 + Ghoulies II: + year: 1987 + url_poster: https://theposterdb.com/api/assets/8199 + "Ghoulies III: Ghoulies Go to College": + year: 1991 + url_poster: https://theposterdb.com/api/assets/8200 + Ghoulies IV: + year: 1994 + url_poster: https://theposterdb.com/api/assets/8201 + + # Ginger Snaps + Ginger Snaps: + year: 2000 + url_poster: https://theposterdb.com/api/assets/166182 + "Ginger Snaps 2: Unleashed": + year: 2004 + url_poster: https://theposterdb.com/api/assets/166183 + "Ginger Snaps Back: The Beginning": + year: 2004 + url_poster: https://theposterdb.com/api/assets/166184 + + # The Girl - Millennium + The Girl with the Dragon Tattoo (Millennium): + year: 2011 + title: The Girl with the Dragon Tattoo + url_poster: https://theposterdb.com/api/assets/87829 + The Girl in the Spider's Web: + year: 2018 + url_poster: https://theposterdb.com/api/assets/87830 + + # The Godfather Saga + The Godfather: + url_poster: https://theposterdb.com/api/assets/4857 + "The Godfather: Part II": + url_poster: https://theposterdb.com/api/assets/4858 + "The Godfather: Part III": + url_poster: https://theposterdb.com/api/assets/4859 + + # The Gods Must Be Crazy + The Gods Must Be Crazy: + year: 1980 + url_poster: https://theposterdb.com/api/assets/31746 + The Gods Must Be Crazy II: + year: 1989 + url_poster: https://theposterdb.com/api/assets/210887 + + # Godzilla (Showa) + Godzilla: + year: 1954 + url_poster: https://theposterdb.com/api/assets/125927 + Godzilla Raids Again: + year: 1955 + url_poster: https://theposterdb.com/api/assets/125928 + King Kong vs. Godzilla: + year: 1962 + url_poster: https://theposterdb.com/api/assets/125929 + Mothra vs. Godzilla: + year: 1964 + url_poster: https://theposterdb.com/api/assets/125930 + Ghidorah, the Three-Headed Monster: + year: 1964 + url_poster: https://theposterdb.com/api/assets/125931 + Invasion of Astro-Monster: + year: 1965 + url_poster: https://theposterdb.com/api/assets/125932 + Ebirah, Horror of the Deep: + year: 1966 + url_poster: https://theposterdb.com/api/assets/125933 + Son of Godzilla: + year: 1967 + url_poster: https://theposterdb.com/api/assets/125934 + Destroy All Monsters: + year: 1968 + url_poster: https://theposterdb.com/api/assets/125935 + All Monsters Attack: + year: 1969 + url_poster: https://theposterdb.com/api/assets/125936 + Godzilla vs. Hedorah: + year: 1971 + url_poster: https://theposterdb.com/api/assets/125937 + Godzilla vs. Gigan: + year: 1972 + url_poster: https://theposterdb.com/api/assets/125938 + Godzilla vs. Megalon: + year: 1973 + url_poster: https://theposterdb.com/api/assets/125939 + Godzilla vs. Mechagodzilla: + year: 1974 + url_poster: https://theposterdb.com/api/assets/125940 + Terror of Mechagodzilla: + year: 1975 + url_poster: https://theposterdb.com/api/assets/125941 + Godzilla, King of the Monsters!: + year: 1956 + url_poster: https://theposterdb.com/api/assets/128719 + Gigantis the Fire Monster: + year: 1959 + url_poster: https://theposterdb.com/api/assets/128720 + + # Godzilla (Heisei) + The Return of Godzilla: + year: 1984 + url_poster: https://theposterdb.com/api/assets/128722 + Godzilla 1985: + year: 1985 + url_poster: https://theposterdb.com/api/assets/128723 + Godzilla vs. Biollante: + year: 1989 + url_poster: https://theposterdb.com/api/assets/128724 + Godzilla vs. King Ghidorah: + year: 1991 + url_poster: https://theposterdb.com/api/assets/128725 + Godzilla vs. SpaceGodzilla: + year: 1994 + url_poster: https://theposterdb.com/api/assets/128728 + Godzilla vs. Mothra: + year: 1992 + url_poster: https://theposterdb.com/api/assets/128726 + Godzilla vs. Mechagodzilla II: + year: 1993 + url_poster: https://theposterdb.com/api/assets/128727 + Godzilla vs. Destoroyah: + year: 1995 + url_poster: https://theposterdb.com/api/assets/128729 + + # Godzilla (Millennium) + "Godzilla 2000: Millennium": + year: 1999 + url_poster: https://theposterdb.com/api/assets/136303 + Godzilla vs. Megaguirus: + year: 2000 + url_poster: https://theposterdb.com/api/assets/136304 + "Godzilla, Mothra and King Ghidorah: Giant Monsters All-Out Attack": + year: 2001 + url_poster: https://theposterdb.com/api/assets/136305 + Godzilla Against MechaGodzilla: + year: 2002 + url_poster: https://theposterdb.com/api/assets/136306 + "Godzilla: Tokyo S.O.S.": + year: 2003 + url_poster: https://theposterdb.com/api/assets/136307 + "Godzilla: Final Wars": + year: 2004 + url_poster: https://theposterdb.com/api/assets/136308 + + # Godzilla (MonsterVerse) + Godzilla (Reboot): + title: Godzilla + year: 2014 + url_poster: https://theposterdb.com/api/assets/135069 + "Kong: Skull Island": + year: 2017 + url_poster: https://theposterdb.com/api/assets/135070 + "Godzilla: King of the Monsters": + year: 2019 + url_poster: https://theposterdb.com/api/assets/135071 + Godzilla vs. Kong: + year: 2021 + url_poster: https://theposterdb.com/api/assets/135072 + + # Godzilla (Anime) + "Godzilla: Planet of the Monsters": + year: 2017 + url_poster: https://theposterdb.com/api/assets/21828 + "Godzilla: City on the Edge of Battle": + year: 2018 + url_poster: https://theposterdb.com/api/assets/21829 + "Godzilla: The Planet Eater": + year: 2018 + url_poster: https://theposterdb.com/api/assets/21830 + + # A Goofy Movie + A Goofy Movie: + year: 1995 + url_poster: https://theposterdb.com/api/assets/131199 + An Extremely Goofy Movie: + year: 2000 + url_poster: https://theposterdb.com/api/assets/131200 + + # Goosebumps + Goosebumps: + url_poster: https://theposterdb.com/api/assets/13947 + "Goosebumps 2: Haunted Halloween": + url_poster: https://theposterdb.com/api/assets/13948 + + # Grave Encounters + Grave Encounters: + year: 2011 + url_poster: https://theposterdb.com/api/assets/105206 + Grave Encounters 2: + year: 2012 + url_poster: https://theposterdb.com/api/assets/105207 + + # Green Street Hooligans + Green Street Hooligans: + year: 2005 + url_poster: https://theposterdb.com/api/assets/97152 + Green Street Hooligans 2: + year: 2009 + url_poster: https://theposterdb.com/api/assets/97153 + "Green Street Hooligans: Underground": + year: 2013 + url_poster: https://theposterdb.com/api/assets/97154 + + # The Gremlins + Gremlins: + year: 1984 + url_poster: https://theposterdb.com/api/assets/2442 + "Gremlins 2: The New Batch": + year: 1990 + url_poster: https://theposterdb.com/api/assets/2443 + + # Grease + Grease: + year: 1978 + url_poster: https://theposterdb.com/api/assets/67936 + Grease 2: + year: 1982 + url_poster: https://theposterdb.com/api/assets/67937 + + # Grown Ups + Grown Ups: + year: 2010 + url_poster: https://theposterdb.com/api/assets/15308 + Grown Ups 2: + year: 2013 + url_poster: https://theposterdb.com/api/assets/15309 + + # The Grudge + The Grudge: + year: 2004 + url_poster: https://theposterdb.com/api/assets/100698 + The Grudge 2: + year: 2006 + url_poster: https://theposterdb.com/api/assets/100699 + The Grudge 3: + year: 2009 + url_poster: https://theposterdb.com/api/assets/100700 + The Grudge (Reboot): + year: 2020 + url_poster: https://theposterdb.com/api/assets/100701 + + # Halloween + Halloween: + year: 1978 + url_poster: https://theposterdb.com/api/assets/190033 + Halloween II: + url_poster: https://theposterdb.com/api/assets/190034 + "Halloween III: Season of the Witch": + url_poster: https://theposterdb.com/api/assets/190035 + "Halloween 4: The Return of Michael Myers": + url_poster: https://theposterdb.com/api/assets/190036 + "Halloween 5: The Revenge of Michael Myers": + url_poster: https://theposterdb.com/api/assets/190037 + "Halloween: The Curse of Michael Myers": + url_poster: https://theposterdb.com/api/assets/190038 + "Halloween H20: 20 Years Later": + url_poster: https://theposterdb.com/api/assets/190039 + "Halloween: Resurrection": + url_poster: https://theposterdb.com/api/assets/190040 + Halloween (Alternate Reality): + title: Halloween + year: 2018 + url_poster: https://theposterdb.com/api/assets/190041 + Halloween Kills: + url_poster: https://theposterdb.com/api/assets/190042 + Halloween Ends: + url_poster: https://theposterdb.com/api/assets/190043 + + # The Hangover + The Hangover: + year: 2009 + url_poster: https://theposterdb.com/api/assets/40150 + The Hangover Part II: + year: 2011 + url_poster: https://theposterdb.com/api/assets/40151 + The Hangover Part III: + year: 2013 + url_poster: https://theposterdb.com/api/assets/40152 + + # Hannibal Lecter + Manhunter: + year: 1986 + url_poster: https://theposterdb.com/api/assets/23079 + The Silence of the Lambs: + year: 1991 + url_poster: https://theposterdb.com/api/assets/23080 + Hannibal: + year: 2001 + url_poster: https://theposterdb.com/api/assets/23081 + Red Dragon: + year: 2002 + url_poster: https://theposterdb.com/api/assets/23082 + Hannibal Rising: + year: 2007 + url_poster: https://theposterdb.com/api/assets/23083 + + # Happy Death Day + Happy Death Day: + year: 2017 + url_poster: https://theposterdb.com/api/assets/49482 + Happy Death Day 2U: + year: 2019 + url_poster: https://theposterdb.com/api/assets/49483 + + # Harold & Kumar + Harold & Kumar Go to White Castle: + year: 2004 + url_poster: https://theposterdb.com/api/assets/41764 + Harold & Kumar Escape from Guantanamo Bay: + year: 2008 + url_poster: https://theposterdb.com/api/assets/41765 + A Very Harold & Kumar Christmas: + year: 2011 + url_poster: https://theposterdb.com/api/assets/41766 + + # Harry Potter + Harry Potter and the Philosopher's Stone: + year: 2001 + url_poster: https://theposterdb.com/api/assets/15700 + Harry Potter and the Chamber of Secrets: + year: 2002 + url_poster: https://theposterdb.com/api/assets/15701 + Harry Potter and the Prisoner of Azkaban: + year: 2004 + url_poster: https://theposterdb.com/api/assets/15702 + Harry Potter and the Goblet of Fire: + year: 2005 + url_poster: https://theposterdb.com/api/assets/15703 + Harry Potter and the Order of the Phoenix: + year: 2007 + url_poster: https://theposterdb.com/api/assets/15704 + Harry Potter and the Half-Blood Prince: + year: 2009 + url_poster: https://theposterdb.com/api/assets/15705 + "Harry Potter and the Deathly Hallows: Part 1": + year: 2010 + url_poster: https://theposterdb.com/api/assets/15706 + "Harry Potter and the Deathly Hallows: Part 2": + year: 2011 + url_poster: https://theposterdb.com/api/assets/15707 + + # ... Has Fallen + Olympus Has Fallen: + year: 2013 + url_poster: https://theposterdb.com/api/assets/130397 + London Has Fallen: + year: 2016 + url_poster: https://theposterdb.com/api/assets/130398 + Angel Has Fallen: + year: 2019 + url_poster: https://theposterdb.com/api/assets/130399 + + # Hatchet + Hatchet: + year: 2006 + url_poster: https://theposterdb.com/api/assets/5115 + Hatchet II: + year: 2010 + url_poster: https://theposterdb.com/api/assets/5116 + Hatchet III: + year: 2013 + url_poster: https://theposterdb.com/api/assets/5117 + Victor Crowley: + year: 2017 + url_poster: https://theposterdb.com/api/assets/5118 + + # The Haunting in Connecticut + The Haunting in Connecticut: + year: 2009 + url_poster: https://theposterdb.com/api/assets/59001 + "The Haunting in Connecticut 2: Ghosts of Georgia": + year: 2013 + url_poster: https://theposterdb.com/api/assets/59002 + + # Hell House LLC + Hell House LLC: + year: 2015 + url_poster: https://theposterdb.com/api/assets/215235 + "Hell House LLC II: The Abaddon Hotel": + year: 2018 + url_poster: https://theposterdb.com/api/assets/215236 + "Hell House LLC III: Lake of Fire": + year: 2019 + url_poster: https://theposterdb.com/api/assets/215237 + + # Hellboy + Hellboy: + year: 2004 + url_poster: https://theposterdb.com/api/assets/11246 + "Hellboy II: The Golden Army": + year: 2008 + url_poster: https://theposterdb.com/api/assets/11247 + Hellboy (Reboot): + title: Hellboy + year: 2019 + url_poster: https://theposterdb.com/api/assets/11248 + + # Hellboy (Animated) + "Hellboy Animated: Sword of Storms": + year: 2006 + url_poster: https://theposterdb.com/api/assets/175241 + "Hellboy Animated: Blood and Iron": + year: 2007 + url_poster: https://theposterdb.com/api/assets/175242 + "Hellboy Animated: Iron Shoes": + year: 2007 + url_poster: https://theposterdb.com/api/assets/175243 + "Hellboy Animated: The Dark Below": + year: 2010 + url_poster: https://theposterdb.com/api/assets/175244 + + # Hellraiser + Hellraiser: + year: 1987 + url_poster: https://theposterdb.com/api/assets/27499 + "Hellbound: Hellraiser II": + year: 1988 + url_poster: https://theposterdb.com/api/assets/27500 + "Hellraiser III: Hell on Earth": + year: 1992 + url_poster: https://theposterdb.com/api/assets/27501 + "Hellraiser: Bloodline": + year: 1996 + url_poster: https://theposterdb.com/api/assets/27502 + "Hellraiser: Inferno": + year: 2000 + url_poster: https://theposterdb.com/api/assets/27503 + "Hellraiser: Hellseeker": + year: 2002 + url_poster: https://theposterdb.com/api/assets/27504 + "Hellraiser: Deader": + year: 2005 + url_poster: https://theposterdb.com/api/assets/27505 + "Hellraiser: Hellworld": + year: 2005 + url_poster: https://theposterdb.com/api/assets/27506 + "Hellraiser: Revelations": + year: 2011 + url_poster: https://theposterdb.com/api/assets/27507 + "Hellraiser: Judgment": + year: 2018 + url_poster: https://theposterdb.com/api/assets/27508 + Hellraiser (Reboot): + title: Hellraiser + year: 2022 + url_poster: https://theposterdb.com/api/assets/272695 + + # High School Musical + High School Musical: + year: 2006 + url_poster: https://theposterdb.com/api/assets/82922 + High School Musical 2: + year: 2007 + url_poster: https://theposterdb.com/api/assets/82923 + "High School Musical 3: Senior Year": + year: 2008 + url_poster: https://theposterdb.com/api/assets/82924 + + # Henry: Portrait of a Serial Killer + "Henry: Portrait of a Serial Killer": + year: 1986 + url_poster: https://theposterdb.com/api/assets/215232 + "Henry: Portrait of a Serial Killer, Part 2": + year: 1996 + url_poster: https://theposterdb.com/api/assets/215233 + + # Highlander + Highlander: + year: 1986 + url_poster: https://theposterdb.com/api/assets/63712 + "Highlander II: The Quickening": + year: 1991 + url_poster: https://theposterdb.com/api/assets/63713 + "Highlander III: The Sorcerer": + year: 1994 + url_poster: https://theposterdb.com/api/assets/63714 + "Highlander: Endgame": + year: 2000 + url_poster: https://theposterdb.com/api/assets/63715 + "Highlander: The Source": + year: 2007 + url_poster: https://theposterdb.com/api/assets/63716 + + # The Hills Have Eyes (Original) + The Hills Have Eyes: + year: 1977 + url_poster: https://theposterdb.com/api/assets/164898 + The Hills Have Eyes Part II: + year: 1985 + url_poster: https://theposterdb.com/api/assets/164899 + + # The Hills Have Eyes (Reboot) + The Hills Have Eyes (Reboot): + year: 2006 + title: The Hills Have Eyes + url_poster: https://theposterdb.com/api/assets/164895 + The Hills Have Eyes 2: + year: 2007 + url_poster: https://theposterdb.com/api/assets/164896 + + # The Hitman's Bodyguard + The Hitman's Bodyguard: + year: 2017 + url_poster: https://theposterdb.com/api/assets/165937 + Hitman's Wife's Bodyguard: + year: 2021 + url_poster: https://theposterdb.com/api/assets/165938 + + # Hollow Man + Hollow Man: + year: 2000 + url_poster: https://theposterdb.com/api/assets/166555 + Hollow Man II: + year: 2006 + url_poster: https://theposterdb.com/api/assets/166556 + + # Home Alone + Home Alone: + year: 1990 + url_poster: https://theposterdb.com/api/assets/23879 + "Home Alone 2: Lost in New York": + year: 1992 + url_poster: https://theposterdb.com/api/assets/23880 + Home Alone 3: + year: 1997 + url_poster: https://theposterdb.com/api/assets/23881 + Home Alone 4: + year: 2002 + url_poster: https://theposterdb.com/api/assets/23882 + "Home Alone: The Holiday Heist": + year: 2012 + url_poster: https://theposterdb.com/api/assets/23883 + Home Sweet Home Alone: + year: 2021 + url_poster: https://theposterdb.com/api/assets/189629 + + # Homeward Bound + "Homeward Bound: The Incredible Journey": + year: 1993 + url_poster: https://theposterdb.com/api/assets/84622 + "Homeward Bound II: Lost in San Francisco": + year: 1996 + url_poster: https://theposterdb.com/api/assets/84623 + + # Honey, I Shrunk the Kids + Honey, I Shrunk the Kids: + year: 1989 + url_poster: https://theposterdb.com/api/assets/27435 + Honey, I Blew Up the Kid: + year: 1992 + url_poster: https://theposterdb.com/api/assets/27436 + Honey, We Shrunk Ourselves: + year: 1997 + url_poster: https://theposterdb.com/api/assets/27437 + + # Horrible Bosses + Horrible Bosses: + year: 2011 + url_poster: https://theposterdb.com/api/assets/41515 + Horrible Bosses 2: + year: 2014 + url_poster: https://theposterdb.com/api/assets/41516 + + # Hostel + Hostel: + year: 2005 + url_poster: https://theposterdb.com/api/assets/19781 + "Hostel: Part II": + year: 2007 + url_poster: https://theposterdb.com/api/assets/19782 + + # Hot Shots! + Hot Shots!: + year: 1991 + url_poster: https://theposterdb.com/api/assets/63701 + Hot Shots! Part Deux: + year: 1993 + url_poster: https://theposterdb.com/api/assets/63702 + + # Hot Tub Time Machine + Hot Tub Time Machine: + year: 2010 + url_poster: https://theposterdb.com/api/assets/14256 + Hot Tub Time Machine 2: + year: 2015 + url_poster: https://theposterdb.com/api/assets/14257 + + # Hotel Transylvania + Hotel Transylvania: + year: 2012 + url_poster: https://theposterdb.com/api/assets/67932 + Hotel Transylvania 2: + year: 2015 + url_poster: https://theposterdb.com/api/assets/67933 + "Hotel Transylvania 3: Summer Vacation": + year: 2018 + url_poster: https://theposterdb.com/api/assets/67934 + + # House + House: + year: 1986 + url_poster: https://theposterdb.com/api/assets/63413 + "House II: The Second Story": + year: 1987 + url_poster: https://theposterdb.com/api/assets/63414 + The Horror Show: + year: 1989 + url_poster: https://theposterdb.com/api/assets/63415 + "House IV: Home Deadly Home": + year: 1992 + url_poster: https://theposterdb.com/api/assets/63416 + + # The Houses October Built + The Houses October Built: + year: 2014 + url_poster: https://theposterdb.com/api/assets/105272 + The Houses October Built 2: + year: 2017 + url_poster: https://theposterdb.com/api/assets/105273 + + # House of 1000 Corpses + House of 1000 Corpses: + year: 2003 + url_poster: https://theposterdb.com/api/assets/109246 + The Devil's Rejects: + year: 2005 + url_poster: https://theposterdb.com/api/assets/109247 + 3 from Hell: + year: 2019 + url_poster: https://theposterdb.com/api/assets/109248 + + # House on Haunted Hill + House on Haunted Hill: + year: 1959 + url_poster: https://theposterdb.com/api/assets/109381 + House on Haunted Hill (Reboot): + year: 1999 + title: House on Haunted Hill + url_poster: https://theposterdb.com/api/assets/109382 + Return to House on Haunted Hill: + year: 2007 + url_poster: https://theposterdb.com/api/assets/109383 + + # The Howling + The Howling: + year: 1981 + url_poster: https://theposterdb.com/api/assets/22382 + "Howling II: Stirba - Werewolf Bitch": + year: 1985 + url_poster: https://theposterdb.com/api/assets/22383 + Howling III: + year: 1987 + url_poster: https://theposterdb.com/api/assets/22384 + "Howling IV: The Original Nightmare": + year: 1988 + url_poster: https://theposterdb.com/api/assets/22385 + "Howling V: The Rebirth": + year: 1989 + url_poster: https://theposterdb.com/api/assets/22386 + "Howling VI: The Freaks": + year: 1991 + url_poster: https://theposterdb.com/api/assets/22387 + "Howling: New Moon Rising": + year: 1995 + url_poster: https://theposterdb.com/api/assets/22388 + "The Howling: Reborn": + year: 2011 + url_poster: https://theposterdb.com/api/assets/22389 + + # How High + How High: + year: 2001 + url_poster: https://theposterdb.com/api/assets/106507 + How High 2: + year: 2019 + url_poster: https://theposterdb.com/api/assets/106508 + + # How to Train Your Dragon + How to Train Your Dragon: + year: 2010 + url_poster: https://theposterdb.com/api/assets/57148 + How to Train Your Dragon 2: + year: 2014 + url_poster: https://theposterdb.com/api/assets/57149 + "How to Train Your Dragon: The Hidden World": + year: 2019 + url_poster: https://theposterdb.com/api/assets/57150 + "How to Train Your Dragon: Homecoming": + year: 2019 + url_poster: https://theposterdb.com/api/assets/57250 + + # The Human Centipede + The Human Centipede (First Sequence): + year: 2009 + url_poster: https://theposterdb.com/api/assets/153747 + The Human Centipede 2 (Full Sequence): + year: 2011 + url_poster: https://theposterdb.com/api/assets/153748 + The Human Centipede 3 (Final Sequence): + year: 2015 + url_poster: https://theposterdb.com/api/assets/153749 + + # The Hunchback of Notre Dame + The Hunchback of Notre Dame: + year: 1996 + url_poster: https://theposterdb.com/api/assets/78826 + The Hunchback of Notre Dame II: + year: 2002 + url_poster: https://theposterdb.com/api/assets/78827 + + # The Hunger Games + The Hunger Games: + year: 2012 + url_poster: https://theposterdb.com/api/assets/18155 + "The Hunger Games: Catching Fire": + year: 2013 + url_poster: https://theposterdb.com/api/assets/18156 + "The Hunger Games: Mockingjay - Part 1": + year: 2014 + url_poster: https://theposterdb.com/api/assets/18157 + "The Hunger Games: Mockingjay - Part 2": + year: 2015 + url_poster: https://theposterdb.com/api/assets/18158 + + # The Huntsman + Snow White and the Huntsman: + year: 2012 + url_poster: https://theposterdb.com/api/assets/54034 + "The Huntsman: Winter's War": + year: 2016 + url_poster: https://theposterdb.com/api/assets/54035 + + # I Know What You Did Last Summer + I Know What You Did Last Summer: + year: 1997 + url_poster: https://theposterdb.com/api/assets/215097 + I Still Know What You Did Last Summer: + year: 1998 + url_poster: https://theposterdb.com/api/assets/215098 + I'll Always Know What You Did Last Summer: + year: 2006 + url_poster: https://theposterdb.com/api/assets/215099 + + # I Spit on Your Grave + I Spit on Your Grave: + year: 2010 + url_poster: https://theposterdb.com/api/assets/8281 + I Spit on Your Grave 2: + year: 2013 + url_poster: https://theposterdb.com/api/assets/8282 + "I Spit on Your Grave III: Vengeance is Mine": + year: 2015 + url_poster: https://theposterdb.com/api/assets/8283 + + # Ice Age + Ice Age: + year: 2002 + url_poster: https://theposterdb.com/api/assets/19133 + "Ice Age: The Meltdown": + year: 2006 + url_poster: https://theposterdb.com/api/assets/19134 + "Ice Age: Dawn of the Dinosaurs": + year: 2009 + url_poster: https://theposterdb.com/api/assets/19135 + "Ice Age: Continental Drift": + year: 2012 + url_poster: https://theposterdb.com/api/assets/19136 + "Ice Age: Collision Course": + year: 2016 + url_poster: https://theposterdb.com/api/assets/19137 + "Ice Age: A Mammoth Christmas": + year: 2011 + url_poster: https://theposterdb.com/api/assets/19141 + "Ice Age: The Great Egg-Scapade": + year: 2016 + url_poster: https://theposterdb.com/api/assets/19140 + + # IMAX - https://theposterdb.com/poster/140624 + Great Barrier Reef: + year: 1981 + url_poster: https://theposterdb.com/api/assets/140624 + Hail Columbia!: + year: 1982 + url_poster: https://theposterdb.com/api/assets/140625 + Speed (IMAX): + year: 1984 + title: Speed + url_poster: https://theposterdb.com/api/assets/140626 + The Dream Is Alive: + year: 1985 + url_poster: https://theposterdb.com/api/assets/140627 + Beavers: + year: 1988 + url_poster: https://theposterdb.com/api/assets/140628 + To the Limit: + year: 1989 + url_poster: https://theposterdb.com/api/assets/140629 + Blue Planet: + year: 1990 + url_poster: https://theposterdb.com/api/assets/140630 + Ring of Fire: + year: 1991 + url_poster: https://theposterdb.com/api/assets/140631 + Antarctica: + year: 1991 + url_poster: https://theposterdb.com/api/assets/140632 + Tropical Rainforest: + year: 1992 + url_poster: https://theposterdb.com/api/assets/140633 + Mountain Gorilla: + year: 1992 + url_poster: https://theposterdb.com/api/assets/140634 + Fires of Kuwait: + year: 1992 + url_poster: https://theposterdb.com/api/assets/140635 + Search for the Great Sharks: + year: 1992 + url_poster: https://theposterdb.com/api/assets/140640 + Hidden Hawaii: + year: 1993 + url_poster: https://theposterdb.com/api/assets/140636 + Destiny in Space: + year: 1994 + url_poster: https://theposterdb.com/api/assets/140637 + "Africa: The Serengeti": + year: 1994 + url_poster: https://theposterdb.com/api/assets/140638 + Into the Deep: + year: 1994 + url_poster: https://theposterdb.com/api/assets/140639 + Mystery of the Maya: + year: 1995 + url_poster: https://theposterdb.com/api/assets/140641 + The Living Sea: + year: 1995 + url_poster: https://theposterdb.com/api/assets/140642 + Stormchasers: + year: 1995 + url_poster: https://theposterdb.com/api/assets/140643 + The Magic of Flight: + year: 1996 + url_poster: https://theposterdb.com/api/assets/140644 + "Wild Australia: The Edge": + year: 1996 + url_poster: https://theposterdb.com/api/assets/140645 + Mexico: + year: 1996 + url_poster: https://theposterdb.com/api/assets/140646 + Cosmic Voyage: + year: 1996 + url_poster: https://theposterdb.com/api/assets/140647 + "L5: First City in Space": + year: 1996 + url_poster: https://theposterdb.com/api/assets/140648 + Super Speedway: + year: 1997 + url_poster: https://theposterdb.com/api/assets/140649 + Amazon: + year: 1997 + url_poster: https://theposterdb.com/api/assets/140650 + Mission to Mir: + year: 1997 + url_poster: https://theposterdb.com/api/assets/140651 + The Greatest Places: + year: 1998 + url_poster: https://theposterdb.com/api/assets/140652 + The Hidden Dimension: + year: 1998 + url_poster: https://theposterdb.com/api/assets/140653 + "Alaska: Spirit of the Wild": + year: 1998 + url_poster: https://theposterdb.com/api/assets/140654 + "T-Rex: Back to the Cretaceous": + year: 1998 + url_poster: https://theposterdb.com/api/assets/140655 + "The Mysteries of Egypt: IMAX": + year: 1999 + url_poster: https://theposterdb.com/api/assets/140656 + Wolves: + year: 1999 + url_poster: https://theposterdb.com/api/assets/140657 + Extreme: + year: 1999 + url_poster: https://theposterdb.com/api/assets/140658 + Amazing Journeys: + year: 1999 + url_poster: https://theposterdb.com/api/assets/140659 + "IMAX: Galapagos 3D": + year: 1999 + url_poster: https://theposterdb.com/api/assets/140660 + Dolphins: + year: 2000 + url_poster: https://theposterdb.com/api/assets/140661 + Adventures in Wild California: + year: 2000 + url_poster: https://theposterdb.com/api/assets/140662 + Solarmax: + year: 2000 + url_poster: https://theposterdb.com/api/assets/140663 + Ocean Oasis: + year: 2000 + url_poster: https://theposterdb.com/api/assets/140664 + Bears: + year: 2001 + url_poster: https://theposterdb.com/api/assets/140665 + Journey into Amazing Caves: + year: 2001 + url_poster: https://theposterdb.com/api/assets/140666 + "Lost Worlds: Life in the Balance": + year: 2001 + url_poster: https://theposterdb.com/api/assets/140667 + + + # The Incredibles + The Incredibles: + year: 2004 + url_poster: https://theposterdb.com/api/assets/18900 + Incredibles 2: + year: 2018 + url_poster: https://theposterdb.com/api/assets/18913 + + # Independence Day + Independence Day: + year: 1996 + url_poster: https://theposterdb.com/api/assets/68633 + "Independence Day: Resurgence": + year: 2016 + url_poster: https://theposterdb.com/api/assets/68634 + + # Indiana Jones + Raiders of the Lost Ark: + year: 1981 + url_poster: https://theposterdb.com/api/assets/158513 + Indiana Jones and the Temple of Doom: + year: 1984 + url_poster: https://theposterdb.com/api/assets/158514 + Indiana Jones and the Last Crusade: + year: 1989 + url_poster: https://theposterdb.com/api/assets/158515 + Indiana Jones and the Kingdom of the Crystal Skull: + year: 2008 + url_poster: https://theposterdb.com/api/assets/158516 + + # Inside Man + Inside Man: + year: 2006 + url_poster: https://theposterdb.com/api/assets/135758 + "Inside Man: Most Wanted": + year: 2019 + url_poster: https://theposterdb.com/api/assets/135759 + + # Insidious + Insidious: + year: 2010 + url_poster: https://theposterdb.com/api/assets/44804 + "Insidious: Chapter 2": + year: 2013 + url_poster: https://theposterdb.com/api/assets/44805 + "Insidious: Chapter 3": + year: 2015 + url_poster: https://theposterdb.com/api/assets/44806 + "Insidious: The Last Key": + year: 2018 + url_poster: https://theposterdb.com/api/assets/44807 + + # The Invisible Man + The Invisible Man: + year: 1933 + url_poster: https://theposterdb.com/api/assets/80773 + The Invisible Man Returns: + year: 1940 + url_poster: https://theposterdb.com/api/assets/80774 + The Invisible Woman: + year: 1940 + url_poster: https://theposterdb.com/api/assets/80775 + Invisible Agent: + year: 1942 + url_poster: https://theposterdb.com/api/assets/80776 + The Invisible Man's Revenge: + year: 1944 + url_poster: https://theposterdb.com/api/assets/80777 + + # IP Man + Ip Man: + year: 2008 + url_poster: https://theposterdb.com/api/assets/52648 + Ip Man 2: + year: 2010 + url_poster: https://theposterdb.com/api/assets/52649 + Ip Man 3: + year: 2015 + url_poster: https://theposterdb.com/api/assets/52650 + "Ip Man 4: The Finale": + year: 2019 + url_poster: https://theposterdb.com/api/assets/52651 + "The Legend Is Born: Ip Man": + year: 2010 + url_poster: https://theposterdb.com/api/assets/66525 + The Grandmaster: + year: 2013 + url_poster: https://theposterdb.com/api/assets/66526 + "Ip Man: The Final Fight": + year: 2013 + url_poster: https://theposterdb.com/api/assets/66527 + "Master Z: Ip Man Legacy": + year: 2018 + url_poster: https://theposterdb.com/api/assets/66528 + "Ip Man: Kung Fu Master": + year: 2019 + url_poster: https://theposterdb.com/api/assets/127152 + + # Iron Sky + Iron Sky: + year: 2012 + url_poster: https://theposterdb.com/api/assets/66982 + "Iron Sky: The Coming Race": + year: 2019 + url_poster: https://theposterdb.com/api/assets/66983 + + # IT + It: + year: 2017 + url_poster: https://theposterdb.com/api/assets/19250 + It Chapter Two: + year: 2019 + url_poster: https://theposterdb.com/api/assets/19251 + + # Jackass + "Jackass: The Movie": + year: 2002 + url_poster: https://theposterdb.com/api/assets/222354 + Jackass Number Two: + year: 2006 + url_poster: https://theposterdb.com/api/assets/222355 + Jackass 2.5: + year: 2007 + url_poster: https://theposterdb.com/api/assets/222356 + "Jackass: The Lost Tapes": + year: 2009 + url_poster: https://theposterdb.com/api/assets/222357 + Jackass 3D: + year: 2010 + url_poster: https://theposterdb.com/api/assets/222358 + Jackass 3.5: + year: 2011 + url_poster: https://theposterdb.com/api/assets/222359 + "Jackass Presents: Bad Grandpa": + year: 2013 + url_poster: https://theposterdb.com/api/assets/222360 + "Jackass Presents: Bad Grandpa .5": + year: 2014 + url_poster: https://theposterdb.com/api/assets/222361 + Jackass Forever: + year: 2022 + url_poster: https://theposterdb.com/api/assets/222362 + Jackass 4.5: + year: 2022 + url_poster: https://theposterdb.com/api/assets/236868 + + # Jack Reacher + Jack Reacher: + year: 2012 + url_poster: https://theposterdb.com/api/assets/150374 + "Jack Reacher: Never Go Back": + year: 2016 + url_poster: https://theposterdb.com/api/assets/150375 + + # Jack Ryan + The Hunt for Red October: + year: 1990 + url_poster: https://theposterdb.com/api/assets/150541 + Patriot Games: + year: 1992 + url_poster: https://theposterdb.com/api/assets/150532 + Clear and Present Danger: + year: 1994 + url_poster: https://theposterdb.com/api/assets/150533 + "Jack Ryan: Shadow Recruit": + year: 2014 + url_poster: https://theposterdb.com/api/assets/150551 + + # Jack in the Box + The Jack in the Box: + year: 2019 + url_poster: https://theposterdb.com/api/assets/221605 + "The Jack in the Box: Awakening": + year: 2022 + url_poster: https://theposterdb.com/api/assets/221606 + + # James Bond https://theposterdb.com/set/78937 + Dr. No: + year: 1962 + url_poster: https://theposterdb.com/api/assets/126241 + From Russia with Love: + year: 1963 + url_poster: https://theposterdb.com/api/assets/126242 + Goldfinger: + year: 1964 + url_poster: https://theposterdb.com/api/assets/126243 + Thunderball: + year: 1965 + url_poster: https://theposterdb.com/api/assets/126244 + Casino Royale: + year: 1967 + url_poster: https://theposterdb.com/api/assets/126245 + You Only Live Twice: + year: 1967 + url_poster: https://theposterdb.com/api/assets/126246 + On Her Majesty's Secret Service: + year: 1969 + url_poster: https://theposterdb.com/api/assets/126247 + Diamonds Are Forever: + year: 1971 + url_poster: https://theposterdb.com/api/assets/126248 + Live and Let Die: + year: 1973 + url_poster: https://theposterdb.com/api/assets/126249 + The Man with the Golden Gun: + year: 1974 + url_poster: https://theposterdb.com/api/assets/126250 + The Spy Who Loved Me: + year: 1977 + url_poster: https://theposterdb.com/api/assets/126251 + Moonraker: + year: 1979 + url_poster: https://theposterdb.com/api/assets/126252 + For Your Eyes Only: + year: 1981 + url_poster: https://theposterdb.com/api/assets/126253 + Octopussy: + year: 1983 + url_poster: https://theposterdb.com/api/assets/126254 + Never Say Never Again: + year: 1983 + url_poster: https://theposterdb.com/api/assets/126255 + A View to a Kill: + year: 1985 + url_poster: https://theposterdb.com/api/assets/126256 + The Living Daylights: + year: 1987 + url_poster: https://theposterdb.com/api/assets/126257 + Licence to Kill: + year: 1989 + url_poster: https://theposterdb.com/api/assets/126258 + GoldenEye: + year: 1995 + url_poster: https://theposterdb.com/api/assets/126259 + Tomorrow Never Dies: + year: 1997 + url_poster: https://theposterdb.com/api/assets/126260 + The World Is Not Enough: + year: 1999 + url_poster: https://theposterdb.com/api/assets/126261 + Die Another Day: + year: 2002 + url_poster: https://theposterdb.com/api/assets/126262 + Casino Royale (Remake): + title: Casino Royale + year: 2006 + url_poster: https://theposterdb.com/api/assets/126263 + Quantum of Solace: + year: 2008 + url_poster: https://theposterdb.com/api/assets/126264 + Skyfall: + year: 2012 + url_poster: https://theposterdb.com/api/assets/126265 + Spectre: + year: 2015 + url_poster: https://theposterdb.com/api/assets/126266 + No Time to Die: + year: 2021 + url_poster: https://theposterdb.com/api/assets/126267 + + # Jarhead + Jarhead: + year: 2005 + url_poster: https://theposterdb.com/api/assets/80444 + "Jarhead 2: Field of Fire": + year: 2014 + url_poster: https://theposterdb.com/api/assets/80445 + "Jarhead 3: The Siege": + year: 2016 + url_poster: https://theposterdb.com/api/assets/80446 + "Jarhead: Law of Return": + year: 2019 + url_poster: https://theposterdb.com/api/assets/80447 + + # Jason Bourne + The Bourne Identity: + url_poster: https://theposterdb.com/api/assets/19520 + The Bourne Legacy: + url_poster: https://theposterdb.com/api/assets/19523 + The Bourne Supremacy: + url_poster: https://theposterdb.com/api/assets/19521 + The Bourne Ultimatum: + url_poster: https://theposterdb.com/api/assets/19522 + Jason Bourne: + url_poster: https://theposterdb.com/api/assets/19524 + + # Jaws + Jaws: + year: 1975 + url_poster: https://theposterdb.com/api/assets/8289 + Jaws 2: + year: 1978 + url_poster: https://theposterdb.com/api/assets/8290 + Jaws 3-D: + year: 1983 + url_poster: https://theposterdb.com/api/assets/8291 + "Jaws: The Revenge": + year: 1987 + url_poster: https://theposterdb.com/api/assets/8292 + + # Jay and Silent Bob + Jay and Silent Bob Strike Back: + year: 2001 + url_poster: https://theposterdb.com/api/assets/97421 + Jay and Silent Bob Reboot: + year: 2019 + url_poster: https://theposterdb.com/api/assets/97422 + + # Jeepers Creepers + Jeepers Creepers: + year: 2001 + url_poster: https://theposterdb.com/api/assets/44582 + Jeepers Creepers 2: + year: 2003 + url_poster: https://theposterdb.com/api/assets/44583 + Jeepers Creepers 3: + year: 2017 + url_poster: https://theposterdb.com/api/assets/44584 + + # Joe Dirt + Joe Dirt: + year: 2001 + url_poster: https://theposterdb.com/api/assets/215562 + "Joe Dirt 2: Beautiful Loser": + year: 2015 + url_poster: https://theposterdb.com/api/assets/215563 + + # John Wick + John Wick: + url_poster: https://theposterdb.com/api/assets/13286 + "John Wick: Chapter 2": + url_poster: https://theposterdb.com/api/assets/13287 + "John Wick: Chapter 3 - Parabellum": + url_poster: https://theposterdb.com/api/assets/13288 + + # Journey + Journey to the Center of the Earth: + year: 2008 + url_poster: https://theposterdb.com/api/assets/172437 + "Journey 2: The Mysterious Island": + year: 2012 + url_poster: https://theposterdb.com/api/assets/172438 + + # Jump Street + 21 Jump Street: + year: 2012 + url_poster: https://theposterdb.com/api/assets/22122 + 22 Jump Street: + year: 2014 + url_poster: https://theposterdb.com/api/assets/22123 + + # The Jungle Book + The Jungle Book: + year: 1967 + url_poster: https://theposterdb.com/api/assets/44927 + The Jungle Book 2: + year: 2003 + url_poster: https://theposterdb.com/api/assets/44928 + + # Ju-on + "Ju-on: The Curse": + year: 2000 + url_poster: https://theposterdb.com/api/assets/12190 + "Ju-on: The Curse 2": + year: 2000 + url_poster: https://theposterdb.com/api/assets/12191 + "Ju-on: The Grudge": + year: 2002 + url_poster: https://theposterdb.com/api/assets/12192 + "Ju-on: The Grudge 2": + year: 2003 + url_poster: https://theposterdb.com/api/assets/12193 + "Ju-on: Black Ghost": + year: 2009 + url_poster: https://theposterdb.com/api/assets/12194 + "Ju-on: White Ghost": + year: 2009 + url_poster: https://theposterdb.com/api/assets/12196 + "Ju-on: The Beginning of the End": + year: 2014 + url_poster: https://theposterdb.com/api/assets/12197 + "Ju-on: The Final Curse": + year: 2015 + url_poster: https://theposterdb.com/api/assets/12198 + + # Jumanji + Jumanji: + url_poster: https://theposterdb.com/api/assets/54113 + "Jumanji: Welcome to the Jungle": + url_poster: https://theposterdb.com/api/assets/54114 + "Jumanji: The Next Level": + url_poster: https://theposterdb.com/api/assets/54115 + + # Jurassic Park + Jurassic Park: + url_poster: https://theposterdb.com/api/assets/13235 + "The Lost World: Jurassic Park": + url_poster: https://theposterdb.com/api/assets/13236 + Jurassic Park III: + url_poster: https://theposterdb.com/api/assets/13237 + Jurassic World: + url_poster: https://theposterdb.com/api/assets/13238 + "Jurassic World: Fallen Kingdom": + url_poster: https://theposterdb.com/api/assets/13239 + + # The Karate Kid + The Karate Kid: + year: 1984 + url_poster: https://theposterdb.com/api/assets/2564 + The Karate Kid Part II: + year: 1986 + url_poster: https://theposterdb.com/api/assets/2566 + The Karate Kid Part III: + year: 1989 + url_poster: https://theposterdb.com/api/assets/2567 + The Next Karate Kid: + year: 1994 + url_poster: https://theposterdb.com/api/assets/2569 + The Karate Kid (Reboot): + title: The Karate Kid + year: 2010 + url_poster: https://theposterdb.com/api/assets/23615 + + # Kick-Ass + Kick-Ass: + year: 2010 + url_poster: https://theposterdb.com/api/assets/9886 + Kick-Ass 2: + year: 2013 + url_poster: https://theposterdb.com/api/assets/9887 + + # Kill Bill + "Kill Bill: Vol. 1": + year: 2003 + url_poster: https://theposterdb.com/api/assets/40154 + "Kill Bill: Vol. 2": + year: 2004 + url_poster: https://theposterdb.com/api/assets/40155 + + # Kingsman + "Kingsman: The Secret Service": + url_poster: https://theposterdb.com/api/assets/6652 + "Kingsman: The Golden Circle": + url_poster: https://theposterdb.com/api/assets/6653 + "The King's Man": + url_poster: https://theposterdb.com/api/assets/6654 + + # The Krays + The Rise of the Krays: + year: 2015 + url_poster: https://theposterdb.com/api/assets/173530 + The Fall of the Krays: + year: 2016 + url_poster: https://theposterdb.com/api/assets/173531 + + # Kung Fu Panda + Kung Fu Panda: + url_poster: https://theposterdb.com/api/assets/112271 + Kung Fu Panda 2: + url_poster: https://theposterdb.com/api/assets/112272 + Kung Fu Panda 3: + url_poster: https://theposterdb.com/api/assets/112273 + + # Lady and the Tramp + Lady and the Tramp: + year: 1955 + url_poster: https://theposterdb.com/api/assets/44949 + "Lady and the Tramp II: Scamp's Adventure": + year: 2001 + url_poster: https://theposterdb.com/api/assets/44951 + + # Lake Placid + Lake Placid: + year: 1999 + url_poster: https://theposterdb.com/api/assets/73817 + Lake Placid 2: + year: 2007 + url_poster: https://theposterdb.com/api/assets/73812 + Lake Placid 3: + year: 2010 + url_poster: https://theposterdb.com/api/assets/73813 + "Lake Placid: The Final Chapter": + year: 2013 + url_poster: https://theposterdb.com/api/assets/73814 + Lake Placid vs. Anaconda: + year: 2015 + url_poster: https://theposterdb.com/api/assets/73815 + "Lake Placid: Legacy": + year: 2018 + url_poster: https://theposterdb.com/api/assets/73816 + + # The Land Before Time + The Land Before Time: + year: 1988 + url_poster: https://theposterdb.com/api/assets/105458 + "The Land Before Time: The Great Valley Adventure": + year: 1994 + url_poster: https://theposterdb.com/api/assets/105459 + "The Land Before Time III: The Time of the Great Giving": + year: 1995 + url_poster: https://theposterdb.com/api/assets/105460 + "The Land Before Time IV: Journey Through the Mists": + year: 1996 + url_poster: https://theposterdb.com/api/assets/105461 + "The Land Before Time V: The Mysterious Island": + year: 1997 + url_poster: https://theposterdb.com/api/assets/105462 + "The Land Before Time VI: The Secret of Saurus Rock": + year: 1998 + url_poster: https://theposterdb.com/api/assets/105463 + "The Land Before Time VII: The Stone of Cold Fire": + year: 2000 + url_poster: https://theposterdb.com/api/assets/105464 + "The Land Before Time VIII: The Big Freeze": + year: 2001 + url_poster: https://theposterdb.com/api/assets/105465 + "The Land Before Time IX: Journey to Big Water": + year: 2002 + url_poster: https://theposterdb.com/api/assets/105466 + "The Land Before Time X: The Great Longneck Migration": + year: 2003 + url_poster: https://theposterdb.com/api/assets/105467 + "The Land Before Time XI: Invasion of the Tinysauruses": + year: 2005 + url_poster: https://theposterdb.com/api/assets/105468 + "The Land Before Time XII: The Great Day of the Flyers": + year: 2006 + url_poster: https://theposterdb.com/api/assets/105469 + "The Land Before Time XIII: The Wisdom of Friends": + year: 2007 + url_poster: https://theposterdb.com/api/assets/105470 + "The Land Before Time XIV: Journey of the Brave": + year: 2016 + url_poster: https://theposterdb.com/api/assets/105471 + + # The Last Exorcism + The Last Exorcism: + year: 2010 + url_poster: https://theposterdb.com/api/assets/45657 + The Last Exorcism Part II: + year: 2013 + url_poster: https://theposterdb.com/api/assets/45658 + + # The Lawnmower Man + The Lawnmower Man: + year: 1992 + url_poster: https://theposterdb.com/api/assets/68861 + "Lawnmower Man 2: Beyond Cyberspace": + year: 1996 + url_poster: https://theposterdb.com/api/assets/68862 + + # Legally Blonde + Legally Blonde: + year: 2001 + url_poster: https://theposterdb.com/api/assets/14287 + "Legally Blonde 2: Red, White & Blonde": + year: 2003 + url_poster: https://theposterdb.com/api/assets/14288 + Legally Blondes: + year: 2009 + url_poster: https://theposterdb.com/api/assets/14289 + + # The Lego Movie + The Lego Movie: + year: 2014 + url_poster: https://theposterdb.com/api/assets/46060 + The Lego Batman Movie: + year: 2017 + url_poster: https://theposterdb.com/api/assets/46061 + The Lego Ninjago Movie: + year: 2017 + url_poster: https://theposterdb.com/api/assets/46062 + "The Lego Movie 2: The Second Part": + year: 2019 + url_poster: https://theposterdb.com/api/assets/46064 + + # Leprechaun + Leprechaun: + year: 1993 + url_poster: https://theposterdb.com/api/assets/8306 + Leprechaun 2: + year: 1994 + url_poster: https://theposterdb.com/api/assets/8307 + Leprechaun 3: + year: 1995 + url_poster: https://theposterdb.com/api/assets/8308 + "Leprechaun 4: In Space": + year: 1996 + url_poster: https://theposterdb.com/api/assets/8309 + Leprechaun in the Hood: + year: 2000 + url_poster: https://theposterdb.com/api/assets/8310 + "Leprechaun: Back 2 tha Hood": + year: 2003 + url_poster: https://theposterdb.com/api/assets/8311 + "Leprechaun: Origins": + year: 2014 + url_poster: https://theposterdb.com/api/assets/8312 + Leprechaun Returns: + year: 2018 + url_poster: https://theposterdb.com/api/assets/8313 + + # Lethal Weapon + Lethal Weapon: + year: 1987 + url_poster: https://theposterdb.com/api/assets/12381 + Lethal Weapon 2: + year: 1989 + url_poster: https://theposterdb.com/api/assets/12382 + Lethal Weapon 3: + year: 1992 + url_poster: https://theposterdb.com/api/assets/12383 + Lethal Weapon 4: + year: 1998 + url_poster: https://theposterdb.com/api/assets/12384 + + # Lilo & Stitch + Lilo & Stitch: + year: 2002 + url_poster: https://theposterdb.com/api/assets/48066 + Stitch! The Movie: + year: 2003 + url_poster: https://theposterdb.com/api/assets/48067 + "Lilo & Stitch 2: Stitch Has a Glitch": + year: 2005 + url_poster: https://theposterdb.com/api/assets/48068 + Leroy & Stitch: + year: 2006 + url_poster: https://theposterdb.com/api/assets/48069 + + # Living Dead + Night of the Living Dead: + year: 1968 + url_poster: https://theposterdb.com/api/assets/60044 + Dawn of the Dead: + year: 1978 + url_poster: https://theposterdb.com/api/assets/60045 + Day of the Dead: + year: 1985 + url_poster: https://theposterdb.com/api/assets/60046 + Land of the Dead: + year: 2005 + url_poster: https://theposterdb.com/api/assets/60047 + Diary of the Dead: + year: 2008 + url_poster: https://theposterdb.com/api/assets/60048 + Survival of the Dead: + year: 2010 + url_poster: https://theposterdb.com/api/assets/60049 + + # The Lion King + The Lion King: + year: 1994 + url_poster: https://theposterdb.com/api/assets/82631 + "The Lion King II: Simba's Pride": + year: 1998 + url_poster: https://theposterdb.com/api/assets/82632 + The Lion King 1½: + year: 2004 + url_poster: https://theposterdb.com/api/assets/82633 + + # The Little Mermaid + The Little Mermaid: + year: 1989 + url_poster: https://theposterdb.com/api/assets/46805 + "The Little Mermaid II: Return to the Sea": + year: 2000 + url_poster: https://theposterdb.com/api/assets/46806 + "The Little Mermaid: Ariel's Beginning": + year: 2008 + url_poster: https://theposterdb.com/api/assets/46807 + + # Lone Wolf and Cub + "Lone Wolf and Cub: Sword of Vengeance": + year: 1972 + url_poster: https://theposterdb.com/api/assets/96644 + "Lone Wolf and Cub: Baby Cart at the River Styx": + year: 1972 + url_poster: https://theposterdb.com/api/assets/96645 + "Lone Wolf and Cub: Baby Cart to Hades": + year: 1972 + url_poster: https://theposterdb.com/api/assets/96646 + "Lone Wolf and Cub: Baby Cart in Peril": + year: 1972 + url_poster: https://theposterdb.com/api/assets/96647 + "Lone Wolf and Cub: Baby Cart in the Land of Demons": + year: 1973 + url_poster: https://theposterdb.com/api/assets/96648 + "Lone Wolf and Cub: White Heaven in Hell": + year: 1974 + url_poster: https://theposterdb.com/api/assets/96649 + + # Look Who's Talking + Look Who's Talking: + year: 1989 + url_poster: https://theposterdb.com/api/assets/134202 + Look Who's Talking Too: + year: 1990 + url_poster: https://theposterdb.com/api/assets/134203 + Look Who's Talking Now!: + year: 1993 + url_poster: https://theposterdb.com/api/assets/134204 + + # The Lord of the Rings (Animated) + The Hobbit: + year: 1977 + url_poster: https://theposterdb.com/api/assets/203017 + The Lord of the Rings: + year: 1978 + url_poster: https://theposterdb.com/api/assets/203018 + The Return of the King: + year: 1980 + url_poster: https://theposterdb.com/api/assets/203019 + + # Lost Boys + The Lost Boys: + year: 1987 + url_poster: https://theposterdb.com/api/assets/20052 + "Lost Boys: The Tribe": + year: 2008 + url_poster: https://theposterdb.com/api/assets/20053 + "Lost Boys: The Thirst": + year: 2010 + url_poster: https://theposterdb.com/api/assets/20054 + + # Mad Max + Mad Max: + year: 1979 + url_poster: https://theposterdb.com/api/assets/134426 + Mad Max 2: + year: 1981 + url_poster: https://theposterdb.com/api/assets/134427 + Mad Max Beyond Thunderdome: + year: 1985 + url_poster: https://theposterdb.com/api/assets/134428 + "Mad Max: Fury Road": + year: 2015 + url_poster: https://theposterdb.com/api/assets/134429 + + # Madagascar + Madagascar: + year: 2005 + url_poster: https://theposterdb.com/api/assets/932 + "Madagascar: Escape 2 Africa": + year: 2008 + url_poster: https://theposterdb.com/api/assets/933 + "Madagascar 3: Europe's Most Wanted": + year: 2012 + url_poster: https://theposterdb.com/api/assets/934 + Merry Madagascar: + year: 2009 + url_poster: https://theposterdb.com/api/assets/111857 + The Madagascar Penguins in a Christmas Caper: + year: 2005 + url_poster: https://theposterdb.com/api/assets/112431 + Madly Madagascar: + year: 2013 + url_poster: https://theposterdb.com/api/assets/112432 + Penguins of Madagascar: + year: 2014 + url_poster: https://theposterdb.com/api/assets/112433 + + # Major League + Major League: + year: 1989 + url_poster: https://theposterdb.com/api/assets/26597 + Major League II: + year: 1994 + url_poster: https://theposterdb.com/api/assets/26598 + "Major League: Back to the Minors": + year: 1998 + url_poster: https://theposterdb.com/api/assets/26599 + + # Mall Cop + "Paul Blart: Mall Cop": + year: 2009 + url_poster: https://theposterdb.com/api/assets/65445 + "Paul Blart: Mall Cop 2": + year: 2015 + url_poster: https://theposterdb.com/api/assets/65446 + + # The Man With No Name + A Fistful of Dollars: + year: 1964 + url_poster: https://theposterdb.com/api/assets/54597 + For a Few Dollars More: + year: 1965 + url_poster: https://theposterdb.com/api/assets/54598 + The Good, the Bad and the Ugly: + year: 1966 + url_poster: https://theposterdb.com/api/assets/54599 + + # Marvel One-Shot + "Marvel One-Shot: The Consultant": + year: 2011 + url_poster: https://theposterdb.com/api/assets/19757 + "Marvel One-Shot: A Funny Thing Happened on the Way to Thor's Hammer": + year: 2011 + url_poster: https://theposterdb.com/api/assets/19758 + "Marvel One-Shot: Item 47": + year: 2012 + url_poster: https://theposterdb.com/api/assets/19759 + "Marvel One-Shot: Agent Carter": + year: 2013 + url_poster: https://theposterdb.com/api/assets/19760 + "Marvel One-Shot: All Hail the King": + year: 2014 + url_poster: https://theposterdb.com/api/assets/19761 + Team Thor: + year: 2016 + url_poster: https://theposterdb.com/api/assets/19762 + "Team Thor: Part 2": + year: 2017 + url_poster: https://theposterdb.com/api/assets/19763 + Team Darryl: + year: 2018 + url_poster: https://theposterdb.com/api/assets/19764 + Peter's To-Do List: + year: 2019 + urlposter: https://theposterdb.com/api/assets/137297 + + # Marvel Rising + "Marvel Rising: Secret Warriors": + year: 2018 + url_poster: https://theposterdb.com/api/assets/172297 + "Marvel Rising: Chasing Ghosts": + year: 2019 + url_poster: https://theposterdb.com/api/assets/172298 + "Marvel Rising: Heart of Iron": + year: 2019 + url_poster: https://theposterdb.com/api/assets/172299 + "Marvel Rising: Battle of the Bands": + year: 2019 + url_poster: https://theposterdb.com/api/assets/172300 + "Marvel Rising: Operation Shuri": + year: 2019 + url_poster: https://theposterdb.com/api/assets/172301 + "Marvel Rising: Playing with Fire": + year: 2019 + url_poster: https://theposterdb.com/api/assets/172302 + + # Maniac Cop + Maniac Cop: + year: 1988 + url_poster: https://theposterdb.com/api/assets/91215 + Maniac Cop 2: + year: 1990 + url_poster: https://theposterdb.com/api/assets/91216 + "Maniac Cop 3: Badge of Silence": + year: 1993 + url_poster: https://theposterdb.com/api/assets/91217 + + # The Marine + The Marine: + year: 2006 + url_poster: https://theposterdb.com/api/assets/58787 + The Marine 2: + year: 2009 + url_poster: https://theposterdb.com/api/assets/58788 + "The Marine 3: Homefront": + year: 2013 + url_poster: https://theposterdb.com/api/assets/58789 + "The Marine 4: Moving Target": + year: 2015 + url_poster: https://theposterdb.com/api/assets/58790 + "The Marine 5: Battleground": + year: 2017 + url_poster: https://theposterdb.com/api/assets/58791 + "The Marine 6: Close Quarters": + year: 2018 + url_poster: https://theposterdb.com/api/assets/58792 + + # Marvel Cinematic Universe (https://theposterdb.com/set/4475) + Iron Man: + url_poster: https://theposterdb.com/api/assets/9773 + The Incredible Hulk: + url_poster: https://theposterdb.com/api/assets/9775 + Iron Man 2: + url_poster: https://theposterdb.com/api/assets/9776 + Thor: + url_poster: https://theposterdb.com/api/assets/9777 + "Captain America: The First Avenger": + url_poster: https://theposterdb.com/api/assets/9778 + The Avengers: + url_poster: https://theposterdb.com/api/assets/9779 + Iron Man 3: + url_poster: https://theposterdb.com/api/assets/9780 + "Thor: The Dark World": + url_poster: https://theposterdb.com/api/assets/9781 + "Captain America: The Winter Soldier": + url_poster: https://theposterdb.com/api/assets/9783 + Guardians of the Galaxy: + url_poster: https://theposterdb.com/api/assets/9784 + "Avengers: Age of Ultron": + url_poster: https://theposterdb.com/api/assets/9785 + Ant-Man: + url_poster: https://theposterdb.com/api/assets/9786 + "Captain America: Civil War": + url_poster: https://theposterdb.com/api/assets/9787 + Doctor Strange: + year: 2016 + url_poster: https://theposterdb.com/api/assets/9788 + Guardians of the Galaxy Vol. 2: + url_poster: https://theposterdb.com/api/assets/9789 + "Spider-Man: Homecoming": + url_poster: https://theposterdb.com/api/assets/9790 + "Thor: Ragnarok": + url_poster: https://theposterdb.com/api/assets/9791 + Black Panther: + url_poster: https://theposterdb.com/api/assets/9792 + "Avengers: Infinity War": + url_poster: https://theposterdb.com/api/assets/9794 + Ant-Man and the Wasp: + url_poster: https://theposterdb.com/api/assets/9795 + Captain Marvel: + url_poster: https://theposterdb.com/api/assets/9796 + "Avengers: Endgame": + url_poster: https://theposterdb.com/api/assets/9797 + "Spider-Man: Far from Home": + url_poster: https://theposterdb.com/api/assets/9798 + Black Widow: + url_poster: https://theposterdb.com/api/assets/54982 + Eternals: + url_poster: https://theposterdb.com/api/assets/153775 + Shang-Chi and the Legend of the Ten Rings: + url_poster: https://theposterdb.com/api/assets/170437 + "Spider-Man: No Way Home": + url_poster: https://theposterdb.com/api/assets/188475 + Doctor Strange in the Multiverse of Madness: + url_poster: https://theposterdb.com/api/assets/234599 + "Thor: Love and Thunder": + year: 2022 + url_poster: https://theposterdb.com/api/assets/248629 + Werewolf by Night: + year: 2022 + url_poster: https://theposterdb.com/api/assets/273727 + + # Marvel/Sony + Spider-Man: + url_poster: https://theposterdb.com/api/assets/116707 + Spider-Man 2: + url_poster: https://theposterdb.com/api/assets/116708 + Spider-Man 3: + url_poster: https://theposterdb.com/api/assets/116709 + "Spider-Man: Into the Spider-Verse": + url_poster: https://theposterdb.com/api/assets/116713 + Venom: + url_poster: https://theposterdb.com/api/assets/116712 + "Venom: Let There Be Carnage": + url_poster: https://theposterdb.com/api/assets/192587 + + # Mary Poppins + Mary Poppins: + year: 1964 + url_poster: https://theposterdb.com/api/assets/2632 + Mary Poppins Returns: + year: 2018 + url_poster: https://theposterdb.com/api/assets/2633 + + # The Mask + The Mask: + year: 1994 + url_poster: https://theposterdb.com/api/assets/18360 + Son of the Mask: + year: 2005 + url_poster: https://theposterdb.com/api/assets/18361 + + # The Matrix + The Matrix: + url_poster: https://theposterdb.com/api/assets/65274 + The Animatrix: + url_poster: https://theposterdb.com/api/assets/65275 + The Matrix Revolutions: + url_poster: https://theposterdb.com/api/assets/65277 + The Matrix Reloaded: + url_poster: https://theposterdb.com/api/assets/65276 + The Matrix Resurrections: + url_poster: https://theposterdb.com/api/assets/198379 + + # The Maze Runner + The Maze Runner: + year: 2014 + url_poster: https://theposterdb.com/api/assets/175 + "Maze Runner: The Scorch Trials": + year: 2015 + url_poster: https://theposterdb.com/api/assets/176 + "Maze Runner: The Death Cure": + year: 2018 + url_poster: https://theposterdb.com/api/assets/177 + + # Mean Girls + Mean Girls: + year: 2004 + url_poster: https://theposterdb.com/api/assets/48320 + Mean Girls 2: + year: 2011 + url_poster: https://theposterdb.com/api/assets/48321 + + # Mechanic + The Mechanic (Orginal): + year: 1972 + title: The Mechanic + url_poster: https://theposterdb.com/api/assets/58924 + The Mechanic: + year: 2011 + url_poster: https://theposterdb.com/api/assets/58925 + "Mechanic: Resurrection": + year: 2016 + url_poster: https://theposterdb.com/api/assets/58926 + + # Meet the Parents + Meet the Parents: + year: 2000 + url_poster: https://theposterdb.com/api/assets/35567 + Meet the Fockers: + year: 2004 + url_poster: https://theposterdb.com/api/assets/35568 + Little Fockers: + year: 2010 + url_poster: https://theposterdb.com/api/assets/35569 + + # Men In Black + Men in Black: + year: 1997 + url_poster: https://theposterdb.com/api/assets/103971 + Men in Black II: + year: 2002 + url_poster: https://theposterdb.com/api/assets/103972 + Men in Black 3: + year: 2012 + url_poster: https://theposterdb.com/api/assets/103973 + "Men in Black: International": + year: 2019 + url_poster: https://theposterdb.com/api/assets/103974 + + # The Messengers + The Messengers: + year: 2007 + url_poster: https://theposterdb.com/api/assets/98046 + "Messengers 2: The Scarecrow": + year: 2009 + url_poster: https://theposterdb.com/api/assets/98047 + + # The Mighty Ducks + The Mighty Ducks: + year: 1992 + url_poster: https://theposterdb.com/api/assets/107224 + "D2: The Mighty Ducks": + year: 1994 + url_poster: https://theposterdb.com/api/assets/107225 + "D3: The Mighty Ducks": + year: 1996 + url_poster: https://theposterdb.com/api/assets/107226 + + # Middle Earth + "The Hobbit: An Unexpected Journey": + year: 2012 + url_poster: https://theposterdb.com/api/assets/12310 + "The Hobbit: The Desolation of Smaug": + year: 2013 + url_poster: https://theposterdb.com/api/assets/12311 + "The Hobbit: The Battle of the Five Armies": + year: 2014 + url_poster: https://theposterdb.com/api/assets/12312 + "The Lord of the Rings: The Fellowship of the Ring": + year: 2001 + url_poster: https://theposterdb.com/api/assets/11555 + "The Lord of the Rings: The Two Towers": + year: 2002 + url_poster: https://theposterdb.com/api/assets/11556 + "The Lord of the Rings: The Return of the King": + year: 2003 + url_poster: https://theposterdb.com/api/assets/11557 + + # Mimic + Mimic: + year: 1997 + url_poster: https://theposterdb.com/api/assets/216977 + Mimic 2: + year: 2001 + url_poster: https://theposterdb.com/api/assets/216978 + "Mimic: Sentinel": + year: 2003 + url_poster: https://theposterdb.com/api/assets/216979 + + # Mirrors + Mirrors: + year: 2008 + url_poster: https://theposterdb.com/api/assets/83379 + Mirrors 2: + year: 2010 + url_poster: https://theposterdb.com/api/assets/83380 + + # Missing in Action + Missing in Action: + year: 1984 + url_poster: https://theposterdb.com/api/assets/167682 + "Missing in Action 2: The Beginning": + year: 1985 + url_poster: https://theposterdb.com/api/assets/167683 + "Braddock: Missing in Action III": + year: 1988 + url_poster: https://theposterdb.com/api/assets/167684 + + # Mission: Impossible + "Mission: Impossible": + year: 1996 + url_poster: https://theposterdb.com/api/assets/2706 + "Mission: Impossible II": + year: 2000 + url_poster: https://theposterdb.com/api/assets/2707 + "Mission: Impossible III": + year: 2006 + url_poster: https://theposterdb.com/api/assets/2708 + "Mission: Impossible - Ghost Protocol": + year: 2011 + url_poster: https://theposterdb.com/api/assets/2709 + "Mission: Impossible - Rogue Nation": + year: 2015 + url_poster: https://theposterdb.com/api/assets/2710 + "Mission: Impossible - Fallout": + year: 2018 + url_poster: https://theposterdb.com/api/assets/2711 + + # Monsters, Inc + Monsters, Inc.: + year: 2001 + url_poster: https://theposterdb.com/api/assets/161791 + Monsters University: + year: 2013 + url_poster: https://theposterdb.com/api/assets/161792 + + # Monty Python + And Now for Something Completely Different: + year: 1971 + url_poster: https://theposterdb.com/api/assets/148490 + Monty Python and the Holy Grail: + year: 1975 + url_poster: https://theposterdb.com/api/assets/148491 + Life of Brian: + year: 1979 + url_poster: https://theposterdb.com/api/assets/148492 + The Meaning of Life: + year: 1983 + url_poster: https://theposterdb.com/api/assets/148493 + + # Mortal Kombat + Mortal Kombat: + year: 1995 + url_poster: https://theposterdb.com/api/assets/6107 + "Mortal Kombat: Annihilation": + year: 1997 + url_poster: https://theposterdb.com/api/assets/6108 + "Mortal Kombat Legends: Scorpion's Revenge": + year: 2020 + url_poster: https://theposterdb.com/api/assets/63204 + Mortal Kombat (Reboot): + title: Mortal Kombat + year: 2021 + url_poster: https://theposterdb.com/api/assets/147283 + + # Mulan + Mulan: + year: 1998 + url_poster: https://theposterdb.com/api/assets/46222 + Mulan II: + year: 2004 + url_poster: https://theposterdb.com/api/assets/46223 + Mulan (Live Action): + title: Mulan + year: 2020 + url_poster: https://theposterdb.com/api/assets/100146 + + # The Millennium Trilogy + The Girl with the Dragon Tattoo: + year: 2009 + url_poster: https://theposterdb.com/api/assets/152584 + The Girl Who Played with Fire: + year: 2009 + url_poster: https://theposterdb.com/api/assets/152585 + The Girl Who Kicked the Hornet's Nest: + year: 2009 + url_poster: https://theposterdb.com/api/assets/152586 + + # The Mummy (Universal): + The Mummy (Universal): + year: 1932 + title: The Mummy + url_poster: https://theposterdb.com/api/assets/80762 + The Mummy's Hand: + year: 1940 + url_poster: https://theposterdb.com/api/assets/80763 + The Mummy's Tomb: + year: 1942 + url_poster: https://theposterdb.com/api/assets/80764 + The Mummy's Ghost: + year: 1944 + url_poster: https://theposterdb.com/api/assets/80765 + The Mummy's Curse: + year: 1944 + url_poster: https://theposterdb.com/api/assets/80766 + + # The Mummy + The Mummy: + year: 1999 + url_poster: https://theposterdb.com/api/assets/69967 + The Mummy Returns: + year: 2001 + url_poster: https://theposterdb.com/api/assets/69968 + "The Mummy: Tomb of the Dragon Emperor": + year: 2008 + url_poster: https://theposterdb.com/api/assets/69969 + + # The Muppets + The Muppet Movie: + year: 1979 + url_poster: https://theposterdb.com/api/assets/13697 + The Great Muppet Caper: + year: 1981 + url_poster: https://theposterdb.com/api/assets/13698 + The Muppets Take Manhattan: + year: 1984 + url_poster: https://theposterdb.com/api/assets/13699 + The Muppet Christmas Carol: + year: 1992 + url_poster: https://theposterdb.com/api/assets/13700 + Muppet Treasure Island: + year: 1996 + url_poster: https://theposterdb.com/api/assets/13701 + Muppets from Space: + year: 1999 + url_poster: https://theposterdb.com/api/assets/13702 + The Muppets' Wizard of Oz: + year: 2005 + url_poster: https://theposterdb.com/api/assets/13703 + The Muppets: + year: 2011 + url_poster: https://theposterdb.com/api/assets/13780 + Muppets Most Wanted: + year: 2014 + url_poster: https://theposterdb.com/api/assets/13781 + It's a Very Merry Muppet Christmas Movie: + year: 2002 + url_poster: https://theposterdb.com/api/assets/13925 + Muppets Haunted Mansion: + year: 2021 + url_poster: https://theposterdb.com/api/assets/185575 + + # Naked Gun + "The Naked Gun: From the Files of Police Squad!": + year: 1988 + url_poster: https://theposterdb.com/api/assets/160869 + "The Naked Gun 2½: The Smell of Fear": + year: 1991 + url_poster: https://theposterdb.com/api/assets/160870 + "Naked Gun 33⅓: The Final Insult": + year: 1994 + url_poster: https://theposterdb.com/api/assets/160871 + + # National Lampoon's Vacation + National Lampoon's Vacation: + year: 1983 + url_poster: https://theposterdb.com/api/assets/1001 + National Lampoon's European Vacation: + year: 1985 + url_poster: https://theposterdb.com/api/assets/1003 + National Lampoon's Christmas Vacation: + year: 1989 + url_poster: https://theposterdb.com/api/assets/1005 + Vegas Vacation: + year: 1997 + url_poster: https://theposterdb.com/api/assets/1007 + "Christmas Vacation 2: Cousin Eddie's Island Adventure": + year: 2003 + url_poster: https://theposterdb.com/api/assets/1008 + Vacation: + year: 2015 + url_poster: https://theposterdb.com/api/assets/1009 + + # National Treasure + National Treasure: + year: 2004 + url_poster: https://theposterdb.com/api/assets/71197 + "National Treasure: Book of Secrets": + year: 2007 + url_poster: https://theposterdb.com/api/assets/71199 + + # Nativity + Nativity: + year: 2009 + url_poster: https://theposterdb.com/api/assets/172276 + "Nativity 2: Danger in the Manger!": + year: 2012 + url_poster: https://theposterdb.com/api/assets/172277 + "Nativity 3: Dude, Where's My Donkey?!": + year: 2014 + url_poster: https://theposterdb.com/api/assets/172278 + Nativity Rocks!: + year: 2018 + url_poster: https://theposterdb.com/api/assets/172279 + + # Neighbors + Neighbors: + year: 2014 + url_poster: https://theposterdb.com/api/assets/92863 + "Neighbors 2: Sorority Rising": + year: 2016 + url_poster: https://theposterdb.com/api/assets/92864 + + # Never Back Down + Never Back Down: + year: 2008 + url_poster: https://theposterdb.com/api/assets/83313 + "Never Back Down 2: The Beatdown": + year: 2011 + url_poster: https://theposterdb.com/api/assets/83314 + "Never Back Down: No Surrender": + year: 2016 + url_poster: https://theposterdb.com/api/assets/83315 + + # The Neverending Story + The Neverending Story: + year: 1984 + url_poster: https://theposterdb.com/api/assets/186992 + "The NeverEnding Story II: The Next Chapter": + year: 1990 + url_poster: https://theposterdb.com/api/assets/186993 + + # Night at the Museum + Night at the Museum: + year: 2006 + url_poster: https://theposterdb.com/api/assets/83453 + "Night at the Museum: Battle of the Smithsonian": + year: 2009 + url_poster: https://theposterdb.com/api/assets/83454 + "Night at the Museum: Secret of the Tomb": + year: 2014 + url_poster: https://theposterdb.com/api/assets/83455 + + # Nightmare on Elm Street + A Nightmare on Elm Street: + year: 1984 + url_poster: https://theposterdb.com/api/assets/115953 + "A Nightmare on Elm Street Part 2: Freddy's Revenge": + url_poster: https://theposterdb.com/api/assets/115954 + "A Nightmare on Elm Street 3: Dream Warriors": + url_poster: https://theposterdb.com/api/assets/115955 + "A Nightmare on Elm Street 4: The Dream Master": + url_poster: https://theposterdb.com/api/assets/115956 + "A Nightmare on Elm Street: The Dream Child": + url_poster: https://theposterdb.com/api/assets/115957 + "Freddy's Dead: The Final Nightmare": + url_poster: https://theposterdb.com/api/assets/115958 + New Nightmare: + url_poster: https://theposterdb.com/api/assets/115959 + A Nightmare on Elm Street (Remake): + title: A Nightmare on Elm Street + year: 2010 + url_poster: https://theposterdb.com/api/assets/115960 + + # Nobody Sleeps in the Woods Tonight + Nobody Sleeps in the Woods Tonight: + year: 2020 + url_poster: https://theposterdb.com/api/assets/201406 + Nobody Sleeps in the Woods Tonight 2: + year: 2021 + url_poster: https://theposterdb.com/api/assets/201407 + + # Now You See Me + Now You See Me: + year: 2013 + url_poster: https://theposterdb.com/api/assets/10166 + Now You See Me 2: + year: 2016 + url_poster: https://theposterdb.com/api/assets/10167 + + # Ocean's Too Many + Ocean's Eleven: + sort_title: Ocean's 11 + url_poster: https://theposterdb.com/api/assets/64819 + Ocean's Twelve: + sort_title: Ocean's 12 + url_poster: https://theposterdb.com/api/assets/64820 + Ocean's Thirteen: + sort_title: Ocean's 13 + url_poster: https://theposterdb.com/api/assets/64821 + Ocean's Eight: + sort_title: Ocean's 8 + url_poster: https://theposterdb.com/api/assets/64822 + + # The Omen - https://theposterdb.com/set/11882 + The Omen: + year: 1976 + url_poster: https://theposterdb.com/api/assets/20587 + "Damien: Omen II": + year: 1978 + url_poster: https://theposterdb.com/api/assets/20588 + "Omen III: The Final Conflict": + year: 1981 + url_poster: https://theposterdb.com/api/assets/20589 + "Omen IV: The Awakening": + year: 1991 + url_poster: https://theposterdb.com/api/assets/20590 + The Omen (Reboot): + year: 2006 + title: The Omen + url_poster: https://theposterdb.com/api/assets/20591 + + + # Ong Bak + "Ong Bak: Muay Thai Warrior": + year: 2003 + url_poster: https://theposterdb.com/api/assets/49283 + Ong Bak 2: + year: 2008 + url_poster: https://theposterdb.com/api/assets/49284 + Ong Bak 3: + year: 2010 + url_poster: https://theposterdb.com/api/assets/49285 + + # Open Season + Open Season: + year: 2006 + url_poster: https://theposterdb.com/api/assets/101254 + Open Season 2: + year: 2008 + url_poster: https://theposterdb.com/api/assets/174212 + Open Season 3: + year: 2010 + url_poster: https://theposterdb.com/api/assets/174213 + "Open Season: Scared Silly": + year: 2015 + url_poster: https://theposterdb.com/api/assets/174214 + + # Ouija + Ouija: + year: 2014 + url_poster: https://theposterdb.com/api/assets/217699 + "Ouija: Origin of Evil": + year: 2016 + url_poster: https://theposterdb.com/api/assets/217700 + + # Oz + The Wizard of Oz: + year: 1939 + url_poster: https://theposterdb.com/api/assets/60208 + Return to Oz: + year: 1985 + url_poster: https://theposterdb.com/api/assets/60209 + Oz the Great and Powerful: + year: 2013 + url_poster: https://theposterdb.com/api/assets/60210 + + # Pacific Rim + Pacific Rim: + year: 2013 + url_poster: https://theposterdb.com/api/assets/3398 + "Pacific Rim: Uprising": + year: 2018 + url_poster: https://theposterdb.com/api/assets/3399 + + # Paddington + Paddington: + year: 2014 + url_poster: https://theposterdb.com/api/assets/1234 + Paddington 2: + year: 2017 + url_poster: https://theposterdb.com/api/assets/1235 + + # Paranormal Activity - https://theposterdb.com/set/59980 + Paranormal Activity: + year: 2007 + url_poster: https://theposterdb.com/api/assets/94530 + Paranormal Activity 2: + year: 2010 + url_poster: https://theposterdb.com/api/assets/94531 + Paranormal Activity 3: + year: 2011 + url_poster: https://theposterdb.com/api/assets/94532 + Paranormal Activity 4: + year: 2012 + url_poster: https://theposterdb.com/api/assets/94533 + "Paranormal Activity: The Marked Ones": + year: 2014 + url_poster: https://theposterdb.com/api/assets/94534 + "Paranormal Activity: The Ghost Dimension": + year: 2015 + url_poster: https://theposterdb.com/api/assets/94535 + "Paranormal Activity: Next of Kin": + year: 2021 + url_poster: https://theposterdb.com/api/assets/187386 + "Paranormal Activity: Tokyo Night": + year: 2010 + url_poster: https://theposterdb.com/api/assets/48972 + + + # Percy Jackson + "Percy Jackson & the Olympians: The Lightning Thief": + year: 2010 + url_poster: https://theposterdb.com/api/assets/52876 + "Percy Jackson: Sea of Monsters": + year: 2013 + url_poster: https://theposterdb.com/api/assets/52877 + + # Pet Sematary + Pet Sematary: + year: 1989 + url_poster: https://theposterdb.com/api/assets/107036 + Pet Sematary II: + year: 1992 + url_poster: https://theposterdb.com/api/assets/107037 + Pet Sematary (Reboot): + title: Pet Sematary + year: 2019 + url_poster: https://theposterdb.com/api/assets/107038 + + # Peter Pan + Peter Pan: + year: 1953 + url_poster: https://theposterdb.com/api/assets/59449 + Return to Never Land: + year: 2002 + url_poster: https://theposterdb.com/api/assets/59450 + + # Phantasm + Phantasm: + year: 1979 + url_poster: https://theposterdb.com/api/assets/125549 + Phantasm II: + year: 1988 + url_poster: https://theposterdb.com/api/assets/125550 + "Phantasm III: Lord of the Dead": + year: 1994 + url_poster: https://theposterdb.com/api/assets/125551 + "Phantasm IV: Oblivion": + year: 1998 + url_poster: https://theposterdb.com/api/assets/125552 + "Phantasm: Ravager": + year: 2016 + url_poster: https://theposterdb.com/api/assets/125553 + + # The Philadelphia Experiment + The Philadelphia Experiment: + year: 1984 + url_poster: https://theposterdb.com/api/assets/72127 + Philadelphia Experiment II: + year: 1993 + url_poster: https://theposterdb.com/api/assets/72128 + The Philadelphia Experiment (Remake): + year: 2012 + title: The Philadelphia Experiment + url_poster: https://theposterdb.com/api/assets/229606 + + # Philo & Clyde + Every Which Way but Loose: + year: 1978 + url_poster: https://theposterdb.com/api/assets/82310 + Any Which Way You Can: + year: 1980 + url_poster: https://theposterdb.com/api/assets/82311 + + # Piranha + Piranha: + year: 1978 + url_poster: https://theposterdb.com/api/assets/217840 + "Piranha II: The Spawning": + year: 1982 + url_poster: https://theposterdb.com/api/assets/217841 + + # Pirates of the Caribbean + "Pirates of the Caribbean: The Curse of the Black Pearl": + url_poster: https://theposterdb.com/api/assets/49934 + "Pirates of the Caribbean: Dead Man's Chest": + url_poster: https://theposterdb.com/api/assets/49935 + "Pirates of the Caribbean: At World's End": + url_poster: https://theposterdb.com/api/assets/49936 + "Pirates of the Caribbean: On Stranger Tides": + url_poster: https://theposterdb.com/api/assets/49937 + "Pirates of the Caribbean: Dead Men Tell No Tales": + url_poster: https://theposterdb.com/api/assets/49938 + + # Pitch Perfect + Pitch Perfect: + year: 2012 + url_poster: https://theposterdb.com/api/assets/51632 + Pitch Perfect 2: + year: 2015 + url_poster: https://theposterdb.com/api/assets/51633 + Pitch Perfect 3: + year: 2017 + url_poster: https://theposterdb.com/api/assets/51634 + + # Planes + Planes: + year: 2013 + url_poster: https://theposterdb.com/api/assets/31279 + "Planes: Fire & Rescue": + year: 2014 + url_poster: https://theposterdb.com/api/assets/31280 + + # Planet of the Apes (Original) + Planet of the Apes: + year: 1968 + url_poster: https://theposterdb.com/api/assets/262081 + Beneath the Planet of the Apes: + year: 1970 + url_poster: https://theposterdb.com/api/assets/262082 + Escape from the Planet of the Apes: + year: 1971 + url_poster: https://theposterdb.com/api/assets/262083 + Conquest of the Planet of the Apes: + year: 1972 + url_poster: https://theposterdb.com/api/assets/262084 + Battle for the Planet of the Apes: + year: 1973 + url_poster: https://theposterdb.com/api/assets/262085 + + # Planet of the Apes (Reboot) + Rise of the Planet of the Apes: + year: 2011 + url_poster: https://theposterdb.com/api/assets/262165 + Dawn of the Planet of the Apes: + year: 2014 + url_poster: https://theposterdb.com/api/assets/262166 + War for the Planet of the Apes: + year: 2017 + url_poster: https://theposterdb.com/api/assets/262167 + + # Pocahontas + Pocahontas: + year: 1995 + url_poster: https://theposterdb.com/api/assets/50197 + "Pocahontas II: Journey to a New World": + year: 1998 + url_poster: https://theposterdb.com/api/assets/50198 + + # Poison Ivy + Poison Ivy: + year: 1992 + url_poster: https://theposterdb.com/api/assets/15799 + "Poison Ivy 2: Lily": + year: 1996 + url_poster: https://theposterdb.com/api/assets/15800 + "Poison Ivy: The New Seduction": + year: 1997 + url_poster: https://theposterdb.com/api/assets/15801 + "Poison Ivy: The Secret Society": + year: 2008 + url_poster: https://theposterdb.com/api/assets/15802 + + # Police Academy + Police Academy: + year: 1984 + url_poster: https://theposterdb.com/api/assets/217969 + "Police Academy 2: Their First Assignment": + year: 1985 + url_poster: https://theposterdb.com/api/assets/217970 + "Police Academy 3: Back in Training": + year: 1986 + url_poster: https://theposterdb.com/api/assets/217971 + "Police Academy 4: Citizens on Patrol": + year: 1987 + url_poster: https://theposterdb.com/api/assets/217972 + "Police Academy 5: Assignment Miami Beach": + year: 1988 + url_poster: https://theposterdb.com/api/assets/217973 + "Police Academy 6: City Under Siege": + year: 1989 + url_poster: https://theposterdb.com/api/assets/217974 + "Police Academy: Mission to Moscow": + year: 1994 + url_poster: https://theposterdb.com/api/assets/217975 + + # Police Story + Police Story: + year: 1985 + url_poster: https://theposterdb.com/api/assets/92123 + Police Story 2: + year: 1988 + url_poster: https://theposterdb.com/api/assets/92124 + "Police Story 3: Super Cop": + year: 1992 + url_poster: https://theposterdb.com/api/assets/92125 + Supercop 2: + year: 1993 + url_poster: https://theposterdb.com/api/assets/92126 + First Strike: + year: 1996 + url_poster: https://theposterdb.com/api/assets/92127 + New Police Story: + year: 2004 + url_poster: https://theposterdb.com/api/assets/92128 + "Police Story: Lockdown": + year: 2013 + url_poster: https://theposterdb.com/api/assets/92129 + + # Poltergeist + Poltergeist: + year: 1982 + url_poster: https://theposterdb.com/api/assets/801 + "Poltergeist II: The Other Side": + year: 1986 + url_poster: https://theposterdb.com/api/assets/802 + Poltergeist III: + year: 1988 + url_poster: https://theposterdb.com/api/assets/803 + + # Porky's + Porky's: + year: 1981 + url_poster: https://theposterdb.com/api/assets/72233 + "Porky's II: The Next Day": + year: 1983 + url_poster: https://theposterdb.com/api/assets/72234 + "Porky's 3: Revenge": + year: 1985 + url_poster: https://theposterdb.com/api/assets/72235 + + # The Poseidon Adventure + The Poseidon Adventure: + year: 1972 + url_poster: https://theposterdb.com/api/assets/233629 + Beyond the Poseidon Adventure: + year: 1979 + url_poster: https://theposterdb.com/api/assets/233630 + + # Power Rangers + "Mighty Morphin Power Rangers: The Movie": + year: 1995 + url_poster: https://theposterdb.com/api/assets/13868 + "Turbo: A Power Rangers Movie": + year: 1997 + url_poster: https://theposterdb.com/api/assets/13869 + Power Rangers: + year: 2017 + url_poster: https://theposterdb.com/api/assets/13870 + + # Predator + Predator: + year: 1987 + url_poster: https://theposterdb.com/api/assets/43443 + Predator 2: + year: 1990 + url_poster: https://theposterdb.com/api/assets/43444 + Predators: + year: 2010 + url_poster: https://theposterdb.com/api/assets/43445 + The Predator: + year: 2018 + url_poster: https://theposterdb.com/api/assets/43446 + + # The Princess Diaries + The Princess Diaries: + year: 2001 + url_poster: https://theposterdb.com/api/assets/51484 + "The Princess Diaries 2: Royal Engagement": + year: 2004 + url_poster: https://theposterdb.com/api/assets/51485 + + # Problem Child + Problem Child: + year: 1990 + url_poster: https://theposterdb.com/api/assets/42860 + Problem Child 2: + year: 1991 + url_poster: https://theposterdb.com/api/assets/42861 + "Problem Child 3: Junior in Love": + year: 1995 + url_poster: https://theposterdb.com/api/assets/42862 + + # Prom Night + Prom Night: + year: 1980 + url_poster: https://theposterdb.com/api/assets/84648 + "Hello Mary Lou: Prom Night II": + year: 1987 + url_poster: https://theposterdb.com/api/assets/84649 + "Prom Night III: The Last Kiss": + year: 1990 + url_poster: https://theposterdb.com/api/assets/84650 + "Prom Night IV: Deliver Us from Evil": + year: 1992 + url_poster: https://theposterdb.com/api/assets/84651 + Prom Night (Reboot): + year: 2008 + url_poster: https://theposterdb.com/api/assets/84652 + + # Pulse + Pulse: + year: 2006 + url_poster: https://theposterdb.com/api/assets/113924 + "Pulse 2: Afterlife": + year: 2008 + url_poster: https://theposterdb.com/api/assets/113925 + Pulse 3: + year: 2008 + url_poster: https://theposterdb.com/api/assets/113926 + + # The Prophecy + The Prophecy: + year: 1995 + url_poster: https://theposterdb.com/api/assets/36717 + The Prophecy II: + year: 1998 + url_poster: https://theposterdb.com/api/assets/36718 + "The Prophecy 3: The Ascent": + year: 2000 + url_poster: https://theposterdb.com/api/assets/36719 + "The Prophecy: Uprising": + year: 2005 + url_poster: https://theposterdb.com/api/assets/36720 + "The Prophecy V: Forsaken": + year: 2005 + url_poster: https://theposterdb.com/api/assets/36721 + + # Pumpkinhead + Pumpkinhead: + year: 1988 + url_poster: https://theposterdb.com/api/assets/87688 + "Pumpkinhead II: Blood Wings": + year: 1994 + url_poster: https://theposterdb.com/api/assets/87689 + "Pumpkinhead: Ashes to Ashes": + year: 2006 + url_poster: https://theposterdb.com/api/assets/87690 + "Pumpkinhead: Blood Feud": + year: 2007 + url_poster: https://theposterdb.com/api/assets/87691 + + # Puppet Master + Puppet Master: + year: 1989 + url_poster: https://theposterdb.com/api/assets/8394 + Puppet Master II: + year: 1990 + url_poster: https://theposterdb.com/api/assets/8395 + "Puppet Master III: Toulon's Revenge": + year: 1991 + url_poster: https://theposterdb.com/api/assets/8396 + Puppet Master 4: + year: 1993 + url_poster: https://theposterdb.com/api/assets/8397 + "Puppet Master 5: The Final Chapter": + year: 1994 + url_poster: https://theposterdb.com/api/assets/8398 + Curse of the Puppet Master: + year: 1998 + url_poster: https://theposterdb.com/api/assets/8399 + Retro Puppet Master: + year: 1999 + url_poster: https://theposterdb.com/api/assets/8400 + "Puppet Master: The Legacy": + year: 2003 + url_poster: https://theposterdb.com/api/assets/8401 + "Puppet Master: Axis of Evil": + year: 2010 + url_poster: https://theposterdb.com/api/assets/8402 + "Puppet Master X: Axis Rising": + year: 2012 + url_poster: https://theposterdb.com/api/assets/8403 + "Puppet Master: Axis Termination": + year: 2017 + url_poster: https://theposterdb.com/api/assets/8404 + "Puppet Master: The Littlest Reich": + year: 2018 + url_poster: https://theposterdb.com/api/assets/8405 + + # The Punisher + The Punisher: + year: 1989 + url_poster: https://theposterdb.com/api/assets/61654 + The Punisher (Reboot): + year: 2004 + title: The Punisher + url_poster: https://theposterdb.com/api/assets/61655 + "Punisher: War Zone": + year: 2008 + url_poster: https://theposterdb.com/api/assets/61656 + "The Punisher: Dirty Laundry": + year: 2012 + url_poster: https://theposterdb.com/api/assets/79975 + + # The Purge + The Purge: + year: 2013 + url_poster: https://theposterdb.com/api/assets/8516 + "The Purge: Anarchy": + year: 2014 + url_poster: https://theposterdb.com/api/assets/8517 + "The Purge: Election Year": + year: 2016 + url_poster: https://theposterdb.com/api/assets/8518 + The First Purge: + year: 2018 + url_poster: https://theposterdb.com/api/assets/8519 + + # Quarantine + Quarantine: + year: 2008 + url_poster: https://theposterdb.com/api/assets/65659 + "Quarantine 2: Terminal": + year: 2011 + url_poster: https://theposterdb.com/api/assets/65660 + + # The Raid + The Raid: + year: 2012 + url_poster: https://theposterdb.com/api/assets/23699 + The Raid 2: + year: 2014 + url_poster: https://theposterdb.com/api/assets/23700 + + # Rambo + First Blood: + year: 1982 + url_poster: https://theposterdb.com/api/assets/2613 + "Rambo: First Blood Part II": + year: 1985 + url_poster: https://theposterdb.com/api/assets/2615 + Rambo III: + year: 1988 + url_poster: https://theposterdb.com/api/assets/2617 + Rambo: + year: 2008 + url_poster: https://theposterdb.com/api/assets/2619 + "Rambo: Last Blood": + year: 2019 + url_poster: https://theposterdb.com/api/assets/2620 + + # Re-Animator + Re-Animator: + year: 1985 + url_poster: https://theposterdb.com/api/assets/22283 + Bride of Re-Animator: + year: 1990 + url_poster: https://theposterdb.com/api/assets/22284 + Beyond Re-Animator: + year: 2003 + url_poster: https://theposterdb.com/api/assets/22285 + + # [REC] + "[REC]": + year: 2007 + url_poster: https://theposterdb.com/api/assets/25198 + "[REC]²": + year: 2009 + url_poster: https://theposterdb.com/api/assets/25199 + "[REC]³ Genesis": + year: 2012 + url_poster: https://theposterdb.com/api/assets/25200 + "[REC]⁴ Apocalypse": + year: 2014 + url_poster: https://theposterdb.com/api/assets/25201 + + # RED + RED: + year: 2010 + url_poster: https://theposterdb.com/api/assets/7155 + RED 2: + year: 2013 + url_poster: https://theposterdb.com/api/assets/7156 + + # Red Cliff + Red Cliff: + year: 2008 + url_poster: https://theposterdb.com/api/assets/93009 + Red Cliff Part II: + year: 2009 + url_poster: https://theposterdb.com/api/assets/93010 + + # The Rescuers + The Rescuers: + year: 1977 + url_poster: https://theposterdb.com/api/assets/33340 + The Rescuers Down Under: + year: 1990 + url_poster: https://theposterdb.com/api/assets/33346 + + # Resident Evil + Resident Evil: + year: 2002 + url_poster: https://theposterdb.com/api/assets/11304 + "Resident Evil: Apocalypse": + year: 2004 + url_poster: https://theposterdb.com/api/assets/11305 + "Resident Evil: Extinction": + year: 2007 + url_poster: https://theposterdb.com/api/assets/11306 + "Resident Evil: Afterlife": + year: 2010 + url_poster: https://theposterdb.com/api/assets/11307 + "Resident Evil: Retribution": + year: 2012 + url_poster: https://theposterdb.com/api/assets/11308 + "Resident Evil: The Final Chapter": + year: 2016 + url_poster: https://theposterdb.com/api/assets/11309 + + # Resident Evil Biohazard + "Resident Evil: Degeneration": + year: 2008 + url_poster: https://theposterdb.com/api/assets/95489 + "Resident Evil: Damnation": + year: 2012 + url_poster: https://theposterdb.com/api/assets/95490 + "Resident Evil: Vendetta": + year: 2017 + url_poster: https://theposterdb.com/api/assets/95491 + + # Return of the Living Dead + The Return of the Living Dead: + year: 1985 + url_poster: https://theposterdb.com/api/assets/21011 + Return of the Living Dead Part II: + year: 1988 + url_poster: https://theposterdb.com/api/assets/21012 + Return of the Living Dead III: + year: 1993 + url_poster: https://theposterdb.com/api/assets/21013 + "Return of the Living Dead: Rave to the Grave": + year: 2005 + url_poster: https://theposterdb.com/api/assets/21015 + "Return of the Living Dead: Necropolis": + year: 2005 + url_poster: https://theposterdb.com/api/assets/21014 + + # Revenge of the Nerds + Revenge of the Nerds: + year: 1984 + url_poster: https://theposterdb.com/api/assets/131581 + "Revenge of the Nerds II: Nerds in Paradise": + year: 1987 + url_poster: https://theposterdb.com/api/assets/131582 + "Revenge of the Nerds III: The Next Generation": + year: 1992 + url_poster: https://theposterdb.com/api/assets/131583 + "Revenge of the Nerds IV: Nerds In Love": + year: 1994 + url_poster: https://theposterdb.com/api/assets/131584 + + # Ride Along + Ride Along: + year: 2014 + url_poster: https://theposterdb.com/api/assets/19300 + Ride Along 2: + year: 2016 + url_poster: https://theposterdb.com/api/assets/19301 + + # The Ring + The Ring: + year: 2002 + url_poster: https://theposterdb.com/api/assets/5445 + The Ring Two: + year: 2005 + url_poster: https://theposterdb.com/api/assets/5446 + Rings: + year: 2017 + url_poster: https://theposterdb.com/api/assets/5447 + + # Ringu + Ringu: + year: 1998 + url_poster: https://theposterdb.com/api/assets/7677 + Spiral (Ringu): + year: 1998 + title: Spiral + url_poster: https://theposterdb.com/api/assets/7678 + Ringu 2: + year: 1999 + url_poster: https://theposterdb.com/api/assets/7679 + Ringu 0: + year: 2000 + url_poster: https://theposterdb.com/api/assets/7680 + + # Rio + Rio: + year: 2011 + url_poster: https://theposterdb.com/api/assets/85958 + Rio 2: + year: 2014 + url_poster: https://theposterdb.com/api/assets/85959 + + # Road House + Road House: + year: 1989 + url_poster: https://theposterdb.com/api/assets/219046 + "Road House 2: Last Call": + year: 2006 + url_poster: https://theposterdb.com/api/assets/219047 + + # Road Trip + Road Trip: + year: 2000 + url_poster: https://theposterdb.com/api/assets/97424 + "Road Trip: Beer Pong": + year: 2009 + url_poster: https://theposterdb.com/api/assets/97425 + + # Robert Langdon + The Da Vinci Code: + year: 2006 + url_poster: https://theposterdb.com/api/assets/842 + Angels & Demons: + year: 2009 + url_poster: https://theposterdb.com/api/assets/843 + Inferno: + year: 2016 + url_poster: https://theposterdb.com/api/assets/844 + + # The Rocky Horror Picture Show + The Rocky Horror Picture Show: + year: 1975 + url_poster: https://theposterdb.com/api/assets/143618 + Shock Treatment: + year: 1981 + url_poster: https://theposterdb.com/api/assets/143619 + + # RoboCop + RoboCop: + year: 1987 + url_poster: https://theposterdb.com/api/assets/75746 + RoboCop 2: + year: 1990 + url_poster: https://theposterdb.com/api/assets/75747 + RoboCop 3: + year: 1993 + url_poster: https://theposterdb.com/api/assets/75748 + RoboCop (Reboot): + title: RoboCop + year: 2014 + url_poster: https://theposterdb.com/api/assets/75749 + + # Rocky + Rocky: + year: 1976 + url_poster: https://theposterdb.com/api/assets/40075 + Rocky II: + year: 1979 + url_poster: https://theposterdb.com/api/assets/40076 + Rocky III: + year: 1982 + url_poster: https://theposterdb.com/api/assets/40077 + Rocky IV: + year: 1985 + url_poster: https://theposterdb.com/api/assets/40079 + Rocky V: + year: 1990 + url_poster: https://theposterdb.com/api/assets/40080 + Rocky Balboa: + year: 2006 + url_poster: https://theposterdb.com/api/assets/40082 + + # Rurouni Kenshin + "Rurouni Kenshin Part I: Origins": + year: 2012 + url_poster: https://theposterdb.com/api/assets/166494 + 'Rurouni Kenshin Part II: Kyoto Inferno': + year: 2014 + url_poster: https://theposterdb.com/api/assets/166495 + "Rurouni Kenshin Part III: The Legend Ends": + year: 2014 + url_poster: https://theposterdb.com/api/assets/166496 + "Rurouni Kenshin: The Final": + year: 2021 + url_poster: https://theposterdb.com/api/assets/166497 + "Rurouni Kenshin: The Beginning": + year: 2021 + url_poster: https://theposterdb.com/api/assets/166498 + + # Rush Hour + Rush Hour: + year: 1998 + url_poster: https://theposterdb.com/api/assets/13267 + Rush Hour 2: + year: 2001 + url_poster: https://theposterdb.com/api/assets/13268 + Rush Hour 3: + year: 2007 + url_poster: https://theposterdb.com/api/assets/13269 + + # S.W.A.T. + S.W.A.T.: + year: 2003 + url_poster: https://theposterdb.com/api/assets/237563 + "S.W.A.T.: Firefight": + year: 2011 + url_poster: https://theposterdb.com/api/assets/46444 + "S.W.A.T.: Under Siege": + year: 2017 + url_poster: https://theposterdb.com/api/assets/46445 + + # The Sandlot + The Sandlot: + year: 1993 + url_poster: https://theposterdb.com/api/assets/65441 + The Sandlot 2: + year: 2005 + url_poster: https://theposterdb.com/api/assets/65442 + "The Sandlot: Heading Home": + year: 2007 + url_poster: https://theposterdb.com/api/assets/65443 + + # Sanjuro + Yojimbo: + year: 1961 + url_poster: https://theposterdb.com/api/assets/64831 + Sanjuro: + year: 1962 + url_poster: https://theposterdb.com/api/assets/64832 + + # The Santa Clause + The Santa Clause: + url_poster: https://theposterdb.com/api/assets/130698 + The Santa Clause 2: + url_poster: https://theposterdb.com/api/assets/130699 + "The Santa Clause 3: The Escape Clause": + url_poster: https://theposterdb.com/api/assets/130700 + + # Santa Paws + The Search for Santa Paws: + year: 2010 + url_poster: https://theposterdb.com/api/assets/96435 + "Santa Paws 2: The Santa Pups": + year: 2012 + url_poster: https://theposterdb.com/api/assets/96436 + + # Saturday Night Fever + Saturday Night Fever: + year: 1977 + url_poster: https://theposterdb.com/api/assets/75846 + Staying Alive: + year: 1983 + url_poster: https://theposterdb.com/api/assets/75847 + + # Saw + Saw: + year: 2004 + url_poster: https://theposterdb.com/api/assets/155364 + Saw II: + year: 2005 + url_poster: https://theposterdb.com/api/assets/155365 + Saw III: + year: 2006 + url_poster: https://theposterdb.com/api/assets/155366 + Saw IV: + year: 2007 + url_poster: https://theposterdb.com/api/assets/155367 + Saw V: + year: 2008 + url_poster: https://theposterdb.com/api/assets/155368 + Saw VI: + year: 2009 + url_poster: https://theposterdb.com/api/assets/155369 + Saw 3D: + year: 2010 + url_poster: https://theposterdb.com/api/assets/155370 + Jigsaw: + year: 2017 + url_poster: https://theposterdb.com/api/assets/155371 + "Spiral: From the Book of Saw": + year: 2021 + url_poster: https://theposterdb.com/api/assets/155372 + + # Scanners + Scanners: + year: 1981 + url_poster: https://theposterdb.com/api/assets/102047 + "Scanners II: The New Order": + year: 1991 + url_poster: https://theposterdb.com/api/assets/102048 + "Scanners III: The Takeover": + year: 1992 + url_poster: https://theposterdb.com/api/assets/102049 + + # Scary Movie + Scary Movie: + year: 2000 + url_poster: https://theposterdb.com/api/assets/994 + Scary Movie 2: + year: 2001 + url_poster: https://theposterdb.com/api/assets/995 + Scary Movie 3: + year: 2003 + url_poster: https://theposterdb.com/api/assets/996 + Scary Movie 4: + year: 2006 + url_poster: https://theposterdb.com/api/assets/997 + Scary Movie 5: + year: 2013 + url_poster: https://theposterdb.com/api/assets/998 + + # The Scorpion King + The Scorpion King: + year: 2002 + url_poster: https://theposterdb.com/api/assets/90470 + "The Scorpion King 2: Rise of a Warrior": + year: 2008 + url_poster: https://theposterdb.com/api/assets/90471 + "The Scorpion King 3: Battle for Redemption": + year: 2012 + url_poster: https://theposterdb.com/api/assets/90472 + "The Scorpion King 4: Quest for Power": + year: 2015 + url_poster: https://theposterdb.com/api/assets/90473 + "The Scorpion King: Book of Souls": + year: 2018 + url_poster: https://theposterdb.com/api/assets/90474 + + # Scream + Scream: + year: 1996 + url_poster: https://theposterdb.com/api/assets/805 + Scream 2: + year: 1997 + url_poster: https://theposterdb.com/api/assets/806 + Scream 3: + year: 2000 + url_poster: https://theposterdb.com/api/assets/807 + Scream 4: + year: 2011 + url_poster: https://theposterdb.com/api/assets/808 + Scream 5: + title: Scream + year: 2022 + url_poster: https://theposterdb.com/api/assets/212929 + + # The Secret Life of Pets + The Secret Life of Pets: + year: 2016 + url_poster: https://theposterdb.com/api/assets/65775 + The Secret Life of Pets 2: + year: 2019 + url_poster: https://theposterdb.com/api/assets/65776 + + # See No Evil + See No Evil: + year: 2006 + url_poster: https://theposterdb.com/api/assets/219170 + See No Evil 2: + year: 2014 + url_poster: https://theposterdb.com/api/assets/219171 + + # Shaft + Shaft: + year: 1971 + url_poster: https://theposterdb.com/api/assets/60769 + Shaft's Big Score!: + year: 1972 + url_poster: https://theposterdb.com/api/assets/60770 + Shaft in Africa: + year: 1973 + url_poster: https://theposterdb.com/api/assets/60771 + + # Shanghai Noon + Shanghai Noon: + year: 2000 + url_poster: https://theposterdb.com/api/assets/106518 + Shanghai Knights: + year: 2003 + url_poster: https://theposterdb.com/api/assets/106519 + + # Sharknado + Sharknado: + year: 2013 + url_poster: https://theposterdb.com/api/assets/9125 + "Sharknado 2: The Second One": + year: 2014 + url_poster: https://theposterdb.com/api/assets/9126 + "Sharknado 3: Oh Hell No!": + year: 2015 + url_poster: https://theposterdb.com/api/assets/9127 + "Sharknado 4: The 4th Awakens": + year: 2016 + url_poster: https://theposterdb.com/api/assets/9128 + "Sharknado 5: Global Swarming": + year: 2017 + url_poster: https://theposterdb.com/api/assets/9129 + "The Last Sharknado: It's About Time": + year: 2018 + url_poster: https://theposterdb.com/api/assets/9130 + + # Sherlock Holmes + Sherlock Holmes: + year: 2009 + url_poster: https://theposterdb.com/api/assets/2624 + "Sherlock Holmes: A Game of Shadows": + year: 2011 + url_poster: https://theposterdb.com/api/assets/2625 + + # The Shining + The Shining: + year: 1980 + url_poster: https://theposterdb.com/api/assets/81433 + Doctor Sleep: + year: 2019 + url_poster: https://theposterdb.com/api/assets/81434 + + # Short Circuit + Short Circuit: + year: 1986 + url_poster: https://theposterdb.com/api/assets/142705 + Short Circuit 2: + year: 1988 + url_poster: https://theposterdb.com/api/assets/142706 + + # Shrek + Shrek: + year: 2001 + url_poster: https://theposterdb.com/api/assets/6998 + Shrek 2: + year: 2004 + url_poster: https://theposterdb.com/api/assets/6999 + Shrek the Third: + year: 2007 + url_poster: https://theposterdb.com/api/assets/7000 + Shrek Forever After: + year: 2010 + url_poster: https://theposterdb.com/api/assets/7001 + + # Sicario + Sicario: + year: 2015 + url_poster: https://theposterdb.com/api/assets/139268 + "Sicario: Day of the Soldado": + year: 2018 + url_poster: https://theposterdb.com/api/assets/139269 + + # Silent Hill + Silent Hill: + year: 2006 + url_poster: https://theposterdb.com/api/assets/11691 + "Silent Hill: Revelation 3D": + year: 2012 + url_poster: https://theposterdb.com/api/assets/11693 + + # Silent Night, Deadly Night + Silent Night, Deadly Night: + year: 1984 + url_poster: https://theposterdb.com/api/assets/115261 + Silent Night, Deadly Night Part 2: + year: 1987 + url_poster: https://theposterdb.com/api/assets/115262 + "Silent Night, Deadly Night III: Better Watch Out!": + year: 1989 + url_poster: https://theposterdb.com/api/assets/115263 + "Silent Night Deadly Night 4: Initiation": + year: 1990 + url_poster: https://theposterdb.com/api/assets/115264 + "Silent Night, Deadly Night 5: The Toy Maker": + year: 1991 + url_poster: https://theposterdb.com/api/assets/115265 + Silent Night: + year: 2012 + url_poster: https://theposterdb.com/api/assets/115266 + + # Sinbad + The 7th Voyage of Sinbad: + year: 1958 + url_poster: https://theposterdb.com/api/assets/52062 + The Golden Voyage of Sinbad: + year: 1973 + url_poster: https://theposterdb.com/api/assets/52069 + Sinbad and the Eye of the Tiger: + year: 1977 + url_poster: https://theposterdb.com/api/assets/52070 + + # Sin City + Sin City: + year: 2005 + url_poster: https://theposterdb.com/api/assets/56200 + "Sin City: A Dame to Kill For": + year: 2014 + url_poster: https://theposterdb.com/api/assets/56201 + + # Single White Female + Single White Female: + year: 1992 + url_poster: https://theposterdb.com/api/assets/166001 + "Single White Female 2: The Psycho": + year: 2005 + url_poster: https://theposterdb.com/api/assets/166002 + + # Sinister + Sinister: + year: 2012 + url_poster: https://theposterdb.com/api/assets/8444 + Sinister 2: + year: 2015 + url_poster: https://theposterdb.com/api/assets/8445 + + # Sister Act + Sister Act: + year: 1992 + url_poster: https://theposterdb.com/api/assets/117356 + "Sister Act 2: Back in the Habit": + year: 1993 + url_poster: https://theposterdb.com/api/assets/117357 + + # Skyline + Skyline: + year: 2010 + url_poster: https://theposterdb.com/api/assets/110095 + Beyond Skyline: + year: 2017 + url_poster: https://theposterdb.com/api/assets/110096 + Skylines: + year: 2020 + url_poster: https://theposterdb.com/api/assets/110097 + + # Slap Shot + Slap Shot: + year: 1977 + url_poster: https://theposterdb.com/api/assets/98033 + "Slap Shot 2: Breaking the Ice": + year: 2002 + url_poster: https://theposterdb.com/api/assets/98034 + "Slap Shot 3: The Junior League": + year: 2008 + url_poster: https://theposterdb.com/api/assets/98035 + + # SLC Punk + SLC Punk: + year: 1998 + url_poster: https://theposterdb.com/api/assets/75403 + "Punk's Dead: SLC Punk 2": + year: 2015 + url_poster: https://theposterdb.com/api/assets/75404 + + # Sleepaway Camp + Sleepaway Camp: + year: 1983 + url_poster: https://theposterdb.com/api/assets/89063 + "Sleepaway Camp II: Unhappy Campers": + year: 1988 + url_poster: https://theposterdb.com/api/assets/89064 + "Sleepaway Camp III: Teenage Wasteland": + year: 1989 + url_poster: https://theposterdb.com/api/assets/89065 + "Sleepaway Camp IV: The Survivor": + year: 1992 + url_poster: https://theposterdb.com/api/assets/89066 + Return to Sleepaway Camp: + year: 2008 + url_poster: https://theposterdb.com/api/assets/89067 + + # Smokin' Aces + Smokin' Aces: + year: 2006 + url_poster: https://theposterdb.com/api/assets/105661 + "Smokin' Aces 2: Assassins' Ball": + year: 2010 + url_poster: https://theposterdb.com/api/assets/105662 + + # The Smurfs + The Smurfs: + year: 2011 + url_poster: https://theposterdb.com/api/assets/59208 + The Smurfs 2: + year: 2013 + url_poster: https://theposterdb.com/api/assets/59209 + "Smurfs: The Lost Village": + year: 2017 + url_poster: https://theposterdb.com/api/assets/59210 + + # Sniper + Sniper: + year: 1993 + url_poster: https://theposterdb.com/api/assets/166385 + Sniper 2: + year: 2002 + url_poster: https://theposterdb.com/api/assets/166386 + Sniper 3: + year: 2004 + url_poster: https://theposterdb.com/api/assets/166387 + "Sniper: Reloaded": + year: 2011 + url_poster: https://theposterdb.com/api/assets/166388 + "Sniper: Legacy": + year: 2014 + url_poster: https://theposterdb.com/api/assets/166389 + "Sniper: Ghost Shooter": + year: 2016 + url_poster: https://theposterdb.com/api/assets/166390 + "Sniper: Ultimate Kill": + year: 2017 + url_poster: https://theposterdb.com/api/assets/166391 + "Sniper: Assassin's End": + year: 2020 + url_poster: https://theposterdb.com/api/assets/166392 + + # Sometimes They Come Back + Sometimes They Come Back: + year: 1991 + url_poster: https://theposterdb.com/api/assets/155179 + Sometimes They Come Back... Again: + year: 1996 + url_poster: https://theposterdb.com/api/assets/155180 + Sometimes They Come Back... for More: + year: 1998 + url_poster: https://theposterdb.com/api/assets/155181 + + # Son of Batman + Son of Batman: + year: 2014 + url_poster: https://theposterdb.com/api/assets/70768 + Batman vs. Robin: + year: 2015 + url_poster: https://theposterdb.com/api/assets/70769 + "Batman: Bad Blood": + year: 2016 + url_poster: https://theposterdb.com/api/assets/70770 + "Batman: Hush": + year: 2019 + url_poster: https://theposterdb.com/api/assets/70771 + + # The Slumber Party Massacre + The Slumber Party Massacre: + year: 1982 + url_poster: https://theposterdb.com/api/assets/164697 + Slumber Party Massacre II: + year: 1987 + url_poster: https://theposterdb.com/api/assets/164698 + Slumber Party Massacre III: + year: 1990 + url_poster: https://theposterdb.com/api/assets/164699 + + # The Space Odyssey + "2001: A Space Odyssey": + year: 1968 + url_poster: https://theposterdb.com/api/assets/21636 + 2010: + year: 1984 + url_poster: https://theposterdb.com/api/assets/21637 + + # Species + Species: + year: 1995 + url_poster: https://theposterdb.com/api/assets/6940 + Species II: + year: 1998 + url_poster: https://theposterdb.com/api/assets/6941 + Species III: + year: 2004 + url_poster: https://theposterdb.com/api/assets/6942 + "Species: The Awakening": + year: 2007 + url_poster: https://theposterdb.com/api/assets/6943 + + # Speed + Speed: + year: 1994 + url_poster: https://theposterdb.com/api/assets/76071 + "Speed 2: Cruise Control": + year: 1997 + url_poster: https://theposterdb.com/api/assets/76072 + + # Spy Kids + Spy Kids: + year: 2001 + url_poster: https://theposterdb.com/api/assets/20656 + "Spy Kids 2: The Island of Lost Dreams": + year: 2002 + url_poster: https://theposterdb.com/api/assets/20657 + "Spy Kids 3-D: Game Over": + year: 2003 + url_poster: https://theposterdb.com/api/assets/20658 + "Spy Kids: All the Time in the World": + year: 2011 + url_poster: https://theposterdb.com/api/assets/20659 + + # Stakeout + Stakeout: + year: 1987 + url_poster: https://theposterdb.com/api/assets/76368 + Another Stakeout: + year: 1993 + url_poster: https://theposterdb.com/api/assets/76369 + + # Stargate + Stargate: + year: 1994 + url_poster: https://theposterdb.com/api/assets/72550 + "Stargate: The Ark of Truth": + year: 2008 + url_poster: https://theposterdb.com/api/assets/72551 + "Stargate: Continuum": + year: 2008 + url_poster: https://theposterdb.com/api/assets/72552 + + # Starship Troopers + Starship Troopers: + year: 1997 + url_poster: https://theposterdb.com/api/assets/5526 + "Starship Troopers 2: Hero of the Federation": + year: 2004 + url_poster: https://theposterdb.com/api/assets/5527 + "Starship Troopers 3: Marauder": + year: 2008 + url_poster: https://theposterdb.com/api/assets/5528 + "Starship Troopers: Invasion": + year: 2012 + url_poster: https://theposterdb.com/api/assets/5529 + "Starship Troopers: Traitor of Mars": + year: 2017 + url_poster: https://theposterdb.com/api/assets/5530 + + # Star Trek + "Star Trek: The Motion Picture": + year: 1979 + url_poster: https://theposterdb.com/api/assets/146185 + "Star Trek II: The Wrath of Khan": + year: 1982 + url_poster: https://theposterdb.com/api/assets/146186 + "Star Trek III: The Search for Spock": + year: 1984 + url_poster: https://theposterdb.com/api/assets/146187 + "Star Trek IV: The Voyage Home": + year: 1986 + url_poster: https://theposterdb.com/api/assets/146188 + "Star Trek V: The Final Frontier": + year: 1989 + url_poster: https://theposterdb.com/api/assets/146189 + "Star Trek VI: The Undiscovered Country": + year: 1991 + url_poster: https://theposterdb.com/api/assets/146190 + "Star Trek: Generations": + year: 1994 + url_poster: https://theposterdb.com/api/assets/146191 + "Star Trek: First Contact": + year: 1996 + url_poster: https://theposterdb.com/api/assets/146192 + "Star Trek: Insurrection": + year: 1998 + url_poster: https://theposterdb.com/api/assets/146193 + "Star Trek: Nemesis": + year: 2002 + url_poster: https://theposterdb.com/api/assets/146194 + Star Trek: + year: 2009 + url_poster: https://theposterdb.com/api/assets/146195 + Star Trek Into Darkness: + year: 2013 + url_poster: https://theposterdb.com/api/assets/146196 + Star Trek Beyond: + year: 2016 + url_poster: https://theposterdb.com/api/assets/146197 + + # Star Wars + "Star Wars: Episode IV - A New Hope": + url_poster: https://theposterdb.com/api/assets/39680 + "Star Wars: Episode V - The Empire Strikes Back": + url_poster: https://theposterdb.com/api/assets/39681 + "Star Wars: Episode VI - Return of the Jedi": + url_poster: https://theposterdb.com/api/assets/39682 + "Star Wars: Episode I - The Phantom Menace": + url_poster: https://theposterdb.com/api/assets/39683 + "Star Wars: Episode II - Attack of the Clones": + url_poster: https://theposterdb.com/api/assets/39684 + "Star Wars: Episode III - Revenge of the Sith": + url_poster: https://theposterdb.com/api/assets/39685 + "Star Wars: Episode VII - The Force Awakens": + url_poster: https://theposterdb.com/api/assets/39686 + "Rogue One: A Star Wars Story": + url_poster: https://theposterdb.com/api/assets/39687 + "Star Wars: Episode VIII - The Last Jedi": + url_poster: https://theposterdb.com/api/assets/39688 + "Solo: A Star Wars Story": + url_poster: https://theposterdb.com/api/assets/39689 + "Star Wars: Episode IX - The Rise of Skywalker": + url_poster: https://theposterdb.com/api/assets/39690 + The Star Wars Holiday Special: + url_poster: https://theposterdb.com/api/assets/39871 + + # The Stepfather + The Stepfather: + year: 1987 + url_poster: https://theposterdb.com/api/assets/113066 + Stepfather 2: + year: 1989 + url_poster: https://theposterdb.com/api/assets/113067 + Stepfather 3: + year: 1992 + url_poster: https://theposterdb.com/api/assets/113068 + + # The Sting + The Sting: + year: 1973 + url_poster: https://theposterdb.com/api/assets/76365 + The Sting II: + year: 1983 + url_poster: https://theposterdb.com/api/assets/76366 + + # Stir of Echoes + Stir of Echoes: + year: 1999 + url_poster: https://theposterdb.com/api/assets/219771 + "Stir of Echoes: The Homecoming": + year: 2007 + url_poster: https://theposterdb.com/api/assets/219772 + + # The Strangers + The Strangers: + year: 2008 + url_poster: https://theposterdb.com/api/assets/8552 + "The Strangers: Prey at Night": + year: 2018 + url_poster: https://theposterdb.com/api/assets/8553 + + # Step Up + Step Up: + year: 2006 + url_poster: https://theposterdb.com/api/assets/20868 + "Step Up 2: The Streets": + year: 2008 + url_poster: https://theposterdb.com/api/assets/20869 + Step Up 3D: + year: 2010 + url_poster: https://theposterdb.com/api/assets/20870 + Step Up Revolution: + year: 2012 + url_poster: https://theposterdb.com/api/assets/20871 + Step Up All In: + year: 2014 + url_poster: https://theposterdb.com/api/assets/20872 + + # Stuart Little + Stuart Little: + year: 1999 + url_poster: https://theposterdb.com/api/assets/94629 + Stuart Little 2: + year: 2002 + url_poster: https://theposterdb.com/api/assets/94630 + "Stuart Little 3: Call of the Wild": + year: 2005 + url_poster: https://theposterdb.com/api/assets/94631 + + # The Substitute + The Substitute: + year: 1996 + url_poster: https://theposterdb.com/api/assets/219960 + "The Substitute 2: School's Out": + year: 1998 + url_poster: https://theposterdb.com/api/assets/219961 + "The Substitute 3: Winner Takes All": + year: 1999 + url_poster: https://theposterdb.com/api/assets/219962 + "The Substitute: Failure Is Not an Option": + year: 2001 + url_poster: https://theposterdb.com/api/assets/219963 + + # Super Troopers + Super Troopers: + year: 2001 + url_poster: https://theposterdb.com/api/assets/36803 + Super Troopers 2: + year: 2018 + url_poster: https://theposterdb.com/api/assets/36804 + + # Superman + Superman: + url_poster: https://theposterdb.com/api/assets/76662 + Superman II: + url_poster: https://theposterdb.com/api/assets/76663 + Superman III: + url_poster: https://theposterdb.com/api/assets/76664 + "Superman IV: The Quest for Peace": + url_poster: https://theposterdb.com/api/assets/76665 + Superman Returns: + url_poster: https://theposterdb.com/api/assets/76666 + + # Surf's Up + Surf's Up: + year: 2007 + url_poster: https://theposterdb.com/api/assets/155 + "Surf's Up 2: WaveMania": + year: 2017 + url_poster: https://theposterdb.com/api/assets/156 + + # Swamp Thing + Swamp Thing: + year: 1982 + url_poster: https://theposterdb.com/api/assets/146879 + The Return of Swamp Thing: + year: 1989 + url_poster: https://theposterdb.com/api/assets/146880 + + # Taken + Taken: + year: 2008 + url_poster: https://theposterdb.com/api/assets/112817 + Taken 2: + year: 2012 + url_poster: https://theposterdb.com/api/assets/112818 + Taken 3: + year: 2014 + url_poster: https://theposterdb.com/api/assets/112819 + + # Tales from the Crypt + Tales from the Crypt: + year: 1972 + url_poster: https://theposterdb.com/api/assets/46681 + The Vault of Horror: + year: 1973 + url_poster: https://theposterdb.com/api/assets/46682 + Two-Fisted Tales: + year: 1992 + url_poster: https://theposterdb.com/api/assets/46683 + "Tales from the Crypt: Demon Knight": + year: 1995 + url_poster: https://theposterdb.com/api/assets/46357 + Bordello of Blood: + year: 1996 + url_poster: https://theposterdb.com/api/assets/46358 + Ritual: + year: 2002 + url_poster: https://theposterdb.com/api/assets/46684 + + # Tales From the Hood + Tales From the Hood: + year: 1995 + url_poster: https://theposterdb.com/api/assets/117397 + Tales from the Hood 2: + year: 2018 + url_poster: https://theposterdb.com/api/assets/117398 + Tales from the Hood 3: + year: 2020 + url_poster: https://theposterdb.com/api/assets/117399 + + # Tarzan + Tarzan: + year: 1999 + url_poster: https://theposterdb.com/api/assets/56440 + Tarzan & Jane: + year: 2002 + url_poster: https://theposterdb.com/api/assets/56441 + + # Ted + Ted: + year: 2012 + url_poster: https://theposterdb.com/api/assets/66435 + Ted 2: + year: 2015 + url_poster: https://theposterdb.com/api/assets/66436 + + # Teenage Mutant Ninja Turtles + Teenage Mutant Ninja Turtles: + year: 1990 + url_poster: https://theposterdb.com/api/assets/4622 + "Teenage Mutant Ninja Turtles II: The Secret of the Ooze": + year: 1991 + url_poster: https://theposterdb.com/api/assets/4623 + Teenage Mutant Ninja Turtles III: + year: 1993 + url_poster: https://theposterdb.com/api/assets/4624 + + # Teenage Mutant Ninja Turtles (Remake) + Teenage Mutant Ninja Turtles (Remake): + title: Teenage Mutant Ninja Turtles + year: 2014 + url_poster: https://theposterdb.com/api/assets/60982 + "Teenage Mutant Ninja Turtles: Out of the Shadows": + year: 2016 + url_poster: https://theposterdb.com/api/assets/60983 + + # The Terminator + The Terminator: + url_poster: https://theposterdb.com/api/assets/62892 + "Terminator 2: Judgment Day": + url_poster: https://theposterdb.com/api/assets/62893 + "Terminator 3: Rise of the Machines": + url_poster: https://theposterdb.com/api/assets/62894 + Terminator Salvation: + url_poster: https://theposterdb.com/api/assets/62895 + Terminator Genisys: + url_poster: https://theposterdb.com/api/assets/62896 + "Terminator: Dark Fate": + url_poster: https://theposterdb.com/api/assets/62897 + + # Tetsuo + "Tetsuo: The Iron Man": + year: 1989 + url_poster: https://theposterdb.com/api/assets/65255 + "Tetsuo II: Body Hammer": + year: 1992 + url_poster: https://theposterdb.com/api/assets/65256 + "Tetsuo: The Bullet Man": + year: 2009 + url_poster: https://theposterdb.com/api/assets/65257 + + # Texas Chainsaw Massacre + Texas Chainsaw Massacre: + year: 1974 + url_poster: https://theposterdb.com/api/assets/27154 + The Texas Chainsaw Massacre 2: + year: 1986 + url_poster: https://theposterdb.com/api/assets/27155 + "Leatherface: The Texas Chainsaw Massacre III": + year: 1990 + url_poster: https://theposterdb.com/api/assets/27156 + "Texas Chainsaw Massacre: The Next Generation": + year: 1995 + url_poster: https://theposterdb.com/api/assets/27157 + Texas Chainsaw 3D: + year: 2013 + url_poster: https://theposterdb.com/api/assets/27158 + Leatherface: + year: 2017 + url_poster: https://theposterdb.com/api/assets/27159 + + # Texas Chainsaw Massacre (Reboot) + The Texas Chainsaw Massacre: + year: 2003 + url_poster: https://theposterdb.com/api/assets/110134 + "The Texas Chainsaw Massacre: The Beginning": + year: 2006 + url_poster: https://theposterdb.com/api/assets/110135 + + # The Three Mothers + Suspiria: + year: 1977 + url_poster: https://theposterdb.com/api/assets/45106 + Inferno (Dario Argento): + year: 1980 + title: Inferno + url_poster: https://theposterdb.com/api/assets/94017 + The Mother of Tears: + year: 2007 + url_poster: https://www.themoviedb.org/t/p/original/lVWIDMSnE6dnTPFPCHpn1Lx84DA.jpg + + # The Thing + The Thing: + year: 1982 + url_poster: https://theposterdb.com/api/assets/17181 + The Thing (Reboot): + year: 2011 + title: The Thing + url_poster: https://theposterdb.com/api/assets/17182 + + # Time Cop + Time Cop: + year: 1994 + url_poster: https://theposterdb.com/api/assets/77223 + "Timecop 2: The Berlin Decision": + year: 2003 + url_poster: https://theposterdb.com/api/assets/77224 + + # Tomb Raider + "Lara Croft: Tomb Raider": + year: 2001 + url_poster: https://theposterdb.com/api/assets/73137 + "Lara Croft: Tomb Raider - The Cradle of Life": + year: 2003 + url_poster: https://theposterdb.com/api/assets/73138 + Tomb Raider: + year: 2018 + url_poster: https://theposterdb.com/api/assets/73139 + + # The Tomorrow War + The Tomorrow War: + year: 2021 + url_poster: https://theposterdb.com/api/assets/160424 + + # Top Gun + Top Gun: + year: 1986 + url_poster: https://theposterdb.com/api/assets/235880 + "Top Gun: Maverick": + year: 2022 + url_poster: https://theposterdb.com/api/assets/235881 + + # The Toxic Avenger + The Toxic Avenger: + year: 1984 + url_poster: https://theposterdb.com/api/assets/25686 + The Toxic Avenger Part II: + year: 1989 + url_poster: https://theposterdb.com/api/assets/25687 + "The Toxic Avenger Part III: The Last Temptation of Toxie": + year: 1989 + url_poster: https://theposterdb.com/api/assets/25688 + "Citizen Toxie: The Toxic Avenger IV": + year: 2001 + url_poster: https://theposterdb.com/api/assets/25689 + + # Toy Story + Toy Story: + year: 1995 + url_poster: https://theposterdb.com/api/assets/17799 + Toy Story 2: + year: 1999 + url_poster: https://theposterdb.com/api/assets/17800 + Toy Story 3: + year: 2010 + url_poster: https://theposterdb.com/api/assets/17801 + Toy Story 4: + year: 2019 + url_poster: https://theposterdb.com/api/assets/17802 + Lightyear: + year: 2022 + url_poster: https://theposterdb.com/api/assets/256515 + + # Trainspotting + Trainspotting: + year: 1996 + url_poster: https://theposterdb.com/api/assets/77313 + T2 Trainspotting: + year: 2017 + url_poster: https://theposterdb.com/api/assets/77314 + + # Train to Busan + Train to Busan: + year: 2016 + url_poster: https://theposterdb.com/api/assets/82794 + Seoul Station: + year: 2016 + url_poster: https://theposterdb.com/api/assets/82795 + Peninsula: + year: 2020 + url_poster: https://theposterdb.com/api/assets/82796 + + # Transformers + Transformers: + url_poster: https://theposterdb.com/api/assets/14176 + "Transformers: Dark of the Moon": + url_poster: https://theposterdb.com/api/assets/14178 + "Transformers: Revenge of the Fallen": + url_poster: https://theposterdb.com/api/assets/14177 + "Transformers: The Last Knight": + url_poster: https://theposterdb.com/api/assets/14180 + "Transformers: Age of Extinction": + url_poster: https://theposterdb.com/api/assets/14179 + Bumblebee: + url_poster: https://theposterdb.com/api/assets/14181 + + # The Transporter + The Transporter: + year: 2002 + url_poster: https://theposterdb.com/api/assets/796 + Transporter 2: + year: 2005 + url_poster: https://theposterdb.com/api/assets/797 + Transporter 3: + year: 2008 + url_poster: https://theposterdb.com/api/assets/798 + The Transporter Refueled: + year: 2015 + url_poster: https://theposterdb.com/api/assets/799 + + # Tremors + Tremors: + year: 1990 + url_poster: https://theposterdb.com/api/assets/73822 + "Tremors 2: Aftershocks": + year: 1996 + url_poster: https://theposterdb.com/api/assets/73823 + "Tremors 3: Back to Perfection": + year: 2001 + url_poster: https://theposterdb.com/api/assets/73824 + "Tremors 4: The Legend Begins": + year: 2004 + url_poster: https://theposterdb.com/api/assets/73825 + "Tremors 5: Bloodlines": + year: 2015 + url_poster: https://theposterdb.com/api/assets/73826 + "Tremors: A Cold Day in Hell": + year: 2018 + url_poster: https://theposterdb.com/api/assets/73827 + "Tremors: Shrieker Island": + year: 2020 + url_poster: https://theposterdb.com/api/assets/105106 + + # Trolls + Trolls: + year: 2016 + url_poster: https://theposterdb.com/api/assets/61567 + Trolls World Tour: + year: 2020 + url_poster: https://theposterdb.com/api/assets/61568 + Trolls Holiday: + year: 2017 + url_poster: https://theposterdb.com/api/assets/61713 + + # TRON + Tron: + year: 1982 + url_poster: https://theposterdb.com/api/assets/84592 + "TRON: Legacy": + year: 2010 + url_poster: https://theposterdb.com/api/assets/84593 + "TRON: Uprising": + year: 2012 + url_poster: https://theposterdb.com/api/assets/84594 + + # Turbulence + Turbulence: + year: 1997 + url_poster: https://theposterdb.com/api/assets/167880 + "Turbulence 2: Fear of Flying": + year: 1999 + url_poster: https://theposterdb.com/api/assets/167881 + "Turbulence 3: Heavy Metal": + year: 2001 + url_poster: https://theposterdb.com/api/assets/167882 + + # Under Siege + Under Siege: + year: 1992 + url_poster: https://theposterdb.com/api/assets/117283 + "Under Siege 2: Dark Territory": + year: 1995 + url_poster: https://theposterdb.com/api/assets/117284 + + # Underworld + Underworld: + year: 2003 + url_poster: https://theposterdb.com/api/assets/65245 + "Underworld: Evolution": + year: 2006 + url_poster: https://theposterdb.com/api/assets/65246 + "Underworld: Rise of the Lycans": + year: 2009 + url_poster: https://theposterdb.com/api/assets/65247 + "Underworld: Awakening": + year: 2012 + url_poster: https://theposterdb.com/api/assets/65248 + "Underworld: Blood Wars": + year: 2016 + url_poster: https://theposterdb.com/api/assets/65249 + + # Unfriended + Unfriended: + year: 2015 + url_poster: https://theposterdb.com/api/assets/107017 + "Unfriended: Dark Web": + year: 2018 + url_poster: https://theposterdb.com/api/assets/107018 + + # Universal Soldier + Universal Soldier: + year: 1992 + url_poster: https://theposterdb.com/api/assets/98128 + "Universal Soldier II: Brothers in Arms": + year: 1998 + url_poster: https://theposterdb.com/api/assets/98129 + "Universal Soldier III: Unfinished Business": + year: 1998 + url_poster: https://theposterdb.com/api/assets/98131 + "Universal Soldier: The Return": + year: 1999 + url_poster: https://theposterdb.com/api/assets/98130 + "Universal Soldier: Regeneration": + year: 2009 + url_poster: https://theposterdb.com/api/assets/98132 + "Universal Soldier: Day of Reckoning": + year: 2012 + url_poster: https://theposterdb.com/api/assets/98133 + + # Urban Legend + Urban Legend: + year: 1998 + url_poster: https://theposterdb.com/api/assets/221981 + "Urban Legends: Final Cut": + year: 2000 + url_poster: https://theposterdb.com/api/assets/221982 + "Urban Legends: Bloody Mary": + year: 2005 + url_poster: https://theposterdb.com/api/assets/221983 + + # U.S. Marshals + The Fugitive: + year: 1993 + url_poster: https://theposterdb.com/api/assets/77410 + U.S. Marshals: + year: 1998 + url_poster: https://theposterdb.com/api/assets/77411 + + # V/H/S + V/H/S: + year: 2012 + url_poster: https://theposterdb.com/api/assets/103362 + V/H/S/2: + year: 2013 + url_poster: https://theposterdb.com/api/assets/103363 + "V/H/S: Viral": + year: 2014 + url_poster: https://theposterdb.com/api/assets/103364 + V/H/S/94: + year: 2021 + url_poster: https://theposterdb.com/api/assets/181738 + + # Vacancy + Vacancy: + year: 2007 + url_poster: https://theposterdb.com/api/assets/100919 + "Vacancy 2: The First Cut": + year: 2008 + url_poster: https://theposterdb.com/api/assets/100920 + Terror Trap: + year: 2010 + url_poster: https://theposterdb.com/api/assets/100921 + + # The Vampire Chronicles + Interview with the Vampire: + year: 1994 + url_poster: https://theposterdb.com/api/assets/99744 + Queen of the Damned: + year: 2002 + url_poster: https://theposterdb.com/api/assets/99745 + + # Vampire Hunter D + Vampire Hunter D: + year: 1985 + url_poster: https://theposterdb.com/api/assets/157590 + "Vampire Hunter D: Bloodlust": + year: 2000 + url_poster: https://theposterdb.com/api/assets/157591 + + # Vampires + Vampires: + year: 1998 + url_poster: https://theposterdb.com/api/assets/120246 + "Vampires: Los Muertos": + year: 2002 + url_poster: https://theposterdb.com/api/assets/120251 + "Vampires: The Turning": + year: 2005 + url_poster: https://www.themoviedb.org/t/p/original/5lRtuxViST6PIs3zt2mtbf6PCy.jpg + + # Van Helsing + Van Helsing: + year: 2004 + url_poster: https://theposterdb.com/api/assets/98324 + "Van Helsing: The London Assignment": + year: 2004 + url_poster: https://theposterdb.com/api/assets/173470 + + # Violent Shit + Violent Shit: + year: 1989 + url_poster: https://theposterdb.com/api/assets/84518 + Violent Shit II: + year: 1992 + url_poster: https://theposterdb.com/api/assets/84519 + Violent Shit 3 - Infantry of Doom: + year: 1999 + url_poster: https://theposterdb.com/api/assets/84520 + Nikos the Impaler: + year: 2003 + url_poster: https://theposterdb.com/api/assets/84521 + Karl the Butcher vs Axe: + year: 2010 + url_poster: https://theposterdb.com/api/assets/84522 + "Violent Shit: the Movie": + year: 2015 + url_poster: https://theposterdb.com/api/assets/84523 + + # Waiting + Waiting...: + year: 2005 + url_poster: https://theposterdb.com/api/assets/12543 + Still Waiting...: + year: 2009 + url_poster: https://theposterdb.com/api/assets/12544 + + # Walking Tall (Reboot) + Walking Tall: + year: 2004 + url_poster: https://theposterdb.com/api/assets/96698 + "Walking Tall: The Payback": + year: 2007 + url_poster: https://theposterdb.com/api/assets/96699 + "Walking Tall: Lone Justice": + year: 2007 + url_poster: https://theposterdb.com/api/assets/96700 + + # Wall Street + Wall Street: + year: 1987 + url_poster: https://theposterdb.com/api/assets/82092 + "Wall Street: Money Never Sleeps": + year: 2010 + url_poster: https://theposterdb.com/api/assets/82093 + + # Wallace & Gromit + A Grand Day Out: + year: 1990 + url_poster: https://theposterdb.com/api/assets/167814 + The Wrong Trousers: + year: 1993 + url_poster: https://theposterdb.com/api/assets/167815 + A Close Shave: + year: 1995 + url_poster: https://theposterdb.com/api/assets/167816 + Wallace & Gromit's Cracking Contraptions: + year: 2002 + url_poster: https://theposterdb.com/api/assets/167817 + "Wallace & Gromit: The Curse of the Were-Rabbit": + year: 2005 + url_poster: https://theposterdb.com/api/assets/167818 + A Matter of Loaf and Death: + year: 2008 + url_poster: https://theposterdb.com/api/assets/167819 + Wallace & Gromit's World of Invention: + year: 2010 + url_poster: https://theposterdb.com/api/assets/167820 + + # Warlock + Warlock: + year: 1989 + url_poster: https://theposterdb.com/api/assets/222640 + "Warlock: The Armageddon": + year: 1993 + url_poster: https://theposterdb.com/api/assets/222641 + "Warlock III: The End of Innocence": + year: 1999 + url_poster: https://theposterdb.com/api/assets/222642 + + # Waxwork + Waxwork: + year: 1988 + url_poster: https://theposterdb.com/api/assets/222646 + "Waxwork II: Lost in Time": + year: 1992 + url_poster: https://theposterdb.com/api/assets/222647 + + # Wayne's World + Wayne's World: + year: 1992 + url_poster: https://theposterdb.com/api/assets/68155 + Wayne's World 2: + year: 1993 + url_poster: https://theposterdb.com/api/assets/68156 + + # Weekend at Bernie's + Weekend at Bernie's: + year: 1989 + url_poster: https://theposterdb.com/api/assets/78728 + Weekend at Bernie's II: + year: 1993 + url_poster: https://theposterdb.com/api/assets/78729 + + # Westworld + Westworld: + year: 1973 + url_poster: https://theposterdb.com/api/assets/49848 + Futureworld: + year: 1976 + url_poster: https://theposterdb.com/api/assets/49849 + + # White Noise + White Noise: + year: 2005 + url_poster: https://theposterdb.com/api/assets/33198 + "White Noise 2: The Light": + year: 2007 + url_poster: https://theposterdb.com/api/assets/33199 + + # Wishmaster + Wishmaster: + year: 1997 + url_poster: https://theposterdb.com/api/assets/222796 + "Wishmaster 2: Evil Never Dies": + year: 1999 + url_poster: https://theposterdb.com/api/assets/222797 + "Wishmaster 3: Beyond the Gates of Hell": + year: 2001 + url_poster: https://theposterdb.com/api/assets/222798 + "Wishmaster 4: The Prophecy Fulfilled": + year: 2002 + url_poster: https://theposterdb.com/api/assets/222799 + + # Wolf Cop + Wolf Cop: + year: 2014 + url_poster: https://theposterdb.com/api/assets/185659 + Another WolfCop: + year: 2017 + url_poster: https://theposterdb.com/api/assets/185660 + + # Wolf Creek + Wolf Creek: + year: 2005 + url_poster: https://theposterdb.com/api/assets/222873 + Wolf Creek 2: + year: 2013 + url_poster: https://theposterdb.com/api/assets/222874 + + # The Whole Nine/Ten Yards + The Whole Nine Yards: + year: 2000 + url_poster: https://theposterdb.com/api/assets/78749 + The Whole Ten Yards: + year: 2004 + url_poster: https://theposterdb.com/api/assets/78750 + + # The Wolf Man + Werewolf of London: + year: 1935 + url_poster: https://theposterdb.com/api/assets/80768 + The Wolf Man: + year: 1941 + url_poster: https://theposterdb.com/api/assets/80769 + Frankenstein Meets the Wolf Man: + year: 1943 + url_poster: https://theposterdb.com/api/assets/80770 + She-Wolf of London: + year: 1946 + url_poster: https://theposterdb.com/api/assets/80771 + + # The Woman in Black + The Woman in Black: + year: 2012 + url_poster: https://theposterdb.com/api/assets/34809 + "The Woman in Black 2: Angel of Death": + year: 2014 + url_poster: https://theposterdb.com/api/assets/34810 + + # The Worricker + Page Eight: + year: 2011 + url_poster: https://theposterdb.com/api/assets/83545 + Turks & Caicos: + year: 2014 + url_poster: https://theposterdb.com/api/assets/83546 + Salting the Battlefield: + year: 2014 + url_poster: https://theposterdb.com/api/assets/83547 + + # Wreck-It Ralph + Wreck-It Ralph: + year: 2012 + url_poster: https://theposterdb.com/api/assets/31282 + Ralph Breaks the Internet: + year: 2018 + url_poster: https://theposterdb.com/api/assets/31283 + + # Wrong Turn - https://theposterdb.com/set/100141 + Wrong Turn: + year: 2003 + url_poster: https://theposterdb.com/api/assets/163801 + "Wrong Turn 2: Dead End": + year: 2007 + url_poster: https://theposterdb.com/api/assets/163802 + "Wrong Turn 3: Left for Dead": + year: 2009 + url_poster: https://theposterdb.com/api/assets/163803 + "Wrong Turn 4: Bloody Beginnings": + year: 2011 + url_poster: https://theposterdb.com/api/assets/163804 + "Wrong Turn 5: Bloodlines": + year: 2012 + url_poster: https://theposterdb.com/api/assets/163805 + "Wrong Turn 6: Last Resort": + year: 2014 + url_poster: https://theposterdb.com/api/assets/163806 + Wrong Turn (Reboot): + year: 2021 + title: Wrong Turn + url_poster: https://theposterdb.com/api/assets/163807 + + # Wyrmwood + "Wyrmwood: Road of the Dead": + year: 2014 + url_poster: https://theposterdb.com/api/assets/228717 + "Wyrmwood: Apocalypse": + year: 2022 + url_poster: https://theposterdb.com/api/assets/228718 + + # X + X: + year: 2022 + url_poster: https://theposterdb.com/api/assets/228260 + #Pearl: + # year: + # url_poster: + + # X-Files + The X Files: + year: 1998 + url_poster: https://theposterdb.com/api/assets/160392 + "The X Files: I Want to Believe": + year: 2008 + url_poster: https://theposterdb.com/api/assets/160393 + + # X-Men + X-Men: + url_poster: https://theposterdb.com/api/assets/4661 + X2: + url_poster: https://theposterdb.com/api/assets/4662 + "X-Men: The Last Stand": + url_poster: https://theposterdb.com/api/assets/4663 + "X-Men Origins: Wolverine": + url_poster: https://theposterdb.com/api/assets/4648 + "X-Men: First Class": + url_poster: https://theposterdb.com/api/assets/4664 + The Wolverine: + url_poster: https://theposterdb.com/api/assets/4649 + "X-Men: Days of Future Past": + url_poster: https://theposterdb.com/api/assets/4665 + Deadpool: + url_poster: https://theposterdb.com/api/assets/4643 + "X-Men: Apocalypse": + url_poster: https://theposterdb.com/api/assets/4666 + Logan: + url_poster: https://theposterdb.com/api/assets/4650 + Deadpool 2: + url_poster: https://theposterdb.com/api/assets/4644 + Dark Phoenix: + url_poster: https://theposterdb.com/api/assets/109799 + The New Mutants: + url_poster: https://theposterdb.com/api/assets/109800 + Once Upon a Deadpool: + url_poster: https://theposterdb.com/api/assets/6467 + + # xXx + xXx: + year: 2002 + url_poster: https://theposterdb.com/api/assets/5504 + "xXx: State of the Union": + year: 2005 + url_poster: https://theposterdb.com/api/assets/5505 + "xXx: Return of Xander Cage": + year: 2017 + url_poster: https://theposterdb.com/api/assets/5506 + + # Young Guns + Young Guns: + year: 1988 + url_poster: https://theposterdb.com/api/assets/153378 + Young Guns II: + year: 1990 + url_poster: https://theposterdb.com/api/assets/153379 + + # Zombi + Zombie Flesh Eaters: + year: 1979 + url_poster: https://theposterdb.com/api/assets/101394 + Killing Birds: + year: 1988 + url_poster: https://theposterdb.com/api/assets/101395 + Zombie 3: + year: 1988 + url_poster: https://theposterdb.com/api/assets/101396 + After Death: + year: 1990 + url_poster: https://theposterdb.com/api/assets/101397 + + # Zombieland + Zombieland: + year: 2009 + url_poster: https://theposterdb.com/api/assets/13754 + "Zombieland: Double Tap": + year: 2019 + url_poster: https://theposterdb.com/api/assets/13755 + + # Zoolander + Zoolander: + year: 2001 + url_poster: https://theposterdb.com/api/assets/51996 + Zoolander 2: + year: 2016 + url_poster: https://theposterdb.com/api/assets/51997 + + # Zorro + The Mask of Zorro: + year: 1998 + url_poster: https://theposterdb.com/api/assets/27775 + The Legend of Zorro: + year: 2005 + url_poster: https://theposterdb.com/api/assets/27776 + + # Unsorted + Chinatown: + url_poster: https://theposterdb.com/api/assets/110518 + Last Action Hero: + year: 1993 + url_poster: https://theposterdb.com/api/assets/94940 + Titanic: + url_poster: https://theposterdb.com/api/assets/48395 + The Black Phone: + year: 2022 + url_poster: https://theposterdb.com/api/assets/250589 + THX 1138: + year: 1971 + url_poster: https://theposterdb.com/api/assets/111355 + Who Framed Roger Rabbit: + url_poster: https://theposterdb.com/api/assets/115828 diff --git a/SiskoUrso/Movies/Movie-Collection.yml b/SiskoUrso/Movies/Movie-Collection.yml new file mode 100644 index 0000000..a9fd235 --- /dev/null +++ b/SiskoUrso/Movies/Movie-Collection.yml @@ -0,0 +1,1438 @@ +###################################################### +# SiskoUrso Movie Collections # +###################################################### +templates: + Collection: + optional: + - collection + - movie + tmdb_collection_details: <<collection>> + tmdb_movie: <<movie>> + url_poster: <<poster>> + sync_mode: sync + collection_order: release + Trakt: + trakt_list_details: <<list>> + url_poster: <<poster>> + sync_mode: sync + collection_order: custom +collections: + 101 Dalmatians: + template: {name: Collection, collection: 100693, poster: https://theposterdb.com/api/assets/44903} + 101 Dalmatians (Live-Action): + template: {name: Collection, collection: 124916, poster: https://theposterdb.com/api/assets/112069} + 12 Rounds: + template: {name: Collection, collection: 221622, poster: https://theposterdb.com/api/assets/24430} + 2001 Maniacs: + template: {name: Collection, collection: 285130, poster: https://www.themoviedb.org/t/p/original/pb8s6djWm1OC5wEdJYGH7UHhf3P.jpg} + 28 Days/Weeks Later: + template: {name: Collection, collection: 1565, poster: https://theposterdb.com/api/assets/4963} + name_mapping: 28 Days-Weeks Later + 3 Men: + template: {name: Collection, collection: 107688, poster: https://theposterdb.com/api/assets/231579} + 3 Ninja: + template: {name: Collection, collection: 71458, poster: https://theposterdb.com/api/assets/18124} + "300": + template: {name: Collection, collection: 125570, poster: https://theposterdb.com/api/assets/138689} + 47 Meters Down: + template: {name: Collection, collection: 635922, poster: https://theposterdb.com/api/assets/21610} + 48 Hrs: + template: {name: Collection, collection: 93295, poster: https://theposterdb.com/api/assets/20769} + 8MM: + template: {name: Collection, collection: 387618, poster: https://theposterdb.com/api/assets/226994} + 976-Evil: + template: {name: Collection, collection: 135501, poster: https://theposterdb.com/api/assets/48460} + The ABCs of Death: + template: {name: Collection, collection: 207632, poster: https://image.tmdb.org/t/p/original//fzrKAtcg75Je7N0NereOdKePHDM.jpg} + Ace Ventura: + template: {name: Collection, collection: 3167, poster: https://theposterdb.com/api/assets/6612} + Addams Family: + template: {name: Collection, collection: "11716, 750822", poster: https://theposterdb.com/api/assets/53152} + Air Bud: + template: {name: Collection, collection: 97445, poster: https://theposterdb.com/api/assets/96172} + Airplane: + template: {name: Collection, collection: 91663, poster: https://theposterdb.com/api/assets/36706} + Airport: + template: {name: Collection, collection: 33938, poster: https://theposterdb.com/api/assets/44504} + Aladdin: + template: {name: Collection, collection: 86027, poster: https://theposterdb.com/api/assets/89795} + Alex Cross: + template: {name: Collection, collection: 142680, poster: https://theposterdb.com/api/assets/129869} + Alice in Wonderland: + template: {name: Collection, collection: 261307, poster: https://theposterdb.com/api/assets/72185} + Alien: + template: {name: Collection, collection: "8091, 135416", poster: https://theposterdb.com/api/assets/1205} + Alien Nation Collection: + template: {name: Collection, collection: 174245, poster: https://www.themoviedb.org/t/p/original/sXdKjBbdBimtARvWdVFEsxc4kxu.jpg} + All Dogs Go to Heaven: + template: {name: Collection, collection: 140910, poster: https://theposterdb.com/api/assets/146348} + All Hallows' Eve: + template: {name: Collection, collection: 442195, poster: https://theposterdb.com/api/assets/261233} + Alligator: + template: {name: Collection, collection: 124934, poster: https://www.themoviedb.org/t/p/original/5XOOxT9Lt8tIRahE5judKxjUjNE.jpg} + Almighty: + template: {name: Collection, collection: 124949, poster: https://theposterdb.com/api/assets/51450} + Alone in the Dark: + template: {name: Collection, collection: 149704, poster: https://www.themoviedb.org/t/p/original/pCUq2wPTjmpRRTsatXWseAoMzyi.jpg} + Alvin and the Chipmunks: + template: {name: Collection, collection: 167613, poster: https://theposterdb.com/api/assets/47178} + The Amazing Spider-Man: + template: {name: Collection, collection: 125574, poster: https://theposterdb.com/api/assets/107621} + American Civil War: + template: {name: Collection, collection: 725681, poster: https://theposterdb.com/api/assets/84535} + American Graffiti: + template: {name: Collection, collection: 124950, poster: https://theposterdb.com/api/assets/131492} + American Ninja: + template: {name: Collection, collection: 91945, poster: https://theposterdb.com/api/assets/205835} + American Pie: + template: {name: Collection, collection: 2806, poster: https://theposterdb.com/api/assets/951} + American Pie (Spin-off): + template: {name: Collection, collection: 298820, poster: https://theposterdb.com/api/assets/960} + American Psycho: + template: {name: Collection, collection: 86105, poster: https://theposterdb.com/api/assets/153799} + An American Tail: + template: {name: Collection, collection: 8783, poster: https://theposterdb.com/api/assets/106339} + An American Werewolf: + template: {name: Collection, collection: 9380, poster: https://theposterdb.com/api/assets/108519} + Amityville: + template: {name: Collection, collection: 397842, poster: https://theposterdb.com/api/assets/7890} + Anaconda: + template: {name: Collection, collection: 105995, movie: 336560, poster: https://theposterdb.com/api/assets/73798} + Analyze: + template: {name: Collection, collection: 110127, poster: https://theposterdb.com/api/assets/114391} + Anastasia: + template: {name: Collection, collection: 920650, poster: https://theposterdb.com/api/assets/217238} + Anchorman: + template: {name: Collection, collection: 93791, poster: https://theposterdb.com/api/assets/13973} + Angels in the ...: + template: {name: Collection, collection: 508334, poster: https://theposterdb.com/api/assets/202530} + name_mapping: Angels in the + The Animatrix: + template: {name: Collection, collection: 712859, poster: https://www.themoviedb.org/t/p/original/1GWbAkuoVqbNYCKab0z4kV3Xmlh.jpg} + The Angry Birds: + template: {name: Collection, collection: 531315, poster: https://theposterdb.com/api/assets/23354} + Annabelle: + template: {name: Collection, collection: 402074, poster: https://theposterdb.com/api/assets/34568} + Ant-Man: + template: {name: Collection, collection: 422834, poster: https://theposterdb.com/api/assets/4818} + Antisocial: + template: {name: Collection, collection: 723282, poster: https://theposterdb.com/api/assets/158081} + Appleseed: + template: {name: Collection, collection: "87800, 371526", poster: https://theposterdb.com/api/assets/119736} + Aquaman: + template: {name: Collection, collection: 573693, poster: https://theposterdb.com/api/assets/140746} + Armour of God: + template: {name: Collection, collection: 146136, poster: https://www.themoviedb.org/t/p/original/uaBDnlZ6evXtKGINA6YXOVdSla4.jpg} + Army of the Dead: + template: {name: Collection, collection: 809185, poster: https://theposterdb.com/api/assets/205933} + The Arrival: + template: {name: Collection, collection: 116661, poster: https://www.themoviedb.org/t/p/original/hcURy1riW3qLFHQdf9b7bGy8NkQ.jpg} + The Art of War: + template: {name: Collection, collection: 25410, poster: https://theposterdb.com/api/assets/72898} + Atlantis: + template: {name: Collection, collection: 100965, poster: https://theposterdb.com/api/assets/20692} + Atlas Shrugged: + template: {name: Collection, collection: 166381, poster: https://theposterdb.com/api/assets/83646} + Atomic Blonde: + template: {name: Collection, collection: 524837, poster: https://theposterdb.com/api/assets/106203} + Attack on Titan: + template: {name: Collection, collection: 370411, poster: https://theposterdb.com/api/assets/26008} + Attraction: + template: {name: Collection, collection: 604246, poster: https://theposterdb.com/api/assets/88315} + Austin Powers: + template: {name: Collection, collection: 1006, poster: https://theposterdb.com/api/assets/35262} + Avatar: + template: {name: Collection, collection: 87096, poster: https://theposterdb.com/api/assets/267820} + The Avengers: + template: {name: Collection, collection: 86311, poster: https://theposterdb.com/api/assets/4816} + AVP: + template: {name: Collection, collection: 115762, poster: https://theposterdb.com/api/assets/43455} + Babe: + template: {name: Collection, collection: 9435, poster: https://theposterdb.com/api/assets/17404} + Baby Driver: + template: {name: Collection, collection: 726865, poster: https://theposterdb.com/api/assets/158108} + The Babysitter: + template: {name: Collection, collection: 737382, poster: https://theposterdb.com/api/assets/113632} + Bachelor Party: + template: {name: Collection, collection: 466318, poster: https://www.themoviedb.org/t/p/original/tAQV6KogpKqAmLL2ISrdDe74OGW.jpg} + Back to the Future: + template: {name: Collection, collection: 264, poster: https://theposterdb.com/api/assets/108170} + Backdraft: + template: {name: Collection, collection: 597142, poster: https://theposterdb.com/api/assets/26070} + Bad Ass: + template: {name: Collection, collection: 261286, poster: https://www.themoviedb.org/t/p/original/2y76BH4Z3p69COvJnR51IpFS1Uk.jpg} + Bad Boys: + template: {name: Collection, collection: 14890, poster: https://theposterdb.com/api/assets/61260} + Bad Moms: + template: {name: Collection, collection: 487376, poster: https://theposterdb.com/api/assets/2888} + Bad Santa: + template: {name: Collection, collection: 423173, poster: https://theposterdb.com/api/assets/32569} + Balto: + template: {name: Collection, collection: 117693, poster: https://theposterdb.com/api/assets/16920} + Bambi: + template: {name: Collection, collection: 87250, poster: https://theposterdb.com/api/assets/46873} + Barbershop: + template: {name: Collection, collection: 176097, movie: 14177, poster: https://theposterdb.com/api/assets/59247} + Barefoot Gen: + template: {name: Collection, collection: 14095, poster: https://www.themoviedb.org/t/p/original/bNqxhVYGTlqapzDVpxuE3KP1QEt.jpg} + The Barrytown Trilogy: + template: {name: Collection, collection: 866637, poster: https://theposterdb.com/api/assets/98693} + Basic Instinct: + template: {name: Collection, collection: 86336, poster: https://theposterdb.com/api/assets/17274} + Basket Case: + template: {name: Collection, collection: 104716, poster: https://theposterdb.com/api/assets/7911} + Batman: + template: {name: Collection, collection: 120794, poster: https://theposterdb.com/api/assets/27394} + Batman (DC Universe Animated): + template: {name: Collection, collection: 421904, poster: https://theposterdb.com/api/assets/193394} + Batman Animation (Adam West): + template: {name: Collection, collection: 626517, poster: https://theposterdb.com/api/assets/40489} + Batman Beyond: + template: {name: Collection, collection: 379475, poster: https://theposterdb.com/api/assets/99085} + "Batman: Under the Red Hood": + template: {name: Collection, collection: 846090, poster: https://theposterdb.com/api/assets/191025} + Batman Unlimited: + template: {name: Collection, collection: 356688, poster: https://theposterdb.com/api/assets/193416} + Battle Royale: + template: {name: Collection, collection: 16302, poster: https://theposterdb.com/api/assets/72141} + Battlestar Galactica: + template: {name: Collection, collection: 91697, poster: https://theposterdb.com/api/assets/122190} + Beastmaster: + template: {name: Collection, collection: 106000, poster: https://theposterdb.com/api/assets/75769} + Beauty and the Beast: + template: {name: Collection, collection: 153010, poster: https://theposterdb.com/api/assets/22418} + Beavis and Butt-Head Do A: + template: {name: Collection, collection: 939227, poster: https://theposterdb.com/api/assets/244460} + Beck: + template: {name: Collection, collection: 279715, poster: https://theposterdb.com/api/assets/93028} + Beethoven: + template: {name: Collection, collection: 168880, poster: https://theposterdb.com/api/assets/226801} + Behind Enemy Lines: + template: {name: Collection, collection: 98513, poster: https://theposterdb.com/api/assets/167825} + Best of the Best: + template: {name: Collection, collection: 153948, poster: https://theposterdb.com/api/assets/20910} + A Better Tomorrow: + template: {name: Collection, collection: 99635, poster: https://www.themoviedb.org/t/p/original/b7UQJjwIXLtKejp5FvspTqRh9VP.jpg} + Beverly Hills Cop: + template: {name: Collection, collection: 85861, poster: https://theposterdb.com/api/assets/45076} + Bill & Ted's Most Excellent: + template: {name: Collection, collection: 91746, poster: https://theposterdb.com/api/assets/96794} + The Birds: + template: {name: Collection, collection: 690952, poster: https://theposterdb.com/api/assets/195021} + Black Panther: + template: {name: Collection, collection: 529892, poster: https://theposterdb.com/api/assets/14270} + Black Water: + template: {name: Collection, collection: 730166, poster: https://theposterdb.com/api/assets/185348} + Blade: + template: {name: Collection, collection: 735, poster: https://theposterdb.com/api/assets/36517} + Blade Runner: + template: {name: Collection, collection: 422837, poster: https://theposterdb.com/api/assets/6081} + Blair Witch: + template: {name: Collection, collection: 64750, poster: https://theposterdb.com/api/assets/102330} + The Blind Dead: + template: {name: Collection, collection: 108170, poster: https://theposterdb.com/api/assets/22308} + Blood Feast: + template: {name: Collection, collection: 519018, poster: https://www.themoviedb.org/t/p/original/iNQgICyB52euXC4BXuDW7eJUMbB.jpg} + BloodRayne: + template: {name: Collection, collection: 97307, poster: https://theposterdb.com/api/assets/44189} + Bloodshot: + template: {name: Collection, collection: 763760, poster: https://www.themoviedb.org/t/p/original/jTu4dCrctrP1bgl6lvSsJoFVdks.jpg} + Bloodsport: + template: {name: Collection, collection: 36694, poster: https://theposterdb.com/api/assets/4087} + The Blues Brothers: + template: {name: Collection, collection: 112636, poster: https://theposterdb.com/api/assets/12496} + The Boogeyman: + template: {name: Collection, collection: 96937, poster: https://www.themoviedb.org/t/p/original/rR4Vga4sQhD4YTF7QtMxkfMvN6F.jpg} + The Boondock Saints: + template: {name: Collection, collection: 87186, poster: https://theposterdb.com/api/assets/80255} + Borat Moviefilms: + template: {name: Collection, collection: 747168, poster: https://theposterdb.com/api/assets/139170} + The Boss Baby: + template: {name: Collection, collection: 519457, poster: https://theposterdb.com/api/assets/71190} + The Bourne: + template: {name: Collection, collection: 31562, poster: https://theposterdb.com/api/assets/19519} + The Boy: + template: {name: Collection, collection: 666337, poster: https://theposterdb.com/api/assets/84869} + Bridget Jones: + template: {name: Collection, collection: 8936, poster: https://theposterdb.com/api/assets/63897} + Bring It On: + template: {name: Collection, collection: 430186, poster: https://theposterdb.com/api/assets/95109} + Brother Bear: + template: {name: Collection, collection: 96472, poster: https://theposterdb.com/api/assets/21184} + The Buddies: + template: {name: Collection, collection: 91657, poster: https://theposterdb.com/api/assets/96331} + Bulletproof: + template: {name: Collection, collection: 814228, poster: https://theposterdb.com/api/assets/114211} + Bullets, Bombs, and Babes: + template: {name: Collection, collection: 736172, poster: https://www.themoviedb.org/t/p/original/enEoVI3aFJ7xFPlGQ4jNNa0TOml.jpg} + The Butterfly Effect: + template: {name: Collection, collection: 52749, poster: https://theposterdb.com/api/assets/79439} + C.H.U.D.: + template: {name: Collection, collection: 257571, poster: https://theposterdb.com/api/assets/82534} + Cabin Fever: + template: {name: Collection, collection: 201576, poster: https://theposterdb.com/api/assets/17133} + Caddyshack: + template: {name: Collection, collection: 104847, poster: https://theposterdb.com/api/assets/66795} + Candyman: + template: {name: Collection, collection: 98580, poster: https://theposterdb.com/api/assets/79961} + Cannonball Run: + template: {name: Collection, collection: 101688, poster: https://theposterdb.com/api/assets/79716} + Caprona (Amicus): + template: {name: Collection, collection: 211753, poster: https://www.themoviedb.org/t/p/original/ltMYLLICwtORAdnXKGex213amhJ.jpg} + Captain America: + template: {name: Collection, collection: 131295, poster: https://theposterdb.com/api/assets/4814} + Captain Marvel: + template: {name: Collection, collection: 623911, poster: https://theposterdb.com/api/assets/63348} + Captain Underpants: + template: {name: Collection, collection: 732397, poster: https://theposterdb.com/api/assets/227300} + The Car: + template: {name: Collection, collection: 629358, poster: https://theposterdb.com/api/assets/247654} + Carlito's Way: + template: {name: Collection, collection: 625861, poster: https://theposterdb.com/api/assets/211793} + Carrie: + template: {name: Collection, collection: 257053, poster: https://theposterdb.com/api/assets/17139} + Cars: + template: {name: Collection, collection: 87118, poster: https://theposterdb.com/api/assets/132} + Cat People: + template: {name: Collection, collection: 272673, poster: https://www.themoviedb.org/t/p/original/faeXfLsDaqG2gOCF4GlzXPTum9E.jpg} + The Cell: + template: {name: Collection, collection: 223564, poster: https://theposterdb.com/api/assets/17441} + Charlie Brown: + template: {name: Collection} + imdb_list: https://www.imdb.com/list/ls054850259/ + url_poster: https://theposterdb.com/api/assets/188202 + summary: Collection of Movies and TV Specials with the beloved Peanuts characters. + Charlie's Angels: + template: {name: Collection, collection: 86029, poster: https://theposterdb.com/api/assets/15409} + Cheaper by the Dozen: + template: {name: Collection, collection: 114783, poster: https://theposterdb.com/api/assets/163134} + Cheech & Chong: + trakt_list_details: https://trakt.tv/users/siskourso/lists/cheech-chong + url_poster: https://theposterdb.com/api/assets/106306 + Children of the Corn: + template: {name: Collection, collection: 115225, poster: https://theposterdb.com/api/assets/80035} + Childs Play: + template: {name: Collection, collection: 10455, poster: https://theposterdb.com/api/assets/94853} + Chili Palmer: + template: {name: Collection, collection: 91698, poster: https://www.themoviedb.org/t/p/original/7eq03V9q80w3HPC0gUV2OEQVQ7W.jpg} + A Christmas Story: + template: {name: Collection, collection: 201873, poster: https://theposterdb.com/api/assets/106204} + The Chronicles of Narnia: + template: {name: Collection, collection: 420, poster: https://theposterdb.com/api/assets/86941} + The Chronicles of Riddick: + template: {name: Collection, collection: 2794, poster: https://theposterdb.com/api/assets/22252} + Cinderella: + template: {name: Collection, collection: 55419, poster: https://theposterdb.com/api/assets/106296} + Cinderella Story: + template: {name: Collection, collection: 437451, poster: https://theposterdb.com/api/assets/105645} + City Slickers: + template: {name: Collection, collection: 150156, poster: https://theposterdb.com/api/assets/17434} + Clash of the Titans: + template: {name: Collection, collection: 86780, poster: https://theposterdb.com/api/assets/34933} + Class of 1999: + template: {name: Collection, collection: 164397, poster: https://theposterdb.com/api/assets/27999} + Clerks: + template: {name: Collection, collection: 182813, poster: https://theposterdb.com/api/assets/35320} + Clint Eastwood's Iwo Jima: + template: {name: Collection, collection: 261382, poster: https://theposterdb.com/api/assets/44093} + Cloudy with a Chance of Meatballs: + template: {name: Collection, collection: 177467, poster: https://theposterdb.com/api/assets/37354} + Cloverfield: + template: {name: Trakt, list: https://trakt.tv/users/siskourso/lists/cloverfield-collection, poster: https://theposterdb.com/api/assets/80058} + summary: Cloverfield is an American science fiction anthology film series and media franchise created and produced by J. J. Abrams consisting of three films, viral marketing websites linking the films together, and a tie-in manga to the first film titled Cloverfield/Kishin (2008), all set in a shared fictional universe referred to as the "Cloververse". The franchise as a whole deals with creatures from other dimensions attacking Earth throughout various decades, all as a repercussion of an experiment by an astronaut team aboard the Cloverfield Station in outer-space. Each film depicts the reality-altering effects of their study, which was meant to find a new energy source replacing the planet's depleted resources, only to open portals for assault from various beasts from deep space. + Cocoon: + template: {name: Collection, collection: 86307, poster: https://theposterdb.com/api/assets/17251} + Cold Prey: + template: {name: Collection, collection: 86553, poster: https://theposterdb.com/api/assets/251008} + The Collector: + template: {name: Collection, collection: 165369, poster: https://theposterdb.com/api/assets/7925} + Coming to America: + template: {name: Collection, collection: 647077, poster: https://theposterdb.com/api/assets/163629} + Conan the Barbarian: + template: {name: Collection, collection: 43055, poster: https://theposterdb.com/api/assets/4172} + The Conjuring: + template: {name: Collection, collection: 313086, movie: 439079, poster: https://theposterdb.com/api/assets/156081} + Contracted: + template: {name: Collection, collection: 358930, poster: https://theposterdb.com/api/assets/267446} + Cornetto Trilogy: + template: {name: Collection} + imdb_list: https://www.imdb.com/list/ls068623110/ + url_poster: https://theposterdb.com/api/assets/234 + summary: An anthology series of British comedic genre films directed by Edgar Wright, written by Wright and Simon Pegg, produced by Nira Park, and starring Pegg and Nick Frost. The trilogy consists of Shaun of the Dead (2004), Hot Fuzz (2007), and The World's End (2013). + The Craft: + template: {name: Collection, collection: 758369, poster: https://theposterdb.com/api/assets/109480} + Creature From The Black Lagoon: + template: {name: Collection, collection: 221537, poster: https://theposterdb.com/api/assets/80779} + Creed: + template: {name: Collection, collection: 553717, poster: https://theposterdb.com/api/assets/78968} + Creep: + template: {name: Collection, collection: 488990, poster: https://theposterdb.com/api/assets/178616} + Creepshow: + template: {name: Collection, collection: 107725, poster: https://theposterdb.com/api/assets/81045} + The Crimson Rivers: + template: {name: Collection, collection: 3963, poster: https://theposterdb.com/api/assets/54298} + Critters: + template: {name: Collection, collection: 10893, poster: https://theposterdb.com/api/assets/25484} + Crocodile Dundee: + template: {name: Collection, collection: 9332, poster: https://theposterdb.com/api/assets/908} + The Croods: + template: {name: Collection, collection: 464577, poster: https://theposterdb.com/api/assets/113464} + Crouching Tiger, Hidden Dragon: + template: {name: Collection, collection: 290973, poster: https://theposterdb.com/api/assets/186219} + The Crow: + template: {name: Collection, collection: 9436, poster: https://theposterdb.com/api/assets/111879} + Cruel Intentions: + template: {name: Collection, collection: 52789, poster: https://theposterdb.com/api/assets/24343} + Cube: + template: {name: Collection, collection: 432, poster: https://theposterdb.com/api/assets/179534} + The Curse: + template: {name: Collection, collection: 744915, poster: https://www.themoviedb.org/t/p/original/iSi41SVrp3fBJc6ehU1jvHbcPnb.jpg} + Cyborg: + template: {name: Collection, collection: 98853, poster: https://theposterdb.com/api/assets/4208} + Daddy's Home: + template: {name: Collection, collection: 473971, poster: https://theposterdb.com/api/assets/14099} + The Damned: + template: {name: Collection, collection: 746434, poster: https://theposterdb.com/api/assets/240763} + The Dark Knight: + template: {name: Collection, collection: 263, poster: https://theposterdb.com/api/assets/8489} + Dark World: + template: {name: Collection, collection: 315054, poster: https://www.themoviedb.org/t/p/original/3sny4ElG5zY9oe4RI0FPswAWnPe.jpg} + Darkman: + template: {name: Collection, collection: 45154, poster: https://theposterdb.com/api/assets/53025} + Darko: + template: {name: Collection, collection: 178106, poster: https://theposterdb.com/api/assets/128286} + DC Super Hero Girls: + template: {name: Collection, collection: "477208, 557495", poster: https://theposterdb.com/api/assets/33060} + Dead or Alive: + template: {name: Collection, collection: 192532, poster: https://theposterdb.com/api/assets/104579} + The Dead: + template: {name: Collection, collection: 294226, poster: https://www.themoviedb.org/t/p/original/5ktVahJejSiHQFARdYDl7WfZTWp.jpg} + Dead Rising: + template: {name: Collection, collection: 407273, poster: https://theposterdb.com/api/assets/222679} + Dead River: + template: {name: Collection, collection: 534180, poster: https://www.themoviedb.org/t/p/original/qeRP8xge1xUPE6rVFSXg6NuBFKn.jpg} + Dead Snow: + template: {name: Collection, collection: 286038, poster: https://www.themoviedb.org/t/p/original/qhvXYMyPWcFeOsoO4EqOS8T9lwI.jpg} + Deadpool: + template: {name: Collection, collection: 448150, movie: 567604, poster: https://theposterdb.com/api/assets/6464} + The Death of Superman: + template: {name: Collection, collection: 593251, poster: https://theposterdb.com/api/assets/53009} + Death Note: + template: {name: Collection, collection: 102019, poster: https://theposterdb.com/api/assets/82085} + Death Race: + template: {name: Collection, collection: 86116, poster: https://theposterdb.com/api/assets/16983} + Death Wish: + template: {name: Collection, collection: 14377, poster: https://theposterdb.com/api/assets/74841} + Deathstalker: + template: {name: Collection, collection: 48655, poster: https://theposterdb.com/api/assets/75795} + The Debt Collector: + template: {name: Collection, collection: 709271, poster: https://theposterdb.com/api/assets/108496} + Deep Blue Sea: + template: {name: Collection, collection: 518165, poster: https://theposterdb.com/api/assets/218039} + The Delta Force: + template: {name: Collection, collection: 126166, poster: https://theposterdb.com/api/assets/158873} + Demonic Toys: + template: {name: Collection, collection: 264434, poster: https://theposterdb.com/api/assets/115630} + Demons: + template: {name: Collection, collection: 430201, poster: https://theposterdb.com/api/assets/132412} + The Descent: + template: {name: Collection, collection: 87258, poster: https://theposterdb.com/api/assets/36252} + Despicable Me: + template: {name: Collection, collection: "86066, 544669", poster: https://theposterdb.com/api/assets/6468} + Deuce Bigalow: + template: {name: Collection, collection: 95664, poster: https://theposterdb.com/api/assets/168502} + Die Hard: + template: {name: Collection, collection: 1570, poster: https://theposterdb.com/api/assets/15956} + Dirty Dancing: + template: {name: Collection, collection: 86058, poster: https://theposterdb.com/api/assets/107314} + The Dirty Dozen: + template: {name: Collection, collection: 124492, poster: https://theposterdb.com/api/assets/221861} + Dirty Harry: + template: {name: Collection, collection: 10456, poster: https://theposterdb.com/api/assets/850} + District 13: + template: {name: Collection, collection: 85946, poster: https://theposterdb.com/api/assets/105651} + Divergent: + template: {name: Collection, collection: 283579, poster: https://theposterdb.com/api/assets/53782} + Doctor Strange: + template: {name: Collection, collection: 618529, poster: https://theposterdb.com/api/assets/14433} + A Dog's Purpose: + template: {name: Collection, collection: 591028, poster: https://theposterdb.com/api/assets/112304} + The Doll: + template: {name: Collection, collection: 632912, poster: https://www.themoviedb.org/t/p/original/h6vZfE4SS8mmqOR6YI8lUmePY8I.jpg} + Don't Breathe: + template: {name: Collection, collection: 748919, poster: https://theposterdb.com/api/assets/173568} + Doom: + template: {name: Collection, collection: 634390, poster: https://theposterdb.com/api/assets/108999} + Dracula 2000: + template: {name: Collection, collection: 115822, poster: https://theposterdb.com/api/assets/243412} + Dracula (Hammer): + template: {name: Collection, collection: 123724, poster: https://theposterdb.com/api/assets/263362} + Dracula (Universal): + template: {name: Collection, collection: 221539, poster: https://theposterdb.com/api/assets/80749} + Dragon Ball: + template: {name: Collection, collection: 386410, poster: https://theposterdb.com/api/assets/126817} + Dragon Ball Super: + template: {name: Collection, collection: 620873, poster: https://theposterdb.com/api/assets/126842} + Dragon Ball Z: + template: {name: Collection, collection: 425164, poster: https://theposterdb.com/api/assets/126823} + DragonHeart: + template: {name: Collection, collection: 169452, poster: https://theposterdb.com/api/assets/23589} + Drunken Master: + template: {name: Collection, collection: 12203, poster: https://theposterdb.com/api/assets/170408} + The Dukes of Hazzard (Reboot): + template: {name: Collection, collection: 332357, poster: https://theposterdb.com/api/assets/76843} + Dumb and Dumber: + template: {name: Collection, collection: 96665, poster: https://theposterdb.com/api/assets/12114} + Dune: + template: {name: Collection, collection: 726871, poster: https://theposterdb.com/api/assets/197348} + Dungeons & Dragons: + template: {name: Collection, collection: 106498, poster: https://theposterdb.com/api/assets/73505} + El Mariachi: + template: {name: Collection, collection: 9649, poster: https://theposterdb.com/api/assets/214459} + Elvira: + template: {name: Collection, collection: 182617, poster: https://theposterdb.com/api/assets/120347} + The Emperor's New Groove: + template: {name: Collection, collection: 178117, poster: https://theposterdb.com/api/assets/46820} + The Equalizer: + template: {name: Collection, collection: 523855, poster: https://theposterdb.com/api/assets/20229} + Eraser: + template: {name: Collection, collection: 985085, poster: https://theposterdb.com/api/assets/261238} + Ernest: + template: {name: Collection, collection: 330555, poster: https://theposterdb.com/api/assets/35570} + Escape From ...: + template: {name: Collection, collection: 115838, poster: https://theposterdb.com/api/assets/96947} + name_mapping: Escape From + Escape Plan: + template: {name: Collection, collection: 525891, poster: https://theposterdb.com/api/assets/63906} + Escape Room: + template: {name: Collection, collection: 769423, poster: https://theposterdb.com/api/assets/175227} + Eugene: + template: {name: Collection, collection: 979674, poster: https://www.themoviedb.org/t/p/original/qtmzhleNP1uHSlMsA0oShwIJP1R.jpg} + Evangelion: + template: {name: Collection, collection: 210303, poster: https://theposterdb.com/api/assets/65149} + summary: A Japanese animated film series and a retelling of the original Neon Genesis Evangelion anime television series, produced by Studio Khara. Hideaki Anno served as the writer and general manager of the project, with Kazuya Tsurumaki and Masayuki directing the films themselves. Yoshiyuki Sadamoto, Ikuto Yamashita and Shiro Sagisu returned to provide character designs, mechanical designs and music respectively. + Evil Dead Trap: + template: {name: Collection, collection: 712820, poster: https://www.themoviedb.org/t/p/original/A0scR38MnACWkgdjuVmlOAfBunx.jpg} + Evil Dead: + template: {name: Collection, collection: 1960, poster: https://theposterdb.com/api/assets/112881} + The Exorcist: + template: {name: Collection, collection: 12263, poster: https://theposterdb.com/api/assets/18704} + The Expendables: + template: {name: Collection, collection: 126125, poster: https://theposterdb.com/api/assets/86703} + The Eye: + template: {name: Collection, collection: 264335, poster: https://theposterdb.com/api/assets/101572} + "Family Guy Trilogy Collection: Laugh It Up, Fuzzball!": + template: {name: Collection, collection: 701402, poster: https://theposterdb.com/api/assets/72866} + Fantasia: + template: {name: Collection, collection: 55427, poster: https://theposterdb.com/api/assets/130368} + Fantastic Beasts: + template: {name: Collection, collection: 435259, poster: https://theposterdb.com/api/assets/27620} + Fantastic Four: + template: {name: Collection, collection: 9744, poster: https://theposterdb.com/api/assets/107627} + Father of the Bride (Steve Martin): + template: {name: Collection, collection: 96871, poster: https://theposterdb.com/api/assets/129917} + The Fast and the Furious: + template: {name: Collection, collection: "9485, 688042", poster: https://theposterdb.com/api/assets/110853} + Fear Street: + template: {name: Collection, collection: 790370, poster: https://theposterdb.com/api/assets/165321} + Fearless Hyena: + template: {name: Collection, collection: 205459, poster: https://www.themoviedb.org/t/p/original/gF6SqoziLHpKlTmwzm79b10LM0K.jpg} + Feast: + template: {name: Collection, collection: 98430, poster: https://theposterdb.com/api/assets/25064} + FernGully: + template: {name: Collection, collection: 19160, poster: https://theposterdb.com/api/assets/254096} + Fifty Shades: + template: {name: Collection, collection: 344830, poster: https://theposterdb.com/api/assets/38650} + Final Destination: + template: {name: Collection, collection: 8864, poster: https://theposterdb.com/api/assets/66195} + Final Fantasy: + template: {name: Collection} + imdb_list: https://www.imdb.com/list/ls022264056/ + url_poster: https://theposterdb.com/api/assets/7212 + summary: A collection of films based off or closely associated with the Final Fantasy video games. + Finding Nemo: + template: {name: Collection, collection: 137697, poster: https://theposterdb.com/api/assets/22630} + Fletch: + template: {name: Collection, collection: 104833, poster: https://www.themoviedb.org/t/p/original/aKsCNCiUtMdBRyL7yJTtyTU7uOg.jpg} + The Flintstones: + template: {name: Collection, collection: 351684, poster: https://theposterdb.com/api/assets/98289} + The Fly (1986): + template: {name: Collection, collection: 109609, poster: https://theposterdb.com/api/assets/150534} + The Foreigner: + template: {name: Collection, collection: 308645, poster: https://www.themoviedb.org/t/p/original/AfK0z91uOZ1F9mNyHXPERjfsiOZ.jpg} + Fortress: + template: {name: Collection, collection: 86341, poster: https://theposterdb.com/api/assets/37379} + Fortress Collection: + template: {name: Collection, collection: 883509, poster: https://theposterdb.com/api/assets/232048} + The Fox and the Hound: + template: {name: Collection, collection: 100970, poster: https://theposterdb.com/api/assets/78286} + Frankenstein (Universal): + template: {name: Collection, collection: 218406, poster: https://theposterdb.com/api/assets/80755} + Free Guy: + template: {name: Collection, collection: 861415, poster: https://theposterdb.com/api/assets/210243} + Free Willy: + template: {name: Collection, collection: 9328, poster: https://theposterdb.com/api/assets/17567} + Friday: + template: {name: Collection, collection: 43563, poster: https://theposterdb.com/api/assets/28461} + Friday the 13th: + template: {name: Collection, collection: 9735, movie: "6466, 222724", poster: https://theposterdb.com/api/assets/169888} + Fright Night: + template: {name: Collection, collection: 98168, poster: https://theposterdb.com/api/assets/21153} + Fright Night (Reboot): + template: {name: Collection, collection: 230161, poster: https://theposterdb.com/api/assets/108817} + Fritz the Cat: + template: {name: Collection, collection: 476056, poster: https://theposterdb.com/api/assets/72240} + From Dusk Till Dawn: + template: {name: Collection, collection: 10924, poster: https://theposterdb.com/api/assets/81665} + Frosty the Snowman: + template: {name: Collection, collection: 363015, poster: https://theposterdb.com/api/assets/199030} + Frozen: + template: {name: Collection, collection: 386382, movie: "326359, 460793", poster: https://theposterdb.com/api/assets/30788} + Futurama: + template: {name: Collection, collection: 13800, poster: https://theposterdb.com/api/assets/260217} + "F/X": + template: {name: Collection, collection: 171439, poster: https://theposterdb.com/api/assets/75753} + G.I. Joe: + template: {name: Collection, collection: 135468, poster: https://theposterdb.com/api/assets/42723} + The Gallows: + template: {name: Collection, collection: 506363, poster: https://theposterdb.com/api/assets/25241} + Garfield: + template: {name: Collection, collection: "86115, 373918", poster: https://theposterdb.com/api/assets/85594} + The Gate: + template: {name: Collection, collection: 340623, poster: https://theposterdb.com/api/assets/23790} + Gates of Hell: + template: {name: Collection, collection: 923500, poster: https://www.themoviedb.org/t/p/original/lWTtyQOLJe12WjQ6HRbIIBDzdyZ.jpg} + George of the Jungle: + template: {name: Collection, collection: 126221, poster: https://theposterdb.com/api/assets/22402} + Ghost in the Shell: + template: {name: Collection, collection: 23026, poster: https://theposterdb.com/api/assets/69316} + "Ghost In The Shell: Arise": + template: {name: Collection, collection: 196753, poster: https://theposterdb.com/api/assets/175263} + "Ghost in the Shell: Stand Alone Complex": + template: {name: Collection, collection: 443996, poster: https://theposterdb.com/api/assets/175270} + Ghost Rider: + template: {name: Collection, collection: 90306, poster: https://theposterdb.com/api/assets/107625} + Ghostbusters: + template: {name: Collection, collection: 2980, movie: 43074, poster: https://theposterdb.com/api/assets/203163} + Ghoulies: + template: {name: Collection, collection: 44913, poster: https://theposterdb.com/api/assets/8197} + Ginger Snaps: + template: {name: Collection, collection: 11794, poster: https://theposterdb.com/api/assets/166181} + The Girl - Millennium: + template: {name: Collection, collection: 575987, poster: https://theposterdb.com/api/assets/87828} + The Godfather: + template: {name: Collection, collection: 230, poster: https://theposterdb.com/api/assets/4856} + God of Gamblers: + template: {name: Collection, collection: 170416, poster: https://www.themoviedb.org/t/p/original/fQV9wWOIM7f9uaRSG9hikrkpr8N.jpg} + The Gods Must Be Crazy: + template: {name: Collection, collection: 87805, poster: https://www.themoviedb.org/t/p/original/3KAJpE2OOimXE5Z15LHARbeA0eC.jpg} + Godzilla (Showa): + template: {name: Collection, collection: 374509, movie: 18983, poster: https://theposterdb.com/api/assets/125926} + sort_title: Godzilla 01 (Showa) + Godzilla (Heisei): + template: {name: Collection, collection: 374511, movie: 39256, poster: https://theposterdb.com/api/assets/128721} + sort_title: Godzilla 02 (Heisei) + Godzilla (Millennium): + template: {name: Collection, collection: 374512, poster: https://theposterdb.com/api/assets/136302} + sort_title: Godzilla 04 (Millennium) + Godzilla (MonsterVerse): + template: {name: Collection, collection: 535313, movie: 293167, poster: https://theposterdb.com/api/assets/135068} + sort_title: Godzilla 05 (MonsterVerse) + Godzilla (Anime): + template: {name: Collection, collection: 535790, poster: https://theposterdb.com/api/assets/21827} + sort_title: Godzilla 07 (Anime) + A Goofy Movie: + template: {name: Collection, collection: 410261, poster: https://theposterdb.com/api/assets/131198} + Goosebumps: + template: {name: Collection, collection: 508783, poster: https://theposterdb.com/api/assets/13946} + Guardians of the Galaxy: + template: {name: Collection, collection: 284433, poster: https://theposterdb.com/api/assets/4815} + Grave Encounters: + template: {name: Collection, collection: 135466, poster: https://theposterdb.com/api/assets/105205} + Green Street Hooligans: + template: {name: Collection, collection: 152544, poster: https://theposterdb.com/api/assets/97151} + The Gremlins: + template: {name: Collection, collection: 89151, poster: https://theposterdb.com/api/assets/2441} + Grease: + template: {name: Collection, collection: 86083, poster: https://theposterdb.com/api/assets/67935} + Grown Ups: + template: {name: Collection, collection: 180546, poster: https://theposterdb.com/api/assets/15307} + The Grudge: + template: {name: Collection, collection: 1974, poster: https://theposterdb.com/api/assets/100697} + Halloween: + template: {name: Collection, collection: "91361, 126209", poster: https://theposterdb.com/api/assets/190032} + "Halloween: Rob Zombie Series": + template: {name: Collection, collection: 126209, poster: https://theposterdb.com/api/assets/187135} + "Halloween: Alternate Reality": + template: {name: Collection, movie: "424139, 610253, 616820", poster: https://theposterdb.com/api/assets/182377} + The Hangover: + template: {name: Collection, collection: 86119, poster: https://theposterdb.com/api/assets/40149} + Hannibal Lecter: + template: {name: Collection, collection: 9743, movie: 11454, poster: https://theposterdb.com/api/assets/23078} + Happy Death Day: + template: {name: Collection, collection: 526380, poster: https://theposterdb.com/api/assets/49481} + Happy Feet: + template: {name: Collection, collection: 92012, poster: https://theposterdb.com/api/assets/5322} + Harold & Kumar: + template: {name: Collection, collection: 30663, poster: https://theposterdb.com/api/assets/41763} + Harry Potter: + template: {name: Collection, collection: 1241, poster: https://theposterdb.com/api/assets/15699} + ... Has Fallen: + template: {name: Collection, collection: 386534, poster: https://theposterdb.com/api/assets/130396} + name_mapping: Has Fallen + Hatchet: + template: {name: Collection, collection: 124901, poster: https://theposterdb.com/api/assets/5114} + The Haunting in Connecticut: + template: {name: Collection, collection: 169740, poster: https://theposterdb.com/api/assets/59000} + Heavy Metal: + template: {name: Collection, collection: 141086, poster: https://www.themoviedb.org/t/p/original/tPzcbhK32OqnYmOccqbRw0eje7a.jpg} + Hell House LLC: + template: {name: Collection, collection: 607112, poster: https://theposterdb.com/api/assets/216531} + Hellboy: + template: {name: Collection, collection: 17235, movie: 456740, poster: https://theposterdb.com/api/assets/11245} + Hellboy (Animated): + template: {name: Collection, collection: 123203, poster: https://theposterdb.com/api/assets/175240} + Hellraiser: + template: {name: Collection, collection: 8917, movie: 338947, poster: https://theposterdb.com/api/assets/27498} + High School Musical: + template: {name: Collection, collection: 87253, poster: https://theposterdb.com/api/assets/82921} + "Henry: Portrait of a Serial Killer": + template: {name: Collection, collection: 143755, poster: https://theposterdb.com/api/assets/215231} + Highlander: + template: {name: Collection, collection: 8050, poster: https://theposterdb.com/api/assets/63711} + The Hills Have Eyes (Original): + template: {name: Collection, collection: 267922, poster: https://theposterdb.com/api/assets/164897} + The Hills Have Eyes (Reboot): + template: {name: Collection, collection: 8918, poster: https://theposterdb.com/api/assets/164894} + The Hitcher: + template: {name: Collection, collection: 476054, poster: https://www.themoviedb.org/t/p/original/yfC0YK6j7g8PNRYSWC0928Mak3u.jpg} + The Hitman's Bodyguard: + template: {name: Collection, collection: 608101, poster: https://theposterdb.com/api/assets/165936} + The Hobbit: + template: {name: Collection, collection: 121938, poster: https://theposterdb.com/api/assets/12309} + Hollow Man: + template: {name: Collection, collection: 166376, poster: https://theposterdb.com/api/assets/166554} + Home Alone: + template: {name: Collection, collection: 9888, poster: https://theposterdb.com/api/assets/23878} + Homeward Bound: + template: {name: Collection, collection: 43058, poster: https://theposterdb.com/api/assets/84621} + Honey, I Shrunk the Kids: + template: {name: Collection, collection: 72119, poster: https://theposterdb.com/api/assets/27434} + Horrible Bosses: + template: {name: Collection, collection: 280588, poster: https://theposterdb.com/api/assets/41514} + Hostel: + template: {name: Collection, collection: 86578, poster: https://theposterdb.com/api/assets/19780} + Hot Shots!: + template: {name: Collection, collection: 52988, poster: https://theposterdb.com/api/assets/63700} + Hot Tub Time Machine: + template: {name: Collection, collection: 313576, poster: https://theposterdb.com/api/assets/14255} + Hotel Transylvania: + template: {name: Collection, collection: 185103, poster: https://theposterdb.com/api/assets/67931} + House: + template: {name: Collection, collection: 102782, poster: https://theposterdb.com/api/assets/63412} + The Houses October Built: + template: {name: Collection, collection: 478328, poster: https://theposterdb.com/api/assets/105271} + House of 1000 Corpses: + template: {name: Collection, collection: 105625, poster: https://theposterdb.com/api/assets/109245} + House of the Dead: + template: {name: Collection, collection: 117927, poster: https://www.themoviedb.org/t/p/original/jZiLJV1yUez60J361t8fN2zDMEu.jpg} + House on Haunted Hill: + template: {name: Collection, collection: 248339, poster: https://theposterdb.com/api/assets/109380} + The Howling: + template: {name: Collection, collection: 174218, poster: https://theposterdb.com/api/assets/22381} + How High: + template: {name: Collection, collection: 745296, poster: https://theposterdb.com/api/assets/106506} + How to Train Your Dragon: + template: {name: Collection, collection: 89137, poster: https://theposterdb.com/api/assets/57147} + The Human Centipede: + template: {name: Collection, collection: 96671, poster: https://theposterdb.com/api/assets/153746} + The Hunchback of Notre Dame: + template: {name: Collection, collection: 97456, poster: https://theposterdb.com/api/assets/78825} + The Hunger Games: + template: {name: Collection, collection: 131635, poster: https://theposterdb.com/api/assets/18154} + The Huntsman: + template: {name: Collection, collection: 393379, poster: https://theposterdb.com/api/assets/54033} + I Know What You Did Last Summer: + template: {name: Collection, collection: 3601, poster: https://theposterdb.com/api/assets/215096} + I Spit on Your Grave: + template: {name: Collection, collection: 219691, poster: https://theposterdb.com/api/assets/8280} + Ice Age: + template: {name: Collection, collection: 8354, movie: "79218, 717095, 387893", poster: https://theposterdb.com/api/assets/19083} + IMAX Collection: + template: {name: Collection, poster: https://theposterdb.com/api/assets/140716} + trakt_list_details: https://trakt.tv/users/siskourso/lists/imax-movies + The Incredibles: + template: {name: Collection, collection: 468222, poster: https://theposterdb.com/api/assets/28557} + In Search of Darkness: + template: {name: Collection, collection: 797016, poster: https://theposterdb.com/api/assets/215103} + Independence Day: + template: {name: Collection, collection: 304378, poster: https://theposterdb.com/api/assets/68632} + Indiana Jones: + template: {name: Collection, collection: 84, poster: https://theposterdb.com/api/assets/12872} + Inside Man: + template: {name: Collection, collection: 631194, poster: https://theposterdb.com/api/assets/153102} + Insidious: + template: {name: Collection, collection: 228446, poster: https://theposterdb.com/api/assets/44803} + The Invisible Man: + template: {name: Collection, collection: 259401, poster: https://theposterdb.com/api/assets/80772} + Ip Man: + template: {name: Collection, collection: 70068, movie: "658009, 643413, 450001, 751391, 44249, 182127, 44865", poster: https://theposterdb.com/api/assets/52647} + collection_order: alpha + Iron Man: + template: {name: Collection, collection: 131292, poster: https://theposterdb.com/api/assets/4817} + Iron Sky: + template: {name: Collection, collection: 312977, poster: https://theposterdb.com/api/assets/66981} + It: + template: {name: Collection, collection: 477962, poster: https://theposterdb.com/api/assets/19249} + Jackass: + template: {name: Collection, collection: 17178, movie: "208134, 273641, 828853", poster: https://theposterdb.com/api/assets/222353} + Jack Reacher: + template: {name: Collection, collection: 403374, poster: https://theposterdb.com/api/assets/150373} + Jack Ryan: + template: {name: Collection, collection: 192492, movie: "4614, 137094", poster: https://theposterdb.com/api/assets/150531} + Jack in the Box: + template: {name: Collection, collection: 916357, poster: https://theposterdb.com/api/assets/221604} + James Bond: + template: {name: Collection, collection: 645, poster: https://theposterdb.com/api/assets/126240} + Jarhead: + template: {name: Collection, collection: 285564, poster: https://theposterdb.com/api/assets/80443} + Jaws: + template: {name: Collection, collection: 2366, poster: https://theposterdb.com/api/assets/8288} + Jay and Silent Bob: + template: {name: Collection, collection: 726870, poster: https://theposterdb.com/api/assets/97420} + Jeepers Creepers: + template: {name: Collection, collection: 94899, poster: https://theposterdb.com/api/assets/44581} + Jingle All the Way: + template: {name: Collection, collection: 307637, poster: https://theposterdb.com/api/assets/17412} + Joe Dirt: + template: {name: Collection, collection: 353325, poster: https://theposterdb.com/api/assets/215561} + John Wick: + template: {name: Collection, collection: 404609, poster: https://theposterdb.com/api/assets/13285} + Johnny Tsunami: + template: {name: Collection, collection: 394316, poster: https://image.tmdb.org/t/p/original//1VPrZNk1drpXvggiyBUoMaOpv3Z.jpg} + Journey: + template: {name: Collection, collection: 605516, poster: https://theposterdb.com/api/assets/172436} + Ju-on: + template: {name: Collection, collection: 1972, poster: https://theposterdb.com/api/assets/12189} + Jumanji: + template: {name: Collection, collection: 495527, poster: https://theposterdb.com/api/assets/54112} + Jump Street: + template: {name: Collection, collection: 212562, poster: https://theposterdb.com/api/assets/22121} + The Jungle Book: + template: {name: Collection, collection: 97459, poster: https://theposterdb.com/api/assets/44926} + Jurassic Park: + template: {name: Collection, collection: 328, movie: 630322, poster: https://theposterdb.com/api/assets/13234} + Justice League (Animated): + template: {name: Collection, collection: 256287, poster: https://theposterdb.com/api/assets/70784} + The Karate Kid: + template: {name: Collection, collection: 8580, movie: 38575, poster: https://theposterdb.com/api/assets/2563} + Kick-Ass: + template: {name: Collection, collection: 179892, poster: https://theposterdb.com/api/assets/9885} + Kill Bill: + template: {name: Collection, collection: 2883, poster: https://theposterdb.com/api/assets/40153} + Killer Tomatoes!: + template: {name: Collection, collection: 47983, poster: https://www.themoviedb.org/t/p/original/fjqyreSW9QihgkFh4PHbcRBS7AC.jpg} + Kingsman: + template: {name: Collection, collection: 391860, poster: https://theposterdb.com/api/assets/6651} + The Krays: + template: {name: Collection, collection: 390774, poster: https://theposterdb.com/api/assets/173529} + Kung Fu Panda: + template: {name: Collection, collection: 77816, poster: https://theposterdb.com/api/assets/112270} + Lady and the Tramp: + template: {name: Collection, collection: 97460, poster: https://theposterdb.com/api/assets/44948} + Lake Placid: + template: {name: Collection, collection: 97768, poster: https://theposterdb.com/api/assets/73811} + The Land Before Time: + template: {name: Collection, collection: 19163, poster: https://theposterdb.com/api/assets/105457} + The Last Exorcism: + template: {name: Collection, collection: 177675, poster: https://theposterdb.com/api/assets/45656} + The Last House on the Left: + template: {name: Collection, collection: 629830, poster: https://www.themoviedb.org/t/p/original/f3A9w7Gf3bnWULpyraRQtdEOTwz.jpg} + The Lawnmower Man: + template: {name: Collection, collection: 124935, poster: https://theposterdb.com/api/assets/68860} + Legally Blonde: + template: {name: Collection, collection: 86024, poster: https://theposterdb.com/api/assets/14286} + LEGO DC Comics Super Heroes: + template: {name: Collection, collection: 386162, poster: https://theposterdb.com/api/assets/146044} + The Lego Movie: + template: {name: Collection, collection: 325470, poster: https://theposterdb.com/api/assets/46059} + Lego Star Wars: + template: {name: Collection, collection: 302331, poster: https://theposterdb.com/api/assets/111408} + Leprechaun: + template: {name: Collection, collection: 19285, poster: https://theposterdb.com/api/assets/8305} + Lethal Weapon: + template: {name: Collection, collection: 945, poster: https://theposterdb.com/api/assets/82654} + Lilo & Stitch: + template: {name: Collection, collection: 97461, poster: https://theposterdb.com/api/assets/48065} + The Lion King: + template: {name: Collection, collection: 94032, poster: https://theposterdb.com/api/assets/82630} + The Little Mermaid: + template: {name: Collection, collection: 33085, poster: https://theposterdb.com/api/assets/46804} + Living Dead: + template: {name: Collection, collection: 261590, movie: "13025, 29426", poster: https://theposterdb.com/api/assets/60043} + Lone Wolf and Cub: + template: {name: Collection, collection: 102128, poster: https://theposterdb.com/api/assets/96643} + Look Who's Talking: + template: {name: Collection, collection: 9521, poster: https://theposterdb.com/api/assets/134201} + The Lord of the Rings: + template: {name: Collection, collection: 119, poster: https://theposterdb.com/api/assets/11554} + The Lord of the Rings (Animated): + template: {name: Collection, collection: 141290, poster: https://theposterdb.com/api/assets/201917} + Lost Boys: + template: {name: Collection, collection: 109076, poster: https://theposterdb.com/api/assets/20051} + Mad Max: + template: {name: Collection, collection: 8945, poster: https://theposterdb.com/api/assets/134425} + Madagascar: + template: {name: Collection, collection: 14740, movie: "161143, 25472, 270946", poster: https://theposterdb.com/api/assets/931} + Major League: + template: {name: Collection, collection: 97771, poster: https://theposterdb.com/api/assets/26596} + Maleficent: + template: {name: Collection, collection: 531331, poster: https://theposterdb.com/api/assets/48301} + Mall Cop: + template: {name: Collection, collection: 328372, poster: https://theposterdb.com/api/assets/65444} + Marvel One-Shot: + template: {name: Collection, movie: "211387, 76122, 119569, 253980, 505945, 758025, 413279, 441829, 76535", poster: https://theposterdb.com/api/assets/153891} + The Man with No Name: + template: {name: Collection} + imdb_list: https://www.imdb.com/list/ls023916334/ + url_poster: https://theposterdb.com/api/assets/54596 + summary: An Italian film series consisting of three Spaghetti Western films directed by Sergio Leone. The films are titled A Fistful of Dollars (1964), For a Few Dollars More (1965) and The Good, the Bad and the Ugly (1966). The series has become known for establishing the Spaghetti Western genre, and inspiring the creation of many more Spaghetti Western films. The three films are consistently listed among the best rated Western films in history. + Marvel Rising: + template: {name: Collection, collection: 627234, poster: https://theposterdb.com/api/assets/172296} + Man of Steel: + template: {name: Collection, collection: 209131, poster: https://theposterdb.com/api/assets/76476} + Maniac Cop: + template: {name: Collection, collection: 254636, poster: https://theposterdb.com/api/assets/91214} + Mary Poppins: + template: {name: Collection, collection: 527439, poster: https://theposterdb.com/api/assets/2631} + The Marine: + template: {name: Collection, collection: 166373, poster: https://theposterdb.com/api/assets/58786} + The Mask: + template: {name: Collection, collection: 43072, poster: https://theposterdb.com/api/assets/18359} + The Matrix: + template: {name: Collection, collection: 2344, poster: https://theposterdb.com/api/assets/65273} + The Maze Runner: + template: {name: Collection, collection: 295130, poster: https://theposterdb.com/api/assets/174} + Mean Girls: + template: {name: Collection, collection: 99606, poster: https://theposterdb.com/api/assets/48319} + Mechanic: + template: {name: Collection, collection: 280504, movie: 19403, poster: https://theposterdb.com/api/assets/58923} + Meet the Parents: + template: {name: Collection, collection: 51509, poster: https://theposterdb.com/api/assets/35566} + Men In Black: + template: {name: Collection, collection: 86055, movie: 479455, poster: https://theposterdb.com/api/assets/103970} + The Messengers: + template: {name: Collection, collection: 164395, poster: https://theposterdb.com/api/assets/98045} + The Mighty Ducks: + template: {name: Collection, collection: 10709, poster: https://theposterdb.com/api/assets/107223} + Middle Earth: + template: {name: Collection, collection: "121938, 119", poster: https://theposterdb.com/api/assets/12360} + Mimic: + template: {name: Collection, collection: 10721, poster: https://theposterdb.com/api/assets/216976} + Mirrors: + template: {name: Collection, collection: 105324, poster: https://theposterdb.com/api/assets/83378} + Missing in Action: + template: {name: Collection, collection: 46512, poster: https://theposterdb.com/api/assets/167681} + "Mission: Impossible": + template: {name: Collection, collection: 87359, poster: https://theposterdb.com/api/assets/2705} + name_mapping: Mission Impossible + Molly Hartley: + template: {name: Collection, collection: 518876, poster: https://www.themoviedb.org/t/p/original/ikZ6EBNfXGDL0EcmH63oaIaTepI.jpg} + Monsters, Inc.: + template: {name: Collection, collection: 137696, poster: https://theposterdb.com/api/assets/161790} + Monty Python: + template: {name: Collection} + imdb_list: https://www.imdb.com/list/ls072012494/ + url_poster: https://theposterdb.com/api/assets/148489 + summary: Monty Python is a British surreal comedy troupe who created sketch comedy television shows and movies + Mortal Kombat: + template: {name: Collection, collection: 9818, movie: "664767, 460465", poster: https://theposterdb.com/api/assets/6106} + Mothra: + template: {name: Collection, collection: 171732, movie: 39410, poster: https://image.tmdb.org/t/p/original//f0GuA4MVC0yd4xugeHw0g9kLnN3.jpg} + Mulan: + template: {name: Collection, collection: 87236, poster: https://theposterdb.com/api/assets/46221} + The Millennium Trilogy: + template: {name: Collection, collection: 24761, poster: https://theposterdb.com/api/assets/152583} + The Mummy (Universal): + template: {name: Collection, collection: 221544, poster: https://theposterdb.com/api/assets/80761} + The Mummy: + template: {name: Collection, collection: 1733, poster: https://theposterdb.com/api/assets/69966} + The Muppets: + template: {name: Collection, collection: 256377, poster: https://theposterdb.com/api/assets/13696} + Naked Gun: + template: {name: Collection, collection: 37139, poster: https://theposterdb.com/api/assets/100010} + National Lampoon's Vacation: + template: {name: Collection, collection: 108693, movie: "11155, 296099", poster: https://theposterdb.com/api/assets/999} + National Treasure: + template: {name: Collection, collection: 52984, poster: https://theposterdb.com/api/assets/71196} + Nativity: + template: {name: Collection, collection: 239595, poster: https://theposterdb.com/api/assets/148363} + Neighbors: + template: {name: Collection, collection: 400700, poster: https://theposterdb.com/api/assets/92862} + Never Back Down: + template: {name: Collection, collection: 96676, poster: https://theposterdb.com/api/assets/83312} + The Neverending Story: + template: {name: Collection, collection: 91430, poster: https://theposterdb.com/api/assets/186991} + Night at the Museum: + template: {name: Collection, collection: 85943, poster: https://theposterdb.com/api/assets/83452} + A Nightmare on Elm Street: + template: {name: Collection, collection: 8581, movie: "6466, 23437", poster: https://theposterdb.com/api/assets/115952} + Night of the Demons: + template: {name: Collection, collection: 136218, poster: https://www.themoviedb.org/t/p/original/5GrdNoRI4cHrIlm5XrjinS4HVvm.jpg} + Nobody Sleeps in the Woods Tonight: + template: {name: Collection, collection: 891174, poster: https://theposterdb.com/api/assets/201405} + Now You See Me: + template: {name: Collection, collection: 382685, poster: https://theposterdb.com/api/assets/10165} + Nuke 'Em High: + template: {name: Collection, collection: 263866, poster: https://www.themoviedb.org/t/p/original/eI4x4Sv2C4Et7Be2RCZY7EpNk0H.jpg} + Ocean's: + template: {name: Collection, collection: 304, poster: https://theposterdb.com/api/assets/102581} + The Omen: + template: {name: Collection, collection: 10919, movie: 806, poster: https://theposterdb.com/api/assets/20586} + One Missed Call: + template: {name: Collection, collection: 126580, poster: https://www.themoviedb.org/t/p/original/gzyRPYJz8UEKAhhzEqbDu53RkwY.jpg} + Ong Bak: + template: {name: Collection, collection: 94589, poster: https://theposterdb.com/api/assets/49282} + Open Season: + template: {name: Collection, collection: 66761, poster: https://theposterdb.com/api/assets/174215} + Ouija: + template: {name: Collection, collection: 426103, poster: https://theposterdb.com/api/assets/217698} + Oz: + template: {name: Collection, collection: 627517, movie: "13155, 68728", poster: https://theposterdb.com/api/assets/60207} + Pacific Rim: + template: {name: Collection, collection: 363369, poster: https://theposterdb.com/api/assets/3397} + The Pact: + template: {name: Collection, collection: 292068, poster: https://www.themoviedb.org/t/p/original/lOW30cobRoLwwDNEYKKK4XZBpU0.jpg} + Paddington: + template: {name: Collection, collection: 488924, poster: https://theposterdb.com/api/assets/1231} + Paradise Lost: + template: {name: Collection, collection: 105629, poster: https://www.themoviedb.org/t/p/w1280/lj7rDHdscgcYjYOzGk2WchDcIjz.jpg} + Paranormal Activity: + template: {name: Collection, collection: 41437, movie: 59429, poster: https://theposterdb.com/api/assets/94529} + Percy Jackson: + template: {name: Collection, collection: 179919, poster: https://theposterdb.com/api/assets/52875} + Pet Sematary: + template: {name: Collection, collection: 10789, movie: 157433, poster: https://theposterdb.com/api/assets/107035} + Peter Pan: + template: {name: Collection, collection: 55422, poster: https://theposterdb.com/api/assets/59448} + Phantasm: + template: {name: Collection, collection: 47770, poster: https://theposterdb.com/api/assets/125548} + The Philadelphia Experiment: + template: {name: Collection, collection: 145784, movie: 122293, poster: https://theposterdb.com/api/assets/72126} + Philo & Clyde: + template: {name: Collection, collection: 168182, poster: https://theposterdb.com/api/assets/82309} + Piranha: + template: {name: Collection, collection: 212279, poster: https://theposterdb.com/api/assets/217839} + Pirates of the Caribbean: + template: {name: Collection, collection: 295, poster: https://theposterdb.com/api/assets/49933} + Pitch Perfect: + template: {name: Collection, collection: 306031, poster: https://theposterdb.com/api/assets/51631} + Planes: + template: {name: Collection, collection: 270252, poster: https://theposterdb.com/api/assets/31278} + Planet of the Apes (Original): + template: {name: Collection, collection: 1709, poster: https://theposterdb.com/api/assets/262080} + Planet of the Apes (Reboot): + template: {name: Collection, collection: 173710, poster: https://theposterdb.com/api/assets/262164} + Pocahontas: + template: {name: Collection, collection: 136214, poster: https://theposterdb.com/api/assets/50196} + Poison Ivy: + template: {name: Collection, collection: 48188, poster: https://theposterdb.com/api/assets/15798} + Police Academy: + template: {name: Collection, collection: 9338, poster: https://theposterdb.com/api/assets/217968} + Police Story: + template: {name: Collection, collection: 269098, poster: https://theposterdb.com/api/assets/92122} + Poltergeist: + template: {name: Collection, collection: 10453, poster: https://theposterdb.com/api/assets/800} + Porky's: + template: {name: Collection, collection: 109592, poster: https://theposterdb.com/api/assets/72232} + The Poseidon Adventure: + template: {name: Collection, collection: 372257, poster: https://theposterdb.com/api/assets/233628} + Power Rangers: + template: {name: Collection, collection: 708816, movie: "305470, 306264", poster: https://theposterdb.com/api/assets/13867} + Predator: + template: {name: Collection, collection: 399, poster: https://theposterdb.com/api/assets/43442} + The Princess Diaries: + template: {name: Collection, collection: 107674, poster: https://theposterdb.com/api/assets/51483} + Problem Child: + template: {name: Collection, collection: 180854, poster: https://theposterdb.com/api/assets/42859} + Prom Night: + template: {name: Collection, collection: 123255, poster: https://theposterdb.com/api/assets/84647} + The Prophecy: + template: {name: Collection, collection: 9068, poster: https://theposterdb.com/api/assets/36716} + Psycho Cop: + template: {name: Collection, collection: 465250, poster: https://www.themoviedb.org/t/p/original/gDway3JtGmVvZu88o6LLHHQr596.jpg} + Pulse: + template: {name: Collection, collection: 124188, poster: https://theposterdb.com/api/assets/113923} + Puppet Master: + template: {name: Collection, collection: 107949, poster: https://theposterdb.com/api/assets/8393} + Pumpkinhead: + template: {name: Collection, collection: 123256, poster: https://theposterdb.com/api/assets/87687} + The Punisher: + template: {name: Collection, collection: 635362, movie: "8867, 120605", poster: https://theposterdb.com/api/assets/61653} + The Purge: + template: {name: Collection, collection: 256322, poster: https://theposterdb.com/api/assets/8515} + Quarantine: + template: {name: Collection, collection: 123932, poster: https://theposterdb.com/api/assets/65658} + The Raid: + template: {name: Collection, collection: 257960, poster: https://theposterdb.com/api/assets/23698} + Rambo: + template: {name: Collection, collection: 5039, poster: https://theposterdb.com/api/assets/2611} + Re-Animator: + template: {name: Collection, collection: 98036, poster: https://theposterdb.com/api/assets/22282} + "[REC]": + template: {name: Collection, collection: 74508, poster: https://theposterdb.com/api/assets/25197} + RED: + template: {name: Collection, collection: 163902, poster: https://theposterdb.com/api/assets/7154} + Red Cliff: + template: {name: Collection, collection: 96677, poster: https://theposterdb.com/api/assets/93008} + Red Scorpion: + template: {name: Collection, collection: 514978, poster: https://www.themoviedb.org/t/p/original/bc1DhfQdFiHFT4mmdHQR5XejPei.jpg} + The Rescuers: + template: {name: Collection, collection: 57971, poster: https://theposterdb.com/api/assets/129502} + Resident Evil: + template: {name: Collection, collection: 17255, poster: https://theposterdb.com/api/assets/11303} + "Resident Evil: Biohazard": + template: {name: Collection, collection: 133352, poster: https://theposterdb.com/api/assets/95488} + name_mapping: Resident Evil Biohazard + Return of the Living Dead: + template: {name: Collection, collection: 101471, poster: https://theposterdb.com/api/assets/9285} + Revenge of the Nerds: + template: {name: Collection, collection: 48190, poster: https://theposterdb.com/api/assets/167646} + Ride Along: + template: {name: Collection, collection: 376650, poster: https://theposterdb.com/api/assets/19299} + The Ring: + template: {name: Collection, collection: 14563, poster: https://theposterdb.com/api/assets/5444} + Ringu: + template: {name: Collection, collection: 93369, poster: https://theposterdb.com/api/assets/7676} + Rio: + template: {name: Collection, collection: 229932, poster: https://theposterdb.com/api/assets/85957} + Road House: + template: {name: Collection, collection: 224976, poster: https://theposterdb.com/api/assets/219045} + Road Trip: + template: {name: Collection, collection: 96679, poster: https://theposterdb.com/api/assets/97423} + Robert Langdon: + template: {name: Collection, collection: 115776, poster: https://theposterdb.com/api/assets/841} + The Rocky Horror Picture Show: + template: {name: Collection, collection: 694606, poster: https://theposterdb.com/api/assets/143617} + RoboCop: + template: {name: Collection, collection: 5547, poster: https://theposterdb.com/api/assets/75745} + Rocky: + template: {name: Collection, collection: 1575, poster: https://theposterdb.com/api/assets/40086} + Rugrats: + template: {name: Collection, collection: 57129, poster: https://theposterdb.com/api/assets/115070} + Rurouni Kenshin: + template: {name: Collection, collection: 247028, poster: https://theposterdb.com/api/assets/166493} + Rush Hour: + template: {name: Collection, collection: 90863, poster: https://theposterdb.com/api/assets/13266} + S.W.A.T.: + template: {name: Collection, collection: 221111, poster: https://theposterdb.com/api/assets/46442} + The Sandlot: + template: {name: Collection, collection: 87214, poster: https://theposterdb.com/api/assets/79087} + Sanjuro: + template: {name: Collection, collection: 627389, poster: https://theposterdb.com/api/assets/64830} + The Santa Clause: + template: {name: Collection, collection: 53159, poster: https://theposterdb.com/api/assets/130697} + Santa Paws: + template: {name: Collection, collection: 469648, poster: https://theposterdb.com/api/assets/96434} + Saturday Night Fever: + template: {name: Collection, collection: 288280, poster: https://theposterdb.com/api/assets/75807} + Saw: + template: {name: Collection, collection: 656, movie: 602734, poster: https://theposterdb.com/api/assets/155363} + Scanners: + template: {name: Collection, collection: 88574, poster: https://theposterdb.com/api/assets/102046} + Scary Movie: + template: {name: Collection, collection: 4246, poster: https://theposterdb.com/api/assets/993} + The Scorpion King: + template: {name: Collection, collection: 116669, poster: https://theposterdb.com/api/assets/90469} + Scream: + template: {name: Collection, collection: 2602, poster: https://theposterdb.com/api/assets/804} + The Secret Life of Pets: + template: {name: Collection, collection: 427084, poster: https://theposterdb.com/api/assets/65774} + See No Evil: + template: {name: Collection, collection: 296872, poster: https://theposterdb.com/api/assets/219169} + The Shadow: + template: {name: Collection, collection: 105075, poster: https://theposterdb.com/api/assets/199512} + Shaft: + template: {name: Collection, collection: "495, 608103", poster: https://theposterdb.com/api/assets/60768} + Shanghai Noon: + template: {name: Collection, collection: 59567,poster: https://theposterdb.com/api/assets/106517} + Sharknado: + template: {name: Collection, collection: 286023, poster: https://theposterdb.com/api/assets/9124} + Shazam!: + template: {name: Collection, collection: 724848, poster: https://theposterdb.com/api/assets/206378} + Sherlock Holmes: + template: {name: Collection, collection: 102322, poster: https://theposterdb.com/api/assets/2623} + The Shining: + template: {name: Collection, collection: 530064, poster: https://theposterdb.com/api/assets/81432} + Short Circuit: + template: {name: Collection, collection: 86347, poster: https://theposterdb.com/api/assets/142704} + Shrek: + template: {name: Collection, collection: 2150, poster: https://theposterdb.com/api/assets/6997} + Sicario: + template: {name: Collection, collection: 496796, poster: https://theposterdb.com/api/assets/46625} + Silent Hill: + template: {name: Collection, collection: 64748, poster: https://theposterdb.com/api/assets/11690} + Silent Night, Deadly Night: + template: {name: Collection, collection: 256296, poster: https://theposterdb.com/api/assets/115260} + Sinbad: + template: {name: Collection, collection: 321063, poster: https://theposterdb.com/api/assets/2311} + Sin City: + template: {name: Collection, collection: 135179, poster: https://theposterdb.com/api/assets/56199} + Single White Female: + template: {name: Collection, collection: 338282, poster: https://theposterdb.com/api/assets/166000} + Sinister: + template: {name: Collection, collection: 357173, poster: https://theposterdb.com/api/assets/8443} + Sister Act: + template: {name: Collection, collection: 103573, poster: https://theposterdb.com/api/assets/117355} + Skyline: + template: {name: Collection, collection: 484312, poster: https://theposterdb.com/api/assets/110094} + Slap Shot: + template: {name: Collection, collection: 261526, poster: https://theposterdb.com/api/assets/98032} + SLC Punk: + template: {name: Collection, collection: 592064, poster: https://theposterdb.com/api/assets/75402} + Sleepaway Camp: + template: {name: Collection, collection: 47391, poster: https://theposterdb.com/api/assets/89062} + Slime City: + template: {name: Collection, collection: 425280, poster: https://www.themoviedb.org/t/p/original/8clL5NLfOXFgQzHApmy1Z7tCHv1.jpg} + The Slumber Party Massacre: + template: {name: Collection, collection: 138971, poster: https://theposterdb.com/api/assets/164696} + Smokin' Aces: + template: {name: Collection, collection: 96680, poster: https://theposterdb.com/api/assets/105660} + The Smurfs: + template: {name: Collection, collection: 134897, poster: https://theposterdb.com/api/assets/59207} + Sniper: + template: {name: Collection, collection: 14246, poster: https://theposterdb.com/api/assets/166384} + Sometimes They Come Back: + template: {name: Collection, collection: 168545, poster: https://theposterdb.com/api/assets/155148} + Son of Batman: + template: {name: Collection, collection: 334996, poster: https://theposterdb.com/api/assets/70767} + The Sorority House Massacre: + template: {name: Collection, collection: 138974, poster: https://www.themoviedb.org/t/p/original/6FMJfwo42kPtb7WzcggxPYxP58P.jpg} + The Space Odyssey: + template: {name: Collection, collection: 4438, poster: https://theposterdb.com/api/assets/21635} + Species: + template: {name: Collection, collection: 9887, poster: https://theposterdb.com/api/assets/6939} + Speed: + template: {name: Collection, collection: 43064, poster: https://theposterdb.com/api/assets/76070} + Spider-Man (Avengers): + template: {name: Collection, collection: 531241, poster: https://theposterdb.com/api/assets/4813} + Spider-Man (Original): + template: {name: Collection, collection: 556, poster: https://theposterdb.com/api/assets/107424} + Spider-Man (Spider-Verse): + template: {name: Collection, collection: 573436, poster: https://theposterdb.com/api/assets/224707} + Spy Kids: + template: {name: Collection, collection: 86486, poster: https://theposterdb.com/api/assets/20655} + Stakeout: + template: {name: Collection, collection: 162028, poster: https://theposterdb.com/api/assets/76367} + Stargate: + template: {name: Collection, collection: 44215, movie: 2164, poster: https://theposterdb.com/api/assets/72549} + Starship Troopers: + template: {name: Collection, collection: 10522, poster: https://theposterdb.com/api/assets/5525} + "Star Trek: Complete Collection": + template: {name: Collection, collection: "115575, 115570, 151", poster: https://theposterdb.com/api/assets/146184} + "Star Trek: Alternate Reality": + template: {name: Collection, collection: 115575, poster: https://theposterdb.com/api/assets/146213} + name_mapping: Star Trek Alternate Reality + "Star Trek: The Next Generation": + template: {name: Collection, collection: 115570, poster: https://theposterdb.com/api/assets/146211} + name_mapping: Star Trek The Next Generation + "Star Trek: The Original Series": + template: {name: Collection, collection: 151, poster: https://theposterdb.com/api/assets/146208} + name_mapping: Star Trek The Original Series + "Star Wars: Skywalker Saga": + template: {name: Collection, collection: 10, poster: https://theposterdb.com/api/assets/28741} + name_mapping: Star Wars Skywalker Saga + "Star Wars: The Complete Collection": + template: {name: Collection, collection: 10, movie: "348350, 330459", poster: https://theposterdb.com/api/assets/39679} + summary: "The Complete Saga Of Star Wars" + Step Up: + template: {name: Collection, collection: 86092, poster: https://theposterdb.com/api/assets/20867} + The Stepfather: + template: {name: Collection, collection: 138706, poster: https://theposterdb.com/api/assets/113065} + The Sting: + template: {name: Collection, collection: 330605, poster: https://theposterdb.com/api/assets/76364} + Stir of Echoes: + template: {name: Collection, collection: 143757, poster: https://theposterdb.com/api/assets/219770} + The Strangers: + template: {name: Collection, collection: 487765, poster: https://theposterdb.com/api/assets/8551} + Street Fighter: + template: {name: Collection, collection: 190435, movie: "687354, 11667", poster: https://theposterdb.com/api/assets/186979} + Stuart Little: + template: {name: Collection, collection: 99727, poster: https://theposterdb.com/api/assets/94628} + The Substitute: + template: {name: Collection, collection: 143766, poster: https://theposterdb.com/api/assets/219959} + Suicide Squad: + template: {name: Collection, collection: 531242, poster: https://theposterdb.com/api/assets/140747} + Super Troopers: + template: {name: Collection, collection: 449462, poster: https://theposterdb.com/api/assets/36802} + Superman (Original): + template: {name: Collection, collection: 8537, poster: https://theposterdb.com/api/assets/76661} + Surf's Up: + template: {name: Collection, collection: 436295, poster: https://theposterdb.com/api/assets/154} + Swamp Thing: + template: {name: Collection, collection: 87228, poster: https://theposterdb.com/api/assets/146878} + Taken: + template: {name: Collection, collection: 135483, poster: https://theposterdb.com/api/assets/112816} + Tales From the Crypt: + template: {name: Collection, collection: 115142, movie: "38939, 53868", poster: https://theposterdb.com/api/assets/46350} + Tales From the Hood: + template: {name: Collection, collection: 551890, poster: https://theposterdb.com/api/assets/117396} + Tarzan: + template: {name: Collection, collection: 106768, poster: https://theposterdb.com/api/assets/56439} + Ted: + template: {name: Collection, collection: 266672, poster: https://theposterdb.com/api/assets/66434} + Teenage Mutant Ninja Turtles: + template: {name: Collection, collection: 1582, poster: https://theposterdb.com/api/assets/4621} + Teenage Mutant Ninja Turtles (Remake): + template: {name: Collection, collection: 401562, poster: https://theposterdb.com/api/assets/60981} + Tekken: + template: {name: Collection, collection: 294172, poster: https://theposterdb.com/api/assets/58707} + The Terminator: + template: {name: Collection, collection: 528, poster: https://theposterdb.com/api/assets/42442} + Tenchi Muyo: + template: {name: Collection, collection: 199141, poster: https://image.tmdb.org/t/p/original//kLpffqU5WxiqZTd45WQCj0cSBso.jpg} + Tetsuo: + template: {name: Collection, collection: 182923, poster: https://theposterdb.com/api/assets/65254} + Texas Chainsaw Massacre: + template: {name: Collection, collection: 111751, poster: https://theposterdb.com/api/assets/27153} + Texas Chainsaw Massacre (Reboot): + template: {name: Collection, collection: 425175, poster: https://theposterdb.com/api/assets/110133} + Thor: + template: {name: Collection, collection: 131296, poster: https://theposterdb.com/api/assets/4819} + The Three Mothers: + template: {name: Collection, collection: 868672, poster: https://www.themoviedb.org/t/p/original/8i0s5eiDdCWiAnMfiTchEmPATlc.jpg} + The Thing: + template: {name: Collection, collection: 479888, poster: https://theposterdb.com/api/assets/17180} + Time Cop: + template: {name: Collection, collection: 170452, poster: https://theposterdb.com/api/assets/77222} + Tomb Raider: + template: {name: Collection, collection: "2467, 621142", poster: https://theposterdb.com/api/assets/73151} + The Tomorrow War: + template: {name: Collection, collection: 848922, poster: https://www.themoviedb.org/t/p/original/3YylRW8holkhX6IkOUxAy93DWWs.jpg} + Top Gun: + template: {name: Collection, collection: 531330, poster: https://theposterdb.com/api/assets/235879} + The Toxic Avenger: + template: {name: Collection, collection: 32135, poster: https://theposterdb.com/api/assets/25685} + Toy Story: + template: {name: Collection, collection: 10194, movie: 130925, poster: https://theposterdb.com/api/assets/17798} + Trainspotting: + template: {name: Collection, collection: 424202, poster: https://theposterdb.com/api/assets/77312} + Train to Busan: + template: {name: Collection, collection: 619537, movie: 389868, poster: https://theposterdb.com/api/assets/82793} + Transformers: + template: {name: Collection, collection: 8650, poster: https://theposterdb.com/api/assets/13251} + The Transporter: + template: {name: Collection, collection: 9518, poster: https://theposterdb.com/api/assets/795} + Trekkies: + template: {name: Collection, collection: 509686, poster: https://www.themoviedb.org/t/p/original/7q9sj7ZvIeNZPP7b4IxVYTdFNvN.jpg} + Tremors: + template: {name: Collection, collection: 91799, poster: https://theposterdb.com/api/assets/73821} + Trolls: + template: {name: Collection, collection: 489724, poster: https://theposterdb.com/api/assets/61566} + TRON: + template: {name: Collection, collection: 63043, movie: 73362, poster: https://theposterdb.com/api/assets/84596} + Turbulence: + template: {name: Collection, collection: 166379, poster: https://theposterdb.com/api/assets/167879} + Unbreakable: + template: {name: Collection} + imdb_list: https://www.imdb.com/list/ls022101006/ + url_poster: https://theposterdb.com/api/assets/56425 + summary: The Unbreakable trilogy, officially known as the Eastrail 177 Trilogy, is an American superhero thriller and psychological horror film series. The films were written, produced, and directed by M. Night Shyamalan. The trilogy consists of Unbreakable (2000), Split (2016), and Glass (2019). + Under Siege: + template: {name: Collection, collection: 112399, poster: https://theposterdb.com/api/assets/117282} + Underworld: + template: {name: Collection, collection: 2326, poster: https://theposterdb.com/api/assets/65244} + Unfriended: + template: {name: Collection, collection: 506355, poster: https://theposterdb.com/api/assets/107016} + Universal Soldier: + template: {name: Collection, collection: 10713, poster: https://theposterdb.com/api/assets/98127} + Urban Legend: + template: {name: Collection, collection: 52760, poster: https://theposterdb.com/api/assets/221980} + U.S. Marshals: + template: {name: Collection, collection: 721111, poster: https://theposterdb.com/api/assets/77409} + V/H/S: + template: {name: Collection, collection: 207621, poster: https://theposterdb.com/api/assets/103361} + Vacancy: + template: {name: Collection, collection: 86112, poster: https://theposterdb.com/api/assets/100918} + The Vampire Chronicles: + template: {name: Collection, collection: 217704, poster: https://theposterdb.com/api/assets/99737} + Vampire Hunter D: + template: {name: Collection, collection: 122952, poster: https://theposterdb.com/api/assets/157589} + Vampires: + template: {name: Collection, collection: 348843, poster: https://theposterdb.com/api/assets/179347} + Van Helsing: + template: {name: Collection, collection: 109608, poster: https://www.themoviedb.org/t/p/original/cdQXwnvvbv2ldGCKpA3QAdwsO9l.jpg} + Venom: + template: {name: Collection, collection: 558216, poster: https://theposterdb.com/api/assets/107622} + Veronica: + template: {name: Collection, collection: 955781, poster: https://www.themoviedb.org/t/p/original/1GOxB3RwcxptxYoPR8PM8fdkgUL.jpg} + Violent Shit: + template: {name: Collection, collection: 242275, poster: https://www.themoviedb.org/t/p/original/iuv3FzDyWYLkiTNdvGOZQwx4uJs.jpg} + Waiting: + template: {name: Collection, collection: 93731, poster: https://theposterdb.com/api/assets/12542} + Walking Tall (Reboot): + template: {name: Collection, collection: 299748, poster: https://theposterdb.com/api/assets/96697} + Wall Street: + template: {name: Collection, collection: 52783, poster: https://theposterdb.com/api/assets/82091} + Wallace & Gromit: + template: {name: Collection, collection: 529, poster: https://theposterdb.com/api/assets/167813} + Warlock: + template: {name: Collection, collection: 87536, poster: https://theposterdb.com/api/assets/222639} + Waxwork: + template: {name: Collection, collection: 126220, poster: https://theposterdb.com/api/assets/222645} + Wayne's World: + template: {name: Collection, collection: 8979, poster: https://theposterdb.com/api/assets/68154} + Weekend at Bernie's: + template: {name: Collection, collection: 118221, poster: https://theposterdb.com/api/assets/78727} + Westworld: + template: {name: Collection, collection: 166698, poster: https://theposterdb.com/api/assets/49847} + White Noise: + template: {name: Collection, collection: 102777, poster: https://theposterdb.com/api/assets/33197} + Wishmaster: + template: {name: Collection, collection: 135489, poster: https://theposterdb.com/api/assets/222795} + Witchcraft: + template: {name: Collection, collection: 203029, poster: https://www.themoviedb.org/t/p/original/3SUeRO2MxmCnQmrgMTwe3mbNFi8.jpg} + Wolf Cop: + template: {name: Collection, collection: 533711, poster: https://theposterdb.com/api/assets/185658} + Wolf Creek: + template: {name: Collection, collection: 268098, poster: https://theposterdb.com/api/assets/222872} + The Whole Nine/Ten Yards: + template: {name: Collection, collection: 103577, poster: https://theposterdb.com/api/assets/78748} + The Wolf Man: + template: {name: Collection, collection: 259027, poster: https://theposterdb.com/api/assets/80767} + Wolverine: + template: {name: Collection, collection: 453993, poster: https://theposterdb.com/api/assets/21933} + The Woman in Black: + template: {name: Collection, collection: 315560, poster: https://theposterdb.com/api/assets/34808} + Wonder Woman: + template: {name: Collection, collection: 468552, poster: https://theposterdb.com/api/assets/140748} + The Worricker: + template: {name: Collection, collection: 260601, poster: https://theposterdb.com/api/assets/83544} + Wreck-It Ralph: + template: {name: Collection, collection: 404825, poster: https://theposterdb.com/api/assets/31281} + Wrong Turn: + template: {name: Collection, collection: 52985, poster: https://theposterdb.com/api/assets/163800} + Wyrmwood: + template: {name: Collection, collection: 927812, poster: https://theposterdb.com/api/assets/228716} + X: + template: {name: Collection, collection: 950289, poster: https://theposterdb.com/api/assets/227905} + The X-Files: + template: {name: Collection, collection: 19387, poster: https://theposterdb.com/api/assets/160390} + X-Men: + template: {name: Collection, collection: "748, 453993, 448150", movie: 567604, poster: https://theposterdb.com/api/assets/18380} + xXx: + template: {name: Collection, collection: 52785, poster: https://theposterdb.com/api/assets/5503} + Young Guns: + template: {name: Collection, collection: 9329, poster: https://theposterdb.com/api/assets/153377} + Zapped: + template: {name: Collection, collection: 137766, poster: https://www.themoviedb.org/t/p/original/nXSYb3vJWulFPV3WDrkZNUWNwcl.jpg} + Zombi: + template: {name: Collection, collection: 133923, movie: "65588, 5796", poster: https://theposterdb.com/api/assets/101393} + Zombie Massacre: + template: {name: Collection, collection: 568449, poster: https://theposterdb.com/api/assets/166040} + Zombieland: + template: {name: Collection, collection: 537982, poster: https://theposterdb.com/api/assets/13753} + Zoolander: + template: {name: Collection, collection: 352789, poster: https://theposterdb.com/api/assets/51995} + Zorro: + template: {name: Collection, collection: 1657, poster: https://theposterdb.com/api/assets/27774} diff --git a/SiskoUrso/Movies/Studio.yml b/SiskoUrso/Movies/Studio.yml new file mode 100644 index 0000000..7ceb17f --- /dev/null +++ b/SiskoUrso/Movies/Studio.yml @@ -0,0 +1,126 @@ +###################################################### +# SiskoUrso Studio Collections # +###################################################### + +templates: + Studio: + optional: + - company + tmdb_company: <<company>> + sort_title: +5_<<collection_name>> + sync_mode: sync + smart_label: release.desc + url_poster: <<poster>> + +collections: + 20th Century Studios: + template: {name: Studio, company: "127928, 141821, 25, 1556, 3635, 7485", poster: https://theposterdb.com/api/assets/197590} + summary: For over 80 years, beginning with its founding in 1935 and ending in 2019 (when it was bought out by Walt Disney Studios), 20th Century Fox was one of the then "Big Six" major American film studios. Formerly known as Twentieth Century-Fox Film Corporation, it was formed in 1935 from the merger of the Fox Film Corporation and 20th Century Pictures (while being owned by TCF Holdings) as one of the original Big Five among eight majors of Hollywood's Golden Age. In 1985, the studio was renamed as Twentieth Century Fox Film Corporation (without a hyphen), after being acquired by News Corporation, which was shut down and succeeded by 21st Century Fox in 2013, after spinning off its publishing assets. The acquisition of 21st Century Fox by Disney took place on March 20, 2019, including 20th Century Fox. The studio's current name was adopted on January 17, 2020. + A24: + template: {name: Studio, company: 41077, poster: https://theposterdb.com/api/assets/179136} + summary: A24 is an American independent entertainment company founded on August 20, 2012, by Daniel Katz, David Fenkel, and John Hodges and based in New York City. It specializes in film distribution, and film and television production. + Aardman: + template: {name: Studio, company: 297, poster: https://theposterdb.com/api/assets/26074} + summary: Aardman Animations, Ltd. is a British animation studio based in Bristol, England. Aardman is known for films made using stop-motion clay animation techniques, particularly those featuring Plasticine characters Wallace and Gromit. + Amblin Entertainment: + template: {name: Studio, company: 56, poster: https://theposterdb.com/api/assets/197452} + summary: Amblin Entertainment, Inc., formerly named Amblin Productions and Steven Spielberg Productions, is an American film production company founded by director and producer Steven Spielberg, and film producers Kathleen Kennedy and Frank Marshall in 1981. Its headquarters are located in Bungalow 477 of the Universal Studios backlot in Universal City, California. It distributes all of the films from Amblin Partners under the Amblin Entertainment banner. + Blue Sky: + template: {name: Studio, company: 9383, poster: https://theposterdb.com/api/assets/70086} + summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. + Blumhouse Productions: + template: {name: Studio, company: 3172, poster: https://theposterdb.com/api/assets/70087} + summary: Blumhouse Productions is an American film and television production company founded in 2000 by Jason Blum. It is known mainly for producing horror films. + BRON: + template: {name: Studio, company: 13240, poster: https://theposterdb.com/api/assets/238458} + summary: Bron Studios (stylized as BRON) is a Canadian motion picture company based in British Columbia owned by Bron Media Corporation. Bron's notable productions include Joker, Bombshell, Queen & Slim, Greyhound, Judas and the Black Messiah, The Mule, Henchmen, Roman J. Israel, Esq., Rudderless, Welcome to Me, The Addams Family, The Willoughbys, and Ghostbusters Afterlife. + Castle Rock Entertainment: + template: {name: Studio, company: 97, poster: https://theposterdb.com/api/assets/197423} + summary: Castle Rock Entertainment is an American film and television production company founded in 1987 by Martin Shafer, director Rob Reiner, Andrew Scheinman, Glenn Padnick and Alan Horn. It is a label of the Warner Bros. Pictures Group division of Warner Bros. Entertainment, itself a division of Warner Bros. Discovery. + Columbia Pictures: + template: {name: Studio, company: 5, poster: https://theposterdb.com/api/assets/197588} + summary: Columbia Pictures Industries, Inc. is an American film production studio that is a member of the Sony Pictures Motion Picture Group, a division of Sony Entertainment's Sony Pictures Entertainment, which is one of the Big Five studios and a subsidiary of the multinational conglomerate Sony. n its early years, Columbia was a minor player in Hollywood, but began to grow in the late 1920s, spurred by a successful association with director Frank Capra. With Capra and others such as the most successful two reel comedy series The Three Stooges, Columbia became one of the primary homes of the screwball comedy. In the 1930s, Columbia's major contract stars were Jean Arthur and Cary Grant. In the 1940s, Rita Hayworth became the studio's premier star and propelled their fortunes into the late 1950s. Rosalind Russell, Glenn Ford and William Holden also became major stars at the studio. + DC Extended Universe: + template: {name: Studio, company: 9993, poster: https://theposterdb.com/api/assets/128644} + summary: The DC Extended Universe (DCEU) is an American media franchise and shared universe centered on a series of superhero films and television series produced by DC Films and distributed by Warner Bros. Pictures. It is based on characters that appear in American comic books published by DC Comics. The DCEU also includes comic books, short films, novels, and video games. Much like the original DC Universe in comic books, the DCEU was established by crossing over common plot elements, settings, cast, and characters. + Dimension Films: + template: {name: Studio, company: 7405, poster: https://theposterdb.com/api/assets/197300} + summary: Dimension Films is an American film production company owned by Lantern Entertainment. It was formerly used as Bob and Harvey Weinstein's label within Miramax, which was acquired by The Walt Disney Company on June 30, 1993, to produce and release independent films and genre titles, specifically horror and science fiction films. + DreamWorks: + template: {name: Studio, company: 521, poster: https://theposterdb.com/api/assets/186286} + summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. + Focus Features: + template: {name: Studio, company: 10146, poster: https://theposterdb.com/api/assets/197595} + summary: Focus Features LLC is an American film production and distribution company, owned by Comcast as part of Universal Pictures, a division of its wholly owned subsidiary NBCUniversal. Focus Features distributes independent and foreign films in the United States and internationally. In November 2018, The Hollywood Reporter named Focus Features Distributor of the Year for its success behind the year's breakout documentary film Won't You Be My Neighbor? and Spike Lee's BlacKkKlansman. The studio's most successful film to date is Downton Abbey, which garnered $194.3 million at the worldwide box office. + GAINAX: + template: {name: Studio, company: 3041, poster: https://theposterdb.com/api/assets/198852} + summary: GAINAX Co., Ltd. is a Japanese anime studio famous for productions such as Neon Genesis Evangelion, Royal Space Force, Gunbuster, Nadia The Secret of Blue Water, Kare Kano, FLCL, Magical Shopping Arcade Abenobashi, and Gurren Lagann, which have garnered critical acclaim[1][2] and commercial success. + Illumination Entertainment: + template: {name: Studio, company: 6704, poster: https://theposterdb.com/api/assets/103276} + summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. + Lionsgate: + template: {name: Studio, company: 1632, poster: https://theposterdb.com/api/assets/196029} + summary: Lions Gate Entertainment Corporation, also known as Lionsgate, is a Canadian-American entertainment company. It was formed by Frank Giustra on July 10, 1997, domiciled in Vancouver, British Columbia, Canada and is currently headquartered in Santa Monica, California, United States. In addition to its flagship Lionsgate Films division, the company contains other divisions such as Lionsgate Television and Lionsgate Interactive. It owns a variety of subsidiaries such as Summit Entertainment, Debmar-Mercury, and Starz Inc. + Lucasfilm: + template: {name: Studio, company: 1, poster: https://theposterdb.com/api/assets/206133} + summary: Lucasfilm Ltd. LLC is an American film and television production company that is a subsidiary of Walt Disney Studios, which is a business segment of The Walt Disney Company. The studio is best known for creating and producing the Star Wars and Indiana Jones franchises, as well as its leadership in developing special effects, sound, and computer animation for films. Lucasfilm was founded by filmmaker George Lucas in 1971 in San Rafael, California; most of the company's operations were moved to San Francisco in 2005.[3] Disney acquired Lucasfilm in October 2012 for $2.2 billion in cash and $1.855 billion in stock. + Madhouse: + template: {name: Studio, company: 3464, poster: https://theposterdb.com/api/assets/198858} + summary: Madhouse Inc. is a Japanese animation studio founded in 1972 by ex–Mushi Pro animators, including Masao Maruyama, Osamu Dezaki, Rintaro and Yoshiaki Kawajiri. + Magnolia Pictures: + template: {name: Studio, company: 1030, poster: https://theposterdb.com/api/assets/196026} + summary: Magnolia was formed in 2001 by Bill Banowsky and Eamonn Bowles, and specializes in both foreign and independent films. Magnolia distributes some of its films, especially foreign and genre titles, under the Magnet Releasing arm. In April 2011, Cuban had placed Magnolia up for sale, but stated that he would not sell the company unless the offer was "very, very compelling." One of the recent releases Magnolia distributed is Shoplifters, a Japanese drama that won the 2018 Palme d'Or at the Cannes Film Festival and was nominated for Best Foreign Language Film at the 91st Academy Awards. + Marvel Studios: + template: {name: Studio, company: "420,7505", poster: https://theposterdb.com/api/assets/4742} + summary: Marvel Studios, LLC is an American film and television studio that is a subsidiary of Walt Disney Studios, a division of The Walt Disney Company. Marvel Studios is known for the production of the Marvel Cinematic Universe films, based on characters that appear in Marvel Comics publications. + MGM: + template: {name: Studio, company: 21, poster: https://theposterdb.com/api/assets/196034} + summary: MGM was formed by Marcus Loew by combining Metro Pictures, Goldwyn Pictures, and Louis B. Mayer Pictures into a single company. It hired a number of well known actors as contract players—its slogan was "more stars than there are in heaven"—and soon became one of Hollywood's major film studios, producing popular musical films and winning many Academy Awards. The company also owned film studios, movie lots, movie theaters and technical production facilities. Its most prosperous era, from 1926 to 1959, was bracketed by two productions of Ben Hur. After that, it divested itself of the Loews movie theater chain, and, in the 1960s, diversified into television production. + Monkeypaw Productions: + template: {name: Studio, company: 88934, poster: https://theposterdb.com/api/assets/238462} + summary: Monkeypaw Productions is an American production company founded by director and producer Jordan Peele in 2012. The company is known for producing the horror films Get Out and Us. The company is named after the 1902 horror short story "The Monkey's Paw". + NEON: + template: {name: Studio, company: 90733, poster: https://theposterdb.com/api/assets/140344} + summary: Neon is an American film production and distribution company founded in 2017 by CEO Tom Quinn and Tim League, who also was the co-founder of the Alamo Drafthouse Cinema chain. + New Line Cinema: + template: {name: Studio, company: 12, poster: https://theposterdb.com/api/assets/197099} + summary: New Line Cinema is an American film production studio and label of the Warner Bros. Pictures Group, the film division of Warner Bros.. It was founded in 1967 by Robert Shaye as an independent film distribution company; later becoming a film studio. It was acquired by Turner Broadcasting System in 1994; Turner later merged with Time Warner (WarnerMedia from 2018 to 2022, and Warner Bros. Discovery since 2022) in 1996, and New Line was merged with Warner Bros. Pictures in 2008. + Paramount: + template: {name: Studio, company: "4, 9223, 24955, 6548", poster: https://theposterdb.com/api/assets/197109} + summary: Paramount Pictures Corporation is an American film and television production and distribution company and the main namesake subsidiary of Paramount Global (formerly ViacomCBS). It is the fifth oldest film studio in the world, the second oldest film studio in the United States (behind Universal Pictures), and the sole member of the "Big Five" film studios still located in the city limits of Los Angeles. In 1916, film producer Adolph Zukor put 24 actors and actresses under contract and honored each with a star on the logo. In 1967, the number of stars was reduced to 22 and their hidden meaning was dropped. In 2014, Paramount Pictures became the first major Hollywood studio to distribute all of its films in digital form only. The company's headquarters and studios are located at 5555 Melrose Avenue, Hollywood, California. + Pixar: + template: {name: Studio, company: 3, poster: https://theposterdb.com/api/assets/34750} + summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney Company. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the company's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. + Scott Free Productions: + template: {name: Studio, company: 1645, poster: https://theposterdb.com/api/assets/197002} + summary: Scott Free Productions is a British-American independent film and television production company founded in 1970 by filmmakers and brothers Ridley Scott and Tony Scott. They formed the feature film development company Percy Main Productions in 1980, naming the company after the English village Percy Main, where their father grew up. The company was renamed to Scott Free Productions in 1995. Scott Free has produced films ranging from the 2000 Hollywood blockbuster Gladiator (2000) to "smaller pictures" like Cracks (2009). Between the productions of White Squall (1996) and G.I. Jane (1997), Ridley Scott reorganised the company. + Sony Pictures: + template: {name: Studio, company: "34, 3045, 11073, 5388", poster: https://theposterdb.com/api/assets/197001} + summary: Sony Pictures Entertainment Inc. (commonly known as Sony Pictures or SPE, and formerly known as Columbia Pictures Entertainment, Inc.) is an American diversified multinational mass media and entertainment studio conglomerate that produces, acquires, and distributes filmed entertainment (theatrical motion pictures, television programs, and recorded videos) through multiple platforms. + Sony Pictures Animation: + template: {name: Studio, company: 2251, poster: https://theposterdb.com/api/assets/103279} + summary: Sony Pictures Animation Inc. is an American animation studio owned by Sony Entertainment's Sony Pictures Entertainment through their Motion Picture Group division and founded on May 9, 2002. The studio's films are distributed worldwide by Sony Pictures Releasing under their Columbia Pictures label, while all direct-to-video releases are released by Sony Pictures Home Entertainment. + Studio Ghibli: + template: {name: Studio, company: 10342, poster: https://theposterdb.com/api/assets/32223} + summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. + Touchstone Pictures: + template: {name: Studio, company: 9195, poster: https://theposterdb.com/api/assets/197598} + summary: Touchstone Pictures was an American film distribution label of Walt Disney Studios Motion Pictures, created and owned by The Walt Disney Company. Feature films released under the Touchstone label were produced and financed by The Walt Disney Studios, and featured more mature themes targeted towards adult audiences than typical Disney releases. As such, Touchstone was merely a brand of the studio and did not exist as a distinct business operation. + Universal Pictures: + template: {name: Studio, company: 33, poster: https://theposterdb.com/api/assets/196997} + summary: Founded in 1912 by Carl Laemmle, Mark Dintenfass, Charles O. Baumann, Adam Kessel, Pat Powers, William Swanson, David Horsley, Robert H. Cochrane, and Jules Brulatour, Universal is the oldest surviving film studio in the United States; the world's fifth oldest after Gaumont, Pathé, Titanus, and Nordisk Film; and the oldest member of Hollywood's "Big Five" studios in terms of the overall film market. Its studios are located in Universal City, California, and its corporate offices are located in New York City. In 1962, the studio was acquired by MCA, which was re-launched as NBCUniversal in 2004 + View Askew: + template: {name: Studio, company: 16934, poster: https://theposterdb.com/api/assets/45956} + summary: View Askew Productions is an American film and television production company founded by Kevin Smith and Scott Mosier in 1994. + Warner Animation Group: + template: {name: Studio, company: 25120, poster: https://theposterdb.com/api/assets/103280} + summary: The Warner Animation Group (WAG) is an American animation studio that is the feature animation division of Warner Bros. Entertainment. Established on January 7, 2013, the studio is the successor to the dissolved 2D traditional hand-drawn animation studio Warner Bros. Feature Animation, which shut down in 2003 and the dissolved family film division Warner Bros. Family Entertainment, which shut down in 2009. The entity is also a sister animation studio of the regular animation studio Warner Bros. Animation + Warner Bros. Pictures: + template: {name: Studio, company: 174, poster: https://theposterdb.com/api/assets/197442} + summary: Warner Bros. Pictures is an American film production company of the Warner Bros. Pictures Group division of Warner Bros. (both ultimately owned by Warner Bros. Discovery). The studio is the flagship producer of live-action feature films within the Warner Bros. Pictures Group unit, and is based at the Warner Bros. Studios complex in Burbank, California. Animated films produced the Warner Animation Group are also released under the studio banner. + Walt Disney Animation Studios: + template: {name: Studio, company: 6125, poster: https://theposterdb.com/api/assets/81861} + summary: Walt Disney Animation Studios (WDAS), sometimes shortened to Disney Animation, is an American animation studio that creates animated features and short films for The Walt Disney Company. Founded on October 16, 1923 by brothers Walt Disney and Roy O. Disney, it is one of the oldest-running animation studios in the world. It is currently organized as a division of Walt Disney Studios and is headquartered at the Roy E. Disney Animation Building at the Walt Disney Studios lot in Burbank, California. + Walt Disney Pictures: + template: {name: Studio, company: 1, poster: https://theposterdb.com/api/assets/103271} + summary: Walt Disney Pictures is an American film production studio of The Walt Disney Studios, which is owned by The Walt Disney Company. The studio is the flagship producer of live-action feature films within the Walt Disney Studios unit, and is based at the Walt Disney Studios in Burbank, California. Animated films produced by Walt Disney Animation Studios and Pixar Animation Studios are also released under this brand. Walt Disney Studios Motion Pictures distributes and markets the films produced by Walt Disney Pictures. diff --git a/SiskoUrso/README b/SiskoUrso/README new file mode 100644 index 0000000..51eea22 --- /dev/null +++ b/SiskoUrso/README @@ -0,0 +1,10 @@ +Long time WIP + +Working on large TV metadata with poster for as many shows on every network as possible. + +Movie Collection and metadata is growing as my collection grows as the need for new collections. + +If you see a collection I have not yet added and would like on the list or poster suggestions please ping me on discord. + +Enjoy + diff --git a/SiskoUrso/TV/Charts.yml b/SiskoUrso/TV/Charts.yml new file mode 100644 index 0000000..32b186e --- /dev/null +++ b/SiskoUrso/TV/Charts.yml @@ -0,0 +1,67 @@ +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + smart_label: random + TraktList: + sort_title: +2_<<num>><<collection_name>> + sync_mode: sync + collection_order: custom + item_refresh: true + +collections: + +###################################################### +# Chart Collections # +###################################################### + + Plex Popular: + template: { name: Chart, num: 1 } + tautulli_popular: + list_days: 30 + list_size: 20 + list_buffer: 20 + tautulli_watched: + list_days: 30 + list_size: 20 + list_buffer: 20 + summary: Shows Popular on Plex + url_poster: https://theposterdb.com/api/assets/136359 + Trending: + template: { name: Chart, num: 2 } + trakt_trending: 10 + tmdb_trending_daily: 10 + tmdb_trending_weekly: 10 + summary: Shows Trending across the internet + url_poster: https://theposterdb.com/api/assets/201419 + Popular: + template: { name: Chart, num: 3 } + tmdb_popular: 40 + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries + limit: 40 + summary: Popular Shows across the internet + url_poster: https://theposterdb.com/api/assets/205416 + Top Rated: + template: { name: Chart, num: 4 } + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&num_votes=20000,&sort=user_rating,desc + limit: 100 + tmdb_top_rated: 100 + summary: Top Rated Movies across the internet + url_poster: https://theposterdb.com/api/assets/213605 + Emmy Winners: + template: { name: Chart, num: 5 } + imdb_list: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&groups=emmy_winner + summary: Emmy Winning Shows + url_poster: https://theposterdb.com/api/assets/214681 + TV Picks of the Last Year: + template: { name: TraktList, num: 1 } + trakt_list: https://trakt.tv/users/benmooney/lists/tv-picks-from-the-last-year?sort=random,asc + summary: Top TV Shows which aired in the last 365 days. + schedule: weekly(sunday) + Trending Reality TV: + template: { name: TraktList, num: 2 } + trakt_list: https://trakt.tv/users/benmooney/lists/trending-reality-tv?sort=rank,asc + summary: Currently trending reality TV shows. + url_poster: https://theposterdb.com/api/assets/222218 diff --git a/SiskoUrso/TV/Metadata.yml b/SiskoUrso/TV/Metadata.yml new file mode 100644 index 0000000..22948a8 --- /dev/null +++ b/SiskoUrso/TV/Metadata.yml @@ -0,0 +1,2231 @@ + +###################################################### +# SiskoUrso's Metadata Collection # +###################################################### + +metadata: + +###################################################### +# TV Shows Metadata by Collection # +###################################################### + + # American Horror Story + American Horror Stories: + year: 2021 + url_poster: https://theposterdb.com/api/assets/199227 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/182040 + 2: + url_poster: https://theposterdb.com/api/assets/251664 + + American Horror Story: + year: 2011 + url_poster: https://theposterdb.com/api/assets/43719 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/43720 + summary: Set in 2011, the season follows the Harmons, consisting of wife and mother Vivien (Connie Britton), her psychiatrist husband Ben (Dylan McDermott), and their teenage daughter Violet (Taissa Farmiga), as they move from Boston to Los Angeles to make a fresh start after Vivien has a miscarriage. Soon after the miscarriage and before the move, Ben has an affair with one of his students, which almost tears the family apart. They move into a restored mansion and soon encounter the residence's housekeeper, Moira O'Hara (Frances Conroy and Alexandra Breckenridge), as well as their neighbors—the eccentric Langdon family, consisting of Constance (Jessica Lange) and her daughter Adelaide (Jamie Brewer), who has Down Syndrome. + 2: + url_poster: https://theposterdb.com/api/assets/43721 + summary: Set in 1964, the season follows the patients and staff members of the church-owned mental asylum Briarcliff Manor, located in an undisclosed town in Massachusetts, which was founded to treat and house the criminally insane. Kit Walker (Evan Peters), accused of being a prolific serial killer named "Bloody Face" after the disappearance of his wife Alma (Britne Oldford)—though he claims she was abducted by aliens—is incarcerated at Briarcliff. This piques the interest of ambitious lesbian journalist Lana Winters (Sarah Paulson), who is yearning to find a story for her big break. At Briarcliff, Kit meets the other patients, many of whom claim to be unjustly institutionalized, including microcephalic Pepper (Naomi Grossman), nymphomaniac Shelley (Chloe Sevigny), whose cheating husband hypocritically committed her after finding her in bed with two guys; and the unassuming Grace Bertrand (Lizzie Brocheré) from France. + 3: + url_poster: https://theposterdb.com/api/assets/43722 + summary: Set in 2013, the season follows the dwindling descendants of the witches who survived the Salem witch trials and their struggle to hide their identity in the modern world. Those who share this genetic condition are being subjected to violent attacks from outside forces, such as voodoo practitioners. Zoe Benson (Taissa Farmiga), a young teenager completely unaware of the existence of witches, discovers her identity as a Salem descendant after an accident that causes the death of her boyfriend. She is sent to an all-girls boarding school in New Orleans which aims to protect and house young women who carry this unique bloodline, and keep them from the dangers of the outside world. + 4: + url_poster: https://theposterdb.com/api/assets/43723 + summary: Set in 1952, the season follows a struggling freak show led by Elsa Mars (Jessica Lange) in the sleepy town of Jupiter, Florida. Decades have passed since the public has looked upon freak shows as a form of entertainment, but Elsa dreams of finding a home for her "monsters," as well as for her own fame and fortune. Other members of her troupe include "Lobster Boy" Jimmy Darling (Evan Peters), who dreams of living a normal life, and his mother Ethel (Kathy Bates), a bearded lady who acts as Elsa's second-in-command by maintaining law and order under the tent. A strongman from Ethel's past and Jimmy's biological father Dell Toledo (Michael Chiklis), and his three-breasted wife Desiree Dupree (Angela Bassett), arrive to join the freak show. To drum up business and save her troupe once and for all, Elsa also recruits conjoined twin sisters Bette and Dot Tattler (Sarah Paulson) to perform for her show. + 5: + url_poster: https://theposterdb.com/api/assets/43724 + summary: Set in 2015, the season follows the strange and dangerous happenings that seem to center around the retro Hotel Cortez in downtown Los Angeles, California, initially built as a secret torture chamber to fulfill the violent desires of founder James Patrick March (Evan Peters). Detective John Lowe (Wes Bentley) arrives at the hotel, based on intel from an anonymous tip, to investigate a grisly string of murders, each of which exemplify a sin in violation of one of the Ten Commandments. He has become estranged from his wife Alex (Chloe Sevigny), who has depression, and his daughter Scarlett (Shree Crooks), after the disappearance of their son Holden (Lennon Henry) five years earlier. The hotel is led by March's fashionista widow Elizabeth Johnson (Lady Gaga), also known as the Countess—who was mutated into a vampire by her former lovers, actor Rudolph Valentino (Finn Wittrock) and his wife Natacha Rambova (Alexandra Daddario)—and her current lover Donovan (Matt Bomer). + 6: + url_poster: https://theposterdb.com/api/assets/43725 + summary: Set from 2014 to 2016, the season follows the supernatural events that occur in a renovated farmhouse in North Carolina, which is situated on the land where the Roanoke Colony moved after their infamous 1580s disappearance. In 2015, Shelby Miller (Lily Rabe), her husband Matt (André Holland), along with Matt's sister Lee Harris (Adina Porter) recount their harrowing experience living in the farmhouse a year prior in a popular documentary series titled My Roanoke Nightmare, including their encounters with the violent and vengeful ghosts of the house's previous residents and the Roanoke Colony, the cannibalistic Polk family who live nearby, and the seductive English witch, Scathach (Lady Gaga). + 7: + url_poster: https://theposterdb.com/api/assets/43726 + summary: Set in 2016 and 2017, the fictional town of Brookfield Heights, Michigan, is left divided in the wake of Donald Trump's election as president. Local restaurant owner Ally Mayfair-Richards (Sarah Paulson) is left utterly distraught, along with her wife Ivy (Alison Pill). Despite the help of her psychiatrist, Dr. Rudy Vincent (Cheyenne Jackson), Ally becomes increasingly unstable in the following weeks, as her long-repressed phobias begin to re-emerge, and they begin to affect her relationships with her wife and their son, Oz (Cooper Dodson). Across town, misogynistic alt-righter Kai Anderson (Evan Peters) rejoices at the election results, enticing him to pursue political power by running for city council, led by radical feminist Bebe Babbitt (Frances Conroy) and with the help of his reluctant, liberal sister Winter (Billie Lourd), who the Mayfair-Richards household hire as their nanny. + 8: + url_poster: https://theposterdb.com/api/assets/43727 + summary: Set in the near future, the Antichrist, Michael Langdon (Cody Fern), brings about the apocalypse by instigating nuclear warfare. The chosen survivors of the aftermath, heiress Coco St. Pierre Vanderbilt (Leslie Grossman), her personal assistant Mallory (Billie Lourd), hairstylist Mr. Gallant (Evan Peters), his grandmother Evie (Joan Collins), talk-show host Dinah Stevens (Adina Porter), Stevens' son Andre (Jeffrey Bowyer-Chapman), young adults Timothy Campbell (Kyle Allen) and Emily (Ash Santos), among others, take refuge in a fallout shelter named "Outpost 3", run with an iron fist by Wilhemina Venable (Sarah Paulson) and Miriam Mead (Kathy Bates) along with The Fist (Erika Ervin), a brutish and tall female guard. + 9: + url_poster: https://theposterdb.com/api/assets/43728 + summary: Set in the titular year of 1984, the season follows Brooke Thompson (Emma Roberts) as she travels to a remote, newly reopened summer camp, known as Camp Redwood, to work as a counselor following a terrifying encounter with serial killer Richard Ramirez (Zach Villa). Those traveling with Brooke include preppy Xavier Plympton (Cody Fern), athletic Chet Clancy (Gus Kenworthy), easy-going Ray Powell (DeRon Horton), and spunky Montana Duke (Billie Lourd). Upon arriving at the camp, they encounter its owner, the deeply religious Margaret Booth (Leslie Grossman), who was once a camper there, and who has her own experience surviving a killer. + 10: + url_poster: https://theposterdb.com/api/assets/179458 + summary: In Part 1, titled Red Tide, struggling writer Harry Gardner (Finn Wittrock), his pregnant wife Doris (Lily Rabe), and their daughter Alma (Ryan Kiera Armstrong) move to Provincetown, an isolated beach town in Massachusetts, for the winter for Harry to work in peace without any disturbances. Once they are settled in, the town's true residents begin to make themselves known. In Part 2, titled Death Valley, Kendall Carr (Kaia Gerber), Cal Cambon (Nico Greetham), Troy Lord (Isaac Cole Powell) and Jamie Howard (Rachel Hilson), four college students who are on a camping trip are swept up in a horrifying and deadly extraterrestrial conspiracy that has been developing for decades. + + + # Battlestar Galactica + Battlestar Galactica: + year: 2004 + url_poster: https://theposterdb.com/api/assets/122194 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/122195 + summary: Special episodes for Battlestar Galactica. + 1: + url_poster: https://theposterdb.com/api/assets/122196 + summary: The first season of the reimagined science fiction television series Battlestar Galactica, was commissioned by the Sci-Fi Channel in February 2004. The first episode, "33", was first broadcast in the United Kingdom on October 18, 2004, on Sky1, three months before its premiere in the United States on January 14, 2005 on the Sci-Fi Channel. Sky1 had negotiated first-broadcast rights of season 1 as part of its financial backing terms. The first episode of the series received a Hugo Award and the season's 13 episodes were recognized with a Peabody Award "for pushing the limits of science fiction and making it accessible to all." + 2: + url_poster: https://theposterdb.com/api/assets/122197 + summary: The second season of the reimagined science fiction television series Battlestar Galactica premiered on the Sci-Fi Channel in the United States on July 15, 2005, and concluded on March 10, 2006. The season was split into two parts, each containing 10 episodes. "Season 2.0" aired from July to September 2005, and "Season 2.5" aired from January to March 2006. + 3: + url_poster: https://theposterdb.com/api/assets/122198 + summary: The third season of the reimagined science fiction television series Battlestar Galactica premiered on the Sci-Fi Channel in the United States on October 6, 2006, and concluded on March 25, 2007. Unlike the previous season, it was not split into two parts and did not have an extended hiatus during the middle of the season. The third season contained 20 episodes. + 4: + url_poster: https://theposterdb.com/api/assets/122199 + summary: The fourth and final season of the reimagined science fiction television series Battlestar Galactica premiered on the Sci-Fi Channel in the United States on April 4, 2008, and concluded on March 20, 2009. Similar to the second season, it was split into two parts, each containing 10 episodes. "Season 4.0" aired from April to June 2008 and "Season 4.5" aired from January to March 2009. The fourth season contained 20 episodes, plus the television film Razor. + + Caprica: + year: 2010 + url_poster: https://theposterdb.com/api/assets/122211 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/122212 + summary: Special episodes for Caprica. + 1: + url_poster: https://theposterdb.com/api/assets/122213 + summary: The Twelve Colonies are at peace, 58 years before the rebooted series, when an act of religious fanaticism brings together Joseph Adama, a lawyer with ties to the criminal underworld, and wealthy technologist Daniel Graystone, both of whom lost family members. Grief-stricken by the loss of his daughter and fueled by obsession, Daniel sets out to bring her back, using his considerable wealth and sprawling technology corporation. Offered the chance of his own daughter being restored, Joseph wrestles with the notion until he comes face to face with its reality + + "Battlestar Galactica: Blood & Chrome": + year: 2012 + url_poster: https://theposterdb.com/api/assets/122193 + + # Batman Animated + "Batman: The Animated Series": + url_poster: https://theposterdb.com/api/assets/92218 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/92219 + 1: + url_poster: https://theposterdb.com/api/assets/92220 + 2: + url_poster: https://theposterdb.com/api/assets/92221 + 3: + url_poster: https://theposterdb.com/api/assets/92222 + 4: + url_poster: https://theposterdb.com/api/assets/92223 + The New Batman Adventures: + url_poster: https://theposterdb.com/api/assets/92230 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/92231 + 1: + url_poster: https://theposterdb.com/api/assets/92232 + 2: + url_poster: https://theposterdb.com/api/assets/92233 + + # C.S.I + "CSI: Crime Scene Investigation": + year: 2000 + url_poster: https://theposterdb.com/api/assets/102144 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/102145 + summary: Special episodes from C.S.I Crime Scene Investigation + 1: + url_poster: https://theposterdb.com/api/assets/102146 + summary: It's all change at the Las Vegas Crime Lab following the shooting death of Holly Gribbs ("Pilot"), yet the team still find themselves tasked with solving the bizarre, the brutal, and the impossible. + 2: + url_poster: https://theposterdb.com/api/assets/102147 + summary: The murder of a Police Chief leads Willows and Brown to Miami ("Cross Jurisdictions"), in the second season of CSI. The Las Vegas CSIs investigate another series of gruesome, unprecedented, and unsolvable crime. + 3: + url_poster: https://theposterdb.com/api/assets/102148 + summary: Grissom begins to suffer from hearing loss ("Inside the Box"), as Catherine faces the possibility of losing her daughter ("Lady Heather's Box") during the third season of CSI. Alongside their team, including Sara Sidle, Warrick Brown, Nick Stokes, and Jim Brass, Willows and Grissom. + 4: + url_poster: https://theposterdb.com/api/assets/102149 + summary: Nick accidentally leaks information to a news reporter ("Assume Nothing"), and Catherine tries to discover how a body ended up in a bathtub ("All for Our Country") during the fourth season of CSI. Supervised by Grissom and Willows, the Las Vegas CSIs are tasked with investigating the bizarre, the unlikely, and the unprecedented. + 5: + url_poster: https://theposterdb.com/api/assets/102150 + summary: Greg begins his journey from a lab rat to a field mouse, as the Las Vegas Crime Lab faces a personnel overhaul ("Ch-Ch-Changes"), during the fifth season of CSI. The team's final days together are plagued with more investigations into the insane and the unusual. + 6: + url_poster: https://theposterdb.com/api/assets/102151 + summary: Brass, now partnered with Sofia Curtis, finds himself caught in a shootout that leaves one officer dead, and a Latino community enraged ("A Bullet Runs Through It"), before finding himself critically injured in a hostage standoff ("Bang-Bang"), in the sixth season of CSI. Meanwhile, Grissom and Willows reunite in order to investigate their toughest cases yet. + 7: + url_poster: https://theposterdb.com/api/assets/102152 + summary: Catherine heads to a small town in Nevada ("Leaving Las Vegas") as Grissom and Sara continue their affair ("Living Doll"), in the seventh season of CSI. Supervised by Grissom and Willows, the Las Vegas Crime Scene Investigators face both personal and professional challenges as Grissom says goodbye, and new CSI Michael Keppler joins the team ("Sweet Jane"), as they investigate the bizarre, the brutal, and the unprecedented. + 8: + url_poster: https://theposterdb.com/api/assets/102153 + summary: As the CSIs race to save one of their own ("Dead Doll"), Sara makes a life-changing decision ("Goodbye and Good Luck"), and one investigator falls ("For Gedda"), in the eighth season of CSI. + 9: + url_poster: https://theposterdb.com/api/assets/102154 + summary: As the team grieve for their fallen colleague ("For Warrick"), Grissom makes a life changing decision ("One to Go"), during the ninth season of CSI. + 10: + url_poster: https://theposterdb.com/api/assets/102155 + summary: Riley Adams leaves the CSI team in turmoil, as Catherine's leadership skills are called into question ("Family Affair"), during the 10th season of CSI. The team, including the newly returned Sara Sidle, continue to investigate the gruesome, the premeditated, and the unusual. + 11: + url_poster: https://theposterdb.com/api/assets/102156 + summary: Langston fights for his life ("Shockwaves") as Catherine meets a man from her past ("Pool Shark"), in the eleventh season of CSI. Willows and her team face both personal and professional demons this season, as they investigate cases. + 12: + url_poster: https://theposterdb.com/api/assets/102157 + summary: Catherine and Nick adjust to life working under D.B. Russell, following their demotions, while Morgan Brody joins the CSI team ("73 Seconds"), in the twelfth season of CSI. This season, the team investigate crimes. + 13: + url_poster: https://theposterdb.com/api/assets/102158 + summary: D.B. and Finn hunt for missing Kaitlyn, while Sara convinces Nick to return to the Las Vegas Crime Lab ("Karma to Burn"), in the thirteenth season of CSI. Russell, Finlay and their team are met with the gruesome, the brutal, and the unusual. + 14: + url_poster: https://theposterdb.com/api/assets/102159 + summary: D.B. and Finn lead the hunt for Morgan, while Brody makes a shocking discovery that endangers her own life ("The Devil and D.B. Russell"), in the fourteenth season of CSI. Also this season the team investigate the unusual, the brutal, and the life-changing. + 15: + url_poster: https://theposterdb.com/api/assets/102160 + summary: Finlay finds her car rigged to explode ("The CSI Effect") as Sara and Greg are quarantined ("Bad Blood") in the fifteenth and final season of CSI. As Russell and Finn are forced to embark on a hunt for the elusive Gig Harbor Killer, their team investigates a final series of gruesome and unusual cases. + + "CSI: Miami": + year: 2002 + url_poster: https://theposterdb.com/api/assets/102161 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/102162 + summary: Special episodes for CSI Miami + 1: + url_poster: https://theposterdb.com/api/assets/102163 + summary: The first season of CSI Miami premiered on CBS on September 23, 2002, and ended on May 19, 2003. The show's regular time slot was Mondays at 10:00 pm. The series stars David Caruso, Emily Procter, and Kim Delaney. + 2: + url_poster: https://theposterdb.com/api/assets/102164 + summary: The second season of CSI Miami premiered on CBS on September 22, 2003, and ended May 24, 2004. The series stars David Caruso and Emily Procter. + 3: + url_poster: https://theposterdb.com/api/assets/102165 + summary: Entering their third season, the Miami CSIs continue to work to rid the streets of crime using state-of-the-art scientific techniques and back-to-basics police work. The team suffers a personal loss this season as Tim Speedle is gunned down while investigating a murder/kidnapping. Horatio hires Ryan Wolfe, a patrol officer with Obsessive Compulsive tendencies, to round out their investigative squad. Facing their most explosive season yet, the team investigate piracy, car-jacking, gun-play, homicides involving snakes, and a tsunami. + 4: + url_poster: https://theposterdb.com/api/assets/102166 + summary: With a mole in their midst, Horatio and Calleigh head a team of elite Crime Scene Investigators as they enter their most challenging season yet. Under the roof of a state-of-the-art redesigned crime lab, the dynamic duo investigate a series of crimes including a night-club murder, the death of a pool boy, a cold case rape, and a murder with a double-jeopardy clause, all whilst under the scrutiny of an anonymous mole, and facing a series of cases that threaten the team. + 5: + url_poster: https://theposterdb.com/api/assets/102167 + summary: With Caine and Delko in Brazil, it's up to Duquesne to maintain the department following Natalia's transfer to the MDPD. All of this just in time for them to investigate not only external crimes committed against the general public but also internal issues. As Wolfe accidentally becomes involved in counterfeiting, Duquesne's life is endangered due to her involvement in an investigation surrounding gang warfare. Boa Vista is confronted by her abusive ex-husband again, while Caine and Delko seek to revenge those responsible for the death of Marisol. Tripp comes face to face with death after stepping on a landmine. Ultimately, however, it's Delko, once again, who faces the biggest challenge, as he fights for his life following a gunshot wound to the head. + 6: + url_poster: https://theposterdb.com/api/assets/102168 + summary: As Alexx bids farewell to the team, Horatio and her successor find themselves victims of fatal gun-play; but all is not as it appears during the sixth season of CSI Miami. As Eric fights to regain control of his life, help comes from an unlikely source in the form of deceased Detective Tim Speedle. Horatio faces off with a vengeful private investigator, whilst his undercover past, and his son, come back to haunt him. A body in a sinkhole, internet predators, Horatio's extradition to Brazil, and Calleigh's untimely kidnapping only compound the struggles of Caine, Duquesne, and their elite team of Crime Scene Investigators. + 7: + url_poster: https://theposterdb.com/api/assets/102169 + summary: As Calleigh struggles to hold the team together following Horatio's assassination, Ryan finds himself in the frame for the murder, but are bigger things at play during the seventh season of CSI Miami? Follow Caine, Duquesne, and their team of elite investigators as they tackle burning bodies, bouncing checks, gang trials, conmen, distrust, dishonor, murder in the air, and murder on a reality television show. Also this season, Calleigh finds her life is at risk following her entering a burning building, whilst Eric finds his life is at risk after aiding and abetting his fugitive father, and Tara finds her career is at risk as she begins to struggle with a narcotics addiction. + 8: + url_poster: https://theposterdb.com/api/assets/102170 + summary: It's all change during the eighth season of CSI Miami as the team faces the loss of one of their own and flash back to 1997. Delko departs, joining the State's Attorney as an investigator, forcing him to return to the lab undercover; Calleigh finds herself facing death once again, as the spirit of a victim helps her solve his own homicide; Horatio's ex-girlfriend is killed in an explosion, whilst the crime lab comes under siege from hostage takers. It's ultimately high-tech crime that cripples the team this season, however, as they are methodically taken down by a serial killer they're hunting, with one CSI paying the ultimate price. + 9: + url_poster: https://theposterdb.com/api/assets/102171 + summary: Whilst the team reels from Cardoza's murder, Horatio and Calleigh find themselves battling old foes and new criminals. The CSIs investigate murders at a roller-derby, a high school, a human-hunting club, and a college, whilst Natalia finds herself the victim of not one, but two, kidnappings, and Horatio finds himself the victim of a gunshot wound. An explosion at a sugar refinery, a vampire cult, and a visit from a long-dead relative round out the deadly penultimate season of CSI Miami. + 10: + url_poster: https://theposterdb.com/api/assets/102172 + summary: As Horatio faces a painful recovery from his gunshot wound, Natalia faces an emotional recovery from her near-death experience. Calleigh attempts to adopt two children, whilst Delko and Wolfe are assigned to supervise new CSI Sam Owens, a task that ends up putting Wolfe at risk. A sadistic killer, a Mexican sheriff, an eccentric genius, and a rabid dog are among the killers, witnesses, and victims this season, as the sun goes down on Miami. + + "CSI: NY": + year: 2004 + url_poster: https://theposterdb.com/api/assets/102173 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/102174 + summary: Special episodes for CSI NY + 1: + url_poster: https://theposterdb.com/api/assets/102175 + summary: The first season of CSI NY originally aired on CBS between September 2004 and May 2005. It consisted of 23 episodes. Its regular time slot was Wednesdays at 10pm/9c. + 2: + url_poster: https://theposterdb.com/api/assets/102176 + summary: The second season of CSI NY originally aired on CBS between September 2005 and May 2006. It consisted of 24 episodes. Its regular time slot continued on Wednesdays at 10pm/9c. The season introduced a new regular character, Lindsay Monroe, after regular Aiden Burn was fired. Vanessa Ferlito, who played Burn, wanted to leave the series to pursue her film career. + 3: + url_poster: https://theposterdb.com/api/assets/102177 + summary: The third season of CSI NY originally aired on CBS between September 2006 and May 2007. It consisted of 24 episodes. Its regular time slot continued on Wednesdays at 10pm/9c. + 4: + url_poster: https://theposterdb.com/api/assets/102178 + summary: The fourth season of CSI NY originally aired on CBS between September 2007 and May 2008. It consisted of 21 episodes, only 14 of which were completed before the Writers' Strike. Seven more episodes were made after the strike, and they began airing in April 2008. Its regular time slot continued on Wednesdays at 10pm/9c. + 5: + url_poster: https://theposterdb.com/api/assets/102179 + summary: The fifth season of CSI NY originally aired on CBS between September 2008 and May 2009. It consisted of 25 episodes. Its regular time slot continued on Wednesdays at 10pm/9c. The premiere, "Veritas", concluded the story from the previous season's cliffhanger finale, "Hostage". + 6: + url_poster: https://theposterdb.com/api/assets/102180 + summary: he sixth season of CSI NY originally aired on CBS between September 2009 and May 2010. It consisted of 23 episodes. Its regular time slot continued on Wednesdays at 10pm/9c. The premiere, "Epilogue", concluded the story from the previous season's cliffhanger finale, "Pay Up". + 7: + url_poster: https://theposterdb.com/api/assets/102181 + summary: The seventh season of CSI NY originally aired on CBS between September 2010 and May 2011. It consisted of 22 episodes. Its regular time slot moved to Fridays at 9pm/8c. The premiere, "The 34th Floor", concluded the story from the previous season's cliffhanger finale, "Vacation Getaway". + 8: + url_poster: https://theposterdb.com/api/assets/102182 + summary: The eighth season of CSI NY originally aired on CBS between September 2011 and May 2012. It consisted of 18 episodes. Its regular time slot continued on Fridays at 9pm/8c. + 9: + url_poster: https://theposterdb.com/api/assets/102183 + summary: The ninth and final season of CSI NY originally aired on CBS between September 2012 and February 2013. It is the shortest season of CSI NY, consisting of only 17 episodes. Its regular time slot on Fridays moved to 8pm/7c for the first two episodes, then back to 9pm/8c beginning with the third episode. On May 10, 2013, CBS canceled the show, making it the second series in the CSI franchise to end. + + "CSI: Cyber": + year: 2015 + url_poster: https://theposterdb.com/api/assets/102184 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/102185 + summary: The first season of Cyber follows the work of Mary Aiken inspired Special Agent in Charge Avery Ryan (Patricia Arquette), who leads an FBI division tasked with working on the dark web. + 2: + url_poster: https://theposterdb.com/api/assets/102186 + summary: The second season of Cyber follows the work Avery Ryan (Patricia Arquette), as she and the team welcome D.B. Russell (Ted Danson), a Las Vegas veteran Crime Scene Investigator recruited by Ryan to direct the FBI's Next Generation Cyber Forensics Division. Still grieving the loss of his best friend ("Hack ER"), and following a recent divorce, Russell decides to take on new challenges. Studying how crimes play out in the real world, he combines old school forensics with new school tech, providing a foil for Ryan who, this season, faces the prospect of losing her own ex-husband. + + "CSI: Vegas": + year: 2021 + url_poster: https://theposterdb.com/api/assets/195240 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/195241 + summary: CSI Vegas is an American crime television series that debuted on CBS on October 6, 2021. It is a sequel to the long-running series CSI Crime Scene Investigation, and the fifth series in the CSI franchise. The first season stars William Petersen and Jorja Fox as Gil Grissom and Sara Sidle, reprising their roles from CSI Crime Scene Investigation, while Paula Newsome, Matt Lauria, Mel Rodriguez, and Mandeep Dhillon portray new characters. Wallace Langham and Paul Guilfoyle also reprise their roles as David Hodges and Jim Brass, being credited as guest stars. Originally branded as an epilogue limited series, a second season was renewed in December 2021, without Fox, Petersen, or Rodriguez returning. + + # Law & Order - https://theposterdb.com/poster/57704 + Law & Order: + year: 1990 + url_poster: https://theposterdb.com/api/assets/57662 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/57663 + summary: Special Episodes for Law & Order + 1: + url_poster: https://theposterdb.com/api/assets/57664 + summary: The first season of Law & Order premiered on NBC on September 13, 1990, and concluded on June 9, 1991. + 2: + url_poster: https://theposterdb.com/api/assets/57665 + summary: The second season of Law & Order aired on NBC between September 17, 1991, and May 12, 1992. This season marked the first death of a main character, as George Dzundza had departed the series after the conclusion of the first season. The death of his character Max Greevey is shown in the season premiere. Carolyn McCormick makes her first recurring appearance as Dr. Elizabeth Olivet. + 3: + url_poster: https://theposterdb.com/api/assets/57666 + summary: The third season of Law & Order aired on NBC between September 23, 1992, and May 19, 1993. This season marked the introduction of Jerry Orbach as Lennie Briscoe, who replaced Paul Sorvino after "Prince of Darkness." A year prior, Orbach had guest starred as a defense attorney in at least one season two episode “Wages of Love”. At the end of the season, both Dann Florek and Richard Brooks departed the main cast. + 4: + url_poster: https://theposterdb.com/api/assets/57667 + summary: The fourth season of Law & Order aired on NBC between September 15, 1993, and May 25, 1994. This is the final season to feature Michael Moriarty as Ben Stone. It is also the first season to include a shorter opening sequence and theme (at 46 seconds), which would be used for the remainder of the series' run. Season four was released on DVD December 6, 2005. + 5: + url_poster: https://theposterdb.com/api/assets/57668 + summary: The fifth season of Law & Order aired on NBC between September 21, 1994, and May 24, 1995. + 6: + url_poster: https://theposterdb.com/api/assets/57669 + summary: The sixth season of Law & Order aired on NBC between September 20, 1995, and May 22, 1996. + 7: + url_poster: https://theposterdb.com/api/assets/57670 + summary: The following is a list of Law & Order episodes from the series' seventh season (1996–1997). + 8: + url_poster: https://theposterdb.com/api/assets/57671 + summary: The eighth season of the legal drama Law & Order aired on NBC from September 24, 1997, to May 20, 1998, and consisted of 24 episodes. + 9: + url_poster: https://theposterdb.com/api/assets/57672 + summary: The ninth season of Law & Order premiered in the United States on NBC on September 23, 1998, and ended with a two-part episode on May 26, 1999. It was released on DVD on December 6, 2011. + 10: + url_poster: https://theposterdb.com/api/assets/57673 + summary: The 10th season of Law & Order premiered on NBC, September 22, 1999 and ended May 24, 2000. Executive Producers René Balcer and Ed Sherin leave the show at the end of the season. + 11: + url_poster: https://theposterdb.com/api/assets/57674 + summary: The 11th season of Law & Order premiered on NBC October 18, 2000, and concluded with a two-hour finale on May 23, 2001. This was the first season of the series to start in October. + 12: + url_poster: https://theposterdb.com/api/assets/57675 + summary: The following is a list of Law & Order episodes from the series' twelfth season, which originally aired from September 26, 2001 to May 22, 2002. This season is the last season to feature Dianne Wiest as DA Nora Lewin and the first to feature Elisabeth Röhm as ADA Serena Southerlyn. + 13: + url_poster: https://theposterdb.com/api/assets/57676 + 14: + url_poster: https://theposterdb.com/api/assets/57677 + 15: + url_poster: https://theposterdb.com/api/assets/57678 + summary: The 15th season of Law & Order premiered on NBC with a two-hour premiere on September 22, 2004, and concluded on May 18, 2005. + 16: + url_poster: https://theposterdb.com/api/assets/57679 + summary: The 16th season of Law & Order premiered on NBC on September 21, 2005, and concluded on May 17, 2006. + 17: + url_poster: https://theposterdb.com/api/assets/57680 + summary: The 17th season of Law & Order premiered on NBC on September 22, 2006, and concluded on May 18, 2007. + 18: + url_poster: https://theposterdb.com/api/assets/57681 + summary: The 18th season of Law & Order premiered on NBC on January 2, 2008, and concluded on May 21, 2008. + 19: + url_poster: https://theposterdb.com/api/assets/57682 + summary: The 19th season of Law & Order premiered on NBC on November 5, 2008, and concluded on June 3, 2009. This was the third time in the series where there were no changes in the cast from the previous season and the last season to air on Wednesday nights at 10PM/9c, Law & Order Special Victims Unit has claimed the slot off-and-on (SVU often placed at 9PM/8c to lead other programming that later gets moved or taken off schedule) from Fall 2009 to present. + 20: + url_poster: https://theposterdb.com/api/assets/57683 + summary: The 20th season of Law & Order premiered on NBC on September 25, 2009, for which it was moved from its previous time slot to air on Fridays at 8 p.m. ET for the NBC broadcast.[1] L&O was moved to Monday nights on March 1, 2010, with a two-hour telecast at 9 p.m. ET, before settling into its new time slot at 10 p.m. the following week, March 8. + + "Law & Order: Special Victims Unit": + year: 1999 + url_poster: https://theposterdb.com/api/assets/57704 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/57705 + summary: Special Episodes for Law & Order Special Victims Unit. + 1: + url_poster: https://theposterdb.com/api/assets/57706 + summary: The first season of Law & Order Special Victims Unit, premiered on September 20, 1999 on NBC and concluded on May 19, 2000. Created by Dick Wolf, it is the first spin-off of Law & Order and follows the detectives of a fictionalized version of the New York City Police Department's Special Victims Unit, which investigates sexually based offenses. SVU originally aired on Monday nights at 9pm/8c EST, but it was moved to Friday nights at 10pm/9c after the ninth episode. Showrunner Robert Palm felt too disturbed by the subject matter and left after the season's conclusion. + 2: + url_poster: https://theposterdb.com/api/assets/57707 + summary: The second season of the television series Law & Order Special Victims Unit premiered October 20, 2000, and ended May 11, 2001, on NBC. The show remained in its time slot, Friday nights at 10pm/9c. As Neal Baer's first year producing the show, the second season was accompanied by drastic changes in tone. Additionally, the series began to increase its focus on trial scenes with the addition of an Assistant District Attorney for sex crimes to the cast. + 3: + url_poster: https://theposterdb.com/api/assets/57708 + summary: The third season of the television series, Law & Order Special Victims Unit premiered Friday, September 28, 2001 and ended Friday, May 17, 2002 on NBC. It occupied the Friday 10pm/9c timeslot once again. + 4: + url_poster: https://theposterdb.com/api/assets/57709 + summary: The fourth season of the television series, Law & Order Special Victims Unit premiered September 27, 2002 and ended May 16, 2003 on NBC. This was the last season of the series to air on Friday nights at 10pm/9c. + 5: + url_poster: https://theposterdb.com/api/assets/57710 + summary: The fifth season of the television series, Law & Order Special Victims Unit premiered September 23, 2003, and ended May 18, 2004, on NBC. Law & Order SVU moved away from its Friday night slot to Tuesday nights at 10pm/9c. Casey Novak, the unit's longest-serving ADA, was introduced in the fifth episode when Diane Neal joined the cast to fill the absence left by Stephanie March. + 6: + url_poster: https://theposterdb.com/api/assets/57711 + summary: The sixth season of the television series, Law & Order Special Victims Unit premiered September 21, 2004 and ended May 24, 2005 on NBC. It aired on Tuesday nights at 10pm/9c. In January 2005, when the season was halfway through airing, Mariska Hargitay won the Golden Globe Award for Best Actress – Television Series Drama becoming the first regular cast member of any Law & Order series to win a Golden Globe. + 7: + url_poster: https://theposterdb.com/api/assets/57712 + summary: The seventh season of the television series, Law & Order Special Victims Unit premiered September 20, 2005 and ended May 16, 2006 on NBC. It aired on Tuesday nights at 10pm/9c. Critically the show's most successful season, both lead actors received nominations at the 58th Primetime Emmy Awards with a win by Mariska Hargitay. + 8: + url_poster: https://theposterdb.com/api/assets/57713 + summary: The eighth season of the television series, Law & Order Special Victims Unit premiered September 19, 2006 and ended May 22, 2007 on NBC. The series remained in its 10pm/9c Tuesday timeslot. With the introduction of a new partner for Detective Stabler, early episodes of season 8 took on a significantly different focus when compared to those of previous seasons. + 9: + url_poster: https://theposterdb.com/api/assets/57714 + summary: The ninth season of the police procedural/legal drama, Law & Order Special Victims Unit premiered September 25, 2007 and ended May 13, 2008 on NBC. It aired on Tuesday nights at 10pm/9c. Mariska Hargitay, having won a Golden Globe Award in 2005, received her second Golden Globe nomination for her work in the ninth season. + 10: + url_poster: https://theposterdb.com/api/assets/57715 + summary: The tenth season of the police procedural/legal drama, Law & Order Special Victims Unit premiered September 23, 2008, and ended June 2, 2009, on NBC. It was the last season of the show to occupy the Tuesday 10pm/9c timeslot. + 11: + url_poster: https://theposterdb.com/api/assets/57716 + summary: The eleventh season of Law & Order Special Victims Unit premiered on September 23, 2009 and concluded on May 19, 2010. It was moved from Tuesdays to Wednesdays at 9 pm/8c ET for the NBC broadcast.[1] On March 3, 2010, SVU returned to its previous time slot of 10pm/9c ET.[2] On January 22, 2010, in the wake of the conflict between Jay Leno and Conan O'Brien, NBC announced that they would order two additional episodes to fill in the gaps of the departing The Jay Leno Show. + 12: + url_poster: https://theposterdb.com/api/assets/57717 + summary: The twelfth season of Law & Order Special Victims Unit premiered in the United States on the National Broadcasting Company (NBC) on September 22, 2010, and concluded on May 18, 2011. This was the first season that the show did not air alongside the original Law & Order. Episodes initially aired on Wednesdays between 9pm/8c and 10pm/9c Eastern except for the season premiere which aired from 9pm/8c to 11pm/10c. After the winter hiatus, SVU returned with another two-hour showing on January 5, 2011, before the broadcast time switched to the 10pm/9c time slot the following week. + 13: + url_poster: https://theposterdb.com/api/assets/57718 + summary: The thirteenth season of Law & Order Special Victims Unit debuted on NBC on September 21, 2011, and concluded on May 23, 2012. With Law & Order LA and Law & Order Criminal Intent having ended in July 2011 and June 2011 respectively, this season of Law & Order SVU was the first to be broadcast without any other running U.S. Law & Order series, a position the series has held until the nineteenth season, when Law & Order True Crime premiered. + 14: + url_poster: https://theposterdb.com/api/assets/57719 + summary: The fourteenth season picked up storyline-wise where the last season left off, with Captain Cragen (Dann Florek) awaking to a dead sex worker in his bed with her throat slit. The two-part season premiere was watched by 7.19 million total viewers and received generally positive reviews. The series' landmark 300th episode fell this season and aired on October 24, 2012, watched by 6.77 million total viewers. This is the first season of SVU to have any kind of crossover with now-ended Law & Order spinoff Law & Order Criminal Intent, with Kathryn Erbe guest starring in two episodes "Acceptable Loss" and "Poisoned Motive" as her LOCI character, Alexandra Eames, and Denis O'Hare guest starring in the episode "Presumed Guilty" as his LOCI character, Father Shea. + 15: + url_poster: https://theposterdb.com/api/assets/57720 + summary: The fifteenth season of Law & Order Special Victims Unit made its debut with a two-hour premiere episode on September 25, 2013, at 9pm/8c - 11pm/10c (Eastern), on NBC.[1] The season ended on May 21, 2014. + 16: + url_poster: https://theposterdb.com/api/assets/57721 + summary: The sixteenth season of Law & Order Special Victims Unit debuted on Wednesday, September 24, 2014, at 9pm/8c (Eastern), and concluded on Wednesday, May 20, 2015, on NBC. + 17: + url_poster: https://theposterdb.com/api/assets/57722 + summary: The seventeenth season of Law & Order Special Victims Unit debuted on Wednesday, September 23, 2015 on NBC, and concluded on Wednesday, May 25, 2016. + 18: + url_poster: https://theposterdb.com/api/assets/57723 + summary: The eighteenth season of Law & Order Special Victims Unit debuted on Wednesday, September 21, 2016, on NBC and finished on Wednesday, May 24, 2017, with a two-hour season finale. + 19: + url_poster: https://theposterdb.com/api/assets/57724 + summary: The nineteenth season of Law & Order Special Victims Unit premiered on September 27, 2017 and finished on May 23, 2018 with a two-part season finale. Michael S. Chernuchin, who had previously worked on Law & Order, Law & Order Criminal Intent, and Chicago Justice took over from Rick Eid as showrunner. This is also the first season since season twelve in 2010–2011 where another Law & Order series—Law & Order True Crime The Menendez Murders—aired alongside SVU on NBC. + 20: + url_poster: https://theposterdb.com/api/assets/57725 + summary: The twentieth season of Law & Order Special Victims Unit premiered on Thursday, September 27, 2018, at 9PM ET with a two-part premiere episode. The following Thursday, the series started airing new episodes at 10PM ET. The season ended on May 16, 2019. + 21: + url_poster: https://theposterdb.com/api/assets/57726 + summary: The twenty-first season of the American crime-drama television series Law & Order Special Victims Unit premiered on Thursday September 26, 2019 on NBC and concluded on April 23, 2020. This made the series the longest-running U.S. prime-time drama in history. The season is produced by Wolf Films and Universal Television; the showrunner being Warren Leight + 22: + url_poster: https://theposterdb.com/api/assets/110652 + summary: The twenty-second season of the American crime-drama television series Law & Order Special Victims Unit was ordered on February 27, 2020, by NBC. Set to air during the 2020–2021 television season, the season is produced by Wolf Entertainment and Universal Television; the showrunner is Warren Leight. The season premiered on November 12, 2020 and consists of only 16 episodes due to the COVID-19 pandemic in the United States, making it the shortest in the series. The season ended on June 3, 2021. + 23: + url_poster: https://theposterdb.com/api/assets/177742 + summary: The twenty-third season of the American crime-drama television series Law & Order Special Victims Unit was ordered on February 27, 2020, by NBC. Set to air during the 2021–2022 television season, the season will be produced by Wolf Entertainment and Universal Television; the showrunner is Warren Leight. The season premiered on September 23, 2021. The series' milestone 500th episode aired this season as the sixth episode and saw the return of former Detective Nick Amaro and former SVU Captain Don Cragen. This is the last season for Jamie Gray Hyder and Demore Barnes as they departed in the premiere episode. + + "Law & Order: Criminal Intent": + year: 2001 + url_poster: https://theposterdb.com/api/assets/57684 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/57685 + summary: Special Episodes for Law & Order Criminal Intent + 1: + url_poster: https://theposterdb.com/api/assets/57686 + summary: Law & Order Criminal Intent follows the New York City Police Department's fictional Major Case Squad, which investigates high-profile murder cases. The first season of twenty-two episodes concluded its initial airing on May 10, 2002. Four actors received star billing in the first season Vincent D'Onofrio, Kathryn Erbe, Jamey Sheridan, and Courtney B. Vance. + 2: + url_poster: https://theposterdb.com/api/assets/57687 + summary: The second season of Law & Order Criminal Intent premiered September 29, 2002 and ended May 18, 2003 on NBC. + 3: + url_poster: https://theposterdb.com/api/assets/57688 + summary: The third season of Law & Order Criminal Intent premiered in the United States on NBC on September 28, 2003 and ended May 23, 2004. The DVD was released in the United States on September 14, 2004. + 4: + url_poster: https://theposterdb.com/api/assets/57689 + summary: The fourth season of Law & Order Criminal Intent premiered on NBC on September 26, 2004, and ended May 25, 2005. The series remained in its time slot of Sundays at 9 PM/8c, but the season finale episode "False-Hearted Judges" aired on Wednesday, May 25, 2005 at 10 PM ET/9 CT. + 5: + url_poster: https://theposterdb.com/api/assets/57690 + summary: This season of Law & Order CI remained in its time slot of NBC Sunday's at 9PM/8c, its final season in this slot on NBC; its move to Tuesdays in the sixth season caused a ratings decline. During the 2005–2006 network TV season episodes were up against episodes of Desperate Housewives on ABC and episodes of Family Guy and American Dad! on Fox. The show "roller coasted" in the ratings with the competition, but NBC executives were impressed with the 11 million viewers per week it was able to retain + 6: + url_poster: https://theposterdb.com/api/assets/57691 + summary: The sixth season of Law & Order Criminal Intent premiered on NBC September 19, 2006, and ended May 21, 2007; this was the last season to air original episodes on NBC. + 7: + url_poster: https://theposterdb.com/api/assets/57692 + summary: The seventh season of Law & Order Criminal Intent premiered on USA Network on October 4, 2007, and ended on August 24, 2008. + 8: + url_poster: https://theposterdb.com/api/assets/57693 + summary: The eighth season of Law & Order Criminal Intent premiered on the USA Network in the United States on April 19, 2009. It consisted of sixteen episodes, and concluded on August 9, 2009. The day following each episode's broadcast on television, they are made available to purchase and download from the iTunes Store. Law & Order Criminal Intent is an American police procedural television series set and filmed in New York City. It is the second spin-off of the long-running crime drama Law & Order, and was created by Dick Wolf and René Balcer. Law & Order Criminal Intent follows the New York City Police Department's Major Case Squad, which investigates high-profile murder cases. + 9: + url_poster: https://theposterdb.com/api/assets/57694 + summary: The ninth season of Law & Order Criminal Intent premiered on the USA Network March 30, 2010, and ended on July 6, 2010. + 10: + url_poster: https://theposterdb.com/api/assets/57695 + summary: The tenth and final season of Law & Order Criminal Intent premiered Sunday, May 1, 2011, on USA Network. The timeslot was moved to Sunday nights at 9 p.m. (ET) from Tuesday nights at 10:00 pm Eastern/9:00 pm Central. + + "Law & Order: Trial by Jury": + year: 2005 + url_poster: https://theposterdb.com/api/assets/57700 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/57701 + summary: Special Episodes for Law & Order Trial by Jury. + 1: + url_poster: https://theposterdb.com/api/assets/57702 + summary: The series follows Bureau Chief Tracey Kibre (Bebe Neuwirth), an Executive Assistant District Attorney assigned to Manhattan's homicide division. Kibre's team, including District Attorney Investigator Lennie Briscoe (Jerry Orbach) and Assistant District Attorney Kelly Gaffney (Amy Carlson), follows up on leads and interview witnesses, as well as participating in trials, during which both sides examine witnesses and give arguments. Similarly, the defense's preparation varies from episode to episode, running the gamut from testing arguments in front of jury focus groups to deal-making between co-defendants. Several pretrial meetings are held where some procedural issue is argued and ruled on. + + "Law & Order: LA": + year: 2010 + url_poster: https://theposterdb.com/api/assets/34912 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/57566 + summary: Special Episodes for Law & Order LA. + 1: + url_poster: https://theposterdb.com/api/assets/57567 + summary: Law & Order LA, originally titled Law & Order Los Angeles, is an American police procedural and legal drama television series set in Los Angeles, where it was produced. Created and produced by Dick Wolf and developed by Blake Masters, it premiered on NBC on September 29, 2010, as the fifth series in Wolf's Law & Order franchise. Law & Order LA debuted after the original Law & Order ended its 20-year run the previous spring. The show received a full-season pickup on October 18, 2010. + + Law & Order True Crime: + year: 2017 + url_poster: https://theposterdb.com/api/assets/34911 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/60366 + summary: Law & Order True Crime is an American true crime anthology series that premiered on September 26, 2017 on NBC. The series was ordered by NBC on July 15, 2016, and is part of the Law & Order franchise. Created by René Balcer, the eight-episode first season, titled Law & Order True Crime The Menendez Murders, is a dramatization of the trial of Lyle and Erik Menendez, who were convicted in 1996 for the murder of their parents, José and Kitty Menendez. As of February 2022 the series is on hiatus + + "Law & Order: Organized Crime": + year: 2021 + url_poster: https://theposterdb.com/api/assets/140874 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/140875 + summary: The series centers on Law & Order Special Victims Unit character Elliot Stabler, a veteran Detective who returns to the NYPD in New York following his wife's murder. Stabler joins the Organized Crime Task Force, led by Sergeant Ayanna Bell. + 2: + url_poster: https://theposterdb.com/api/assets/177731 + summary: The series centers on Law & Order Special Victims Unit character Elliot Stabler, a veteran Detective who returns to the NYPD in New York following his wife's murder. Stabler joins the Organized Crime Task Force, led by Sergeant Ayanna Bell. + + # Marvel Television - https://theposterdb.com/set/11318 and https://theposterdb.com/set/77796 + Marvel's Agents of S.H.I.E.L.D.: + year: 2013 + url_poster: https://theposterdb.com/api/assets/4328 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/17302 + summary: Special episodes from Marvel's Agents of SHIELD. + 1: + url_poster: https://theposterdb.com/api/assets/4329 + summary: The first season of the American television series Agents of S.H.I.E.L.D., based on the Marvel Comics organization S.H.I.E.L.D., follows Phil Coulson and his team of S.H.I.E.L.D. agents on several dangerous cases revolving around Project Centipede and Coulson's mysterious resurrection following his death in the film The Avengers (2012). + 2: + url_poster: https://theposterdb.com/api/assets/4330 + summary: The second season of the American television series Agents of S.H.I.E.L.D., based on the Marvel Comics organization S.H.I.E.L.D., follows Phil Coulson and his team of S.H.I.E.L.D. agents and allies as they attempt to rebuild the organization after it was revealed to have been infiltrated by Hydra in the film Captain America The Winter Soldier (2014). + 3: + url_poster: https://theposterdb.com/api/assets/4331 + summary: The third season of the American television series Agents of S.H.I.E.L.D., based on the Marvel Comics organization S.H.I.E.L.D., follows Phil Coulson and his team of S.H.I.E.L.D. agents and Inhumans as they face new threats to the world. + 4: + url_poster: https://theposterdb.com/api/assets/4332 + summary: The fourth season of the American television series Agents of S.H.I.E.L.D., based on the Marvel Comics organization S.H.I.E.L.D., follows Phil Coulson and other S.H.I.E.L.D. agents and allies after the signing of the Sokovia Accords. + 5: + url_poster: https://theposterdb.com/api/assets/4333 + summary: The fifth season of the American television series Agents of S.H.I.E.L.D., based on the Marvel Comics organization S.H.I.E.L.D., follows Phil Coulson and other S.H.I.E.L.D. agents and allies as they try to save the world from an apocalyptic future. + 6: + url_poster: https://theposterdb.com/api/assets/4334 + summary: The sixth season of the American television series Agents of S.H.I.E.L.D., based on the Marvel Comics organization S.H.I.E.L.D., follows S.H.I.E.L.D. agents and allies as they try to save humanity following the death of director Phil Coulson. + 7: + url_poster: https://theposterdb.com/api/assets/79990 + summary: The seventh and final season of the American television series Agents of S.H.I.E.L.D., based on the Marvel Comics organization S.H.I.E.L.D., follows S.H.I.E.L.D. agents and allies as they try to prevent an alien occupation while stranded in time. he season uses time travel to explore the history of S.H.I.E.L.D., and to tie up threads left by previous seasons. + + Marvel's Agent Carter: + year: 2015 + url_poster: https://theposterdb.com/api/assets/19744 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/19745 + summary: The first season of the American television series Agent Carter, which is inspired by the film Captain America The First Avenger and the Marvel One-Shot short film of the same name, features the character Peggy Carter, based on the Marvel Comics character of the same name, as she must balance doing administrative work and going on secret missions for Howard Stark while trying to navigate life as a single woman in 1940s America. + 2: + url_poster: https://theposterdb.com/api/assets/19746 + summary: The second and final season of the American television series Agent Carter, which is inspired by the 2011 film Captain America The First Avenger and the 2013 Marvel One-Shot short film of the same name, features the character Peggy Carter, based on the Marvel Comics character of the same name, as she moves to Los Angeles to deal with the threats of the new atomic age in the wake of World War II, gaining new friends, a new home, and potential new love. + + Marvel's Daredevil: + year: 2015 + url_poster: https://theposterdb.com/api/assets/19725 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/19726 + summary: The first season of the American streaming television series Daredevil, which is based on the Marvel Comics character of the same name, follows the early days of Matt Murdock / Daredevil, a lawyer-by-day who fights crime at night, juxtaposed with the rise of crime lord Wilson Fisk. + 2: + url_poster: https://theposterdb.com/api/assets/19727 + summary: The second season of the American streaming television series Daredevil, which is based on the Marvel Comics character of the same name, follows Matt Murdock / Daredevil, a blind lawyer-by-day who fights crime at night, crossing paths with the deadly Frank Castle / Punisher along with the return of an old girlfriend—Elektra Natchios. + 3: + url_poster: https://theposterdb.com/api/assets/19728 + summary: The third and final season of the American streaming television series Daredevil, which is based on the Marvel Comics character of the same name, follows Matt Murdock / Daredevil, a blind lawyer-by-day who fights crime at night. When Wilson Fisk is released from prison, Murdock must decide between hiding from the world or embracing his life as a hero vigilante. + + Marvel's Jessica Jones: + year: 2015 + url_poster: https://theposterdb.com/api/assets/19729 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/19730 + summary: The first season of the American streaming television series Jessica Jones, which is based on the Marvel Comics character of the same name, follows a former superhero who opens her own detective agency after her superhero career comes to an end at the hands of Kilgrave. + 2: + url_poster: https://theposterdb.com/api/assets/19731 + summary: The second season of the American streaming television series Jessica Jones, which is based on the Marvel Comics character of the same name, follows Jones as she takes on a new case after the events surrounding her encounter with Kilgrave. + 3: + url_poster: https://theposterdb.com/api/assets/19732 + summary: The third and final season of the American streaming television series Jessica Jones, which is based on the Marvel Comics character of the same name, follows Jones as she teams up with Trish Walker to take down a highly intelligent psychopath until a devastating loss reveals conflicting ideals that pits them against each other. + + Marvel's Luke Cage: + year: 2016 + url_poster: https://theposterdb.com/api/assets/19733 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/19734 + summary: The first season of the American streaming television series Luke Cage, which is based on the Marvel Comics character of the same name, follows a former convict with superhuman strength and unbreakable skin who fights crime in Harlem, New York. + 2: + url_poster: https://theposterdb.com/api/assets/19735 + summary: The second and final season of the American streaming television series Luke Cage, which is based on the Marvel Comics character of the same name, sees Cage become a hero and celebrity in Harlem after clearing his name, only to face a new threat. + + Marvel's Iron Fist: + year: 2017 + url_poster: https://theposterdb.com/api/assets/19736 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/19737 + summary: The first season of the American streaming television series Iron Fist, which is based on the Marvel Comics character of the same name, follows Danny Rand as he returns to New York City after being presumed dead for 15 years and must choose between his family's legacy and his duties as the Iron Fist. + 2: + url_poster: https://theposterdb.com/api/assets/19738 + summary: The second and final season of the American streaming television series Iron Fist, which is based on the Marvel Comics character of the same name, follows Danny Rand / Iron Fist, a martial arts expert with the ability to call upon the power of the Iron Fist. + + Marvel's The Defenders: + year: 2017 + url_poster: https://theposterdb.com/api/assets/19739 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/19740 + summary: Marvel's The Defenders is an American television miniseries created by Douglas Petrie and Marco Ramirez for the streaming service Netflix, based on the Marvel Comics characters Daredevil, Jessica Jones, Luke Cage, and Iron Fist, who form the eponymous superhero team. + + Marvel's The Punisher: + year: 2017 + url_poster: https://theposterdb.com/api/assets/19741 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/19742 + summary: The first season of the American streaming television series The Punisher, which is based on the Marvel Comics character of the same name, sees Frank Castle uncover a conspiracy while seeking revenge for the death of his family. + 2: + url_poster: https://theposterdb.com/api/assets/19743 + summary: The second and final season of the American streaming television series The Punisher, which is based on the Marvel Comics character of the same name, revolves around Frank Castle saving a girl from being murdered, forcing him to decide if he should embrace his life as the Punisher. + + Marvel's Inhumans: + year: 2017 + url_poster: https://theposterdb.com/api/assets/19747 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/19748 + summary: Marvel's Inhumans, or simply Inhumans, is an American television series created by Scott Buck for ABC, based on the Marvel Comics race of the same name. + + Marvel's Runaways: + year: 2017 + url_poster: https://theposterdb.com/api/assets/19749 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/19750 + summary: Marvel's Runaways, or simply Runaways, is an American television series created by Josh Schwartz and Stephanie Savage for the streaming service Hulu, based on the Marvel Comics superhero team of the same name. + 2: + url_poster: https://theposterdb.com/api/assets/19751 + summary: Marvel's Runaways, or simply Runaways, is an American television series created by Josh Schwartz and Stephanie Savage for the streaming service Hulu, based on the Marvel Comics superhero team of the same name. + 3: + url_poster: https://theposterdb.com/api/assets/19752 + summary: Marvel's Runaways, or simply Runaways, is an American television series created by Josh Schwartz and Stephanie Savage for the streaming service Hulu, based on the Marvel Comics superhero team of the same name. + + Marvel's Cloak & Dagger: + year: 2018 + url_poster: https://theposterdb.com/api/assets/19753 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/19754 + summary: The first season of the American cable television series Cloak & Dagger, based on the Marvel Comics characters of the same name, sees teenagers Tandy Bowen / Dagger and Tyrone Johnson / Cloak discover their powers and learn that they work better together. + 2: + url_poster: https://theposterdb.com/api/assets/19755 + summary: The second and final season of the American cable television series Cloak & Dagger, based on the Marvel Comics characters of the same name, sees Tandy Bowen / Dagger and Tyrone Johnson / Cloak use their superpowers together. + + Helstrom: + year: 2020 + url_poster: https://theposterdb.com/api/assets/105793 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/105794 + summary: Helstrom is an American television series created by Paul Zbyszewski for the streaming service Hulu, based on the Marvel Comics characters Daimon and Satana Hellstrom. + + WandaVision: + year: 2021 + url_poster: https://theposterdb.com/api/assets/124166 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/138316 + summary: WandaVision is an American television miniseries created by Jac Schaeffer for the streaming service Disney+, based on Marvel Comics featuring the characters Wanda Maximoff / Scarlet Witch and Vision. It is the first television series in the Marvel Cinematic Universe (MCU) produced by Marvel Studios, sharing continuity with the films of the franchise and taking place after the events of the film Avengers Endgame (2019). + + The Falcon and the Winter Soldier: + year: 2021 + url_poster: https://theposterdb.com/api/assets/138314 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/138315 + summary: The Falcon and the Winter Soldier is an American television miniseries created by Malcolm Spellman for the streaming service Disney+, based on Marvel Comics featuring the characters Sam Wilson / Falcon and Bucky Barnes / Winter Soldier. + + Loki: + year: 2021 + url_poster: https://theposterdb.com/api/assets/138317 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/138321 + summary: After stealing the Tesseract during the events of Avengers Endgame (2019), an alternate version of Loki is brought to the mysterious Time Variance Authority (TVA), a bureaucratic organization that exists outside of time and space and monitors the timeline. They give Loki a choice face being erased from existence due to being a "time variant", or help fix the timeline and stop a greater threat. Loki ends up trapped in his own crime thriller, traveling through time. + 2: + url_poster: https://theposterdb.com/api/assets/174417 + summary: TBA + + What If...?: + year: 2021 + url_poster: https://theposterdb.com/api/assets/138318 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/174418 + summary: Following the creation of the multiverse in the season one finale of Loki, What If...? explores various alternate timelines of the multiverse in which major moments from the Marvel Cinematic Universe (MCU) films occur differently, as observed by the Watcher. In the second season, following the formation of the Guardians of the Multiverse, the Watcher continues to explore more strange worlds, meeting new heroes and keeping the multiverse safe. + + Marvel's M.O.D.O.K.: + year: 2021 + url_poster: https://theposterdb.com/api/assets/153413 + seasons: + 1: + summary: After spending years failing to gain control of the world and battling superheroes along the way, M.O.D.O.K., having been removed from his company A.I.M. after it falls into bankruptcy and is sold to the rival evil corporation GRUMBL (Just Be Evil), begins to deal with his taunting family while facing a mid-life crisis. + + Marvel's Hit-Monkey: + year: 2021 + url_poster: https://theposterdb.com/api/assets/193103 + seasons: + 1: + summary: Hit-Monkey is a wronged Japanese macaque who is mentored by the ghost of an American assassin named Bryce Fowler as he damages Tokyo's crime underworld. + + Marvel's 616: + year: 2020 + url_poster: https://theposterdb.com/api/assets/177215 + seasons: + 1: + summary: Marvel's 616 portrays eight amazing stories illustrating some of the most interesting and unknown pockets of the Marvel Universe. It also explores the universe's "rich legacy of pioneering characters, creators, and storytelling to reflect the world outside your window." + + Moon Knight: + year: 2022 + url_poster: https://theposterdb.com/api/assets/224312 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/224311 + + Ms. Marvel: + year: 2022 + url_poster: https://theposterdb.com/api/assets/246200 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/241332 + + "She-Hulk: Attorney at Law": + year: 2022 + url_poster: https://theposterdb.com/api/assets/258438 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/257669 + + I Am Groot: + year: 2022 + url_poster: https://theposterdb.com/api/assets/255689 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/256490 + + # NCIS - https://theposterdb.com/set/111224 + JAG: + year: 1995 + url_poster: https://theposterdb.com/api/assets/26810 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/26811 + summary: Lieutenant Harmon "Harm" Rabb Jr. (David James Elliott), a former naval aviator turned lawyer, is employed by the Navy's Judge Advocate General's Corps, the internal law firm of the Department of the Navy. In Washington, D.C., Harm is partnered with Lieutenant Junior Grade Meg Austin (Tracey Needham), a junior officer with drive and determination. Together, Harm and Meg work alongside Commander Alison Krennick (Andrea Thompson), Rear Admiral A.J. Chegwidden (John M. Jackson), and Lieutenant Caitlin Pike (Andrea Parker), as they prosecute and defend the under the Uniform Code of Military Justice (USMJ). + 2: + url_poster: https://theposterdb.com/api/assets/26812 + summary: By-the-book Marine Major Sarah "Mac" MacKenzie (Catherine Bell) and Lieutenant Commander Harmon "Harm" Rabb, Jr. (David James Elliott), a former naval aviator, work at the Headquarters of the Judge Advocate General, the internal law firm of the Department of the Navy. + 3: + url_poster: https://theposterdb.com/api/assets/26813 + summary: Lieutenant Commander Harmon "Harm" Rabb, Jr. (David James Elliott), a former aviator, and Marine Major Sarah "Mac" MacKenzie (Catherine Bell) work for the Headquarters of the Judge Advocate General, the internal law firm of the Department of the Navy. Mac, a beautiful, by-the-book Marine, is JAG's Chief of Staff and Harm's partner. She oversees a team including Lieutenant J.G. Bud Roberts (Patrick Labyorteaux), Ensign Harriet Sims (Karri Turner), and Commander Carolyn Imes (Dana Sparks), as they investigate cases. + 4: + url_poster: https://theposterdb.com/api/assets/26814 + summary: This season, Harm and Mac are assumed dead following an altercation with a Russian fighter pilot ("Gypsy Eyes"), however after punching out of their plane before impact, they begin a journey to uncover the truth about Harm's father. + 5: + url_poster: https://theposterdb.com/api/assets/26815 + summary: Lieutenant Commander Harmon "Harm" Rabb Jr. (David James Elliott), now back as an F-14 Tomcat pilot aboard the USS Patrick Henry, finds himself forced to defend a young lieutenant who has mistakenly fired upon Russian armored vehicles ("King of the Greenie Board"), while his former partner (and newly promoted) Lieutenant Colonel Sarah "Mac" MacKenzie (Catherine Bell) continues to enforce, prosecute and defend the Uniform Code of Military Justice (UCMJ) from within the Headquarters of the Judge Advocate General, a division of the Department of the Navy. + 6: + url_poster: https://theposterdb.com/api/assets/26816 + summary: ieutenant Colonel Sarah "Mac" MacKenzie (Catherine Bell) and Commander Harmon "Harm" Rabb, Jr. (David James Elliott) are lawyers assigned to the Headquarters of the Judge Advocate General, an office in the Department of the Navy tasked with prosecuting and defending criminal cases under the Uniform Code of Military Justice (UCMJ). + 7: + url_poster: https://theposterdb.com/api/assets/26817 + summary: Commander Harmon "Harm" Rabb, Jr. (David James Elliott), a former Naval aviator turned lawyer, is assigned to the Headquarters of the Navy Judge Advocate General alongside fellow Marine Corps lawyer Lieutenant Colonel Sarah "Mac" MacKenzie (Catherine Bell), a squared away officer with a dysfunctional past. + 8: + url_poster: https://theposterdb.com/api/assets/26818 + summary: Tenacious lawyer Lieutenant Colonel Sarah "Mac" MacKenzie (Catherine Bell), a by-the-book Marine, is tasked with prosecuting, defending, and enforcing the laws of the sea as a member of the Navy's elite Judge Advocate General Corps. Along with her partner Commander Harmon "Harm" Rabb, Jr. (David James Elliott) - a former Tomcat pilot - Mac investigates a plethora of cases. + 9: + url_poster: https://theposterdb.com/api/assets/26819 + summary: Commander Harmon "Harm" Rabb, Jr. (David James Elliott) and Lieutenant Colonel Sarah "Mac" MacKenzie (Catherine Bell) are lawyers assigned to the Headquarters of the Judge Advocate General, the internal law firm of the Department of the Navy. Mac, a seasoned Marine and JAG's Chief of Staff, is a lawyer-by-trade, while Harm, a former Tomcat pilot, turned to law following a crash at sea. + 10: + url_poster: Chief of Staff Lieutenant Colonel Sarah "Mac" MacKenzie (Catherine Bell), a tenacious, by-the-book Marine Corps judge advocate, and Commander Harmon "Harm" Rabb, Jr. (David James Elliott), a former naval aviator turned lawyer, are employed by Headquarters of the Judge Advocate General, the internal law firm of the Department of the Navy. The JAG team prosecute, defend, and preside over the legal cases under the Uniform Code of Military Justice (UCMJ) assigned to them by the Judge Advocate General, Major General Gordon Cresswell (David Andrews). + + NCIS: + year: 2003 + url_poster: https://theposterdb.com/api/assets/105869 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/105870 + summary: The first season of the American police procedural drama NCIS was originally broadcast between September 23, 2003, and May 25, 2004, on CBS. The first season dealt with introducing the characters and their strengths, skills, and weaknesses. Three recurring characters are also introduced the main foe for the first two seasons, Ari Haswari; Special Agent Timothy McGee and Jimmy Palmer who replaces Gerald Jackson, Ducky's assistant, after he was shot. The season also introduces Sasha Alexander as Special Agent Caitlin Todd who serves as Special Agent Vivian Blackadder's (Robyn Lively) replacement, who was a member of Gibbs' team during the two-part JAG backdoor pilot. + 2: + url_poster: https://theposterdb.com/api/assets/105871 + summary: The second season of the police procedural drama NCIS was originally broadcast between September 28, 2004, and May 24, 2005, on CBS. This season shifts away from the naval setting of the show somewhat, and includes more character development than the first season. eason two had Norfolk Case Agent Timothy McGee being promoted to a full-time field agent, and transferring to NCIS HQ in Washington to work with the Major Case Response Team. Tony DiNozzo nearly died of the pneumonic plague in "SWAK" while the season finale, "Twilight", ended with a shocking and unexpected twist Caitlin Todd was shot and killed by Ari Haswari. + 3: + url_poster: https://theposterdb.com/api/assets/105872 + summary: The third season of the police procedural drama NCIS was originally broadcast between September 20, 2005, and May 16, 2006, on CBS. The third season opens in the aftermath of "Twilight", with the entire team in shock and Gibbs on a vendetta to seek revenge for Kate's murder. Matters are complicated by the intervention of Gibbs' former lover and new NCIS director Jenny Shepard, and Mossad officer Ziva David. This season begins to drop little hints about Gibbs' past, and is the first to reference his first wife, Shannon, and his daughter, Kelly. The season finale introduces his former boss, Mike Franks (Muse Watson), who assists Gibbs in recovering from a near-fatal bomb blast. The season ends with Gibbs retiring, leaving DiNozzo in charge of the Major Case Response Team. + 4: + url_poster: https://theposterdb.com/api/assets/105873 + summary: Special Agent Leroy Jethro Gibbs left NCIS at the end of season three after a terrorist attack had been successful because his superiors did not heed his warnings in time. The team is now led by Anthony DiNozzo for a short time until Gibbs' eventual return. New characters introduced in this season are Michelle Lee, who was briefly on DiNozzo's team and was transferred to the legal department upon Gibbs' return, and (already in the final episodes of season 3) Gibbs' former boss and mentor Mike Franks, both as recurring characters. Also, albeit later in the season, Army CID Lieutenant Colonel Hollis Mann is introduced as another love interest for Gibbs. + 5: + url_poster: https://theposterdb.com/api/assets/105874 + summary: The fifth season of the police procedural drama NCIS premiered on September 25, 2007 and marks the end of Donald P. Bellisario's involvement as show runner.[1] The new showrunner, starting from this season, is Shane Brennan. It concludes the La Grenouille storyline which ended with a cliffhanger in season four's finale, "Angel of Death". This season also reveals more background information about Gibbs. + 6: + url_poster: https://theposterdb.com/api/assets/105875 + summary: The sixth season of the police procedural drama NCIS premiered on September 23, 2008. The new NCIS director Leon Vance (played by Rocky Carroll) became a regular cast character and Agent Gibbs's new team members were introduced NCIS Agents Michelle Lee from Legal, Daniel Keating from Cybercrime, and Special Agent Brent Langer from the FBI. Langer is killed in the first episode of the season. After the end of the second episode, McGee, Ziva, and Tony return to the team, while Lee and Keating are transferred back to Legal and Cybercrime, respectively. + 7: + url_poster: https://theposterdb.com/api/assets/105876 + summary: The seventh season of the police procedural drama NCIS premiered on September 22, 2009 with NCIS Los Angeles Season 1 premiering afterwards. At the end of season six, Ziva had left the NCIS team in Israel, returning to work as a Mossad officer. In the closing seconds of that season, Ziva was shown to have been captured and tortured for information about NCIS. + 8: + url_poster: https://theposterdb.com/api/assets/105877 + summary: The season story arc involves Ziva's largely-unseen boyfriend, Ray, and the CIA continuing to meddle in NCIS's day-to-day workings. Notable events include the terrorism and internal affairs threat during the "Enemies" two-parter, and the arrival of another Major Case Response Team from Rota, Spain, the team that Tony was offered to be lead of in the beginning of season four. The season ends on a five-part story arc involving the Port-to-Port killer that menaced both teams. The finale aired on May 17, 2011. + 9: + url_poster: https://theposterdb.com/api/assets/105878 + summary: The ninth season of NCIS an American police procedural drama originally aired on CBS from September 20, 2011, through May 15, 2012. + 10: + url_poster: https://theposterdb.com/api/assets/105879 + summary: The tenth season of NCIS an American police procedural drama series originally aired on CBS from September 25, 2012, through May 14, 2013. The season was produced by Belisarius Productions and CBS Television Studios. + 11: + url_poster: https://theposterdb.com/api/assets/105880 + summary: Special Agent Ziva David (Cote de Pablo), departs during the season with her final appearance being in "Past, Present and Future". The episode "Crescent City (Part I)", which aired on March 25, 2014, serves as the first of a two-part backdoor pilot of a second spin off from NCIS called NCIS New Orleans based in New Orleans. + 12: + url_poster: https://theposterdb.com/api/assets/105881 + summary: The twelfth season of the police procedural drama NCIS premiered on September 23, 2014, in the same time slot as in the previous seasons, Tuesdays at 8 pm. This is the first season in which NCIS Los Angeles did not air after NCIS. This season, NCIS New Orleans aired after NCIS. The entire season eleven cast renewed their contracts and returned for the new season. The premiere episode aired on September 23, 2014 and was seen by 18.23 million people. + 13: + url_poster: https://theposterdb.com/api/assets/105882 + summary: NCIS revolves around a fictional team of special agents from the Naval Criminal Investigative Service, which conducts criminal investigations involving the U.S. Navy and Marine Corps. The series was renewed for a thirteenth season by CBS on Monday, May 11, 2015. Michael Weatherly, who stars as Anthony DiNozzo on the show, departed the series in the season finale. + 14: + url_poster: https://theposterdb.com/api/assets/105883 + summary: NCIS revolves around a fictional team of special agents from the Naval Criminal Investigative Service, which conducts criminal investigations involving the U.S. Navy and Marine Corps. This season brought three new characters Wilmer Valderrama as NCIS Special Agent Nicholas "Nick" Torres, formerly working with an undercover unit, Agent Alexandra "Alex" Quinn (Jennifer Esposito), and Clayton Reeves (Duane Henry), an MI6 Senior Officer and liaison to NCIS. + 15: + url_poster: https://theposterdb.com/api/assets/105884 + summary: NCIS revolves around a fictional team of special agents from the Naval Criminal Investigative Service, which conducts criminal investigations involving the U.S. Navy and Marine Corps. Jennifer Esposito, who portrayed Special Agent Alexandra Quinn, did not return as a series regular this season. Maria Bello joined the cast as Dr. Jacqueline "Jack" Sloane, NCIS Senior Resident Agent and operational psychologist (episodes 4–24). After 15 years of playing Abby Sciuto, Pauley Perrette left the show in episode 22 - "Two Steps Back." Duane Henry, who plays Clayton Reeves, also left the show as he was killed off in the same episode. + 16: + url_poster: https://theposterdb.com/api/assets/105885 + summary: Season 16 revolves around two major storylines after the premiere concludes the plot from the previous season's finale a season-long arc involving a vigilante justice ring, and the reveal that Ziva David is actually alive halfway through the season. The latter fact is confirmed by her physical appearance in the final moments of the finale, "Daughters". This season takes on a darker undertone for Gibbs as he reveals to his team that he killed the man responsible for his wife Shannon and daughter Kelly's deaths. + 17: + url_poster: https://theposterdb.com/api/assets/105886 + summary: The seventeenth season of NCIS, an American police procedural drama television series, originally aired on CBS from September 24, 2019 through April 14, 2020. The season was produced by Belisarius Productions and CBS Television Studios. + 18: + url_poster: https://theposterdb.com/api/assets/124444 + summary: NCIS revolves around a fictional team of special agents from the Naval Criminal Investigative Service, which conducts criminal investigations involving the U.S. Navy and Marine Corps. The series stars Mark Harmon, Sean Murray, Wilmer Valderrama, Emily Wickersham, Maria Bello, Brian Dietzen, Diona Reasonover, Rocky Carroll, and David McCallum. The season is Bello's last as a series regular, as she left after eight episodes. The season finale serves as Wickersham's final appearance as Eleanor Bishop, leaving the series after 8 years. Several late-season episodes feature Pam Dawber, Harmon's real-life spouse. + 19: + url_poster: https://theposterdb.com/api/assets/182838 + summary: NCIS revolves around a fictional team of special agents from the Naval Criminal Investigative Service, which conducts criminal investigations involving the United States Navy and Marine Corps. The series stars Mark Harmon, Sean Murray, Wilmer Valderrama, Katrina Law, Brian Dietzen, Diona Reasonover, David McCallum, Rocky Carroll, and Gary Cole. The season is the first with Law and Cole following the departures of Maria Bello and Emily Wickersham during the previous season. Harmon departed the series as a regular after the fourth episode, "Great Wide Open" but still appears in the title sequence. + + "NCIS: Los Angeles": + year: 2009 + url_poster: https://theposterdb.com/api/assets/105887 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/105888 + summary: The first season of the American television series NCIS Los Angeles premiered on CBS on September 22, 2009, and concluded on May 25, 2010. It is the first spin-off series of NCIS. The series is set in Los Angeles, California, and follows the stories of the members of the Office of Special Projects, an undercover division of the Naval Criminal Investigative Service (NCIS). The show and its characters were introduced during the sixth-season episodes of NCIS titled "Legend (Part I)" and "Legend (Part II)". These episodes served as a backdoor pilot for the series. + 2: + url_poster: https://theposterdb.com/api/assets/105889 + summary: The season features a major cast change Eric Christian Olsen joins the cast, reprising his role as Marty Deeks from season one. Renée Felice Smith joins the team in episode 4 in a recurring capacity, and is promoted to a starring role in the eleventh episode. Peter Cambor is no longer a series regular, and is credited as a special guest star in the 4 episodes he appears. + 3: + url_poster: https://theposterdb.com/api/assets/105890 + summary: The third season of NCIS Los Angeles an American police procedural drama television series, originally aired on CBS from September 20, 2011 to May 15, 2012. The season was produced by Shane Brennan Productions and CBS Television Studios, with Shane Brennan as showrunner and executive producer. A total of 24 episodes were produced. A fictional crossover with Hawaii Five-0 occurred during the season in episode twenty-one. + 4: + url_poster: https://theposterdb.com/api/assets/105891 + summary: The fourth season of NCIS Los Angeles an American police procedural drama television series originally aired on CBS from September 25, 2012, to May 14, 2013. The season was produced by Shane Brennan Productions and CBS Television Studios, with Shane Brennan as showrunner and executive producer. The episodes, "Red" and "Red-2" were intended to be a backdoor pilot for a purposed series titled NCIS Red associated with the NCIS franchise. However, NCIS Red was not picked up to series by CBS on May 15, 2013. + 5: + url_poster: https://theposterdb.com/api/assets/105892 + summary: The fifth season of NCIS Los Angeles an American police procedural drama television series, originally aired on CBS from September 24, 2013, to May 13, 2014. The season was produced by Shane Brennan Productions and CBS Television Studios, with Shane Brennan as showrunner and executive producer. This season aired the 100th episode of the show. + 6: + url_poster: https://theposterdb.com/api/assets/105893 + summary: The sixth season of NCIS Los Angeles an American police procedural drama television series originally aired on CBS from September 29, 2014, through May 18, 2015. The season was produced by Shane Brennan Productions and CBS Television Studios, with Shane Brennan as showrunner and executive producer. This season saw the show move from Tuesday nights, where it used to follow NCIS to Monday nights. + 7: + url_poster: https://theposterdb.com/api/assets/105894 + summary: The seventh season of the police procedural drama NCIS Los Angeles premiered on September 21, 2015 on CBS, and ended on May 2, 2016.[1] It featured 24 episodes. + 8: + url_poster: https://theposterdb.com/api/assets/105895 + summary: The eighth season of NCIS Los Angeles, premiered on CBS on Sunday, September 25, 2016 with a two-episode premiere and concluded on May 14, 2017. The season contained 24 episodes. For the 2016-17 U.S. television season, the eighth season of NCIS Los Angeles ranked 11 with an average of 12.51 million viewers and in the 18–49 demographic ranked 43rd with a 1.8/6 Rating/Share + 9: + url_poster: https://theposterdb.com/api/assets/105896 + summary: The ninth season of NCIS Los Angeles premiered on October 1, 2017 on CBS for the 2017–18 television season, and concluded on May 20, 2018.[2] The season contained 24 episodes and the series’ 200th episode. Nia Long joined the cast as Shay Mosley for the ninth season after Miguel Ferrer's death. + 10: + url_poster: https://theposterdb.com/api/assets/105897 + summary: The season featured the return of David James Elliot and Catherine Bell as Harmon Rabb and Sarah MacKenzie from JAG; it also revealed the outcome of the JAG series finale in 2005. This was also the last season to feature Nia Long as Shay Mosley. + 11: + url_poster: https://theposterdb.com/api/assets/105898 + summary: The eleventh season of NCIS Los Angeles an American police procedural drama television series, premiered on CBS on September 29, 2019, and concluded on April 26, 2020. Only 22 episodes were produced due to the COVID-19 pandemic in the United States. The season is produced by CBS Television Studios. + 12: + url_poster: https://theposterdb.com/api/assets/124431 + summary: The twelfth season of NCIS Los Angeles, an American police procedural drama television series, began airing on CBS on November 8, 2020, and ended on May 23, 2021. The season included 18 episodes. This is the final season to feature Barrett Foa and Renée Felice Smith as series regulars. + 13: + url_poster: https://theposterdb.com/api/assets/182527 + summary: NCIS Los Angeles follows a fictional team of special agents from the Office of Special Projects of the Naval Criminal Investigative Service. The series stars Chris O'Donnell, Daniela Ruah, Eric Christian Olsen, Medalion Rahimi, Caleb Castille, Gerald McRaney, and LL Cool J. McRaney was promoted to series regular prior to the season following the departures of Barrett Foa and Renée Felice Smith after the previous season and Linda Hunt this season. + + "NCIS: New Orleans": + year: 2014 + url_poster: https://theposterdb.com/api/assets/105899 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/105900 + summary: The first season of NCIS New Orleans follows the work of Special Agent Dwayne Pride, who leads a New Orleans-based investigative team tasked with solving crimes involving the US Navy and Marine Corps. + 2: + url_poster: https://theposterdb.com/api/assets/105900 + summary: The second season of the NCIS New Orleans once again follows the work of Special Agent Dwayne Pride, Chris LaSalle, Meredith Brody, and new team member Sonja Percy. Tasked with solving crimes involving the U.S. Navy and Marine Corps in the Crescent City. + 3: + url_poster: https://theposterdb.com/api/assets/105902 + summary: The third season of NCIS New Orleans, an American police procedural drama television series, originally aired on CBS from September 20, 2016, through May 16, 2017. The season was produced by CBS Television Studios. NCIS New Orleans showrunner Gary Glasberg died during production of the season. + 4: + url_poster: https://theposterdb.com/api/assets/105903 + summary: The fourth season of NCIS New Orleans, an American police procedural drama television series, originally aired on CBS from September 26, 2017 to May 15, 2018. The season was produced by CBS Television Studios. + 5: + url_poster: https://theposterdb.com/api/assets/105904 + summary: The fifth season of NCIS New Orleans, an American police procedural drama television series, originally aired on CBS from September 25, 2018, through May 14, 2019. The season was produced by CBS Television Studios, with Christopher Silber as showrunner and executive producer. This season contained its 100th episode. + 6: + url_poster: https://theposterdb.com/api/assets/105905 + summary: The sixth season of NCIS New Orleans an American police procedural drama television series, originally aired on CBS from September 24, 2019 through April 19, 2020. The season was produced by CBS Television Studios, with Christopher Silber and Jan Nash as showrunner and executive producer. + 7: + url_poster: https://theposterdb.com/api/assets/124434 + summary: The seventh and final season of NCIS New Orleans an American police procedural drama television series, began airing on CBS on November 8, 2020. The season is produced by CBS Studios, with Christopher Silber and Jan Nash as showrunner and executive producer. + + "NCIS: Hawai'i": + year: 2021 + url_poster: https://theposterdb.com/api/assets/182839 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/182840 + summary: The series follows a fictional team of the Naval Criminal Investigative Service agents who work out of the Pearl Harbor Field Office which is led by Special Agent Jane Tennant.[2] The team Investigates crimes related to the military and national security. + + # Star Trek - Summary was sourced from Memory-Alpha + Star Trek: + year: 1966 + url_poster: https://theposterdb.com/api/assets/70678 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/70679 + summary: The Starfleet vessel USS Enterprise sets out on a five-year mission to explore new worlds and seek out new lifeforms in the Alpha Quadrant of the Galaxy. Under the command of Human Captain James T. Kirk and the Vulcan Spock, the Enterprise comes across many strange lifeforms in the first year of its mission – including shapeshifters, androids, and even more bizarre creatures. Elsewhere, there are run-ins with several prominent species, including the warrior race of the Klingons, the Romulan Star Empire, and the Gorn. + 2: + url_poster: https://theposterdb.com/api/assets/70680 + summary: Following their introduction near the end of the previous season, the Klingons were established as major adversaries, appearing in three episodes, "Friday's Child", "The Trouble with Tribbles", and "A Private Little War". The second of those would turn out to be one of the show's most popular and influential episodes, introducing Koloth and the Tribbles, who reappeared on Deep Space 9, with other characters reappearing in the Star Trek The Animated Series episode "More Tribbles, More Troubles". + 3: + url_poster: https://theposterdb.com/api/assets/70681 + summary: With Star Trek having narrowly avoided cancellation, the basic format remained the same as Season 2. The season opened with "Spock's Brain", a story in which Kara, the priestess-leader of the underground Eymorg city, steals Spock's brain and transfers it to a receptacle so that he can rule their society. + + "Star Trek: The Animated Series": + year: 1973 + url_poster: https://theposterdb.com/api/assets/70880 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/70881 + 2: + url_poster: https://theposterdb.com/api/assets/70882 + + "Star Trek: The Next Generation": + year: 1987 + url_poster: https://theposterdb.com/api/assets/70709 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/70710 + summary: A hundred years after the era of James T. Kirk, Captain Jean-Luc Picard takes command of the Galaxy-class USS Enterprise-D with a hand-picked crew. They take on assignments from Starfleet as well as explore those strange new worlds, going where no one has gone before. + 2: + url_poster: https://theposterdb.com/api/assets/70711 + summary: Season 2 saw the departure of Dr. Beverly Crusher to head Starfleet Medical and her subsequent replacement by Dr. Katherine Pulaski. A number of stories focus on the development of Data, introducing him to his "grandfather," revealing his interest in Sherlock Holmes, determining his status as a living being, and revealing to him the moral implications of the Prime Directive. He also clashes several times with Dr. Pulaski, who does not initially regard him as a living being. + 3: + url_poster: https://theposterdb.com/api/assets/70712 + summary: Season 3 is marked by a string of abductions, with six people being kidnapped, and Captain Picard being abducted no less than three times. Captain Picard is abducted by aliens, takes a vacation which eventually gets him caught up in the search for a weapon from the future, mind melds with the legendary Vulcan Sarek, and is mistaken for a god by a primitive culture. He was again kidnapped with Doctor Crusher by Ansata terrorists. Data was abducted by Kivas Fajo, a collector of rare objects. + 4: + url_poster: https://theposterdb.com/api/assets/70713 + summary: Season 4 of TNG saw the show embracing the notion of serialized storylines. A recurring theme throughout the season is the notion of a brewing Duras-Romulan plot against the Federation, coupled with Worf's effort to reclaim his family honor. Both storylines were introduced in TNG Season 3's "Sins of the Father". Worf's discommendation is a major theme in "Family" and "The Drumhead", while his dishonor and the Duras-Romulan plot take center stage in the episodes "Reunion", "The Mind's Eye", and "Redemption". + 5: + url_poster: https://theposterdb.com/api/assets/70714 + summary: The fifth season of Next Generation starts off with the Federation exposing the secret Romulan-Duras plot explored in the previous season. ("Redemption II") Ensign Ro Laren joins the crew of the USS Enterprise-D, and although some members of the crew, notably Commander William T. Riker, have misgivings about her presence on board, she eventually proves herself to be a valuable crew member. + 6: + url_poster: https://theposterdb.com/api/assets/70715 + summary: The season begins with the successful rescue of Data from the nineteenth century, and we learn just how long Guinan has actually known Picard. The crew also took part in a variety of shady operations, the first of what would be many departures from Gene Roddenberry's more Utopian vision of the future. Picard is temporarily assigned away from the Enterprise for a dangerous espionage mission against the Cardassians, but is captured and subjected to torture, nearly succumbing before being released. Deanna Troi engaged in a similarly risky mission of espionage against the Romulans. The Enterprise also nearly became a victim of space pirates. + 7: + url_poster: https://theposterdb.com/api/assets/70716 + summary: The crew defeats Lore and his group of rogue Borg. Geordi La Forge struggles with the loss of his mother, while Data discovers his own. The captain foils a terrorist plot by Vulcan isolationists. It is discovered that warp drive damages subspace. William T. Riker is forced to choose between his loyalties to an old captain and Picard. Deanna Troi and Beverly Crusher learn long-kept family secrets. Worf meets a future version of Alexander Rozhenko, and both he and Deanna consider a romance. Wesley Crusher leaves Starfleet to study with The Traveler. Ro Laren defects to the Maquis. Q concludes his trial of Humanity, giving Picard an opportunity to save mankind. + + "Star Trek: Deep Space Nine": + year: 1993 + url_poster: https://theposterdb.com/api/assets/70892 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/70893 + summary: The Provisional Government of Bajor invites Starfleet to help them rebuild after the Cardassian Occupation. Commander Benjamin Sisko is selected to take command of their space station, formerly known as Terok Nor that is then designated by Starfleet as Deep Space 9. As part of the agreement between the Federation and Bajor, Starfleet will help them to become a member of the Federation. + 2: + url_poster: https://theposterdb.com/api/assets/70894 + summary: In their second year together, the crew of Deep Space 9 face problems that will affect the galaxy forever. A Bajoran extremist group attempts to force the Federation out of the Bajoran system. The Cardassians are secretly supplying them with weapons, hoping to return to reclaim the planet and hold the Bajoran wormhole for the Cardassian Union. However, the greatest enemy of all is lurking beyond it. + 3: + url_poster: https://theposterdb.com/api/assets/70895 + summary: Benjamin Sisko brings the USS Defiant, a ship he helped to construct at the Utopia Planitia Fleet Yards, to Deep Space 9 to protect the station from a Dominion attack. He and his crew enter the Gamma Quadrant on a mission to locate the Founders of the Dominion. During the same mission, Odo locates his people's homeworld in the Omarion Nebula. His joy at discovering others of his kind is short-lived, however, as the Changelings are discovered to be the Founders of the Dominion. Odo returns to DS9 with his crew mates. + 4: + url_poster: https://theposterdb.com/api/assets/70896 + summary: Life in the Alpha Quadrant has been uneasy since the revelation the Founders have infiltrated the Alpha Quadrant. Convinced the Dominion are behind a successful coup on Cardassia, Gowron orders a Klingon invasion of the Cardassian Union. When the Federation condemns the invasion, and Sisko protects the members of the Detapa Council, Gowron withdraws from the Khitomer Accords and attacks the station. Although the attack is unsuccessful, the Klingons refuse to give up the Cardassian colonies already seized. Consequently, Captain Benjamin Sisko asks Worf to join the crew of Deep Space 9. + 5: + url_poster: https://theposterdb.com/api/assets/70897 + summary: Sisko, Odo, O'Brien, and Worf are sent on a mission to expose Chancellor Gowron as a Changeling infiltrator, only to discover that it was Martok who had been replaced. The Changeling impersonating Martok is killed, but Gowron is still not ready to end the war with the Federation but does agree to call a cease fire and begin talks. The crew is able to capture a crashed Jem'Hadar ship and return it to Starfleet. Worf helps Quark woo his ex-wife Grilka, while he and Jadzia Dax start a relationship initiated by Dax. + 6: + url_poster: https://theposterdb.com/api/assets/70898 + summary: The season begins three months into the Dominion War, and things do not go well for the former crew of Deep Space 9. The crew enters Cardassian space to destroy a ketracel-white installation, Sisko leads a battle to reclaim DS9, O'Brien infiltrates the Orion Syndicate, the Romulans enter the Dominion War, and Jadzia Dax is killed by a pah-wraith-possessed Dukat. Many episodes in this season focus on moral issues in wartime, especially the hard choice between different calamities such as betrayal of principles, treason, and the deaths of dear or unknown people. + 7: + url_poster: https://theposterdb.com/api/assets/70899 + summary: Benjamin Sisko discovers his mother was a Prophet, a new Dax host arrives on Deep Space 9, Odo discovers that his people have been infected with a fatal disease and Julian Bashir undertakes an assignment for Section 31. Kai Winn turns on the Prophets, and with the assistance of Dukat summons the pah-wraiths. The Breen join the war and side with the Dominion. In the concluding episodes of the season (and the series), the Cardassian-Dominion alliance breaks down, Colonel Kira leads a Cardassian resistance movement involving Legate Damar and Elim Garak, and the alliance of Federation, Klingon, and Romulan forces claim victory in the Dominion War. + + "Star Trek: Voyager": + year: 1995 + url_poster: https://theposterdb.com/api/assets/70749 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/70750 + summary: Captain Kathryn Janeway's chief of security, Lieutenant Tuvok, has disappeared while involved in a counter-espionage mission aboard a Maquis ship, whose last known position was somewhere in the Badlands. While en route to investigate Tuvok's disappearance, the maiden voyage of the Federation starship USS Voyager ends in disaster as the ship and her crew are pulled seventy thousand light years into the far reaches of the Delta Quadrant. + 2: + url_poster: https://theposterdb.com/api/assets/70751 + summary: Recurrent themes of tension and mistrust between the Starfleet and Maquis crews, although largely resolved in the season one episode "Learning Curve", once again resurface in "Maneuvers" and "Meld". Inter-crew relations are brought to a head while under intense, continuous attack by the Kazon in "Alliances", and when Janeway is cajoled into initiating a Maquis-led idea of a deal between the USS Voyager and the warring Kazon factions, narrowly averted disaster is enough to quell the two crews into a marriage of Starfleet ideals and ethics. + 3: + url_poster: https://theposterdb.com/api/assets/70752 + summary: Season three begins with the departure of the Kazon. The Doctor gains freedom from sickbay in "Future's End", by way of an autonomous mobile emitter. The same episode also has Harry Kim taking command of Voyager for the first time when the four ranking bridge officers beam to 1996 Earth. + 4: + url_poster: https://theposterdb.com/api/assets/70753 + summary: Season four furthered and even embellished upon the changes to the franchise already seen by the middle to end of season three. "Scorpion, Part II" concluded the season three finale and—most crucially to the future of the series—introduced a new character, Seven of Nine. One episode later, Jennifer Lien left the cast and Kes departed Voyager, not to return until the season six episode "Fury". + 5: + url_poster: https://theposterdb.com/api/assets/70754 + summary: With Brannon Braga taking up the showrunner's role after Jeri Taylor's retirement, season five saw the franchise settle into what was to become a familiar pattern of story-telling following the changes made during the latter half of season three, and the tumultuous events of season four. A desire to return to Earth remained the Voyager crew's singular mission, but the themes of "family" and of Voyager as "home" introduced in seasons three and four meant that the series paradigm gently shifted in season five. + 6: + url_poster: https://theposterdb.com/api/assets/70755 + summary: Star Trek Voyager's sixth season was the first to be televised without running concurrently with seasons of Star Trek Deep Space Nine, and can be characterized as having the feel of being oddly disconnected from seasons four and five that preceded it. As a result, Voyager's season six could be said to have more in common with the story-telling of season one, being populated by numerous episodes with story lines wholly independent of each other and the greater series arc, which by this point, was very well established. + 7: + url_poster: https://theposterdb.com/api/assets/70756 + summary: A multitude of familiar aliens are revisited for a final shout including the Ferengi in "Inside Man", the Hirogen in "Flesh and Blood", the Klingons in "Prophecy", the Hierarchy in "The Void" and "Renaissance Man", the Q in "Q2", and the Talaxians in "Homestead". + + "Star Trek: Enterprise": + year: 2001 + url_poster: https://theposterdb.com/api/assets/70901 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/70902 + summary: In 2151, Humanity finally prepares to take its first steps into deep space by way of the prototype warp five starship Enterprise NX-01, led by Captain Jonathan Archer. Following an incident in which a lone Klingon courier crashes in Broken Bow, Oklahoma, Archer launches the ship from Earth spacedock in order to bring the Klingon home. He then takes Enterprise on a mission of exploration. + 2: + url_poster: https://theposterdb.com/api/assets/70903 + summary: The second season of Star Trek Enterprise sees less focus on the Temporal Cold War and the conflicts between Vulcan and Andoria. Instead, the season embraces a more episodic format than that of the previous year. However, some service is given to the aforementioned story arcs and a new one is introduced involving the Klingon Empire's attempts to capture and incarcerate Captain Archer. The biggest change to impact Enterprise occurs in the season finale, when an attack against Earth by the Xindi wipes out seven million people. Enterprise NX-01 is refitted and sent on a new mission to locate the Xindi and do everything possible to prevent a second attack. + 3: + url_poster: https://theposterdb.com/api/assets/70904 + summary: The third season of Star Trek Enterprise focuses on Enterprise NX-01's mission to prevent a second Xindi attack from destroying Earth. Unlike the show's second season, Enterprise's third season embraces a heavily serialized format dedicated to the search for the Xindi primary weapon. Additionally, Archer, Trip, and T'Pol receive considerable character development throughout the year. + 4: + url_poster: https://theposterdb.com/api/assets/70905 + summary: The fourth season of Star Trek Enterprise concludes the Temporal Cold War story arc that had been a staple of the series since "Broken Bow". The remaining episodes of season four refocus Enterprise on the series' original prequel concept by exploring cultural shifts on Vulcan; establishing the beginnings of conflict between Earth and the Romulans; explaining the difference in appearance between the Klingons of The Original Series and those of Star Trek The Next Generation; giving an insight into the mirror universe prior to any crossover with the prime universe; and exploring the obstacles Humanity must overcome before allying with alien species. + + Star Trek Continues: + year: 2013 + url_poster: https://theposterdb.com/api/assets/70909 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/70910 + summary: Star Trek Continues is an American fan-made web series set in the Star Trek universe. Produced by the nonprofit charity Trek Continues, Inc. and Dracogen, and initially co-produced by Far from Home LLC and Farragut Films, the series consists of 11 episodes released between 2013 and 2017. The series is an unofficial direct continuation of Star Trek The Original Series, and emulates its visual and storytelling features to achieve the same look and feel. Those who made the show have said in interviews that the intent was to finish the original five-year mission of the show, and this is borne out in the plot lines of the final two episodes. + + "Star Trek: Discovery": + year: 2017 + url_poster: https://theposterdb.com/api/assets/70825 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/70826 + 2: + url_poster: https://theposterdb.com/api/assets/70827 + 3: + url_poster: https://theposterdb.com/api/assets/106810 + 4: + url_poster: https://theposterdb.com/api/assets/194463 + + "Star Trek: Picard": + year: 2020 + url_poster: https://theposterdb.com/api/assets/70969 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/70970 + summary: At the end of the 24th century, and fourteen years after his retirement from Starfleet, Jean-Luc Picard is living a quiet life on his vineyard, assisted by his two Romulan friends and housekeepers Laris and Zhaban. After Dahj Asha comes to him for help, Picard finds reason to believe Dahj is connected to Data and feels compelled to help her, but she is killed by a mysterious force. + 2: + url_poster: https://theposterdb.com/api/assets/233023 + + "Star Trek: Lower Decks": + year: 2020 + url_poster: https://theposterdb.com/api/assets/187631 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/187632 + summary: Ensign D'Vana Tendi enthusiastically begins her new assignment aboard the USS Cerritos, a California-class starship specializing in second contact missions, doing the follow-up grunt work of the crews boldly going where no one has gone before. She quickly befriends Ensigns Brad Boimler, Beckett Mariner and Sam Rutherford, collectively nicknamed the "lower decks," as Mariner points out, that is where the real action happens. + 2: + url_poster: https://theposterdb.com/api/assets/195442 + + "Star Trek: Prodigy": + year: 2021 + url_poster: https://theposterdb.com/api/assets/194520 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/194521 + + "Star Trek: Strange New Worlds": + year: 2022 + url_poster: https://theposterdb.com/api/assets/245290 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/245291 + summary: Star Trek Strange New Worlds follows Captain Christopher Pike (played by Anson Mount) and the crew of the starship USS Enterprise (NCC-1701) in the 23rd century as they explore new worlds throughout the galaxy in the decade before Star Trek The Original Series. + + + # Stargate - Summaries sourced from wikipedia + Stargate SG-1: + year: 1997 + url_poster: https://theposterdb.com/api/assets/210314 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/211595 + summary: Special episodes for Stargate SG-1 + 1: + url_poster: https://theposterdb.com/api/assets/211596 + summary: The first season of the military science fiction television series Stargate SG-1 commenced airing on the Showtime channel in the United States on July 27, 1997, concluded on the Sci Fi channel on March 6, 1998, and contained 22 episodes. The show itself is a spin-off from the 1994 hit movie Stargate written by Dean Devlin and Roland Emmerich. Stargate SG-1 re-introduced supporting characters from the film universe, such as Jonathan "Jack" O'Neill and Daniel Jackson and included new characters such as Teal'c, George Hammond and Samantha "Sam" Carter. The first season was about a military-science expedition team discovering how to use the ancient device, named the Stargate, to explore the galaxy. However, they encountered a powerful enemy in the film named the Goa'uld, who are bent on destroying Earth and all who oppose them. + 2: + url_poster: https://theposterdb.com/api/assets/211597 + summary: he second season of Stargate SG-1, an American-Canadian television series, began airing on June 26, 1998 on Showtime. The second season concluded after 22 episodes on February 10, 1999 on British Sky One, which overtook Showtime in mid-season. The series was developed by Brad Wright and Jonathan Glassner, who also served as executive producers. Season two regular cast members include Richard Dean Anderson, Michael Shanks, Amanda Tapping, Christopher Judge, and Don S. Davis. + 3: + url_poster: https://theposterdb.com/api/assets/211598 + summary: The third season of the military science fiction television series Stargate SG-1 commenced airing on Showtime in the United States on June 25, 1999, concluded on Sky1 in the United Kingdom on March 8, 2000, and contained 22 episodes. The third season follows SG-1 in their fight against the Goa'uld Empire's System Lords, the main being Sokar until "The Devil You Know" and then Apophis, after he regained power during that episode. The season introduces the long-unseen and unnamed enemy of the Asgards, the Replicators, who are self-replicating machines that seek to convert all civilizations into more of themselves, thus posing a dire threat to all other beings. The Replicators are first mentioned, but not named, in season three episode "Fair Game". + 4: + url_poster: https://theposterdb.com/api/assets/211599 + summary: The fourth season of Stargate SG-1, an American-Canadian television series, began airing on June 30, 2000 on Showtime. The fourth season concluded after 22 episodes on February 14, 2001 on British Sky One, which overtook Showtime in mid-season. The series was developed by Brad Wright and Jonathan Glassner. Season four regular cast members include Richard Dean Anderson, Michael Shanks, Amanda Tapping, Christopher Judge, and Don S. Davis. + 5: + url_poster: https://theposterdb.com/api/assets/211600 + summary: The fifth season of the military science fiction television series Stargate SG-1 commenced airing on Showtime in the United States on June 29, 2001, concluded on Sky1 in the United Kingdom on February 6, 2002, and contained 22 episodes. The fifth season introduces future main character Jonas Quinn portrayed by Corin Nemec from 2002–2004. The fifth season is about the ongoing war with the Goa'uld Empire after the death of Apophis at the start of the season and the rise of a new System Lord named Anubis. SG-1, a military-science team, are set to explore the Milky Way Galaxy. + 6: + url_poster: https://theposterdb.com/api/assets/211601 + summary: The sixth season of Stargate SG-1, an American-Canadian television series, began airing on June 7, 2002 on Sci Fi. The sixth season concluded after 22 episodes on February 19, 2003 on the UK's Sky One, which had overtaken the Sci-Fi Channel's number of new-episode broadcasts mid-season. The series was developed by Brad Wright and Jonathan Glassner. Season six regular cast members include Richard Dean Anderson, Amanda Tapping, Christopher Judge, Corin Nemec, and Don S. Davis. + 7: + url_poster: https://theposterdb.com/api/assets/211602 + summary: The seventh season of Stargate SG-1, an American-Canadian television series, began airing on June 13, 2003 on Sci Fi. The seventh season concluded after 22 episodes on March 9, 2004 on British Sky One, which overtook the Sci-Fi Channel in mid-season. The series was developed by Brad Wright and Jonathan Glassner. Season seven regular cast members include Richard Dean Anderson, Amanda Tapping, Christopher Judge, Don S. Davis, and Michael Shanks. + 8: + url_poster: https://theposterdb.com/api/assets/211603 + summary: The eighth season of Stargate SG-1, an American-Canadian military science fiction television series, began airing on July 9, 2004, on the Sci Fi channel. The eighth season concluded on February 22, 2005, after 20 episodes on British Sky One, which overtook the Sci Fi Channel in mid-season. This was the first season of the show to have 20 episodes instead of 22, as well as the first to air concurrently with Stargate SG-1 spinoff series Stargate Atlantis (the first season thereof). The series was originally developed by Brad Wright and Jonathan Glassner, while Brad Wright and Robert C. Cooper served as executive producers. Season eight regular cast members include Richard Dean Anderson, Amanda Tapping, Christopher Judge, and Michael Shanks. + 9: + url_poster: https://theposterdb.com/api/assets/211604 + summary: The ninth season of Stargate SG-1, an American-Canadian television series, began airing on July 15, 2005 on SCI FI. The ninth season concluded on March 10, 2006, after 20 episodes on the same channel. The series was originally developed by Brad Wright and Jonathan Glassner, and Brad Wright, Robert C. Cooper, Joseph Mallozzi and Paul Mullie served as executive producers. The season arc centers on the new threat of the Ori, a race who Daniel Jackson (Michael Shanks) and Vala Mal Doran (Claudia Black) unleash in an unknown galaxy, and who are threatening to prepare for a crusade into the Milky Way galaxy to convert the beings to their religion called Origin. + 10: + url_poster: https://theposterdb.com/api/assets/211605 + summary: The tenth and final season of Stargate SG-1, an American-Canadian television series, began airing on July 14, 2006 on Sci Fi Channel (United States). It concluded after 20 episodes on March 13, 2007 on Sky 1, which overtook the Sci-Fi Channel in mid-season. The series was developed by Brad Wright and Jonathan Glassner. Brad Wright, Robert C. Cooper, Joseph Mallozzi, and Paul Mullie served as executive producers. Season ten regular cast members include Ben Browder, Amanda Tapping, Christopher Judge, Claudia Black, Beau Bridges, and Michael Shanks. + + Stargate Atlantis: + year: 2004 + url_poster: https://theposterdb.com/api/assets/210312 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/211586 + summary: Special episodes for Stargate Atlantis + 1: + url_poster: https://theposterdb.com/api/assets/211587 + summary: The first season of the television series Stargate Atlantis commenced airing on the Sci Fi Channel in the United States on July 16, 2004, concluded on The Movie Network in Canada on January 31, 2005, and contained 20 episodes. The show was a spin off of sister show, Stargate SG-1. Stargate Atlantis re-introduced supporting characters from the SG-1 universe, such as Elizabeth Weir and Rodney McKay among others. The show also included new characters such as Teyla Emmagan and John Sheppard. The first season is about a military-science expedition team discovering Atlantis and exploring the Pegasus Galaxy. However, there is no way to return home, and they inadvertently wake a hostile alien race known as the Wraith, whose primary goal is to gather a fleet to invade Atlantis and find their new "feeding ground", Earth. + 2: + url_poster: https://theposterdb.com/api/assets/211588 + summary: The second season of the television series Stargate Atlantis commenced airing on the Sci Fi Channel in the United States on July 15, 2005, concluded on The Movie Network in Canada on January 30, 2006, and contained 20 episodes. The show itself is a spin off of its sister show, Stargate SG-1. The series was developed by Brad Wright and Robert C. Cooper, who also served as executive producers. Season two regular cast members include Joe Flanigan, Torri Higginson, Rachel Luttrell, Jason Momoa, Paul McGillion, and David Hewlett as Dr. Rodney McKay. + 3: + url_poster: https://theposterdb.com/api/assets/211589 + summary: The third season of Stargate Atlantis, an American-Canadian television series, began airing on July 21, 2006 on the US-American Sci Fi Channel. The third season concluded after 20 episodes on February 5, 2007 on the Canadian The Movie Network. The series was developed by Brad Wright and Robert C. Cooper, who also served as executive producers. Season three regular cast members include Joe Flanigan, Torri Higginson, Rachel Luttrell, Jason Momoa, Paul McGillion, and David Hewlett as Dr. Rodney McKay. + 4: + url_poster: https://theposterdb.com/api/assets/211590 + summary: The fourth season of Stargate Atlantis, an American-Canadian television series, began airing on September 28, 2007 on the US-American Sci Fi Channel. The fourth season concluded after 20 episodes on March 7, 2008 on Sci Fi. The series was developed by Brad Wright and Robert C. Cooper, who also served as executive producers. Amanda Tapping (Col. Samantha Carter) joins the cast as a regular for 14 episodes, Jewel Staite (Dr. Jennifer Keller) was a recurring character for eleven episodes, while regular cast member Torri Higginson (Dr. Elizabeth Weir) was a recurring cast member for four episodes. Other season four regular cast members include Joe Flanigan, Rachel Luttrell, Jason Momoa and David Hewlett. + 5: + url_poster: https://theposterdb.com/api/assets/211591 + summary: The fifth and final season of the military science fiction television series Stargate Atlantis commenced airing on the Sci Fi Channel in the United States on July 11, 2008, concluded on the same channel on January 9, 2009, and contained 20 episodes. The show itself is a spin off of its sister show, Stargate SG-1. The season upgrades previous supporting characters cast members such as Richard Woolsey (from Stargate SG-1) and Jennifer Keller. Amanda Tapping's character Samantha Carter was downgraded to recurring character in this season. The fifth and final season is about a military-science expedition team fighting against the Wraith from their base of operation, Atlantis. The Wraith primary goal is to gather a fleet to invade Atlantis and find their new "feeding ground", Earth. + + Stargate Universe: + year: 2009 + url_poster: https://theposterdb.com/api/assets/210315 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/211606 + summary: Special episodes from Stargate Universe + 1: + url_poster: https://theposterdb.com/api/assets/211607 + summary: The first season of Stargate Universe consists of 20 episodes. Brad Wright and Robert C. Cooper wrote the three-parter series opener named "Air", which was originally planned to be a two-parter. The first two parts of "Air" premiered on Syfy on October 2, 2009, with regularly weekly airing beginning on October 9, 2009. "Fire" was originally going to be the title for episode four, but the story and script was too big to be able to fit into one episode, so the producers changed it to become a two-parter called "Darkness" and "Light", therefore pushing all future episodes forward one slot. "Justice" was the mid-season finale. The back half of the first season aired on Friday April 2, 2010 on Space and Syfy. + 2: + url_poster: https://theposterdb.com/api/assets/211608 + summary: The second and final season of Stargate Universe was announced by Syfy on December 13, 2009. Like the first season, the second season consisted of 20 episodes. The series was moved from the franchise's long history of Friday to Tuesday, along with Caprica, as Syfy had picked up WWE Friday Night SmackDown. The series resumed on September 28, 2009, USA. In Ireland & UK, the series resumed on October 5 at 9pm on Sky1 and Sky1 HD. Syfy announced on December 16, 2010 that it would not be picking Stargate Universe up for a third season and that the Spring 2011 season would be the last to air on its channel. + + Stargate Origins: + year: 2018 + url_poster: https://theposterdb.com/api/assets/210313 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/211593 + summary: Special episodes from Stargate Origins + 1: + url_poster: https://theposterdb.com/api/assets/211594 + summary: A young Catherine Langford embarks on an adventure to unlock the mystery of the Stargate. Catherine and her father examine the gate at a warehouse near Giza.[1] Nazi cultist Wilhelm Brücke takes them hostage, reveals he knows how to use the gate, and force Professor Langford to go through the gate with them. Catherine overpowers her guard and seeks the help of her friends Captain James Beal and Wasif, convincing them to go through the gate with her to rescue her father. + + Stargate Infinity: + year: 2002 + url_poster: https://theposterdb.com/api/assets/210418 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/211592 + summary: The story arc of Stargate Infinity follows Gus Bonner being framed for opening the Stargate for alien enemies in a future version of Stargate Command (SGC). Bonner escapes with a group of fresh recruits through the Stargate. The team cannot return to Earth before they have cleared their names. The show was cancelled before any of its major plots could be resolved. The story unfolds when the members of the team encounter different alien races from other planets. + + # Star Wars (Animated) - https://theposterdb.com/set/24300 + "Star Wars: Droids": + year: 1985 + url_poster: https://theposterdb.com/api/assets/182262 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/182263 + + "Star Wars: Ewoks": + year: 1985 + url_poster: https://theposterdb.com/api/assets/182264 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/182265 + 2: + url_poster: https://theposterdb.com/api/assets/182266 + + "Star Wars: Clone Wars": + year: 2003 + url_poster: https://theposterdb.com/api/assets/40038 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/40039 + 2: + url_poster: https://theposterdb.com/api/assets/40040 + 3: + url_poster: https://theposterdb.com/api/assets/40041 + + "Star Wars: The Clone Wars": + year: 2008 + url_poster: https://theposterdb.com/api/assets/40021 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/40022 + summary: Season one focuses on various battles fought between the Republic and the Separatists, and their efforts to convince more planets and races to join them. The main antagonists are Count Dooku, his informal apprentice Asajj Ventress, and the cyborg commander of the Separatists' droid armies, General Grievous. There are also several episodes that do not focus on the conflict with the Separatists, but rather other aspects of the Clone Wars. + 2: + url_poster: https://theposterdb.com/api/assets/40023 + summary: Season two features both one episode-storylines, and a few arcs that span between two and five episodes. This season focuses heavily on bounty hunter characters, with one story arc featuring Darth Sidious hiring Cad Bane to steal a holocron from the Jedi Temple on Coruscant that will help him locate Force-sensitive children, while another deals with Boba Fett beginning his bounty hunter career and, alongside a group of more experienced mercenaries, seeking revenge against Mace Windu for killing his father. Other major story arcs focus on the planet Mandalore, which took a neutral stance in the Clone Wars and whose pacifist leader, Duchess Satine Kryze, is targeted by both the Separatists and the Mandalorian terrorist faction Death Watch; and the Jedi leading Republic forces in an assault on the main Separatist battle droid manufacturing facility on Geonosis. + 3: + url_poster: https://theposterdb.com/api/assets/40024 + summary: Season three begins to feature several story arcs that focus on the development of certain characters, such as Anakin, who is led to an ancient Force realm alongside Obi-Wan and Ahsoka, and learns more about the nature of the Force and his role as the Chosen One; Ahsoka, who defies Anakin's orders to join his team in a mission to break a Jedi Master out of a Separatist prison, and must later lead her own team of captured Jedi Padawans when they find themselves hunted by Trandoshans; and Ventress, who is betrayed by Dooku on the orders of Sidious, returns to her Nightsister clan on Dathomir, and tries to exact revenge on her former master through his new apprentice, Savage Opress, who ultimately turns on both Ventress and Dooku to follow his own path. + 4: + url_poster: https://theposterdb.com/api/assets/40025 + summary: In season four, one story arc focuses on the 501st Legion, who must act independently for the first time. This is due to them having to be under the control of Jedi general Pong Krell. He is revealed to be a traitor and manipulates them into killing each other, forcing the clones to capture and execute him. Other story arcs feature Obi-Wan faking his death and going undercover as a bounty hunter to thwart a plot to capture Chancellor Palpatine; Ventress abandoning her Sith ways and becoming a bounty hunter after the Separatists' massacre of the Nightsisters; and Savage finding his long-lost brother, Darth Maul, who seeks revenge against Obi-Wan for his defeat over a decade prior. + 5: + url_poster: https://theposterdb.com/api/assets/40026 + summary: Season five features five main story arcs. In the first one, the Republic helps a group of rebels from Onderon, led by siblings Steela and Saw Gerrera, liberate their planet from Separatist occupation. The second arc focuses on a group of Jedi younglings who, after completing their path to becoming Padawans, have to prove themselves by rescuing Ahsoka from pirates. The third arc revolves around a team of droids who, while undertaking a mission to intercept an encrypted Separatist message, encounter an amnesiac former clone commando and must help him recover his memories to escape the planet they have been stranded on. The fourth arc deals with the return of Maul, who joins forces with Death Watch and other criminal syndicates to take over Mandalore and exact revenge on Obi-Wan. + 6: + url_poster: https://theposterdb.com/api/assets/40027 + summary: Season six consists of four story arcs clone trooper Fives investigating the premature activation of Order 66 in a fellow trooper's mind, and discovering the truth about the inhibitor chips implanted in each clone's brain, only to be silenced by Palpatine before he can expose it; Padmé trying to help her old flame Rush Clovis expose the corruption in the Intergalactic Banking Clan, which causes tensions in her and Anakin's relationship when he learns about her secret mission and intervenes; Jar Jar Binks and Mace Windu rescuing the captured Queen of Bardotta from a cult headed by the Nightsisters' former leader, Mother Talzin; and Yoda embarking on a journey to learn more about the nature of the Force after he is visited by the spirit of the late Qui-Gon Jinn. + 7: + url_poster: https://theposterdb.com/api/assets/69970 + summary: Season seven consists of three story arcs. The first one is focused on Captain Rex's character, as he, Anakin, and a team of clones with genetic mutations rescue ARC Trooper Echo, previously believed to have been killed in action, and defeat the Separatists on Anaxes with his help. The second one focuses on Ahsoka, who befriends sisters Trace and Rafa Martez and helps them settle a debt with the Pyke Syndicate, while trying to conceal her Force powers because of the sisters' hatred of Jedi. The final arc, which is set concurrently with Revenge of the Sith, depicts the Siege of Mandalore, a battle that had been referenced in previous Star Wars media. Ahsoka reluctantly returns to the Republic to lead an assault alongside Rex and Mandalorian warrior Bo-Katan Kryze against Maul's forces on Mandalore in hopes of capturing him. + + Star Wars Rebels: + year: 2014 + url_poster: https://theposterdb.com/api/assets/40028 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/40029 + 2: + url_poster: https://theposterdb.com/api/assets/40030 + 3: + url_poster: https://theposterdb.com/api/assets/40031 + 4: + url_poster: https://theposterdb.com/api/assets/40032 + + "Star Wars: Forces of Destiny": + year: 2017 + url_poster: https://theposterdb.com/api/assets/40033 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/40034 + 2: + url_poster: https://theposterdb.com/api/assets/40035 + + Star Wars Galaxy of Adventures: + year: 2018 + url_poster: https://theposterdb.com/api/assets/40042 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/40043 + 2: + url_poster: https://theposterdb.com/api/assets/182292 + + Star Wars Resistance: + year: 2018 + url_poster: https://theposterdb.com/api/assets/124825 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/124826 + 2: + url_poster: https://theposterdb.com/api/assets/124827 + + "Star Wars: The Bad Batch": + year: 2021 + url_poster: https://theposterdb.com/api/assets/157179 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/157180 + + "Star Wars: Visions": + year: 2021 + url_poster: https://theposterdb.com/api/assets/182268 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/182269 + + # Star Wars (Live Action) - https://theposterdb.com/set/24300 + The Mandalorian: + year: 2019 + url_poster: https://theposterdb.com/api/assets/40036 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/40037 + summary: The first season of the American television series The Mandalorian stars Pedro Pascal as the title character, a lone bounty hunter hired to retrieve "The Child". It is part of the Star Wars franchise, set five years after the events of Return of the Jedi (1983). The season was produced by Lucasfilm, Fairview Entertainment, and Golem Creations, with Jon Favreau serving as showrunner. + 2: + url_poster: https://theposterdb.com/api/assets/116636 + summary: The second season of the American television series The Mandalorian stars Pedro Pascal as the title character, a bounty hunter trying to return "The Child" to his people, the Jedi. It is part of the Star Wars franchise, set after the events of Return of the Jedi (1983). The season was produced by Lucasfilm, Fairview Entertainment, and Golem Creations, with Jon Favreau serving as showrunner. + + The Book of Boba Fett: + year: 2021 + url_poster: https://theposterdb.com/api/assets/209117 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/209118 + summary: The Book of Boba Fett is an American space Western television series created by Jon Favreau for the streaming service Disney+. It is part of the Star Wars franchise, taking place after the events of Return of the Jedi (1983). It is a spin-off from the series The Mandalorian that features the crime lord and bounty hunter Boba Fett from that series and other Star Wars media. The Book of Boba Fett exists alongside The Mandalorian and its other spin-off Ahsoka. + + Obi-Wan Kenobi: + year: 2022 + url_poster: https://theposterdb.com/api/assets/219102 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/219103 + summary: Ten years after the events of Star Wars Episode III – Revenge of the Sith (2005)—in which the Jedi were destroyed by Order 66 and Anakin Skywalker became the Sith Lord Darth Vader—Obi-Wan Kenobi is watching over Luke Skywalker on Tatooine when he finds himself embarking on a rollicking adventure. + + Andor: + year: 2022 + url_poster: https://theposterdb.com/api/assets/268636 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/268637 + summary: Beginning five years before the events of Rogue One (2016), the series follows an ensemble cast of characters during the time that a Rebel Alliance is forming in opposition to the Galactic Empire. One of these characters is Cassian Andor, a thief who becomes a revolutionary and eventually joins the Rebellion. + + # The Walking Dead - https://theposterdb.com/set/67802 + The Walking Dead: + year: 2010 + url_poster: https://theposterdb.com/api/assets/108039 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/12394 + summary: This season adapts material from issues 1–6 of the comic book series and introduces notable comic character Rick Grimes (Andrew Lincoln), who awakens from a coma, after being shot, in a post-apocalyptic world filled with flesh-eating zombies, dubbed "walkers". After befriending Morgan Jones (Lennie James), Rick sets out to find his family and discover the origins of the walker virus. + 2: + url_poster: https://theposterdb.com/api/assets/12395 + summary: This season adapts material from issues 7–12 of the comic book series and introduces notable comic characters Hershel Greene (Scott Wilson) and his daughter, Maggie (Lauren Cohan). Mainly set at the Greene Family Farm, after the escape and destruction of the CDC, the season continues the story of Rick Grimes (Andrew Lincoln) and his group of survivors as they continue to survive in a post-apocalyptic world overrun by flesh-eating zombies, dubbed "walkers". After leaving Atlanta, Rick and the group are stopped on the highway by a threat unlike anything they have seen before. + 3: + url_poster: https://theposterdb.com/api/assets/12396 + summary: This season adapts material from issues 13–39 of the comic book series and introduces notable comic characters, including Michonne (Danai Gurira), Axel (Lew Temple), The Governor (David Morrissey) and Tyreese Williams (Chad L. Coleman). It also marks the return of Merle Dixon (Michael Rooker), the volatile older brother of Daryl Dixon (Norman Reedus), who went missing in the first season, and also features the return of Morgan Jones (Lennie James), the first survivor Rick Grimes (Andrew Lincoln) encountered and befriended, who he lost contact with in season one. As in the comics, this season is mainly set in both an abandoned prison and an active rural town of survivors. + 4: + url_poster: https://theposterdb.com/api/assets/12397 + summary: This season adapts material from issues 40–61 of the comic book series and introduces notable comic characters, including Bob Stookey (Lawrence Gilliard Jr.), Sgt. Abraham Ford (Michael Cudlitz), Dr. Eugene Porter (Josh McDermitt) and Rosita Espinosa (Christian Serratos), as well as the Chambler Family, a modified version of the Chalmers Family from a tie-in novel, The Walking Dead Rise of the Governor. + 5: + url_poster: https://theposterdb.com/api/assets/12398 + summary: This season adapts material from issues 61–77 of the comic book series and introduces notable comic characters, including the cannibalistic hunters from Terminus, Father Gabriel Stokes (Seth Gilliam) and Aaron (Ross Marquand), as well as the Anderson and Monroe families. Now reunited, the season continues the story of Rick Grimes (Andrew Lincoln) and his group of survivors as they search for sanctuary, but face new threats from both walkers and other (hostile) human survivors. It also marks the return of Morgan Jones (Lennie James), who was last seen in the third-season episode "Clear". + 6: + url_poster: https://theposterdb.com/api/assets/12399 + summary: This season adapts material from issues 78–100 of the comic book series and introduces notable comic characters, including Heath (Corey Hawkins), Dr. Denise Cloyd (Merritt Wever), Dwight (Austin Amelio), Paul "Jesus" Rovia (Tom Payne), Gregory (Xander Berkeley) and Negan (Jeffrey Dean Morgan). Following Pete's death, the season continues the story of Rick Grimes (Andrew Lincoln) and his group of survivors, who must take a step back from the violence they've come to embrace, as multiple threats lead them to adopt a mindset of hardness. + 7: + url_poster: https://theposterdb.com/api/assets/12400 + summary: This season adapts material from issues 100–114 of the comic book series and focuses on the oppressive group of survivors known as the Saviors, led by the vindictive Negan (Jeffrey Dean Morgan). He uses numbers, power and lethal brutality to coerce Rick Grimes (Andrew Lincoln), his group of survivors, and the Alexandria Safe-Zone to make regular offerings of supplies and weapons for the Saviors. Eventually, Rick and his group seek allies to help them confront Negan, including members of the survivor communities of the Hilltop, the Kingdom, Oceanside, and the Scavengers, who have had their own dealings with Negan and the Saviors. + 8: + url_poster: https://theposterdb.com/api/assets/12401 + summary: This season adapts material from issues 115–126 of the comic book series "All Out War Part I & II" and introduces notable comic book character Siddiq (Avi Nash). The season continues the story of Rick Grimes (Andrew Lincoln) and his group of survivors in their fight against Negan (Jeffrey Dean Morgan) and the Saviors. Rick, along with Maggie (Lauren Cohan), leading The Hilltop, and King Ezekiel (Khary Payton), leader of The Kingdom, unite forces to start a rebellion against the tyrant leader of the Saviors, initiating a war for the freedom of the communities. + 9: + url_poster: https://theposterdb.com/api/assets/12402 + summary: This season adapts material from issues 127–144 of the comic book series and focuses on the aftermath of All Out War. Eighteen months after the defeat of Negan (Jeffrey Dean Morgan) under an alliance of communities spearheaded by Rick Grimes (Andrew Lincoln), the season focuses on the united communities as they face obstacles and dangers both outside and inside their alliance, with the threat of the mysterious Whisperers looming. + 10: + url_poster: https://theposterdb.com/api/assets/22511 + summary: This season adapts material from issues 145–174 of the comic book series and focuses on the group's preparation and war against the Whisperers. Set several months after the massacre perpetrated by Alpha (Samantha Morton) during the community fair, the season focuses on the united communities as they initiate a fight in order to end the threat of the Whisperers. + + Fear the Walking Dead: + year: 2015 + url_poster: https://theposterdb.com/api/assets/108041 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/128801 + summary: Special epsidoes for Fear the Walking Dead. + 1: + url_poster: https://theposterdb.com/api/assets/128802 + summary: The season follows a dysfunctional, blended family composed of Madison Clark (Kim Dickens), her fiancé Travis Manawa (Cliff Curtis), her daughter Alicia (Alycia Debnam-Carey), her drug-addicted son Nick (Frank Dillane) and Travis' son Chris (Lorenzo James Henrie) from a previous marriage to Liza Ortiz (Elizabeth Rodriguez). At the onset of the zombie apocalypse, their group is joined by Daniel Salazar (Rubén Blades), his wife Griselda (Patricia Reyes Spíndola), and their daughter Ofelia (Mercedes Mason). The families navigate through Los Angeles in search of a safe haven. + 2: + url_poster: https://theposterdb.com/api/assets/128803 + summary: The season follows a dysfunctional, blended family composed of Madison Clark (Kim Dickens), her fiancé Travis Manawa (Cliff Curtis), her daughter Alicia (Alycia Debnam-Carey), her drug-addicted son Nick (Frank Dillane) and Travis' son Chris (Lorenzo James Henrie). At the onset of the zombie apocalypse, their group includes Victor Strand (Colman Domingo), a smart and sophisticated conman-turned-businessman, Daniel Salazar (Rubén Blades) and his daughter Ofelia (Mercedes Mason). This season follows the group as they escape land for the sea, and their eventual journey to Mexico. + 3: + url_poster: https://theposterdb.com/api/assets/128804 + summary: The season follows a dysfunctional, blended family composed of Madison Clark (Kim Dickens), her fiancé Travis Manawa (Cliff Curtis), her daughter Alicia (Alycia Debnam-Carey), her drug-addicted son Nick (Frank Dillane) and his lover Luciana Galvez (Danay García), as they reach the U.S.-Mexico border and find refuge on a ranch owned by the Otto family, consisting of patriarch Jeremiah Otto (Dayton Callie) and his two sons Troy (Daniel Sharman) and Jake (Sam Underwood). Meanwhile, Victor Strand (Colman Domingo) reunites with Daniel Salazar (Rubén Blades), who was presumed dead, who returns to find his daughter Ofelia (Mercedes Mason) who was separated from the group. + 4: + url_poster: https://theposterdb.com/api/assets/128805 + summary: The season marks a departure from the previous entries, with the story shifting from being a prequel to running concurrently with The Walking Dead. In addition to the group of Madison Clark (Kim Dickens), her daughter Alicia (Alycia Debnam-Carey), her drug-addicted son Nick (Frank Dillane), his lover Luciana Galvez (Danay García), and grifter Victor Strand (Colman Domingo) from the previous seasons, the story follows original series character Morgan Jones (Lennie James) as he encounters them amid their conflict with the antagonistic Vultures. Several new characters are also introduced in the fourth season, including journalist Althea Szewczyk-Przygocki (Maggie Grace), police officer John Dorie (Garret Dillahunt), and nurse June (Jenna Elfman). + 5: + url_poster: https://theposterdb.com/api/assets/128806 + summary: The season follows the group of survivors led by Morgan Jones (Lennie James) and Alicia Clark (Alycia Debnam-Carey) as they search for other survivors, looking to provide help for others in an effort to make up for the wrongdoings from their pasts. + 6: + url_poster: https://theposterdb.com/api/assets/128807 + summary: The season follows Morgan Jones (Lennie James) who has been left for dead by Virginia (Colby Minifie), while the remaining members of Morgan's group have been separated by Virginia and her Pioneers and are dispersed across her various settlements. The season also features multiple time jumps. + + "The Walking Dead: World Beyond": + year: 2020 + url_poster: https://theposterdb.com/api/assets/109050 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/129843 + summary: The series, set in Nebraska ten years after the zombie apocalypse, features four teenage protagonists and focuses on "the first generation to come-of-age in the apocalypse as we know it. Some will become heroes. Some will become villains. In the end, all of them will be changed forever. Grown-up and cemented in their identities, both good and bad. + + # The X-Files - Summaries sourced from wikipedia + The X-Files: + year: 1993 + url_poster: https://theposterdb.com/api/assets/160397 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/160398 + summary: Special episodes from The X-Files + 1: + url_poster: https://theposterdb.com/api/assets/160399 + summary: The first season of the science fiction television series The X-Files commenced airing on the Fox network in the United States on September 10, 1993, and concluded on the same channel on May 13, 1994, after airing all 24 episodes. The first season introduced main characters of the series, including Fox Mulder and Dana Scully who were portrayed by David Duchovny and Gillian Anderson, respectively, and recurring characters Deep Throat, Walter Skinner, and Cigarette Smoking Man. The season introduced the series' main concept, revolving around the investigation of paranormal or supernatural cases, known as X-Files, by the Federal Bureau of Investigation; it also began to lay the groundwork for the series' overarching mythology. + 2: + url_poster: https://theposterdb.com/api/assets/160400 + summary: The second season of The X-Files takes place after the closure of the department following the events of the first season finale. In addition to stand-alone "Monster-of-the-Week" episodes, several episodes also furthered the alien conspiracy mythology that had begun to form. Season two introduced several recurring characters—X (Steven Williams), an informant to Mulder; Alex Krycek (Nicholas Lea), Mulder's partner-turned-enemy; and the Alien Bounty Hunter (Brian Thompson), a shape-shifting assassin. + 3: + url_poster: https://theposterdb.com/api/assets/160401 + summary: The season features the conclusion of several plot-lines introduced in season two, while also introducing several new plot elements. Major plot arcs include an elaborate conspiracy being discovered when an alien autopsy video is acquired by Mulder, Scully's search for the killer of her sister, and the mystery surrounding X (Steven Williams). Pivotal characters such as the First Elder (Don S. Williams) and the alien virus black oil were first introduced in this season. In addition, the season features a wide variety of "Monster-of-the-Week" episodes, stand-alone stories not of influence to the wider mythology of the series. + 4: + url_poster: https://theposterdb.com/api/assets/160402 + summary: The fourth season of the series focuses heavily on FBI federal agents Fox Mulder's (David Duchovny) and his partner Dana Scully's (Gillian Anderson) investigation of an alien conspiracy, which is protected by the mysterious Syndicate. Midway through the season, Scully is diagnosed with terminal cancer, a result of her previous abduction, and Mulder begins to lose his faith in the idea of extraterrestrials. Debuting with high viewing figures and ranking as the twentieth most watched television series during the 1996–97 television year in the United States, the season was a success, with figures averaging around 20 million viewers an episode. This made it, at the time, the highest rated season of The X-Files to air + 5: + url_poster: https://theposterdb.com/api/assets/160403 + summary: The fifth season of the series focused heavily on FBI federal agents Fox Mulder's (David Duchovny) loss of faith in the existence of extraterrestrials and his partner, Dana Scully's (Gillian Anderson), resurgence of health following her bout with cancer. New characters were also introduced, including agents Jeffrey Spender (Chris Owens) and Diana Fowley (Mimi Rogers) and the psychic Gibson Praise (Jeff Gulka). The finale, "The End", led up to both the 1998 film and the sixth season premiere "The Beginning". + 6: + url_poster: https://theposterdb.com/api/assets/160404 + summary: In Washington, D.C., Agent Fox Mulder appears before an FBI panel regarding his experiences in Antarctica. Assistant Director Walter Skinner (Mitch Pileggi) tells Mulder that he and Scully have been denied reassignment to the division. Mulder goes to his former basement office, only to discover that Jeffrey Spender (Chris Owens) and Diana Fowley (Mimi Rogers) have been assigned to the X-Files. Going against orders, Mulder and Scully track down an escaped alien in Phoenix, Arizona while Cigarette Smoking Man (William B. Davis) gives chase. Mulder and Scully eventually discover that Cigarette Smoking Man has been using Gibson Praise to locate the creature. Scully brings Gibson to the hospital, where it is determined that he has the alien virus in his blood. Later, Skinner is mysteriously poisoned by a nanorobot infection. + 7: + url_poster: https://theposterdb.com/api/assets/160405 + summary: After the events of the season six finale, Walter Skinner (Mitch Pileggi) and Michael Kritschgau (John Finn) are desperately attempting to find the truth behind the so-called alien object. Meanwhile, Fox Mulder (David Duchovny) is still imprisoned by his own frenetic brain activity. Dana Scully (Gillian Anderson) and Skinner are unaware of FBI Special Agent Diana Fowley's (Mimi Rogers) duplicity—she is working for Cigarette Smoking Man (William B. Davis). Scully then travels to Africa to unravel the secrets of the alien artifacts, finding something that looks like a spaceship buried under the shoreline off the Côte d'Ivoire coast. The object may prove that life originated elsewhere, and all religion is based on the Navajo contact with alien life. + 8: + url_poster: https://theposterdb.com/api/assets/160406 + summary: At the end of the seventh season finale, "Requiem", Fox Mulder (David Duchovny) was abducted by aliens.[1] Dana Scully (Gillian Anderson) meets Special Agent John Doggett (Robert Patrick), the leader of an FBI taskforce organized to conduct a search for Mulder.[2] Although the search ultimately proves unsuccessful, Doggett is assigned to the X-Files and works with Scully to look for explanations to several cases.[3] When Scully learns that several women have reportedly been abducted and impregnated with alien babies, she begins to question her own pregnancy and fears for her unborn child. + 9: + url_poster: https://theposterdb.com/api/assets/160407 + summary: After the eighth season finale "Existence", Fox Mulder (David Duchovny) goes into hiding. Dana Scully (Gillian Anderson) is again reassigned to the FBI Academy, and Monica Reyes (Annabeth Gish) becomes John Doggett's (Robert Patrick) new FBI partner in the X-Files office. Doggett asks Scully for help on a case involving an EPA official, Carl Wormus (Nicholas Walker), who died after his car was forced off a bridge by a woman he picked up. Doggett and Walter Skinner (Mitch Pileggi) travel to a reclamation plant, looking for links between Wormus' work and death. + 10: + url_poster: https://theposterdb.com/api/assets/160408 + summary: Fourteen years after the closure of the X-Files, Fox Mulder is contacted by Dana Scully at the behest of FBI Assistant Director Walter Skinner, who wants him to meet a right-wing online webcaster named Tad O'Malley. Mulder and Scully reunite in Washington, D.C., where they are picked up by O'Malley in his limousine. They meet a young woman named Sveta, who claims to have fragmented memories of having her fetuses stolen from her during alien abductions and to possess alien DNA. + 11: + url_poster: https://theposterdb.com/api/assets/160409 + summary: Dana Scully (Gillian Anderson) wakes up in the hospital after having a seizure, now realizing the events of "My Struggle II" were a vision and haven't actually happened yet. Mulder initially presumes Scully’s ramblings are a product of her illness but leaves the hospital to investigate. Agent Jeffrey Spender later appears at Scully’s bedside, revealing that someone is looking for William. He first balks at telling her the location of her son, revealing only the name of the family that adopted him—Van De Kamp. + + The Lone Gunmen: + year: 2001 + url_poster: https://theposterdb.com/api/assets/160394 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/160395 + summary: Special episodes for The Lone Gunmen. + 1: + url_poster: https://theposterdb.com/api/assets/160396 + summary: Whereas The X-Files deals mainly with paranormal events and conspiracies to cover up extraterrestrial contact, The Lone Gunmen draws on secret activity of other kinds, such as government-sponsored terrorism, the development of a surveillance society, corporate crime, and escaped Nazis. The show has a light mood and elements of slapstick comedy. The trio are alternately aided and hindered by a mysterious thief named Yves Adele Harlow. + + + + + +######################################################################### +# TV Show Metadata Sorted By Networks # +# All summaries sourced from wikipedia unless noted # +######################################################################### + + # A&E + The First 48: + year: 2004 + url_poster: https://theposterdb.com/api/assets/39038 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/39039 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 2: + url_poster: https://theposterdb.com/api/assets/39040 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 3: + url_poster: https://theposterdb.com/api/assets/39041 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 4: + url_poster: https://theposterdb.com/api/assets/39042 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 5: + url_poster: https://theposterdb.com/api/assets/39043 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 6: + url_poster: https://theposterdb.com/api/assets/39044 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 7: + url_poster: https://theposterdb.com/api/assets/39045 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 8: + url_poster: https://theposterdb.com/api/assets/39046 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 9: + url_poster: https://theposterdb.com/api/assets/39047 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 10: + url_poster: https://theposterdb.com/api/assets/39048 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 11: + url_poster: https://theposterdb.com/api/assets/39049 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 12: + url_poster: https://theposterdb.com/api/assets/39050 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 13: + url_poster: https://theposterdb.com/api/assets/39051 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 14: + url_poster: https://theposterdb.com/api/assets/39052 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 15: + url_poster: https://theposterdb.com/api/assets/39053 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 16: + url_poster: https://theposterdb.com/api/assets/39054 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 17: + url_poster: https://theposterdb.com/api/assets/39055 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 18: + url_poster: https://theposterdb.com/api/assets/39056 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 19: + url_poster: https://theposterdb.com/api/assets/53469 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + 20: + url_poster: https://theposterdb.com/api/assets/123652 + summary: Each episode picks one or more homicides in different cities, covering each alternately, showing how detectives use forensic evidence, witness interviews, and other advanced investigative techniques to identify suspects. While most cases are solved within the first 48 hours, some go on days, weeks, months or even years after the first 48. + + Dog the Bounty Hunter: + year: 2004 + url_poster: https://theposterdb.com/api/assets/55417 + seaasons: + 0: + url_poster: https://theposterdb.com/api/assets/58348 + 1: + url_poster: https://theposterdb.com/api/assets/55418 + 2: + url_poster: https://theposterdb.com/api/assets/55419 + 3: + url_poster: https://theposterdb.com/api/assets/55420 + 4: + url_poster: https://theposterdb.com/api/assets/55421 + 5: + url_poster: https://theposterdb.com/api/assets/55422 + 6: + url_poster: https://theposterdb.com/api/assets/55423 + 7: + url_poster: https://theposterdb.com/api/assets/55424 + 8: + url_poster: https://theposterdb.com/api/assets/55425 + + Intervention: + year: 2005 + url_poster: https://theposterdb.com/api/assets/26728 + + Parking Wars: + year: 2008 + url_poster: https://theposterdb.com/api/assets/176862 + + The Andromeda Strain: + year: 2008 + url_poster: https://theposterdb.com/api/assets/40492 + + The Beast: + year: 2009 + url_poster: https://theposterdb.com/api/assets/39933 + + Breakout Kings: + year: 2011 + url_poster: https://theposterdb.com/api/assets/185795 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/185796 + summary: The series follows a task force assembled by the U.S. Marshals to capture prison escapees. Several current convicts are offered a chance to aid in this effort, with the promise of a transfer to a minimum-security prison and a reduction in their sentences for every fugitive they catch. However, if any of them tries to escape, they will all be returned to their original prisons and their sentences will be doubled. + 2: + url_poster: https://theposterdb.com/api/assets/185797 + summary: The series follows a task force assembled by the U.S. Marshals to capture prison escapees. Several current convicts are offered a chance to aid in this effort, with the promise of a transfer to a minimum-security prison and a reduction in their sentences for every fugitive they catch. However, if any of them tries to escape, they will all be returned to their original prisons and their sentences will be doubled. + + Bag of Bones: + year: 2011 + url_poster: https://theposterdb.com/api/assets/161258 + + Duck Dynasty: + year: 2012 + url_poster: https://theposterdb.com/api/assets/88672 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/88673 + summary: Duck Dynasty is an American reality television series that aired on A&E from 2012 to 2017. The series portrays the lives of the Robertson family, who became successful from their family-operated business, Duck Commander. The West Monroe, Louisiana business makes products for duck hunters, primarily a duck call called Duck Commander. The Robertson men—brothers Phil and Si, and Phil's sons Alan, Jase, Willie, and Jep—are known for their long beards and their conservative, Evangelical Christian views which is why the show is often considered to be a part of Christian media. + 2: + url_poster: https://theposterdb.com/api/assets/88674 + summary: Duck Dynasty is an American reality television series that aired on A&E from 2012 to 2017. The series portrays the lives of the Robertson family, who became successful from their family-operated business, Duck Commander. The West Monroe, Louisiana business makes products for duck hunters, primarily a duck call called Duck Commander. The Robertson men—brothers Phil and Si, and Phil's sons Alan, Jase, Willie, and Jep—are known for their long beards and their conservative, Evangelical Christian views which is why the show is often considered to be a part of Christian media. + 3: + url_poster: https://theposterdb.com/api/assets/88675 + summary: Duck Dynasty is an American reality television series that aired on A&E from 2012 to 2017. The series portrays the lives of the Robertson family, who became successful from their family-operated business, Duck Commander. The West Monroe, Louisiana business makes products for duck hunters, primarily a duck call called Duck Commander. The Robertson men—brothers Phil and Si, and Phil's sons Alan, Jase, Willie, and Jep—are known for their long beards and their conservative, Evangelical Christian views which is why the show is often considered to be a part of Christian media. + 4: + url_poster: https://theposterdb.com/api/assets/88676 + summary: Duck Dynasty is an American reality television series that aired on A&E from 2012 to 2017. The series portrays the lives of the Robertson family, who became successful from their family-operated business, Duck Commander. The West Monroe, Louisiana business makes products for duck hunters, primarily a duck call called Duck Commander. The Robertson men—brothers Phil and Si, and Phil's sons Alan, Jase, Willie, and Jep—are known for their long beards and their conservative, Evangelical Christian views which is why the show is often considered to be a part of Christian media. + 5: + url_poster: https://theposterdb.com/api/assets/88677 + summary: Duck Dynasty is an American reality television series that aired on A&E from 2012 to 2017. The series portrays the lives of the Robertson family, who became successful from their family-operated business, Duck Commander. The West Monroe, Louisiana business makes products for duck hunters, primarily a duck call called Duck Commander. The Robertson men—brothers Phil and Si, and Phil's sons Alan, Jase, Willie, and Jep—are known for their long beards and their conservative, Evangelical Christian views which is why the show is often considered to be a part of Christian media. + 6: + url_poster: https://theposterdb.com/api/assets/88678 + summary: Duck Dynasty is an American reality television series that aired on A&E from 2012 to 2017. The series portrays the lives of the Robertson family, who became successful from their family-operated business, Duck Commander. The West Monroe, Louisiana business makes products for duck hunters, primarily a duck call called Duck Commander. The Robertson men—brothers Phil and Si, and Phil's sons Alan, Jase, Willie, and Jep—are known for their long beards and their conservative, Evangelical Christian views which is why the show is often considered to be a part of Christian media. + 7: + url_poster: https://theposterdb.com/api/assets/88679 + summary: Duck Dynasty is an American reality television series that aired on A&E from 2012 to 2017. The series portrays the lives of the Robertson family, who became successful from their family-operated business, Duck Commander. The West Monroe, Louisiana business makes products for duck hunters, primarily a duck call called Duck Commander. The Robertson men—brothers Phil and Si, and Phil's sons Alan, Jase, Willie, and Jep—are known for their long beards and their conservative, Evangelical Christian views which is why the show is often considered to be a part of Christian media. + 8: + url_poster: https://theposterdb.com/api/assets/88680 + summary: Duck Dynasty is an American reality television series that aired on A&E from 2012 to 2017. The series portrays the lives of the Robertson family, who became successful from their family-operated business, Duck Commander. The West Monroe, Louisiana business makes products for duck hunters, primarily a duck call called Duck Commander. The Robertson men—brothers Phil and Si, and Phil's sons Alan, Jase, Willie, and Jep—are known for their long beards and their conservative, Evangelical Christian views which is why the show is often considered to be a part of Christian media. + 9: + url_poster: https://theposterdb.com/api/assets/88681 + summary: Duck Dynasty is an American reality television series that aired on A&E from 2012 to 2017. The series portrays the lives of the Robertson family, who became successful from their family-operated business, Duck Commander. The West Monroe, Louisiana business makes products for duck hunters, primarily a duck call called Duck Commander. The Robertson men—brothers Phil and Si, and Phil's sons Alan, Jase, Willie, and Jep—are known for their long beards and their conservative, Evangelical Christian views which is why the show is often considered to be a part of Christian media. + 10: + url_poster: https://theposterdb.com/api/assets/88682 + summary: Duck Dynasty is an American reality television series that aired on A&E from 2012 to 2017. The series portrays the lives of the Robertson family, who became successful from their family-operated business, Duck Commander. The West Monroe, Louisiana business makes products for duck hunters, primarily a duck call called Duck Commander. The Robertson men—brothers Phil and Si, and Phil's sons Alan, Jase, Willie, and Jep—are known for their long beards and their conservative, Evangelical Christian views which is why the show is often considered to be a part of Christian media. + 11: + url_poster: https://theposterdb.com/api/assets/88683 + summary: Duck Dynasty is an American reality television series that aired on A&E from 2012 to 2017. The series portrays the lives of the Robertson family, who became successful from their family-operated business, Duck Commander. The West Monroe, Louisiana business makes products for duck hunters, primarily a duck call called Duck Commander. The Robertson men—brothers Phil and Si, and Phil's sons Alan, Jase, Willie, and Jep—are known for their long beards and their conservative, Evangelical Christian views which is why the show is often considered to be a part of Christian media. + + Longmire: + year: 2012 + url_poster: https://theposterdb.com/api/assets/179983 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/179984 + summary: Walt's adult daughter Cady (Cassidy Freeman) is concerned that her father has been stuck since the death of her mother. While preparing to run for re-election, Walt has delegated most police duties to deputies Branch Connally (Bailey Chase) and "The Ferg" (Adam Bartley). Branch has also entered the election, to unseat Longmire, and he is secretly dating Cady. Victoria "Vic" Moretti (Katee Sackhoff), a transplanted Philadelphia homicide detective, arrived in Wyoming six months prior and works as one of Walt's deputies. + 2: + url_poster: https://theposterdb.com/api/assets/179985 + summary: Cady goes to Denver to speak to Detective Fales, who gives her the details of her mother's murder and informs her the suspected murderer has also been killed. When Fales questions her, she says that her father confides in Henry Standing Bear, inadvertently giving Fales a new target of investigation. Henry tells Walt that he killed the murderer because Walt was unable to do so. Vic encounters Ed Gorski (Lee Tergesen), a retired cop from Philadelphia. + 3: + url_poster: https://theposterdb.com/api/assets/179986 + summary: As Branch recovers from being shot, he comes to believe he was shot by David Ridges (David Midthunder), a Cheyenne who was thought to have committed suicide and been cremated. Walt and the others do not believe him, and he begins his own investigation. In prison, Henry is abused by other Native Americans, led by former Cheyenne reservation police chief Malachi Strand (Graham Greene). Strand believes Henry contributed to his arrest through his friendship with Walt. When Malachi makes it difficult for Henry to obtain an attorney, Cady decides to represent him. Henry gets released on bail and sets out to prove his innocence. + 4: + url_poster: https://theposterdb.com/api/assets/179987 + summary: Walt, Vic, and Ferg set out to search for Branch, after finding a disturbing typewritten note on his home computer. Walt finds him dead in a river from what appears to be a self-inflicted shotgun wound. Walt finds soil in the shotgun shell, implying that the shell had been ejected after firing and replaced in the gun. Walt hence refuses to rule Branch's death a suicide, and begins thinking that Nighthorse is behind the murder. A drunken Barlow Connolly confesses to killing Branch. + 5: + url_poster: https://theposterdb.com/api/assets/179988 + summary: Walt conducts an intense search for the person who kidnapped Donna after the home invasion and seriously wounded him. Walt and Donna continue their relationship. Nighthorse becomes increasingly suspicious of Malachi's activities, and suspects he is skimming at the casino or otherwise earning illegal money. Mathias (Zahn McClarnon), the Chief of Police on the Cheyenne Reservation, figures out that Henry has taken over Hector's duties as vigilante and uses that to his advantage. Archie (The Ferg) begins a relationship with a local nurse. A heroin operation by the Irish mob is discovered in Walt's jurisdiction + 6: + url_poster: https://theposterdb.com/api/assets/179989 + summary: In the first episode, Henry is still being held by kidnappers (led by Malachi) on the Crow reservation and might die if not found, but is finally freed by Walt with the help of the Crow medicine woman. Walt investigates a bank robbery with some unusual aspects.[14] Based on the use of Jacob Nighthorse's wooden stakes in the Henry kidnapping, Walt still suspects Jacob of being behind Malachi but due to Jacob's fear of Malachi, Henry arranges a reconciliation with Walt. As a result, Jacob agrees to present Malachi’s “Red Pony” ledger to the FBI as proof that Malachi was using the Red Pony to syphon illegal profits. + + Coma: + year: 2012 + url_poster: https://theposterdb.com/api/assets/40533 + + Bates Motel: + year: 2013 + url_poster: https://theposterdb.com/api/assets/13937 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/13938 + summary: The first season of Bates Motel premiered on March 18, 2013, and concluded on May 20, 2013. The season consisted of 10 episodes and aired on Mondays at 10 p.m. ET/PT on A&E. The series is described as a "contemporary prequel" to the 1960 film Psycho and follows the life of Norman Bates and his mother Norma prior to the events portrayed in the Hitchcock film. The series takes place in the fictional town of White Pine Bay, Oregon. + 2: + url_poster: https://theposterdb.com/api/assets/13939 + summary: The second season of Bates Motel consisted of 10 episodes and premiered on A&E on March 3, 2014. The season aired on Mondays at 9 p.m. ET/PT on A&E, and concluded on May 5, 2014. The series itself is described as a "contemporary prequel" to the 1960 film Psycho and follows the life of Norman Bates and his mother Norma in the fictional town of White Pine Bay, Oregon prior to the events portrayed in the Hitchcock film. + 3: + url_poster: https://theposterdb.com/api/assets/13940 + summary: The third season of Bates Motel consisted of 10 episodes and premiered on A&E on March 9, 2015. The season aired on Mondays at 9 p.m. ET/PT, and concluded on May 11, 2015. The series itself is described as a "contemporary prequel" to the 1960 film Psycho, following the life of Norman Bates and his mother Norma prior to the events portrayed in the Hitchcock film. + 4: + url_poster: https://theposterdb.com/api/assets/13941 + summary: The fourth season of Bates Motel premiered on March 7, 2016, and concluded on May 16, 2016. The season consisted of 10 episodes and aired on Mondays at 9 p.m. ET/PT on A&E.[1] The series itself is described as a "contemporary prequel" to the 1960 film Psycho, following the life of Norman Bates and his mother Norma prior to the events portrayed in the Hitchcock film. + 5: + url_poster: https://theposterdb.com/api/assets/13942 + summary: The fifth and final season of Bates Motel premiered on February 20, 2017, and concluded on April 24, 2017. The season consisted of 10 episodes and aired on Mondays at 10 p.m. ET/PT on A&E. The series itself is described as a "contemporary prequel" to the 1960 film Psycho, following the life of Norman Bates and his mother Norma prior to the events portrayed in the Hitchcock film. However, the final season of the series loosely adapts the plot of Psycho. + + Wahlburgers: + year: 2014 + url_poster: https://theposterdb.com/api/assets/143221 + + Damien: + year: 2016 + url_poster: https://theposterdb.com/api/assets/29398 + + 60 Days In: + year: 2016 + url_poster: https://theposterdb.com/api/assets/181059 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/181060 + 1: + url_poster: https://theposterdb.com/api/assets/181061 + 2: + url_poster: https://theposterdb.com/api/assets/181062 + 3: + url_poster: https://theposterdb.com/api/assets/181063 + 4: + url_poster: https://theposterdb.com/api/assets/181064 + 5: + url_poster: https://theposterdb.com/api/assets/181065 + 6: + url_poster: https://theposterdb.com/api/assets/181066 + + Live PD: + year: 2016 + url_poster: https://theposterdb.com/api/assets/39457 + + "Leah Remini: Scientology and the Aftermath": + year: 2016 + url_poster: https://theposterdb.com/api/assets/200238 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/200239 + 1: + url_poster: https://theposterdb.com/api/assets/200240 + 2: + url_poster: https://theposterdb.com/api/assets/200241 + 3: + url_poster: https://theposterdb.com/api/assets/200242 + + "Live PD: Police Patrol": + year: 2017 + url_poster: https://theposterdb.com/api/assets/39459 + + Who Killed Tupac?: + year: 2017 + url_poster: https://theposterdb.com/api/assets/84564 + + Marcia Clark Investigates The First 48: + year: 2018 + url_poster: https://theposterdb.com/api/assets/70216 + + Cultureshock: + year: 2018 + url_poster: https://theposterdb.com/api/assets/53457 + + "Live PD Presents: PD Cam": + year: 2018 + url_poster: https://theposterdb.com/api/assets/39460 + + Live Rescue: + year: 2019 + url_poster: https://theposterdb.com/api/assets/39461 + + # ABC + Crusade in Europe: + year: 1949 + url_poster: https://theposterdb.com/api/assets/145224 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/145225 + + Adventures of Superman: + year: 1952 + url_poster: https://theposterdb.com/api/assets/192966 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/192967 + 2: + url_poster: https://theposterdb.com/api/assets/192968 + 3: + url_poster: https://theposterdb.com/api/assets/192969 + 4: + url_poster: https://theposterdb.com/api/assets/192970 + 5: + url_poster: https://theposterdb.com/api/assets/192971 + 6: + url_poster: https://theposterdb.com/api/assets/192972 + + Popeye the Sailor: + year: 1960 + url_poster: https://theposterdb.com/api/assets/112535 + + The Flintstones: + year: 1960 + url_poster: https://theposterdb.com/api/assets/166414 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/166415 + 1: + url_poster: https://theposterdb.com/api/assets/166428 + 2: + url_poster: https://theposterdb.com/api/assets/166429 + 3: + url_poster: https://theposterdb.com/api/assets/166430 + 4: + url_poster: https://theposterdb.com/api/assets/166431 + 5: + url_poster: https://theposterdb.com/api/assets/166432 + 6: + url_poster: https://theposterdb.com/api/assets/166433 + + Top Cat: + year: 1961 + url_poster: https://theposterdb.com/api/assets/166449 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/166450 + 1: + url_poster: https://theposterdb.com/api/assets/166451 + + Calvin and the Colonel: + year: 1961 + url_poster: https://theposterdb.com/api/assets/214782 + + The Jetsons: + year: 1962 + url_poster: https://theposterdb.com/api/assets/43293 + + Combat!: + year: 1962 + url_poster: https://theposterdb.com/api/assets/40534 + + Bewitched: + year: 1964 + url_poster: https://theposterdb.com/api/assets/62593 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/62594 + 2: + url_poster: https://theposterdb.com/api/assets/62595 + 3: + url_poster: https://theposterdb.com/api/assets/62596 + 4: + url_poster: https://theposterdb.com/api/assets/62597 + 5: + url_poster: https://theposterdb.com/api/assets/62598 + 6: + url_poster: https://theposterdb.com/api/assets/62599 + 7: + url_poster: https://theposterdb.com/api/assets/62600 + 8: + url_poster: https://theposterdb.com/api/assets/62601 + + The Addams Family: + year: 1964 + url_poster: https://theposterdb.com/api/assets/53157 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/156858 + 2: + url_poster: https://theposterdb.com/api/assets/156859 + + Jonny Quest: + year: 1964 + url_poster: https://theposterdb.com/api/assets/99890 + + Honey West: + year: 1965 + url_poster: https://theposterdb.com/api/assets/42008 + + Batman: + year: 1966 + url_poster: https://theposterdb.com/api/assets/79553 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/79554 + 1: + url_poster: https://theposterdb.com/api/assets/79555 + 2: + url_poster: https://theposterdb.com/api/assets/79556 + 3: + url_poster: https://theposterdb.com/api/assets/79557 + + The Green Hornet: + year: 1966 + url_poster: https://theposterdb.com/api/assets/140843 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/140844 + 1: + url_poster: https://theposterdb.com/api/assets/140845 + + Spider-Man: + year: 1967 + url_poster: https://theposterdb.com/api/assets/45155 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/45157 + 2: + url_poster: https://theposterdb.com/api/assets/45158 + 3: + url_poster: https://theposterdb.com/api/assets/45159 + + Land of the Giants: + year: 1968 + url_poster: https://theposterdb.com/api/assets/29910 + + Scooby-Doo, Where Are You!: + year: 1969 + url_poster: https://theposterdb.com/api/assets/14239 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/14240 + 1: + url_poster: https://theposterdb.com/api/assets/14241 + 2: + url_poster: https://theposterdb.com/api/assets/14242 + 3: + url_poster: https://theposterdb.com/api/assets/14243 + + The Brady Bunch: + year: 1969 + url_poster: https://theposterdb.com/api/assets/10872 + + Columbo: + year: 1971 + url_poster: https://theposterdb.com/api/assets/137012 + + The Streets of San Francisco: + year: 1972 + url_poster: https://theposterdb.com/api/assets/143350 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/143351 + 2: + url_poster: https://theposterdb.com/api/assets/143383 + 3: + url_poster: https://theposterdb.com/api/assets/143353 + 4: + url_poster: https://theposterdb.com/api/assets/143384 + 5: + url_poster: https://theposterdb.com/api/assets/143385 + + Kung Fu: + year: 1972 + url_poster: https://theposterdb.com/api/assets/42063 + + Super Friends: + year: 1973 + url_poster: https://theposterdb.com/api/assets/72300 + + The Six Million Dollar Man: + year: 1973 + url_poster: https://theposterdb.com/api/assets/120722 + + Hong Kong Phooey: + year: 1974 + url_poster: https://theposterdb.com/api/assets/166452 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/166453 + + # Adult Swim + Rick and Morty: + year: 2013 + url_poster: https://theposterdb.com/api/assets/168176 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/168177 + 1: + url_poster: https://theposterdb.com/api/assets/168178 + 2: + url_poster: https://theposterdb.com/api/assets/168179 + 3: + url_poster: https://theposterdb.com/api/assets/168180 + 4: + url_poster: https://theposterdb.com/api/assets/168181 + 5: + url_poster: https://theposterdb.com/api/assets/168182 + 6: + url_poster: https://theposterdb.com/api/assets/263703 + + # Amazon Prime + The Expanse: + year: 2015 + url_poster: https://theposterdb.com/api/assets/183290 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/112862 + summary: Special episodes for The Expanse. + 1: + url_poster: https://theposterdb.com/api/assets/108607 + summary: Chrisjen Avasarala, a United Nations executive, works to prevent war between Earth and Mars. Ceres police detective Joe Miller is sent to find a missing young woman, Julie Mao. The space-freighter Canterbury and the Martian Navy flagship Donnager are destroyed by unknown stealth ships. James Holden, Naomi Nagata, Alex Kamal and Amos Burton survive both attacks and escape in a Martian gunship named the Tachi. They subsequently rename the ship Rocinante which becomes the main setting of the series. The crew of the Rocinante, with Miller's help, investigates and eventually discovers a biohazard that kills off most of the humans on the asteroid Eros, including Julie. + 2: + url_poster: https://theposterdb.com/api/assets/108608 + summary: The crew of the Rocinante, along with members of the OPA, attack the station responsible for the biohazard on Eros. Learning that it is an extra-solar bio-weapon known as the protomolecule, they attempt to destroy Eros. Miller becomes trapped on Eros, and dies when it crashes into Venus. Martian Marine Bobbie Draper fights an inhuman figure on Ganymede and later, during peace talks between Earth and Mars, becomes a protégé of Avasarala. The crew tries to help a father, Prax, find his daughter. In the process, they encounter and kill a figure akin to the one that Draper fought, now known as a "protomolecule hybrid", developed by Jules-Pierre Mao. A research ship, sent to Venus to investigate the crash of Eros into the planet, is stopped dead in the atmosphere and completely disassembled by the protomolecule. + 3: + url_poster: https://theposterdb.com/api/assets/108610 + summary: The UN declares war, as Earth and Mars send science vessels to investigate what is happening on Venus. Political tensions soar as the OPA is recognized as the government of the Belters, and Prax gets reunited with his daughter. The protomolecule forms the Ring, a structure which takes an orbital position beyond Uranus, and the race begins between all three governments to send their ships through. After a Belter racing ship slingshots through the Ring at high speed, the ring believes the high speed humans and objects to be dangerous and activates defenses that threaten humanity. Through Holden, a projection of Miller tries to shut off the defenses of the ring, and convince the protomolecule that humanity is not a threat. + 4: + url_poster: https://theposterdb.com/api/assets/108612 + summary: A large rush to other solar systems with habitable worlds begins, with thousands of planets accessible now via the Ring. Refugee ships from the Belt and overcrowded Earth are stopped at the gateway. A ship runs the blockade, and the crew of the Rocinante are sent through the portal to investigate the situation on the exoplanet that has been settled by these Belter refugees, called Ilus. The settlers have been joined by an officially backed scientific expedition with private military support, often leading to violence between the two groups. The crew tries to ease the tensions, but fails, and decide to find out what is happening on the planet and where the previous civilization has gone. With the help of Miller, Holden reactivates the ancient structure, setting off a chain of cataclysmic events. Efforts to terraform Mars also begin to wane as ready-made habitable worlds are now available, as Bobbie Draper realizes. + 5: + url_poster: https://theposterdb.com/api/assets/108617 + summary: A deadly conspiracy threatens Earth, as the crew of the Rocinante pursue personal missions while their ship is in drydock at Tycho Station. Draper and Avasarala investigate the Martian military's ties to a growing threat from a rogue faction of Belters. Marco Inaros the rebel leader amasses a Belter fleet, and attacks Earth through stealth shielded asteroids. + 6: + url_poster: https://theposterdb.com/api/assets/183289 + summary: Holden and the crew of the Rocinante fight alongside the Combined Fleet of Earth and Mars to protect the Inner Planets from Marco Inaros and his Free Navy's campaign of death and destruction. The combined fleet, allied with the fleet of Camina Drummer and other Belter fleets, is successful in defeating Marco and his Free Navy. On a distant planet beyond the Rings, a new power rises. + + # CBS (Paramount) + Teenage Mutant Ninja Turtles: + year: 1987 + url_poster: https://theposterdb.com/api/assets/163236 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/163237 + 1: + url_poster: https://theposterdb.com/api/assets/163238 + 2: + url_poster: https://theposterdb.com/api/assets/163239 + 3: + url_poster: https://theposterdb.com/api/assets/163240 + 4: + url_poster: https://theposterdb.com/api/assets/163241 + 5: + url_poster: https://theposterdb.com/api/assets/163242 + 6: + url_poster: https://theposterdb.com/api/assets/163243 + 7: + url_poster: https://theposterdb.com/api/assets/163244 + 8: + url_poster: https://theposterdb.com/api/assets/163245 + 9: + url_poster: https://theposterdb.com/api/assets/163246 + 10: + url_poster: https://theposterdb.com/api/assets/163247 + + # FX/FXX + + + # Fox + 24: + year: 2001 + url_poster: https://theposterdb.com/api/assets/83054 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/83055 + summary: The first season takes place on the day of the California Presidential Primary. The season's main plot revolves around an assassination attempt on U.S. Senator from Maryland, David Palmer, a candidate for the Democratic Party presidential nomination, on the day of the primary in California. The central character is Jack Bauer, a former Delta Force operator who is the Director of the fictional Counter Terrorist Unit (CTU) in Los Angeles. Bauer becomes professionally as well as personally involved when his wife Teri and daughter Kim are kidnapped by the people behind the assassination plot. + 2: + url_poster: https://theposterdb.com/api/assets/83056 + summary: The second season is set 18 months after season one. The season's main plot follows the work of now-U.S. President David Palmer and agent Jack Bauer to stop terrorists from detonating a nuclear bomb in Los Angeles. Introduced into the situation is Kate Warner, a woman who ends up getting vital information related to CTU's mission. + 3: + url_poster: https://theposterdb.com/api/assets/83057 + summary: The third season is set 3 years after season two. It takes place primarily in Los Angeles but also in northern Mexico when Jack Bauer meets a family of drug dealers. Throughout the day, Jack Bauer and President David Palmer attempt to stop the release of a deadly virus by Stephen Saunders – a former government agent. + 4: + url_poster: https://theposterdb.com/api/assets/83058 + summary: The fourth season is set 18 months after season three. Jack is now working for Secretary of Defense James Heller after being fired by CTU due to his heroin addiction. As the day begins, he gets caught up in an elaborate terrorist plot which involves James Heller and his daughter Audrey Raines. + 5: + url_poster: https://theposterdb.com/api/assets/83059 + summary: The fifth season is set 18 months after season four. Former Counter Terrorist Unit agent Jack Bauer begins the season, working as a day-to-day laborer at an oil refinery under the alias "Frank Flynn" in Mojave, California. On a monumental day in Charles Logan's presidency, an anti-terrorism treaty with Russian President Yuri Suvarov is about to be signed when events take a tragic turn. + 6: + url_poster: https://theposterdb.com/api/assets/83060 + summary: The sixth season is set 20 months after season five. Over the last 11 weeks before Day 6, the United States has been targeted coast-to-coast in a series of suicide bombings. A man named Abu Fayed agrees to give the U.S. the location of Hamri Al-Assad, the supposed terrorist mastermind of these attacks, in exchange for former CTU Agent Jack Bauer with whom he has a personal grudge. As a result, President Wayne Palmer has negotiated the release of Bauer, who was illegally captured by Chinese government agents, under "high-price" terms. + 7: + url_poster: https://theposterdb.com/api/assets/83061 + summary: The seventh season takes place 46 months after season six and two months after 24 Redemption. Jack Bauer is on trial for alleged crimes he committed while working for CTU. Senator Blaine Mayer has disbanded CTU and strengthened the policies of Allison Taylor's administration against torture. Bauer is brought into another counter-terrorist operation when FBI agent Renee Walker interrupts the hearing to tell him about an imminent threat. + 8: + url_poster: https://theposterdb.com/api/assets/83062 + summary: Set 18 months after season 7, the story arc involves Jack Bauer contending with assassination threats made during a peace conference between President of the United States Allison Taylor and President Omar Hassan of the fictional Islamic Republic of Kamistan (IRK). The season is set in New York City, with CTU's New York City Office having been re-activated, but while there were originally no plans for filming in New York due to budget constraints, some scenes were shot on-location. + 9: + url_poster: https://theposterdb.com/api/assets/83063 + summary: 24 Live Another Day also known as Season 9 or Day 9, takes place four years after the events of season 8. James Heller, now president, is negotiating a treaty in London, where a hacker collective preaching freedom of information has enlisted the help of Chloe O'Brian. Jack Bauer, who has been tracking the activities of Chloe's group while living in exile, resurfaces when he hears of an imminent attempt on Heller's life. + + Fringe: + year: 2008 + url_poster: https://theposterdb.com/api/assets/66312 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/66313 + 1: + url_poster: https://theposterdb.com/api/assets/66314 + 2: + url_poster: https://theposterdb.com/api/assets/66315 + 3: + url_poster: https://theposterdb.com/api/assets/66316 + 4: + url_poster: https://theposterdb.com/api/assets/66317 + 5: + url_poster: https://theposterdb.com/api/assets/66318 + + # HBO + Oz: + year: 1997 + url_poster: https://theposterdb.com/api/assets/194324 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/194325 + 1: + url_poster: https://theposterdb.com/api/assets/194326 + 2: + url_poster: https://theposterdb.com/api/assets/194327 + 3: + url_poster: https://theposterdb.com/api/assets/194328 + 4: + url_poster: https://theposterdb.com/api/assets/194329 + 5: + url_poster: https://theposterdb.com/api/assets/194330 + 6: + url_poster: https://theposterdb.com/api/assets/194331 + + # MTV + Jackass: + year: 2000 + url_poster: https://theposterdb.com/api/assets/237371 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/237372 + summary: Special episodes for the series Jackass. + 1: + url_poster: https://theposterdb.com/api/assets/237373 + 2: + url_poster: https://theposterdb.com/api/assets/237374 + 3: + url_poster: https://theposterdb.com/api/assets/237375 + + + # Netflix + All of Us Are Dead: + year: 2022 + url_poster: https://theposterdb.com/api/assets/210649 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/210650 + summary: After a failed science experiment, a local high school is overrun with zombies, and the trapped students struggle to survive. With no food or water, and communication cut-off by the government, they must use equipment around the school to protect themselves in the midst of a battleground or they will become part of the infected. + + Altered Carbon: + year: 2018 + url_poster: https://theposterdb.com/api/assets/43406 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/43407 + summary: The series starts over 360 years in the future, with most episodes of the first season set in the year 2384 in a futuristic metropolis known as Bay City. In the future, a person's memories and consciousness (termed digital human freight, or DHF) are recorded onto a disk-shaped device called a cortical stack, which is implanted in the vertebrae at the back of the neck. These storage devices are of alien design and have been reverse-engineered and mass-produced but can only be made from the material on Harlan's World. Physical human or synthetic bodies are called "sleeves" and stacks can be transferred to new bodies after death, but a person can still be killed if their stack is destroyed and there is no backup. Only the wealthiest, known as "Meths" in reference to Methuselah, have the means to change bodies through clones and remote storage of their consciousness in satellites, so they never have to die of old age before being resleeved. + 2: + url_poster: https://theposterdb.com/api/assets/43408 + summary: The second season takes place in the early 2410s, set 30 years after the first season Kovacs, now in a new sleeve, continues to search for his lost love and Envoy leader Quellcrist Falconer. + + Arcane: + year: 2021 + url_poster: https://theposterdb.com/api/assets/188019 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/188020 + summary: Amidst the escalating unrest between the rich, utopian city of Piltover and the seedy, oppressed undercity of Zaun, sisters Vi and Jinx find themselves on opposing sides of a brewing war over clashing convictions and arcane technologies. + + Arrested Development: + year: 2003 + url_poster: https://theposterdb.com/api/assets/138385 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/138386 + summary: Special and extra episodes for Arrested Development. + 1: + url_poster: https://theposterdb.com/api/assets/138387 + summary: The first season of the television comedy series Arrested Development aired between November 2, 2003 and June 6, 2004, on Fox in the United States. It consisted of 22 episodes, each running approximately 22 minutes in length. The first season was released on DVD in region 1 on October 19, 2004, in region 2 on March 21, 2005 and in region 4 on February 23, 2005. + 2: + url_poster: https://theposterdb.com/api/assets/138388 + summary: The second season of the television comedy series Arrested Development aired between November 7, 2004 and April 17, 2005, on Fox in the United States. It consisted of 18 episodes, each running approximately 22 minutes in length. The second season was released on DVD in region 1 on October 11, 2005, in region 2 on January 23, 2006 and in region 4 on March 15, 2006. + 3: + url_poster: https://theposterdb.com/api/assets/138389 + summary: The third season of the television comedy series Arrested Development aired between September 19, 2005 and February 10, 2006, on Fox in the United States. It consists of 13 episodes, each running approximately 22 minutes in length. The third season was released on DVD in region 1 on August 29, 2006, in region 2 on April 23, 2007 and in region 4 on December 6, 2006. This was the final season of Arrested Development to be aired on Fox, as they had decided to cancel the series. However, Netflix revived the show in 2013 for a fourth season. + 4: + url_poster: https://theposterdb.com/api/assets/138390 + summary: Unlike other seasons, each episode of the fourth season occurs over approximately the same stretch of time, but focuses on a different character. Information on events depicted in a given episode is often partial and filled in by later episodes. In 2018, a recut version of the season was released, titled Season 4 Remix Fateful Consequences. In contrast to the original cut, it presented the events in chronological order. + 5: + url_poster: https://theposterdb.com/api/assets/138391 + summary: The fifth season of the television comedy series Arrested Development premiered on Netflix on May 29, 2018. The season consists of 16 episodes, split into two eight-episode parts; with the second half released on March 15, 2019. This is the second revival season after the series was canceled by Fox in 2006, the fourth season premiered in 2013. + + Big Mouth: + year: 2017 + url_poster: https://theposterdb.com/api/assets/93406 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/93407 + 2: + url_poster: https://theposterdb.com/api/assets/93408 + 3: + url_poster: https://theposterdb.com/api/assets/93409 + 4: + url_poster: https://theposterdb.com/api/assets/93410 + + Black Mirror: + year: 2011 + url_poster: https://theposterdb.com/api/assets/65284 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/65285 + summary: Specials and Extra episodes from Black Mirror. + 1: + url_poster: https://theposterdb.com/api/assets/65286 + 2: + url_poster: https://theposterdb.com/api/assets/65287 + 3: + url_poster: https://theposterdb.com/api/assets/65288 + 4: + url_poster: https://theposterdb.com/api/assets/65289 + 5: + url_poster: https://theposterdb.com/api/assets/65290 + + "The Dark Crystal: Age of Resistance": + year: 2019 + url_poster: https://theposterdb.com/api/assets/25754 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/25755 + summary: The Dark Crystal Age of Resistance is an American fantasy television series produced by Netflix and The Jim Henson Company. It is a prequel to the 1982 Jim Henson film The Dark Crystal that explores the world of Thra created for the original film.[1] It follows the story of three Gelflings Rian, Deet, and Brea, as they journey together on a quest to unite the Gelfling clans to rise against the tyrannical Skeksis and save their planet Thra from a destructive blight known as the Darkening. The series premiered on August 30, 2019, to critical acclaim. In September 2020, it was announced that the series had been canceled after one season. + + Narcos: + year: 2015 + url_poster: https://theposterdb.com/api/assets/44816 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/44817 + summary: The first season of Narcos, an American crime thriller drama web television series produced and created by Chris Brancato, Carlo Bernard, and Doug Miro, follows the story of notorious drug kingpin Pablo Escobar, who became a billionaire through the production and distribution of cocaine, while also focusing on Escobar's interactions with other drug lords, DEA agents, and various opposition entities. + 2: + url_poster: https://theposterdb.com/api/assets/44818 + summary: The second season of Narcos, an American crime thriller drama web television series produced and created by Chris Brancato, Carlo Bernard, and Doug Miro, follows the story of notorious drug kingpin Pablo Escobar, who became a billionaire through the production and distribution of cocaine, while also focusing on Escobar's interactions with drug lords, DEA agents, and various opposition entities. + 3: + url_poster: https://theposterdb.com/api/assets/44819 + summary: The third and final season of Narcos, an American crime thriller drama streaming television series produced and created by Chris Brancato, Carlo Bernard, and Doug Miro, follows the story of the Cali Cartel. Pedro Pascal reprises his role from the previous two seasons. + + "Narcos: Mexico": + year: 2018 + url_poster: https://theposterdb.com/api/assets/44823 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/127281 + 2: + url_poster: https://theposterdb.com/api/assets/127282 + 3: + url_poster: https://theposterdb.com/api/assets/199514 + + Stranger Things: + year: 2016 + url_poster: https://theposterdb.com/api/assets/144211 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/144212 + summary: The first season begins in November 1983, when researchers at Hawkins National Laboratory open a rift to the "Upside Down", an alternate dimension that reflects onto the real world. A monstrous humanoid creature escapes and abducts a boy named Will Byers and a teenage girl named Barbara Holland. Will's mother, Joyce, and the town's police chief, Jim Hopper, search for Will. At the same time, a young psychokinetic girl who goes by the name "Eleven" escapes from the laboratory and assists Will's friends, Mike, Dustin, and Lucas, in their own efforts to find Will. + 2: + url_poster: https://theposterdb.com/api/assets/144213 + summary: In the fall of 1984, Will Byers finds himself the target of the Upside Down as a large tentacled entity called the Mind Flayer soon terrorizes the citizens of Hawkins, drawing back Joyce and Hopper along with Mike's sister Nancy, Will's brother Jonathan, and Nancy's boyfriend Steve, as well as Will's close friends; Mike, Dustin, and Lucas. The whole group along with Californian newcomer Max as well as a missing Eleven must join forces once again to prevent the threat from increasing. + 3: + url_poster: https://theposterdb.com/api/assets/144214 + summary: In the summer of 1985 in Hawkins, the newly opened Starcourt Mall has become the focal point of the town, driving other stores out of business. Hawkins chief of police, Jim Hopper, disapproves of Eleven and Mike's budding relationship, while Joyce considers moving out of Hawkins for a better life for her children and herself, leaving the state of the children's friendships and her own relationship with Hopper in the air. Joyce notices something strange going on with her magnets and decides to investigate. However, strange power fluctuations trigger Will's awareness of something otherworldly, and Eleven and Max sense something is off about the town's residents. Despite having closed the portal to the Upside Down, they fear that they are all still in danger from it. The friends work together to help Max's brother Billy while Hopper and Joyce have their own adventure. + 4: + url_poster: https://theposterdb.com/api/assets/213796 + summary: It's been six months since the Battle of Starcourt, which brought terror and destruction to Hawkins. Struggling with the aftermath, our group of friends are separated for the first time – and navigating the complexities of high school hasn't made things any easier. In this most vulnerable time, a new and horrifying supernatural threat surfaces, presenting a gruesome mystery that, if solved, might finally put an end to the horrors of the Upside Down. + + Squid Game: + year: 2021 + url_poster: https://theposterdb.com/api/assets/179025 + seasons: + 1: + url_poster: https://theposterdb.com/api/assets/179026 + + The Witcher: + year: 2019 + url_poster: https://theposterdb.com/api/assets/60393 + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/199152 + summary: Special and Extra episodes for The Witcher. + 1: + url_poster: https://theposterdb.com/api/assets/199153 + summary: The first season consisted of eight episodes and was released on Netflix in its entirety on December 20, 2019. It was based on The Last Wish and Sword of Destiny, which are collections of short stories that precede the main Witcher saga. + 2: + url_poster: https://theposterdb.com/api/assets/199154 + summary: The second season, also consisting of eight episodes, was released on December 17, 2021. diff --git a/SiskoUrso/TV/Network.yml b/SiskoUrso/TV/Network.yml new file mode 100644 index 0000000..468afdb --- /dev/null +++ b/SiskoUrso/TV/Network.yml @@ -0,0 +1,138 @@ +############################################## +# TV Collections # +############################################## + +########################################## +# User/Config Credits # +# Give Credit Where Credit is Due # +# JJJonesJr33 # +# Hiren-Z, OhMyBahGosh, SiskoUrso # +########################################## + +########################### +# Templates # +########################### +templates: + network: + optional: + - network + tmdb_network: <<network>> + url_poster: <<poster>> + url_background: <<background>> + sort_title: +2_<<collection_name>> + sync_mode: sync + +collections: +###################################################### +# Network Collections # +###################################################### + A&E: + template: { name: network, network: "129, 2639, 3688", poster: https://theposterdb.com/api/assets/160188, background: https://i.imgur.com/exBkraI.jpg} + ABC: + template: { name: network, network: "2, 75, 2791", poster: https://theposterdb.com/api/assets/193495, background: https://i.imgur.com/bhbcC9l.png} + Adult Swim: + template: { name: network, network: 80, poster: https://theposterdb.com/api/assets/98825, background: https://i.imgur.com/QFwPxNK.jpg} + Apple+: + template: { name: network, network: 2552, poster: https://theposterdb.com/api/assets/168823, background: https://i.imgur.com/spPPO7k.jpg} + Amazon: + template: { name: network, network: 1024, poster: https://theposterdb.com/api/assets/90886, background: https://i.imgur.com/GA9wHw8.jpg} + AMC: + template: { name: network, network: "174, 4661", poster: https://theposterdb.com/api/assets/104445, background: https://i.imgur.com/hSFxnXw.jpg} + BBC: + template: { name: network, network: 4, poster: https://theposterdb.com/api/assets/113123, background: https://i.imgur.com/Rv4OCaU.jpg} + Bravo: + template: { name: network, network: 74, poster: https://theposterdb.com/api/assets/204367, background: https://i.imgur.com/SrLhX1B.png} + Cartoon Network: + template: { name: network, network: "56, 217, 1232, 1483, 2193, 3917, 4771", poster: https://theposterdb.com/api/assets/172187, background: https://i.imgur.com/utFR0O6.jpg} + CBS: + template: { name: network, network: "16, 2528, 1709, 2621", poster: https://theposterdb.com/api/assets/48744, background: https://i.imgur.com/16Ufnj2.jpg} + Channel 4: + template: { name: network, network: 26, poster: https://theposterdb.com/api/assets/222016, background: https://i.imgur.com/EBvrQhm.jpg} + Channel 5: + template: { name: network, network: 99, poster: https://theposterdb.com/api/assets/204372, background: https://i.imgur.com/mcaWnrB.jpg} + Cinemax: + template: { name: network, network: 359, poster: https://theposterdb.com/api/assets/193488, background: https://i.imgur.com/VEyPNrx.png} + Comedy Central: + template: { name: network, network: 47, poster: https://theposterdb.com/api/assets/193571, background: https://i.imgur.com/ugVlt2o.png} + Crunchyroll: + template: { name: network, network: 1112, poster: https://theposterdb.com/api/assets/170981, background: https://i.imgur.com/CS5M6yc.jpg} + Discovery: + template: { name: network, network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741", poster: https://theposterdb.com/api/assets/195948, background: https://i.imgur.com/94RHZsX.jpg} + Disney+: + template: { name: network, network: "2739, 2919", poster: https://theposterdb.com/api/assets/120939, background: https://i.imgur.com/IoufW72.jpg} + Epix: + template: { name: network, network: 922, poster: https://theposterdb.com/api/assets/204945, background: https://i.imgur.com/6RWru0Q.jpg} + Food Network: + template: { name: network, network: 143, poster: https://theposterdb.com/api/assets/214678, background: https://i.imgur.com/caeRoaM.jpg} + Fox: + template: { name: network, network: 19, poster: https://theposterdb.com/api/assets/48747, background: https://i.imgur.com/6CxLjO9.jpg} + Freeform: + template: { name: network, network: 1267, poster: https://theposterdb.com/api/assets/207424, background: https://i.imgur.com/eL8XgGL.jpg} + Fuji TV: + template: { name: network, network: 1, poster: https://theposterdb.com/api/assets/207425, background: https://i.imgur.com/JYrkXqk.png} + FX: + template: { name: network, network: 88, poster: https://theposterdb.com/api/assets/193493, background: https://i.imgur.com/RsJcg3q.png} + FXX: + template: { name: network, network: 1035, poster: https://theposterdb.com/api/assets/113175, background: https://i.imgur.com/4IyP5xN.jpg} + HBO: + template: { name: network, network: "49, 2593, 3186, 3308", poster: https://theposterdb.com/api/assets/168825, background: https://i.imgur.com/x3g0uYY.jpg} + HGTV: + template: { name: network, network: 210, poster: https://theposterdb.com/api/assets/98967, background: https://i.imgur.com/U4NyOFh.png} + History Channel: + template: { name: network, network: 65, poster: https://theposterdb.com/api/assets/113187, background: https://i.imgur.com/ct0mwfu.jpg} + Hulu: + template: { name: network, network: 453, poster: https://theposterdb.com/api/assets/168826, background: https://i.imgur.com/W3SHvCT.png} + IFC: + template: { name: network, network: 124, poster: https://theposterdb.com/api/assets/113189, background: https://i.imgur.com/JPyTsaS.jpg} + ITV: + template: { name: network, network: "9, 149, 1159, 3187, 261, 590", poster: https://theposterdb.com/api/assets/204451, background: https://i.imgur.com/M64iwbZ.jpg} + MTV: + template: { name: network, network: 33, poster: https://theposterdb.com/api/assets/196018, background: https://i.imgur.com/WafLqHo.jpg} + National Geographic: + template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476", poster: https://theposterdb.com/api/assets/121026, background: https://i.imgur.com/MdvaOtK.jpg} + NBC: + template: { name: network, network: 6, poster: https://theposterdb.com/api/assets/113217, background: https://i.imgur.com/IDhrPiO.png} + Netflix: + template: { name: network, network: 213, poster: https://theposterdb.com/api/assets/168827, background: https://i.imgur.com/hyR0I5Z.jpg} + Nickelodeon: + template: { name: network, network: 13, poster: https://theposterdb.com/api/assets/204456, background: https://i.imgur.com/4YLgvfE.jpg} + Lifetime: + template: { name: network, network: 34, poster: https://theposterdb.com/api/assets/204452, background: https://i.imgur.com/4Ooaj0z.jpg} + PBS: + template: { name: network, network: 14, poster: https://theposterdb.com/api/assets/205858, background: https://i.imgur.com/wQnUHKl.png} + Peacock: + template: { name: network, network: 3353, poster: https://theposterdb.com/api/assets/205411, background: https://i.imgur.com/WFx1S1O.jpg} + Showcase: + template: { name: network, network: 105, poster: https://theposterdb.com/api/assets/207430, background: https://i.imgur.com/h9c4UOC.png} + Showtime: + template: { name: network, network: 67, poster: https://theposterdb.com/api/assets/138092, background: https://i.imgur.com/TUhPWcs.jpg} + Shudder: + template: { name: network, network: 2949, poster: https://theposterdb.com/api/assets/80638, background: https://i.imgur.com/jfKw4Yf.jpg} + Sky: + template: { name: network, network: "214, 3653, 1063, 1755, 4439, 5213, 2691, 4148", poster: https://theposterdb.com/api/assets/204467, background: https://i.imgur.com/jde1YA4.jpg} + Spike: + template: { name: network, network: 55, poster: https://theposterdb.com/api/assets/203808, background: https://i.imgur.com/i86BAqj.png} + Starz: + template: { name: network, network: "318, 758, 4906", poster: https://theposterdb.com/api/assets/81775, background: https://i.imgur.com/p52moai.jpg} + Syfy: + template: { name: network, network: "77, 3701", poster: https://theposterdb.com/api/assets/193549, background: https://i.imgur.com/388g2Vw.jpg} + TBS: + template: { name: network, network: "68, 160, 4888", poster: https://theposterdb.com/api/assets/193552, background: https://i.imgur.com/hY4NSXH.jpg} + The CW: + template: { name: network, network: 71, poster: https://theposterdb.com/api/assets/204375, background: https://i.imgur.com/0qwBhNf.jpg} + The WB: + template: { name: network, network: 21, poster: https://theposterdb.com/api/assets/204472, background: https://i.imgur.com/ztaqVZ2.jpg} + TLC: + template: { name: network, network: 84, poster: https://theposterdb.com/api/assets/204470, background: https://i.imgur.com/vH4EGWP.jpg} + TNT: + template: { name: network, network: 41, poster: https://theposterdb.com/api/assets/207429, background: https://i.imgur.com/w03P8rK.jpg} + Travel Channel: + template: { name: network, network: 209, poster: https://theposterdb.com/api/assets/113280, background: https://i.imgur.com/TcpBssZ.jpg} + TruTV: + template: { name: network, network: 364, poster: https://theposterdb.com/api/assets/204471, background: https://i.imgur.com/0RENKPj.jpg} + USA: + template: { name: network, network: 30, poster: https://theposterdb.com/api/assets/204564, background: https://i.imgur.com/yXlndvx.jpg} + VH1: + template: { name: network, network: 158, poster: https://theposterdb.com/api/assets/220565, background: https://i.imgur.com/ZcALjQs.png} + YouTube: + template: { name: network, network: "247, 1436, 4869", poster: https://theposterdb.com/api/assets/193485, background: https://i.imgur.com/o7Jyzby.jpg} diff --git a/SiskoUrso/TV/TV-Collection.yml b/SiskoUrso/TV/TV-Collection.yml new file mode 100644 index 0000000..e1502e1 --- /dev/null +++ b/SiskoUrso/TV/TV-Collection.yml @@ -0,0 +1,56 @@ +####################################################### +# SiskoUrso # +# TV Collection # +####################################################### +templates: + Collection: + optional: + - list + - show + tvdb_list_details: <<list>> + tvdb_show: <<show>> + url_poster: <<poster>> + url_background: <<background>> + sync_mode: sync + collection_order: release + +####################################################### +####################################################### + +collections: + + Battlestar Galactica: + template: {name: Collection, show: "73545, 85040, 204781", poster: https://theposterdb.com/api/assets/122190, background: https://i.imgur.com/gBPKeK3.jpg} + summary: Collection of Battlestar Galactica Series. + C.S.I: + template: {name: Collection, show: "72546, 78310, 73696, 281551, 400248", poster: https://theposterdb.com/api/assets/102143, background: https://i.imgur.com/cMZZTI1.jpg} + summary: Collection of CSI Tv Shows + Law & Order: + template: {name: Collection, show: "72368, 75692, 71489, 328518, 74191, 168161, 383397", poster: https://theposterdb.com/api/assets/57562, background: https://i.imgur.com/6ovPJNP.jpg} + summary: Collection of Law & Order Series. + Marvel Television: + template: {name: Collection, show: "263365, 281485, 320558, 281662, 284190, 304219, 317953, 326490, 331980, 332027, 341455, 364038, 362392, 362496, 362472, 367147, 368613, 368612, 393204, 393203, 368611, 367146, 393205, 393201, 412429, 412428, 412431, 361834, 361835, 367227, 92782, 92783", poster: https://theposterdb.com/api/assets/19667, background: https://i.imgur.com/MFpNkHm.jpg} + summary: Collection of shows in the Marvel TV Universe. + Narcos: + template: {name: Collection, show: "282670, 353232", poster: https://theposterdb.com/api/assets/196849, background: https://i.imgur.com/RUqzj0C.jpg} + summary: Anthology of Netflix shows about the Columbia and Mexican drug cartells rise to power in the 1980's. + NCIS: + template: {name: Collection, show: "73710, 72108, 95441, 278125, 401630", poster: https://theposterdb.com/api/assets/182837, background: https://i.imgur.com/4Ytl8YS.jpg} + summary: Collection of shows starting from JAG which then spins into NCIS. + Star Trek: + template: {name: Collection, show: "77526, 73566, 71470, 72073, 74550, 73893, 328711, 364093, 367138, 385811, 382389, 264220", poster: https://theposterdb.com/api/assets/53471, background: https://i.imgur.com/FDAzvwt.jpg} + summary: Collection of Star Trek Tv Shows + Stargate: + template: {name: Collection, show: "72449, 70851, 83237, 70852, 339552", poster: https://theposterdb.com/api/assets/210311, background: https://i.imgur.com/GenuHMs.jpg} + summary: Collection of Stargate Tv Shows. + Star Wars (Animated): + template: {name: Collection, show: "83268, 283468, 385376, 393190, 72244, 351575, 330710, 250498, 356114, 393214, 70399, 73697, 334444, 368742, 380516, 358145", poster: https://theposterdb.com/api/assets/16243, background: https://i.imgur.com/IQUxJne.jpg} + Star Wars (Live Action): + template: {name: Collection, show: "393199, 393187, 380352, 393218, 361753, 393589, 393189, 393188, 83867", poster: https://theposterdb.com/api/assets/39679, background: https://i.imgur.com/GdLMZko.jpg} + summary: Collection of Star Wars TV Series. + The Walking Dead: + template: {name: Collection, show: "153021, 290853, 372787, 411314, 252861", poster: https://theposterdb.com/api/assets/128886, background: https://i.imgur.com/xRsOWt5.jpg} + summary: Collection of Walking Dead TV Shows. + The X-Files: + template: {name: Collection, show: "77398, 76245", poster: https://theposterdb.com/api/assets/160390, background: https://i.imgur.com/7JCO6cc.jpg} + summary: Collection of shows from the X-Files diff --git a/Speedmod/Movies/BestOf.yml b/Speedmod/Movies/BestOf.yml new file mode 100644 index 0000000..de6ee53 --- /dev/null +++ b/Speedmod/Movies/BestOf.yml @@ -0,0 +1,259 @@ +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + url_poster: <<poster>> + smart_label: random + visible_home: true + visible_shared: true + Best of: + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<year>> + sort_title: +1_Best of <<year>> + sync_mode: sync + summary: Rotten Tomatoes Best Movies of <<year>> + url_poster: <<poster>> + smart_label: audience_rating.desc + visible_home: true + visible_shared: true + +collections: + +###################################################### +# Chart Collections # +###################################################### + + Plex Popular: + template: { name: Chart, num: 1, poster: https://theposterdb.com/api/assets/136359 } + tautulli_popular: + list_days: 30 + list_size: 20 + list_buffer: 20 + tautulli_watched: + list_days: 30 + list_size: 20 + list_buffer: 20 + summary: Movies Popular on Plex + Trending: + template: { name: Chart, num: 2, poster: https://theposterdb.com/api/assets/169001 } + trakt_trending: 20 + tmdb_trending_daily: 20 + tmdb_trending_weekly: 20 + sort_title: +++++++++++++++++++_1Trending + sync_mode: sync + smart_label: year.desc + summary: Movies Trending across the internet + url_background: https://i.imgur.com/SOVfrIq.png + Popular: + template: { name: Chart, num: 3, poster: https://theposterdb.com/api/assets/205416 } + tmdb_popular: 40 + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short + limit: 40 + sort_title: +++++++++++++++++++_2Popular + sync_mode: sync + smart_label: year.desc + summary: Popular Movies across the internet + Top Rated Global: + template: { name: Chart, num: 4 } + imdb_list: + url: https://www.imdb.com/search/title/?groups=top_250&count=250/ + tmdb_top_rated: 250 + sort_title: +++++++++++++++++++_3Top Rated + summary: Top Rated Movies across the internet + Oscars: + template: { name: Chart, num: 6, poster: https://theposterdb.com/api/assets/192593 } + imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner + summary: Oscar Winning Movies + Best of 2014: + template: { name: Best of, year: 2014, poster: https://theposterdb.com/api/assets/205154 } + Best of 2015: + template: { name: Best of, year: 2015, poster: https://theposterdb.com/api/assets/205155 } + Best of 2016: + template: { name: Best of, year: 2016, poster: https://theposterdb.com/api/assets/205156 } + Best of 2017: + template: { name: Best of, year: 2017, poster: https://theposterdb.com/api/assets/205157 } + Best of 2018: + template: { name: Best of, year: 2018, poster: https://theposterdb.com/api/assets/205158 } + Best of 2019: + template: { name: Best of, year: 2019, poster: https://theposterdb.com/api/assets/205159 } + Best of 2020: + template: { name: Best of, year: 2020, poster: https://theposterdb.com/api/assets/205160 } + Best of 2021: + template: { name: Best of, year: 2021, poster: https://theposterdb.com/api/assets/205161 } + Best of 2022: + template: { name: Best of, year: 2022, poster: https://theposterdb.com/api/assets/205162 } + + Top Ten Pirated Weekly: + trakt_list: https://trakt.tv/users/hdlists/lists/top-ten-pirated-movies-of-the-week-torrent-freak-com + smart_label: year.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1APirated Weekly + summary: Most Pirated Movies of The Week + url_background: https://i.imgur.com/SOVfrIq.png + url_poster: https://i.imgur.com/dYdjSOu.png + + 80s Movies: + trakt_list: + - https://trakt.tv/users/hdlists/lists/rottentomatoes-com-s-best-of-the-80s + - https://trakt.tv/users/zyrus/lists/80s-classics + smart_label: critic_rating.desc + sync_mode: sync + sort_title: ++++++++++++++++++_80s Movies + summary: The Best Movies From The 80s + url_poster: https://i.imgur.com/k9c4ieG.png + url_background: https://i.imgur.com/ITnaga1.jpg + + 90s Movies: + trakt_list: https://trakt.tv/users/hdlists/lists/rottentomatoes-com-s-best-of-the-90s + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_90s Movies + summary: The Best Movies From The 90s + url_poster: https://i.imgur.com/Nq8fxp8.png + url_background: https://i.imgur.com/g2yfzfx.jpg + + Sundance Film Festival 2021: + trakt_list: https://trakt.tv/users/hdlists/lists/sundance-2021-movie-guide + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_Sundance 2021 Collection + summary: Sundance Film Festival 2021 Movie Guide + url_poster: https://i.imgur.com/6CqlOaq.png + url_background: https://i.imgur.com/goapGVl.jpg + + Highest Rated Movies of 2021: + trakt_list: https://trakt.tv/users/hdlists/lists/2021-best-rated-movies-so-far + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_12021 Top Rated popular + summary: The Top Rated Movies of 2021 on RottenTomatoes.com + url_poster: https://i.imgur.com/w7Ucfa5.png + url_background: https://i.imgur.com/trITIgI.jpg + + Most Popular Movies of 2020: + trakt_list: https://trakt.tv/users/hdlists/lists/most-popular-movies-of-2020 + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_20z20 Most popular + summary: The Most Popular Movies of 2020 + url_poster: https://i.imgur.com/LLURmaF.png + url_background: https://i.imgur.com/gO3Rlft.jpg + + Reddit Top 250 From 2017: + trakt_list: https://trakt.tv/users/tehrobot/lists/reddit + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_Reddit Top 250 + summary: Reddit's list of top 250 movies from the list made in 2017. + url_poster: https://i.redd.it/lcm7fe9bnib61.png + + Top Movies of 2021: + trakt_list: https://trakt.tv/users/hdlists/lists/top-movies-for-2021 + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_2021 Top Movies + summary: Top Movies of 2021 + url_poster: https://i.imgur.com/qnfjiew.png + url_background: https://i.imgur.com/aiRCYHH.jpg + + Movies People are Watching: + trakt_list: https://trakt.tv/users/hdlists/lists/top-films-everyone-s-watching + sort_title: +++++++++++++++++++++_Everyones Watching + sync_mode: sync + smart_label: year.desc + summary: Movies That Everyone is Watching + url_poster: https://i.imgur.com/GQca9tU.png + + Apple Originals: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1APPLE + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2010-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0546168 + summary: All Apple TV Originals + url_poster: https://i.imgur.com/O9iWork.png + url_background: https://wallpaper-house.com/data/out/8/wallpaper2you_228774.png + + Amazon Originals: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1APPLE + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2010-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0319272 + summary: All Amazon Originals + url_poster: https://i.imgur.com/nU3gqqB.png + url_background: https://i.imgur.com/2jfs7oS.png + + Netflix Originals: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1Netflix + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2010-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0144901 + summary: All Netflix Originals + url_poster: https://i.imgur.com/7kiE1MU.png + url_background: https://img5.goodfon.com/original/1920x1080/1/61/fon-netflix-logo-raduga-tsvet-fon-background-skachat-oboi-sk.jpg + + HBO Max Originals: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1HBOMAX + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2010-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0754095 + summary: All HBO Max Originals + url_poster: https://i.redd.it/zxdvw3tk3f151.jpg + url_background: https://wallpapercave.com/wp/wp6402755.png + + HULU Originals: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1HULU + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2010-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0218858 + summary: All HULU Originals + url_poster: https://plexcollectionposters.com/images/2019/05/26/Hulu6ddad752a5ce9bac.jpg + url_background: https://cdn.vox-cdn.com/thumbor/oR4hqrmTxbX_O4gdJ6np8h-PxFk=/0x439:750x861/1600x900/cdn.vox-cdn.com/uploads/chorus_image/image/56311701/Image_uploaded_from_iOS__8_.1503433270.jpg + + Best Picture Nominees (2021 Academy Awards): + trakt_list: https://trakt.tv/users/hdlists/lists/2021-academy-award-nominated-for-best-picture-93rd-academy-awards-oscar-s + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_Oscar Nominated Best Picture Movies 2021 + summary: The 93rd Academy Awards ceremony is scheduled to take place on April 25, more than two months later than last year’s ceremony. The awards will recognize films released during a year in which movie theaters were largely closed. Streaming services, which were already on the rise as an awards-season presence, are poised to dominate in April, both with their own productions (like Netflix’s “Mank”) and with traditional studio films that were released through streaming platforms because of the pandemic (like Searchlight Pictures’s “Nomadland,” which is streaming on Hulu). + url_poster: https://i.imgur.com/HhpBvRR.png + url_background: https://i.imgur.com/0Kao9gY.jpeg + + Oscar Nominated Movies (2021 Academy Awards): + trakt_list: https://trakt.tv/users/hdlists/lists/2021-academy-award-nominated-movies-93rd-academy-awards-oscar-s + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_Oscar Nominated Movies 2021 + summary: The 93rd Academy Awards ceremony is scheduled to take place on April 25, more than two months later than last year’s ceremony. The awards will recognize films released during a year in which movie theaters were largely closed. Streaming services, which were already on the rise as an awards-season presence, are poised to dominate in April, both with their own productions (like Netflix’s “Mank”) and with traditional studio films that were released through streaming platforms because of the pandemic (like Searchlight Pictures’s “Nomadland,” which is streaming on Hulu). + url_poster: https://i.imgur.com/H05ESeK.png + url_background: https://i.imgur.com/0Kao9gY.jpeg + + Documentary Collection: + trakt_list: https://trakt.tv/users/hdlists/lists/documentary-movies-top-rated-from-1980-to-today + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_Documentary Collection + summary: Top Rated Documentaries from 1980 onward + url_poster: https://i.imgur.com/2AtAgce.jpg + url_background: https://i.imgur.com/lJQwoDH.jpg + + True Crime Documentaries: + trakt_list: https://trakt.tv/users/hdlists/lists/true-crime-documentaries + sync_mode: sync + smart_label: year.desc + sort_title: ++++++++++++++++++_True Crime Documentaries Movies + summary: True Crime Documentaries + url_poster: https://i.imgur.com/PPbzaKa.png + url_background: https://i.imgur.com/SOVfrIq.png + + Best Superhero Movies: + trakt_list: https://trakt.tv/users/hdlists/lists/best-superhero-movies + sort_title: +++++++++++++++++++++_Superhero Movies + sync_mode: sync + smart_label: critic_rating.desc + summary: Best Superhero Movies of All Time + url_poster: https://i.imgur.com/lqXRQdd.png diff --git a/Speedmod/Movies/Collections.yml b/Speedmod/Movies/Collections.yml new file mode 100644 index 0000000..cd88ec0 --- /dev/null +++ b/Speedmod/Movies/Collections.yml @@ -0,0 +1,101 @@ +# Collection 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>> + sort_title: <<collection_name>> + collection_order: release + imdb: + url_poster: <<poster>> + summary: <<summary>> + sync_mode: sync + Holiday: + url_poster: <<poster>> + sort_title: <<collection_name>> + collection_order: release + +# Collections +collections: + James Bond: + template: {name: tmdb, movies: 12208, collections: 645, tmdb_summary: 645, poster: https://theposterdb.com/api/assets/67529} + American Pie: + template: {name: tmdb, collections: "2806, 298820", tmdb_summary: 2806, poster: https://theposterdb.com/api/assets/68418} + The Bourne Collection: + template: {name: tmdb, collections: 31562, tmdb_summary: 31562, poster: https://theposterdb.com/api/assets/5420} + DC Extended Universe: + template: {name: imdb, summary: "The DC Extended Universe (DCEU) is an American media franchise and shared universe centered on a series of superhero films based on characters that appeared in American comic books by DC Comics.", poster: https://theposterdb.com/api/assets/79223} + imdb_list: + - https://www.imdb.com/list/ls077827588/ + The Fast and the Furious: + template: {name: tmdb, collections: "9485", tmdb_summary: 9485, poster: https://theposterdb.com/api/assets/10036} + 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/ + Christmas: + template: {name: Holiday, summary: "Christmas film is a genre that revolves around the plot involving Christmas.", poster: https://theposterdb.com/api/assets/111695} + trakt_list: + - https://trakt.tv/users/movistapp/lists/christmas-movies + - https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza + imdb_list: + - https://www.imdb.com/list/ls025976544/ + - https://www.imdb.com/list/ls003863000/ + - https://www.imdb.com/list/ls027454200/ + - https://www.imdb.com/list/ls027886673/ + - https://www.imdb.com/list/ls097998599/ + - https://www.imdb.com/list/ls066252180/ + - https://www.imdb.com/list/ls031348568/ + Marvel Cinematic Universe: + template: {name: imdb, summary: "The Marvel Cinematic Universe (MCU) is an American media franchise and shared universe centered on a series of superhero films produced by Marvel Studios. The films are based on characters that appear in American comic books published by Marvel Comics. The franchise also includes television series, short films, digital series, and literature. The shared universe, much like the original Marvel Universe in comic books, was established by crossing over common plot elements, settings, cast, and characters.", poster: https://theposterdb.com/api/assets/879} + imdb_list: + - https://www.imdb.com/list/ls031310794/ + 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/ + Middle Earth: + template: {name: imdb, summary: "Depictions of Middle-Earth in film.", poster: "https://theposterdb.com/api/assets/1716"} + imdb_list: + - https://www.imdb.com/list/ls068942981/ + "Mission: Impossible": + template: {name: tmdb, collections: "87359", tmdb_summary: 87359, poster: https://theposterdb.com/api/assets/12118} + The Muppets: + template: {name: imdb, summary: "The Muppets Movies", poster: "https://theposterdb.com/api/assets/205"} + imdb_list: + - https://www.imdb.com/list/ls068314869/ + Pirates of the Caribbean: + template: {name: tmdb, collections: "295", tmdb_summary: 295, poster: https://theposterdb.com/api/assets/71934} + 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} + Underworld: + template: {name: tmdb, collections: "2326", tmdb_summary: 2326, poster: https://theposterdb.com/api/assets/74996} + The Wizarding World: + template: {name: imdb, summary: "The Wizarding World", poster: "https://theposterdb.com/api/assets/151007"} + imdb_list: + - https://www.imdb.com/list/ls060991914/ + X-Men: + template: {name: imdb, summary: "A superhero film series about a team of mutant superheroes based on the Marvel Comics superheroes of the same name.", poster: "https://theposterdb.com/api/assets/32304"} + imdb_list: + - https://www.imdb.com/list/ls024445822/ + Teenage Mutant Ninja Turtles: + template: {name: tmdb, collections: "1582, 401562", movies: "1273", tmdb_summary: 1582, poster: https://theposterdb.com/api/assets/59350} + 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" diff --git a/Speedmod/Movies/Genre.yml b/Speedmod/Movies/Genre.yml new file mode 100644 index 0000000..88c6d8a --- /dev/null +++ b/Speedmod/Movies/Genre.yml @@ -0,0 +1,200 @@ +templates: + Genre: + plex_search: + genre: <<genre>> + url_poster: <<poster>> + sort_title: +3_<<collection_name>> + collection_order: alpha + IMDb Genre: + default: + title: feature + limit: 100 + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>> + limit: <<limit>> + - url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>&sort=user_rating,desc + limit: <<limit>> + sort_title: +3_<<collection_name>> + sync_mode: sync + smart_label: alpha + url_poster: <<poster>> + Other Genre: + sort_title: +3_<<collection_name>> + sync_mode: sync + smart_label: alpha + url_poster: <<poster>> + +collections: + +###################################################### +# Genre Collections # +###################################################### + + Action: + template: {name: Genre, genre: Action, poster: https://theposterdb.com/api/assets/52018} + summary: Action film is a genre wherein physical action takes precedence in the storytelling. The film will often have continuous motion and action including physical stunts, chases, fights, battles, and races. The story usually revolves around a hero that has a goal, but is facing incredible odds to obtain it. + Adventure: + template: {name: Genre, genre: Adventure, poster: https://theposterdb.com/api/assets/52218} + summary: Adventure film is a genre that revolves around the conquests and explorations of a protagonist. The purpose of the conquest can be to retrieve a person or treasure, but often the main focus is simply the pursuit of the unknown. These films generally take place in exotic locations and play on historical myths. Adventure films incorporate suspenseful puzzles and intricate obstacles that the protagonist must overcome in order to achieve the end goal. + Animation: + template: {name: Genre, genre: Animation, poster: https://theposterdb.com/api/assets/120090} + summary: Animated film is a collection of illustrations that are photographed frame-by-frame and then played in a quick succession. Since its inception, animation has had a creative and imaginative tendency. Being able to bring animals and objects to life, this genre has catered towards fairy tales and children’s stories. However, animation has long been a genre enjoyed by all ages. As of recent, there has even been an influx of animation geared towards adults. Animation is commonly thought of as a technique, thus it’s ability to span over many different genres. + Anime: + template: {name: Genre, genre: Anime, poster: https://theposterdb.com/api/assets/126743} + summary: A collection of Anime movies + Biography: + template: {name: Genre, genre: Biography, poster: https://theposterdb.com/api/assets/60369} + summary: A collection of Biography movies + Comedy: + template: {name: Genre, genre: Comedy, poster: https://theposterdb.com/api/assets/51397} + summary: Comedy is a genre of film that uses humor as a driving force. The aim of a comedy film is to illicit laughter from the audience through entertaining stories and characters. Although the comedy film may take on some serious material, most have a happy ending. Comedy film has the tendency to become a hybrid sub-genre because humor can be incorporated into many other genres. Comedies are more likely than other films to fall back on the success and popularity of an individual star. + Crime: + template: {name: Genre, genre: Crime, poster: https://theposterdb.com/api/assets/53057} + summary: Crime film is a genre that revolves around the action of a criminal mastermind. A Crime film will often revolve around the criminal himself, chronicling his rise and fall. Some Crime films will have a storyline that follows the criminal's victim, yet others follow the person in pursuit of the criminal. This genre tends to be fast paced with an air of mystery – this mystery can come from the plot or from the characters themselves. + Documentary: + template: {name: Genre, genre: Documentary, poster: https://theposterdb.com/api/assets/51430} + summary: Documentary film is a non-fiction genre intended to document reality primarily for the purposes of instruction, education, or maintaining a historical record. + Drama: + template: {name: Genre, genre: Drama, poster: https://theposterdb.com/api/assets/52016} + summary: Drama film is a genre that relies on the emotional and relational development of realistic characters. While Drama film relies heavily on this kind of development, dramatic themes play a large role in the plot as well. Often, these dramatic themes are taken from intense, real life issues. Whether heroes or heroines are facing a conflict from the outside or a conflict within themselves, Drama film aims to tell an honest story of human struggles. + Family: + template: {name: Genre, genre: Family, poster: https://theposterdb.com/api/assets/53059} + summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + Fantasy: + template: {name: Genre, genre: Animation, poster: https://theposterdb.com/api/assets/51476} + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=fantasy + limit: 100 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=fantasy&sort=user_rating,desc + limit: 100 + summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + Gangster: + template: {name: Other Genre, poster: https://theposterdb.com/api/assets/62561} + imdb_list: + - https://www.imdb.com/list/ls026270180/ + - https://www.imdb.com/list/ls000093502/ + summary: Gangster film is a sub-genre of crime films that center on organized crime or the mafia. Often the plot revolves around the rise and fall of an organized crime leader. Many Gangster films explore the destructive nature of organized crime, while others attempt to show the humanity of the individual characters. + Halloween.: + template: {name: Other Genre, poster: https://theposterdb.com/api/assets/108357} + trakt_list: + - https://trakt.tv/users/kairbear08/lists/halloween + - https://trakt.tv/users/mybicycle/lists/halloween + - https://trakt.tv/users/jayinftl/lists/halloween + - https://trakt.tv/users/roswellgeek/lists/halloween + name_mapping: Halloween (Season) + summary: Halloween film is a genre that revolves around the plot involving Halloween. + History: + template: {name: Genre, genre: History, poster: https://theposterdb.com/api/assets/58022} + summary: History film is a genre that takes historical events and people and interprets them in a larger scale. Historical accuracy is not the main focus, but rather the telling of a grandiose story. The drama of an History film is often accentuated by a sweeping musical score, lavish costumes, and high production value. + Horror: + template: {name: Genre, genre: Horror, poster: https://theposterdb.com/api/assets/51475} + summary: Horror film is a genre that aims to create a sense of fear, panic, alarm, and dread for the audience. These films are often unsettling and rely on scaring the audience through a portrayal of their worst fears and nightmares. Horror films usually center on the arrival of an evil force, person, or event. Many Horror films include mythical creatures such as ghosts, vampires, and zombies. Traditionally, Horror films incorporate a large amount of violence and gore into the plot. Though it has its own style, Horror film often overlaps into Fantasy, Thriller, and Science-Fiction genres. + Martial Arts: + template: {name: Other Genre, poster: https://theposterdb.com/api/assets/51773} + imdb_list: + - https://www.imdb.com/list/ls000099643/ + - https://www.imdb.com/list/ls068611186/ + - https://www.imdb.com/list/ls068378513/ + - https://www.imdb.com/list/ls090404120/ + summary: Martial Arts film is a sub-genre of action films that feature numerous martial arts combat between characters. These combats are usually the films' primary appeal and entertainment value, and often are a method of storytelling and character expression and development. Martial Arts are frequently featured in training scenes and other sequences in addition to fights. Martial Arts films commonly include other types of action, such as hand-to-hand combat, stuntwork, chases, and gunfights. + Mindfuck Movies: + trakt_list: + - https://trakt.tv/users/hdlists/lists/mindfuck-movies + - https://trakt.tv/users/benfranklin/lists/best-mindfucks + smart_label: critic_rating.desc + sync_mode: sync + sort_title: ++++++++++++++++++_Mindfuck Movies + summary: There’s nothing greater than a film that makes you think. A film that lingers on your mind long after the credits have rolled and is the subject of many conversation and discussion. Trying to piece together the puzzle of what you saw and coming to a conclusion that makes sense or still doesn’t add up. + url_poster: https://i.imgur.com/Tl6QMgA.png + url_background: https://i.imgur.com/DM1Im1X.jpeg + Music: + template: {name: Other Genre, poster: https://theposterdb.com/api/assets/51398} + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=music + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=music&sort=user_rating,desc + limit: 200 + summary: Music film is genre that revolves around music being an integral part of the characters lives. + Musical: + template: {name: Genre, genre: Musical, poster: https://theposterdb.com/api/assets/51427} + summary: A Musical interweaves vocal and dance performances into the narrative of the film. The songs of a film can either be used to further the story or simply enhance the experience of the audience. These films are often done on a grand scale and incorporate lavish costumes and sets. Traditional musicals center on a well-known star, famous for their dancing or singing skills (i.e. Fred Astaire, Gene Kelly, Judy Garland). These films explore concepts such are love and success, allowing the audience to escape from reality. + Mystery: + template: {name: Genre, genre: Mystery, poster: https://theposterdb.com/api/assets/53060} + summary: A Mystery film centers on a person of authority, usually a detective, that is trying to solve a mysterious crime. The main protagonist uses clues, investigation, and logical reasoning. The biggest element in these films is a sense of “whodunit” suspense, usually created through visual cues and unusual plot twists. + Nostalgia Collection (Classics From The 80s & 90s): + trakt_list: https://trakt.tv/users/hdlists/lists/nostalgiac-movies-from-the-80s-90s + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_Nostalgia Collection + summary: All The Nostalgiac Movies From The 80s & 90s in One Collection + url_poster: https://i.imgur.com/vE8dsdd.jpg + url_background: https://i.imgur.com/frz0kly.jpg + Outer Space Movie Collection: + trakt_list: https://trakt.tv/users/hdlists/lists/outer-space-space-exploration-movies + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_Outer Space Movie Collection + summary: Movies That Take Place in Outer Space + url_poster: https://i.imgur.com/tOujJnS.jpg + url_background: https://i.imgur.com/CUIrEWQ.jpg + Paranormal Movie Collection: + trakt_list: https://trakt.tv/users/codedone/lists/paranormal + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_Paranormal Movie Collection + summary: Paranormal grene of movies from varrious trakt members. + url_poster: https://imgur.com/IzwpRht + Parody Movie Collection: + trakt_list: https://trakt.tv/users/hdlists/lists/top-50-parody-movies-of-all-time + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_Parody Movie Collection + summary: Top 50 Parody Movies of All Time + url_poster: https://i.imgur.com/yFtJ5eV.png + url_background: https://i.imgur.com/eELv4eB.jpg + Pandemic: + template: {name: Other Genre, poster: https://theposterdb.com/api/assets/55837} + imdb_list: + - url: https://www.imdb.com/search/keyword/?keywords=deadly-virus%2Chealth-crisis%2Cpandemic%2Cpublic-health-epidemic%2Cvirus%2Ccoronavirus&sort=moviemeter,asc&mode=detail&page=1&ref_=kw_ref_key + limit: 1000 + - url: https://www.imdb.com/list/ls041901506/ + - url: https://www.imdb.com/list/ls092321048/ + summary: A Pandemic film resolves around widespread viruses, plagues, and diseases. + Romance: + template: {name: Genre, genre: Romance, poster: https://theposterdb.com/api/assets/53062} + summary: "Romance film can be defined as a genre wherein the plot revolves around the love between two protagonists. This genre usually has a theme that explores an issue within love, including but not limited to: love at first sight, forbidden love, love triangles, and sacrificial love. The tone of Romance film can vary greatly. Whether the end is happy or tragic, Romance film aims to evoke strong emotions in the audience." + Science Fiction: + template: {name: Genre, genre: Science Fiction, poster: https://theposterdb.com/api/assets/51772} + summary: Science Fiction (Sci-Fi) film is a genre that incorporates hypothetical, science-based themes into the plot of the film. Often, this genre incorporates futuristic elements and technologies to explore social, political, and philosophical issues. The film itself is usually set in the future, either on earth or in space. Traditionally, a Science Fiction film will incorporate heroes, villains, unexplored locations, fantastical quests, and advanced technology. + Short: + template: {name: Genre, genre: Short, poster: https://theposterdb.com/api/assets/53063} + summary: A collection of Short movies + Sports: + template: {name: Genre, genre: Sport, poster: https://theposterdb.com/api/assets/60371} + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=sport + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=sport&sort=user_rating,desc + limit: 200 + summary: A Sport Film revolves around a sport setting, event, or an athlete. Often, these films will center on a single sporting event that carries significant importance. Sports films traditionally have a simple plot that builds up to the significant sporting event. This genre is known for incorporating film techniques to build anticipation and intensity. Sport films have a large range of sub-genres, from comedies to dramas, and are more likely than other genres to be based true-life events. + Stand Up Comedy: + template: {name: Other Genre, poster: https://theposterdb.com/api/assets/49137} + imdb_list: + - https://www.imdb.com/list/ls070221411/ + - https://www.imdb.com/list/ls086584751/ + - https://www.imdb.com/list/ls086022668/ + - https://www.imdb.com/list/ls049792208/ + summary: Stand-up comedy is a comedic style in which a comedian performs in front of a live audience, speaking directly to them through a microphone. Comedians give the illusion that they are dialoguing, but in actuality, they are monologuing a grouping of humorous stories, jokes and one-liners, typically called a shtick, routine, act, or set. Some stand-up comedians use props, music or magic tricks to enhance their acts. Stand-up comedians perform quasi-autobiographical and fictionalized extensions of their offstage selves. + Sword & Sorcery: + template: {name: Other Genre, poster: https://theposterdb.com/api/assets/74604} + imdb_list: https://www.imdb.com/list/ls022909805 + summary: Sword and Sorcery film is a sub-genre of Fantasy that tend to be more plot-driven. These films rely on heavy action and battle scenes. Common themes in Sword and Sorcery films include a rescue mission, saving a princess, and battling a fantastical monster. The worlds and characters in these films are often much less developed than in other fantasy sub-genres. Of all the Fantasy sub-genres, Sword and Sorcery is most likely to be geared towards a younger audience, as many of these films are animated. + Thriller: + template: {name: Genre, genre: Thriller, poster: https://theposterdb.com/api/assets/52019} + summary: Thriller Film is a genre that revolves around anticipation and suspense. The aim for Thrillers is to keep the audience alert and on the edge of their seats. The protagonist in these films is set against a problem – an escape, a mission, or a mystery. No matter what sub-genre a Thriller film falls into, it will emphasize the danger that the protagonist faces. The tension with the main problem is built on throughout the film and leads to a highly stressful climax. + War: + template: {name: Genre, genre: War, poster: https://theposterdb.com/api/assets/51477} + summary: War Film is a genre that looks at the reality of war on a grand scale. They often focus on landmark battles as well as political issues within war. This genre usually focuses on a main character and his team of support, giving the audience an inside look into the gritty reality of war. + Western: + template: {name: Genre, genre: Western, poster: https://theposterdb.com/api/assets/51774} + summary: "Western Film is a genre that revolves around stories primarily set in the late 19th century in the American Old West. Most Westerns are set between the American Civil War (1865) and the early 1900s. Common themes within Western Film include: the conquest of the wild west, the cultural separation of the East and the West, the West’s resistance to modern change, the conflict between Cowboys and Indians, outlaws, and treasure/gold hunting. American Western Film usually revolves around a stoic hero and emphasizes the importance of honor and sacrifice." diff --git a/Speedmod/Movies/Holiday.yml b/Speedmod/Movies/Holiday.yml new file mode 100644 index 0000000..0cbf702 --- /dev/null +++ b/Speedmod/Movies/Holiday.yml @@ -0,0 +1,96 @@ +templates: + Holiday: + smart_label: title.asc + summary: |- + A timed collection of <<collection_name>> and other movies that may relate to the holiday. + NOTE: this collection will only be around until <<end_date>>. + sort_title: +0_<<collection_name>> + schedule: range(<<start_date>>-<<end_date>>) + delete_not_scheduled: true + visible_home: true + visible_shared: true + +collections: + Valentine's Day Movies: + template: + name: Holiday + start_date: 02/01 + end_date: 02/29 + imdb_list: + - https://www.imdb.com/list/ls000094398/ + - https://www.imdb.com/list/ls057783436/ + - https://www.imdb.com/list/ls064427905/ + trakt_list: + - https://trakt.tv/users/movie-pal/lists/valentine-s-day + - https://trakt.tv/users/barsaky/lists/den-svateho-valentina-valentine-s-day + - https://trakt.tv/users/abbelea/lists/movies-best-of-love + St. Patrick's Day Movies: + template: + name: Holiday + start_date: 03/01 + end_date: 03/18 + imdb_list: + - https://www.imdb.com/list/ls063934595/ + trakt_list: + - https://trakt.tv/users/triadcool/lists/irish + - https://trakt.tv/users/sympli/lists/st-patricks-day-movies + Thanksgiving Movies: + template: + name: Holiday + start_date: 11/01 + end_date: 11/30 + imdb_list: + - https://www.imdb.com/list/ls000835734/ + - https://www.imdb.com/list/ls091597850/ + trakt_list: + - https://trakt.tv/users/galacticboy/lists/thanksgiving-movies + - https://trakt.tv/users/shahid1296/lists/thanksgiving + - https://trakt.tv/users/retrogran/lists/thanksgiving-season-movies + - https://trakt.tv/users/padawan_seneca/lists/vibe-autumn-tv-series-movies + Halloween Movies: + template: + name: Holiday + start_date: 10/01 + end_date: 10/31 + imdb_list: + - https://www.imdb.com/list/ls023118929/ + - https://www.imdb.com/list/ls000099714/ + tmdb_collection: + - 91361 # Halloween Collection + - 8581 # A Nightmare on Elm Street Collection + - 1733 # The Mummy Collection + - 8091 # Alien Collection + tmdb_movie: + - 23437 # A Nightmare on Elm Street (2010) + trakt_list: + - https://trakt.tv/users/29zombies/lists/halloween + - https://trakt.tv/users/galacticboy/lists/not-so-spooky-halloween + - https://trakt.tv/users/kairbear08/lists/halloween + - https://trakt.tv/users/mybicycle/lists/halloween + - https://trakt.tv/users/jayinftl/lists/halloween + - https://trakt.tv/users/roswellgeek/lists/halloween + Christmas Movies: + template: + name: Holiday + start_date: 12/01 + end_date: 12/31 + trakt_list: + - https://trakt.tv/users/movistapp/lists/christmas-movies + - https://trakt.tv/users/questdvd/lists/absolute-hayes-christmas-classics + - https://trakt.tv/users/littlestella3/lists/christmas + - https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza + - https://trakt.tv/users/pualani78/lists/christmas-2020 + - https://trakt.tv/users/veninjak/lists/complete-christmas-2021-copy + imdb_list: + - https://www.imdb.com/list/ls025976544/ + - https://www.imdb.com/list/ls003863000/ + - https://www.imdb.com/list/ls027454200/ + - https://www.imdb.com/list/ls027886673/ + - https://www.imdb.com/list/ls097998599/ + - https://www.imdb.com/list/ls000096828/ + New Year's Day Movies: + template: + name: Holiday + start_date: 12/26 + end_date: 01/04 + imdb_list: https://www.imdb.com/list/ls066838460/ diff --git a/Speedmod/Movies/Studio.yml b/Speedmod/Movies/Studio.yml new file mode 100644 index 0000000..ee189e1 --- /dev/null +++ b/Speedmod/Movies/Studio.yml @@ -0,0 +1,99 @@ +###################################################### +# Studio Collections # +###################################################### + +templates: + Studio: + optional: + - company + tmdb_company: <<company>> + sort_title: +5_<<collection_name>> + sync_mode: sync + smart_label: release.desc + visible_home: true + visible_shared: true + +collections: + Aardman: + template: {name: Studio, company: 297} + url_poster: https://theposterdb.com/api/assets/26074 + summary: Aardman Animations, Ltd. is a British animation studio based in Bristol, England. Aardman is known for films made using stop-motion clay animation techniques, particularly those featuring Plasticine characters Wallace and Gromit. + Blue Sky: + template: {name: Studio, company: 9383} + url_poster: https://theposterdb.com/api/assets/70086 + summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. + Blumhouse Productions: + template: {name: Studio, company: 3172} + url_poster: https://assets.mycast.io/posters/face-claims-sorted-by-blumhouse-productions-films-fan-casting-poster-104057-large.jpg?1621933769 + summary: Blumhouse Productions is an American film and television production company founded in 2000 by Jason Blum. It is known mainly for producing horror films. + DreamWorks: + template: {name: Studio, company: 521} + url_poster: https://theposterdb.com/api/assets/186286 + summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. + Illumination Entertainment: + template: {name: Studio, company: 6704} + url_poster: https://theposterdb.com/api/assets/103276 + summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. + Pixar: + template: {name: Studio, company: 3} + url_poster: https://theposterdb.com/api/assets/34750 + summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney Company. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the company's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. + Studio Ghibli: + template: {name: Studio, company: 10342} + url_poster: https://theposterdb.com/api/assets/32223 + summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. + Sony Pictures Animation: + template: {name: Studio, company: 2251} + url_poster: https://theposterdb.com/api/assets/103279 + summary: Sony Pictures Animation Inc. is an American animation studio owned by Sony Entertainment's Sony Pictures Entertainment through their Motion Picture Group division and founded on May 9, 2002. The studio's films are distributed worldwide by Sony Pictures Releasing under their Columbia Pictures label, while all direct-to-video releases are released by Sony Pictures Home Entertainment. + Warner Animation Group: + template: {name: Studio, company: 25120} + url_poster: https://theposterdb.com/api/assets/103280 + summary: The Warner Animation Group (WAG) is an American animation studio that is the feature animation division of Warner Bros. Entertainment. Established on January 7, 2013, the studio is the successor to the dissolved 2D traditional hand-drawn animation studio Warner Bros. Feature Animation, which shut down in 2003 and the dissolved family film division Warner Bros. Family Entertainment, which shut down in 2009. The entity is also a sister animation studio of the regular animation studio Warner Bros. Animation + Walt Disney Animation Studios: + template: {name: Studio, company: 6125} + url_poster: https://theposterdb.com/api/assets/81861 + summary: Walt Disney Animation Studios (WDAS), sometimes shortened to Disney Animation, is an American animation studio that creates animated features and short films for The Walt Disney Company. Founded on October 16, 1923 by brothers Walt Disney and Roy O. Disney, it is one of the oldest-running animation studios in the world. It is currently organized as a division of Walt Disney Studios and is headquartered at the Roy E. Disney Animation Building at the Walt Disney Studios lot in Burbank, California. + Walt Disney Pictures: + template: {name: Studio, company: 1} + url_poster: https://theposterdb.com/api/assets/103271 + summary: Walt Disney Pictures is an American film production studio of The Walt Disney Studios, which is owned by The Walt Disney Company. The studio is the flagship producer of live-action feature films within the Walt Disney Studios unit, and is based at the Walt Disney Studios in Burbank, California. Animated films produced by Walt Disney Animation Studios and Pixar Animation Studios are also released under this brand. Walt Disney Studios Motion Pictures distributes and markets the films produced by Walt Disney Pictures. + Monkeypaw Productions: + template: {name: Studio, company: 88934} + summary: Monkeypaw Productions is an American production company founded by director and producer Jordan Peele in 2012. The company is known for producing the horror films Get Out and Us. The company is named after the 1902 horror short story "The Monkey's Paw". + NEON: + template: {name: Studio, company: 90733} + url_poster: https://theposterdb.com/api/assets/140344 + summary: Neon is an American film production and distribution company founded in 2017 by CEO Tom Quinn and Tim League, who also was the co-founder of the Alamo Drafthouse Cinema chain. + Gloria Sanchez Productions: + template: {name: Studio, company: 77152} + summary: Gloria Sanchez Productions is a film production company. It is a subsidiary of Gary Sanchez Productions. + BRON: + template: {name: Studio, company: 13240} + summary: Bron Studios (stylized as BRON) is a Canadian motion picture company based in British Columbia owned by Bron Media Corporation. Bron's notable productions include Joker, Bombshell, Queen & Slim, Greyhound, Judas and the Black Messiah, The Mule, Henchmen, Roman J. Israel, Esq., Rudderless, Welcome to Me, The Addams Family, The Willoughbys, and Ghostbusters Afterlife. + Lucasfilm: + template: {name: Studio, company: 1} + url_poster: https://theposterdb.com/api/assets/206133 + summary: Lucasfilm Ltd. LLC is an American film and television production company that is a subsidiary of Walt Disney Studios, which is a business segment of The Walt Disney Company. The studio is best known for creating and producing the Star Wars and Indiana Jones franchises, as well as its leadership in developing special effects, sound, and computer animation for films. Lucasfilm was founded by filmmaker George Lucas in 1971 in San Rafael, California; most of the company's operations were moved to San Francisco in 2005.[3] Disney acquired Lucasfilm in October 2012 for $2.2 billion in cash and $1.855 billion in stock. + A24: + template: {name: Studio, company: 41077} + url_poster: https://theposterdb.com/api/assets/179136 + summary: A24 is an American independent entertainment company founded on August 20, 2012, by Daniel Katz, David Fenkel, and John Hodges and based in New York City. It specializes in film distribution, and film and television production. + View Askew: + template: {name: Studio, company: 16934} + url_poster: https://theposterdb.com/api/assets/45956 + summary: View Askew Productions is an American film and television production company founded by Kevin Smith and Scott Mosier in 1994. + Caviar: + template: {name: Studio, company: 2699} + summary: Caviar is an award-winning entertainment company with offices in Los Angeles, London, Brussels, Paris & Madrid. Our passion is to entertain audiences, wherever they are. Caviar’s ever growing circle of creators is rooted in branded content, film, digital and post production. We are looking forward to meeting you. + Marvel Studios: + template: {name: Studio, company: "420,7505"} + url_poster: https://theposterdb.com/api/assets/4742 + summary: Marvel Studios, LLC is an American film and television studio that is a subsidiary of Walt Disney Studios, a division of The Walt Disney Company. Marvel Studios is known for the production of the Marvel Cinematic Universe films, based on characters that appear in Marvel Comics publications. + Bleecker Street: + template: {name: Studio, company: 19414} + summary: Bleecker Street is an American film distribution company based in New York City. The company was named after 65 Bleecker Street, the street address of Andrew Karpen's prior company Focus Features. + Shaw Brothers: + template: {name: Studio, company: 5798} + summary: Shaw Brothers Studios was the largest film production company in Hong Kong, and operated from 1925 to 2011. It is fair to say that the Shaw Brothers have been the most significant film production company in the history of Hong Kong Cinema, with an influence extending far into international cinema. Over the last nine decades, the Shaw’s have amassed a collection of over 800 titles, with countless awards and international recognition. +######################################################- diff --git a/Speedmod/TV/Network.yml b/Speedmod/TV/Network.yml new file mode 100644 index 0000000..aaed9f0 --- /dev/null +++ b/Speedmod/TV/Network.yml @@ -0,0 +1,85 @@ +templates: + network: + optional: + - network + tmdb_network: <<network>> + url_poster: <<poster>> + sort_title: +2_<<collection_name>> + sync_mode: sync + +collections: +###################################################### +# Network Collections # +###################################################### + A&E: + template: { name: network, network: "129, 2639, 3688", poster: https://theposterdb.com/api/assets/160188} + ABC: + template: { name: network, network: "2, 75, 2791", poster: https://theposterdb.com/api/assets/193495} + Adult Swim: + template: { name: network, network: 80, poster: https://theposterdb.com/api/assets/98825} + Apple+: + template: { name: network, network: 2552, poster: https://theposterdb.com/api/assets/168823} + Amazon: + template: { name: network, network: 1024, poster: https://theposterdb.com/api/assets/90886} + AMC: + template: { name: network, network: "174, 4661", poster: https://theposterdb.com/api/assets/104445} + BBC: + template: { name: network, network: 4, poster: https://theposterdb.com/api/assets/113123 } + Cartoon Network: + template: { name: network, network: "56, 217, 1232, 1483, 2193, 3917, 4771", poster: https://theposterdb.com/api/assets/172187} + CBS: + template: { name: network, network: "16, 2528, 1709, 2621", poster: https://theposterdb.com/api/assets/48744} + Cinemax: + template: { name: network, network: 359, poster: https://theposterdb.com/api/assets/193488} + Comedy Central: + template: { name: network, network: 47, poster: https://theposterdb.com/api/assets/193571} + Discovery: + template: { name: network, network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741", poster: https://theposterdb.com/api/assets/137385} + Disney+: + template: { name: network, network: "2739, 2919", poster: https://theposterdb.com/api/assets/120939} + Fox: + template: { name: network, network: 19, poster: https://theposterdb.com/api/assets/48747} + Freeform: + template: { name: network, network: 1267, poster: https://theposterdb.com/api/assets/207424} + FX: + template: { name: network, network: 88, poster: https://theposterdb.com/api/assets/193493} + FXX: + template: { name: network, network: 1035, poster: https://theposterdb.com/api/assets/113175} + HBO: + template: { name: network, network: "49, 2593, 3186, 3308", poster: https://theposterdb.com/api/assets/168825} + HGTV: + template: { name: network, network: 210, poster: https://theposterdb.com/api/assets/98967} + Hulu: + template: { name: network, network: 453, poster: https://theposterdb.com/api/assets/168826} + National Geographic: + template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476", poster: https://theposterdb.com/api/assets/121026} + NBC: + template: { name: network, network: 6, poster: https://theposterdb.com/api/assets/113217} + Netflix: + template: { name: network, network: 213, poster: https://theposterdb.com/api/assets/168827} + PBS: + template: { name: network, network: 14, poster: https://theposterdb.com/api/assets/204458} + Peacock: + template: { name: network, network: 3353, poster: https://theposterdb.com/api/assets/205411} + Showtime: + template: { name: network, network: 67, poster: https://theposterdb.com/api/assets/138092} + Shudder: + template: { name: network, network: 2949, poster: https://theposterdb.com/api/assets/80638} + Starz: + template: { name: network, network: "318, 758, 4906", poster: https://theposterdb.com/api/assets/81775} + Syfy: + template: { name: network, network: "77, 3701", poster: https://theposterdb.com/api/assets/193549} + TBS: + template: { name: network, network: "68, 160, 4888", poster: https://theposterdb.com/api/assets/193552} + TNT: + template: { name: network, network: 41, poster: https://theposterdb.com/api/assets/207429} + YouTube: + template: { name: network, network: "247, 1436, 4869", poster: https://theposterdb.com/api/assets/193485} + Noovo: + template: { name: network, network: "4161, 2408, 583", poster: https://www.noovo.ca/static/images/fallback.jpg} + Club Illico: + template: { name: network, network: 1290, poster: https://videotron.com/sites/default/files/styles/cropped_small/public/image/logo-clubillico_730x360.jpg?itok=u1kx6cjm} + Crave: + template: { name: network, network: 1344, poster: https://www.ctvnews.ca/polopoly_fs/1.2130744.1417619433!/httpImage/image.jpg_gen/derivatives/landscape_1020/image.jpg} + ICI Radio-Canada: + template: { name: network, network: 141, poster: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTLjImLWxmsZRlgdh40CzYdIkVk4PRGFf0hVKeLsaXiPeOEB9d2Yyfgoxo6VNOo0Gvi3TY&usqp=CAU} diff --git a/Speedmod/TV/TV.yml b/Speedmod/TV/TV.yml new file mode 100644 index 0000000..d005910 --- /dev/null +++ b/Speedmod/TV/TV.yml @@ -0,0 +1,35 @@ + Trending: + smart_label: originally_available.desc + sync_mode: sync + trakt_trending: 40 + summary: Shows Trending across the internet + url_poster: https://i.imgur.com/AVCNmB0.png + url_background: https://wallpaper.dog/large/20509069.jpg + visible_home: true + visible_shared: true + visible_library: true + + Popular TV: + smart_label: originally_available.desc + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries + limit: 40 + summary: Popular Shows across the internet + url_poster: https://i.imgur.com/s90PSic.png + url_background: https://wallpaper.dog/large/20509069.jpg + visible_home: true + visible_shared: true + visible_library: true + + Top Rated TV: + smart_label: user_rating.desc + sort_title: ++3Top Rated TV + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&num_votes=20000,&sort=user_rating,desc + limit: 100 + tmdb_top_rated: 100 + summary: Top Rated Shows across the internet + url_poster: https://i.imgur.com/7h1vaxl.png + url_background: https://wallpaper.dog/large/20509069.jpg \ No newline at end of file diff --git a/anon_fawkes/README.md b/anon_fawkes/README.md new file mode 100644 index 0000000..02086a7 --- /dev/null +++ b/anon_fawkes/README.md @@ -0,0 +1,19 @@ +```yaml +libraries: + Movies: + metadata_path: + - git: anon_fawkes/collections/networks.yml + overlay_path: + - git: anon_fawkes/overlays/stream_on.yml +``` +**Movies Overlays Preview**: <br> +![Movies](https://i.imgur.com/oBt9zPP.png) +<br> + +**TV Shows Overlays Preview**: <br> +![TV Shows](https://i.imgur.com/lwpSCW8.png) +<br> + +**Collections Preview**: <br> +![Collections](https://i.imgur.com/NdGlVYU.png) +<br> diff --git a/anon_fawkes/collections/networks.yml b/anon_fawkes/collections/networks.yml new file mode 100644 index 0000000..79a34df --- /dev/null +++ b/anon_fawkes/collections/networks.yml @@ -0,0 +1,42 @@ +external_templates: + git: PMM/templates + template_variables: + collection_section: "21" + +templates: + network: + mdblist_list: + url: https://mdblist.com/lists/plexmetamanager/<<type>>-<<library_type>>s/ + sync_mode: sync + collection_order: custom + sort_title: +<<collection_name>> + summary: <<library_type>>s From the Streaming Service <<collection_name>> + url_poster: https://theposterdb.com/api/assets/<<poster>> + discovery: + imdb_list: + url: https://www.imdb.com/search/title/?companies=co0834810 + sync_mode: sync + collection_order: custom + sort_title: +<<collection_name>> + summary: <<library_type>>s From the Streaming Service <<collection_name>> + url_poster: https://theposterdb.com/api/assets/<<poster>> + +collections: + AppleTVPlus: + template: {name: network, type: appletv, poster: 206165} + Netflix: + template: {name: network, type: netflix, poster: 205048} + Prime: + template: {name: network, type: amazon, poster: 222004} + Hulu: + template: {name: network, type: hulu, poster: 220348} + Paramount: + template: {name: network, type: paramount, poster: 168828} + Peacock: + template: {name: network, type: peacock, poster: 205411} + Disney: + template: {name: network, type: disney, poster: 204376} + HBO: + template: {name: network, type: hbomax, poster: 168825} + DiscoveryPlus: + template: {name: discovery, poster: 220371} \ No newline at end of file diff --git a/anon_fawkes/overlays/images/AppleTVPlus-Round.png b/anon_fawkes/overlays/images/AppleTVPlus-Round.png new file mode 100644 index 0000000..9e2c458 Binary files /dev/null and b/anon_fawkes/overlays/images/AppleTVPlus-Round.png differ diff --git a/anon_fawkes/overlays/images/AppleTVPlus-Square.png b/anon_fawkes/overlays/images/AppleTVPlus-Square.png new file mode 100644 index 0000000..6438310 Binary files /dev/null and b/anon_fawkes/overlays/images/AppleTVPlus-Square.png differ diff --git a/anon_fawkes/overlays/images/DiscoveryPlus-Round.png b/anon_fawkes/overlays/images/DiscoveryPlus-Round.png new file mode 100644 index 0000000..8a7f171 Binary files /dev/null and b/anon_fawkes/overlays/images/DiscoveryPlus-Round.png differ diff --git a/anon_fawkes/overlays/images/DiscoveryPlus-Square.png b/anon_fawkes/overlays/images/DiscoveryPlus-Square.png new file mode 100644 index 0000000..7a63283 Binary files /dev/null and b/anon_fawkes/overlays/images/DiscoveryPlus-Square.png differ diff --git a/anon_fawkes/overlays/images/Disney-Round.png b/anon_fawkes/overlays/images/Disney-Round.png new file mode 100644 index 0000000..c909aeb Binary files /dev/null and b/anon_fawkes/overlays/images/Disney-Round.png differ diff --git a/anon_fawkes/overlays/images/Disney-Square.png b/anon_fawkes/overlays/images/Disney-Square.png new file mode 100644 index 0000000..693a3ec Binary files /dev/null and b/anon_fawkes/overlays/images/Disney-Square.png differ diff --git a/anon_fawkes/overlays/images/HBO-Round.png b/anon_fawkes/overlays/images/HBO-Round.png new file mode 100644 index 0000000..1ab69b3 Binary files /dev/null and b/anon_fawkes/overlays/images/HBO-Round.png differ diff --git a/anon_fawkes/overlays/images/HBO-Square.png b/anon_fawkes/overlays/images/HBO-Square.png new file mode 100644 index 0000000..cc47d4d Binary files /dev/null and b/anon_fawkes/overlays/images/HBO-Square.png differ diff --git a/anon_fawkes/overlays/images/Hulu-Round.png b/anon_fawkes/overlays/images/Hulu-Round.png new file mode 100644 index 0000000..fe0b313 Binary files /dev/null and b/anon_fawkes/overlays/images/Hulu-Round.png differ diff --git a/anon_fawkes/overlays/images/Hulu-Square.png b/anon_fawkes/overlays/images/Hulu-Square.png new file mode 100644 index 0000000..3c187c7 Binary files /dev/null and b/anon_fawkes/overlays/images/Hulu-Square.png differ diff --git a/anon_fawkes/overlays/images/Netflix-Round.png b/anon_fawkes/overlays/images/Netflix-Round.png new file mode 100644 index 0000000..3fc1dda Binary files /dev/null and b/anon_fawkes/overlays/images/Netflix-Round.png differ diff --git a/anon_fawkes/overlays/images/Netflix-Square.png b/anon_fawkes/overlays/images/Netflix-Square.png new file mode 100644 index 0000000..eda6f3e Binary files /dev/null and b/anon_fawkes/overlays/images/Netflix-Square.png differ diff --git a/anon_fawkes/overlays/images/Paramount-Round.png b/anon_fawkes/overlays/images/Paramount-Round.png new file mode 100644 index 0000000..cc0c2af Binary files /dev/null and b/anon_fawkes/overlays/images/Paramount-Round.png differ diff --git a/anon_fawkes/overlays/images/Paramount-Square.png b/anon_fawkes/overlays/images/Paramount-Square.png new file mode 100644 index 0000000..0e80184 Binary files /dev/null and b/anon_fawkes/overlays/images/Paramount-Square.png differ diff --git a/anon_fawkes/overlays/images/Peacock-Round.png b/anon_fawkes/overlays/images/Peacock-Round.png new file mode 100644 index 0000000..7187427 Binary files /dev/null and b/anon_fawkes/overlays/images/Peacock-Round.png differ diff --git a/anon_fawkes/overlays/images/Peacock-Square.png b/anon_fawkes/overlays/images/Peacock-Square.png new file mode 100644 index 0000000..301e022 Binary files /dev/null and b/anon_fawkes/overlays/images/Peacock-Square.png differ diff --git a/anon_fawkes/overlays/images/Prime-Round.png b/anon_fawkes/overlays/images/Prime-Round.png new file mode 100644 index 0000000..36e3931 Binary files /dev/null and b/anon_fawkes/overlays/images/Prime-Round.png differ diff --git a/anon_fawkes/overlays/images/Prime-Square.png b/anon_fawkes/overlays/images/Prime-Square.png new file mode 100644 index 0000000..c330e15 Binary files /dev/null and b/anon_fawkes/overlays/images/Prime-Square.png differ diff --git a/anon_fawkes/overlays/images/STREAMBLANK.png b/anon_fawkes/overlays/images/STREAMBLANK.png new file mode 100644 index 0000000..d4ee591 Binary files /dev/null and b/anon_fawkes/overlays/images/STREAMBLANK.png differ diff --git a/anon_fawkes/overlays/stream_on.yml b/anon_fawkes/overlays/stream_on.yml new file mode 100644 index 0000000..3142b78 --- /dev/null +++ b/anon_fawkes/overlays/stream_on.yml @@ -0,0 +1,146 @@ +############################################################# +# Streaming On Network Overlay # +# Created by anon_fawkes & NaDs # +# Credit to Magic815 for base images # +############################################################# +# # +# Call this from your config.yml (Movie or Show): # +# If nothing is specified these are the defaults # +# # +# The style variable can be either "Square" or "Round" # +# # +# overlay_path: # +# - git: anon_fawkes/overlays/stream_on.yml # +# template_variables: # +# style: Square # +# # +# # Use the Netflix overlay # +# use_netflix: true # +# # Use the Disney+ overlay # +# use_disney: true # +# # Use the HBO overlay # +# use_hbo: true # +# # Use the Hulu overlay # +# use_hulu: true # +# # Use the Prime overlay # +# use_prime: true # +# # Use the Paramount+ overlay # +# use_paramount: true # +# # Use the Discovery+ overlay # +# use_discovery: true # +# # Use the Apple TV + overlay # +# use_apple: true # +# # Use the Peacock overlay # +# use_peacock: true # +# # +############################################################# + +queues: + stream: + - horizontal_offset: 15 # This is the first position + horizontal_align: center + vertical_offset: 10 + vertical_align: bottom + - horizontal_offset: 130 # This is the second position + horizontal_align: center + vertical_offset: 10 + vertical_align: bottom + - horizontal_offset: 245 # This is the third position + horizontal_align: center + vertical_offset: 10 + vertical_align: bottom + - horizontal_offset: 360 # This is the third position + horizontal_align: center + vertical_offset: 10 + vertical_align: bottom + +templates: + Streaming: + optional: + - use_<<slug>> + default: + overlay: <<overlay_name>> + horizontal_offset: 15 + horizontal_align: right + vertical_offset: 15 + vertical_align: bottom + weight_<<key>>: <<weight>> + style: Round + ignore_blank_results: true + overlay: + name: <<overlay_name>> + queue: stream + style: <<style>> + weight: <<weight_<<key>>>> + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + git: anon_fawkes/overlays/images/<<overlay_name>>-<<style>> + +overlays: + STREAMBLANK: + template: + - name: Streaming + overlay: + name: STREAMBLANK + git: anon_fawkes/overlays/images/STREAMBLANK + plex_search: + validate: false + any: + collection: + - AppleTVPlus + - Prime + - Hulu + - Paramount + - Peacock + - DiscoveryPlus + - Disney + - HBO + - Netflix + + Netflix: + template: {name: Streaming, weight: 900, slug: netflix} + plex_search: + all: + collection: Netflix + Prime: + template: {name: Streaming, weight: 800, slug: prime} + plex_search: + all: + collection: Prime + Hulu: + template: {name: Streaming, weight: 700, slug: hulu} + plex_search: + all: + collection: Hulu + Paramount: + template: {name: Streaming, weight: 600, slug: paramount} + plex_search: + all: + collection: Paramount + Peacock: + template: {name: Streaming, weight: 500, slug: peacock} + plex_search: + all: + collection: Peacock + DiscoveryPlus: + template: {name: Streaming, weight: 400, slug: discovery} + plex_search: + all: + collection: DiscoveryPlus + Disney: + template: {name: Streaming, weight: 300, slug: disney} + plex_search: + all: + collection: Disney + HBO: + template: {name: Streaming, weight: 200, slug: hbo} + plex_search: + all: + collection: HBO + AppleTVPlus: + template: {name: Streaming, weight: 100, slug: apple} + plex_search: + all: + collection: AppleTVPlus \ No newline at end of file diff --git a/b101marc/Charts.yml b/b101marc/Charts.yml new file mode 100644 index 0000000..7772d8c --- /dev/null +++ b/b101marc/Charts.yml @@ -0,0 +1,65 @@ + +###################################################### +# Chart Collections # +###################################################### +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + smart_label: random + Best of: + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<year>> + sort_title: +1_Best of <<year>> + sync_mode: sync + summary: Rotten Tomatoes Best Movies of <<year>> + smart_label: audience_rating.desc +collections: + Plex Popular: + template: { name: Chart, num: 1 } + tautulli_popular: + list_days: 30 + list_size: 20 + list_buffer: 20 + tautulli_watched: + list_days: 30 + list_size: 20 + list_buffer: 20 + summary: Movies Popular on Plex + Trending: + template: { name: Chart, num: 2 } + trakt_trending: 10 + tmdb_trending_daily: 10 + tmdb_trending_weekly: 10 + summary: Movies Trending across the internet + Popular: + template: { name: Chart, num: 3 } + tmdb_popular: 40 + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short + limit: 40 + summary: Popular Movies across the internet + Top Rated: + template: { name: Chart, num: 4 } + imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250/ + tmdb_top_rated: 250 + summary: Top Rated Movies across the internet + Oscars: + template: { name: Chart, num: 5 } + imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner + summary: Oscar Winning Movies + Best of 2014: + template: { name: Best of, year: 2014 } + Best of 2015: + template: { name: Best of, year: 2015 } + Best of 2016: + template: { name: Best of, year: 2016 } + Best of 2017: + template: { name: Best of, year: 2017 } + Best of 2018: + template: { name: Best of, year: 2018 } + Best of 2019: + template: { name: Best of, year: 2019 } + Best of 2020: + template: { name: Best of, year: 2020 } + Best of 2021: + template: { name: Best of, year: 2021 } \ No newline at end of file diff --git a/b101marc/Essentials.yml b/b101marc/Essentials.yml new file mode 100644 index 0000000..4550b8b --- /dev/null +++ b/b101marc/Essentials.yml @@ -0,0 +1,54 @@ +########################################################### +# Essentials Collections # +########################################################### +templates: + Essentials: + sort_title: +2_Rotten Tomatoes - <<num>><<collection_name>> + smart_label: random + sync_mode: sync + Other Essentials: + sort_title: +3_<<num>><<collectionsm_name>> + smart_label: random + sync_mode: sync + +collections: + Rotten Tomatoes - 200 Best Romantic Comedies: + template: { name: Essentials, num: 1} + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time + sync_mode: sync + collection_order: release + Rotten Tomatoes - 200 Best Horror Movies: + template: { name: Essentials, num: 2} + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time + sync_mode: sync + collection_order: release + Rotten Tomatoes - Essential 80's: + template: { name: Essentials, num: 3} + trakt_list: https://trakt.tv/users/tkcrabtree/lists/rotten-tomatoes-140-essential-80s-movies + sync_mode: sync + collection_order: release + Rotten Tomatoes - Essential Sci-Fi: + template: { name: Essentials, num: 4} + trakt_list: https://trakt.tv/users/ezaratemx/lists/rotten-tomatoes-150-essential-sci-fi-movies + sync_mode: sync + Rotten Tomatoes - Essential Family Films: + template: { name: Essentials, num: 5} + trakt_list: https://trakt.tv/users/giladg/lists/rotten-tomatoes-top-100-kids-family-movies + sync_mode: sync + Rotten Tomatoes - Essential Grindhouse: + template: { name: Essentials, num: 6} + trakt_list: https://trakt.tv/users/maxwelldeux/lists/the-deuce-top-20 + sync_mode: append + 1001 Movies to See Before you Die: + trakt_list: https://trakt.tv/users/tkcrabtree/lists/1001-movies-you-must-see-before-you-die-copy + template: { name: Other Essentials, num: 1} + 90's Cult Classics: + template: { name: Other Essentials, num: 3} + imdb_list: https://www.imdb.com/list/ls002348409/ + sync_mode: append + 80's Cult Classics: + trakt_list: https://trakt.tv/users/zyrus/lists/80s-classics + template: { name: Other Essentials, num: 2} + Sundance Film Festival 2021: + trakt_list: https://trakt.tv/users/hdlists/lists/sundance-2021-movie-guide + template: { name: Other Essentials, num: 4} \ No newline at end of file diff --git a/b101marc/Genre.yml b/b101marc/Genre.yml new file mode 100644 index 0000000..d4f66f5 --- /dev/null +++ b/b101marc/Genre.yml @@ -0,0 +1,199 @@ +###################################################### +# Genre Collections # +###################################################### +templates: + IMDb Genre: + default: + title: feature + limit: 100 + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1920-01-01,&user_rating=7.0,10.0&num_votes=1000,&genres=<<genre>> + limit: <<limit>> + - url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1920-01-01,&user_rating=7.0,10.0&num_votes=1000,&genres=<<genre>>&sort=user_rating,desc + limit: <<limit>> + sort_title: +4_<<collection_name>> + sync_mode: sync + smart_label: random + Genre: + sort_title: +4_<<collection_name>> + plex_search: + genre: <<genre>> + critic_rating.gte: 7 + limit: 1000 + sync_mode: sync + smart_label: random + Other Genre: + plex_search: + critic_rating.gte: 7 + limit: 1000 + sort_title: +4_<<collection_name>> + sync_mode: sync + smart_label: random + Genre 2: + plex_search: + genre.and: <<genre>> + critic_rating.gte: 7 + limit: 1000 + sort_title: +4_<<collection_name>> + sync_mode: sync + collection_order: release + +collections: + Action: + template: {name: Genre, genre: action} + Adult: + template: {name: Genre, genre: adult} + Adventure: + template: {name: Genre, genre: adventure} + Animation: + template: {name: Genre, genre: animation} + Biography: + template: {name: Genre, genre: biography} + Comedy: + template: {name: Genre, genre: comedy} + Crime: + template: {name: Genre, genre: crime} + Documentary: + template: {name: Genre, genre: documentary, title: documentary} + Drama: + template: {name: Genre, genre: drama} + Family: + template: {name: Genre, genre: family} + Fantasy: + template: {name: Genre, genre: fantasy} + Gangster: + template: {name: Other Genre} + imdb_list: + - https://www.imdb.com/list/ls026270180/ + - https://www.imdb.com/list/ls000093502/ + History: + template: {name: Genre, genre: history} + Horror: + template: {name: Genre, genre: horror} + Martial Arts: + template: {name: Other Genre} + imdb_list: + - https://www.imdb.com/list/ls000099643/ + - https://www.imdb.com/list/ls068611186/ + - https://www.imdb.com/list/ls068378513/ + - https://www.imdb.com/list/ls090404120/ + Musical: + template: {name: Genre, genre: musical} + Mystery: + template: {name: Genre, genre: mystery} + Non-Fiction: + template: {name: Genre, genre: non-fiction} + Pandemic: + template: { name: Other Genre } + imdb_list: + - url: https://www.imdb.com/search/keyword/?keywords=deadly-virus%2Chealth-crisis%2Cpandemic%2Cpublic-health-epidemic%2Cvirus%2Ccoronavirus&sort=moviemeter,asc&mode=detail&page=1&ref_=kw_ref_key + limit: 1000 + - url: https://www.imdb.com/list/ls041901506/ + - url: https://www.imdb.com/list/ls092321048/ + Romance: + template: {name: Genre, genre: romance} + Romantic Comedy: + template: { name: IMDb Genre, genre: "romance,comedy", limit: 1000 } + filters: + genre: Comedy + Romantic Drama: + template: { name: IMDb Genre, genre: "romance,drama", limit: 1000 } + filters: + genre: Drama + Sci-Fi: + template: {name: Genre, genre: sci-fi} + Sports: + template: {name: Genre, genre: sport} + Thriller: + template: {name: Genre, genre: thriller} + War: + template: {name: Genre, genre: war} + Western: + template: {name: Genre, genre: western} + Shorts: + template: {name: Genre, genre: short} + Queer: + trakt_list: + - https://trakt.tv/users/outtherek/lists/queer + - https://trakt.tv/users/igiorgis/lists/lgbt-lesbian-gay-bisexual-transgender-movies-tv-shows-the-biggest-list-on-trakt + imdb_list: + - https://www.imdb.com/list/ls062688328/ + - https://www.imdb.com/list/ls81657710/ + - https://www.imdb.com/list/ls006306218/ + sort_title: +++_Queer + sync_mode: append + collection_order: release + New Queer Cinema: + imdb_list: https://www.imdb.com/list/ls006306218/ + sort_title: +++_New Queer Cinema + sync_mode: append + collection_order: release + Sports Documentaries: + template: {name: Genre 2, genre: "sport,documentary"} + summary: Sports Documentaries rated 70% and above on Rotten Tomatoes + Mind Fuck Movies: + template: {name: Other Genre} + trakt_list: + - https://trakt.tv/users/lish408/lists/mindfuck + - https://trakt.tv/users/hdlists/lists/mindfuck-movies + - https://trakt.tv/users/benfranklin/lists/best-mindfucks + Camp!: + template: {name: Other Genre} + imdb_list: https://www.imdb.com/list/ls002915233/ + Blaxploitation: + template: {name: Other Genre} + imdb_list: https://www.imdb.com/list/ls066690694/ + Slasher: + template: {name: Other Genre} + imdb_list: + - https://www.imdb.com/list/ls053988992/ + - https://www.imdb.com/list/ls029703473/ + - https://www.imdb.com/list/ls002540370/ + - https://www.imdb.com/list/ls062357250/ + trakt_list: + - https://trakt.tv/users/hdlists/lists/80s-slasher-movies + Psychedelic: + template: {name: Other Genre} + imdb_list: + - https://www.imdb.com/list/ls085976350/ + trakt_list: + - https://trakt.tv/users/ld667/lists/top-150-trippy-psychedelic-movies-of-all-time + Time Travel: + template: {name: Other Genre} + trakt_list: https://trakt.tv/users/vagnerr/lists/time-travel + Dystopian: + template: {name: Other Genre} + trakt_list: https://trakt.tv/users/vagnerr/lists/dystopia + Mockumentaries: + template: {name: Other Genre} + imdb_list: + - https://www.imdb.com/list/ls027069047/ + - https://www.imdb.com/list/ls027792245/ + - https://www.imdb.com/list/ls052636068/ + - https://www.imdb.com/list/ls063550121/ + Based On A True Story: + template: {name: Other Genre} + trakt_list: https://trakt.tv/users/hdlists/lists/based-on-or-inspired-by-a-true-story + TV Movies: + template: {name: Genre, genre: tv movies} + Music: + template: {name: IMDb Genre, genre: music, limit: 500} + Black Cinema: + template: {name: Other Genre} + trakt_list: + - https://trakt.tv/users/bluephi8/lists/black-history + - https://trakt.tv/users/wilkin25/lists/great-documentaries-black-history-copy + - https://trakt.tv/users/hoochzilla/lists/black-cinema + - https://trakt.tv/users/cinematicthrowbacks/lists/great-documentaries-black-history + - https://trakt.tv/users/oshura/lists/african-american-history-education + American History: + template: {name: Other Genre} + trakt_list: https://trakt.tv/users/snown/lists/american-history-in-film + Art History: + template: {name: Other Genre} + trakt_list: + - https://trakt.tv/users/martachilegge/lists/art + imdb_list: + - https://www.imdb.com/list/ls024857225/ + - https://www.imdb.com/list/ls000652120/ + - https://www.imdb.com/list/ls059904656/ diff --git a/b101marc/Holiday.yml b/b101marc/Holiday.yml new file mode 100644 index 0000000..471c363 --- /dev/null +++ b/b101marc/Holiday.yml @@ -0,0 +1,74 @@ +templates: + Holiday: + smart_label: title.asc + summary: |- + A timed collection of <<collection_name>> and other movies that may relate to the holiday. + + NOTE: this collection will only be around until <<end_date>>. + sort_title: +0_<<collection_name>> + schedule: range(<<start_date>>-<<end_date>>) + delete_not_scheduled: true + visible_home: true + visible_shared: true +collections: + Valentine's Day Movies: + template: + name: Holiday + start_date: 02/01 + end_date: 02/29 + imdb_list: + - https://www.imdb.com/list/ls000094398/ + - https://www.imdb.com/list/ls057783436/ + - https://www.imdb.com/list/ls064427905/ + St. Patrick's Day Movies: + template: + name: Holiday + start_date: 03/01 + end_date: 03/18 + imdb_list: https://www.imdb.com/list/ls063934595/ + Thanksgiving Movies: + template: + name: Holiday + start_date: 11/01 + end_date: 11/30 + imdb_list: + - https://www.imdb.com/list/ls000835734/ + - https://www.imdb.com/list/ls091597850/ + Halloween Movies: + template: + name: Holiday + start_date: 10/01 + end_date: 10/31 + imdb_list: + - https://www.imdb.com/list/ls023118929/ + - https://www.imdb.com/list/ls000099714/ + trakt_list: + - https://trakt.tv/users/kairbear08/lists/halloween + - https://trakt.tv/users/mybicycle/lists/halloween + - https://trakt.tv/users/jayinftl/lists/halloween + - https://trakt.tv/users/roswellgeek/lists/halloween + tmdb_collection: + - 91361 # Halloween Collection + - 8581 # A Nightmare on Elm Street Collection + - 1733 # The Mummy Collection + - 8091 # Alien Collection + tmdb_movie: + - 23437 # A Nightmare on Elm Street (2010) + Christmas Movies: + template: + name: Holiday + start_date: 12/01 + end_date: 12/31 + imdb_list: + - https://www.imdb.com/list/ls025976544/ + - https://www.imdb.com/list/ls003863000/ + - https://www.imdb.com/list/ls027454200/ + - https://www.imdb.com/list/ls027886673/ + - https://www.imdb.com/list/ls097998599/ + - https://www.imdb.com/list/ls000096828/ + New Year's Day Movies: + template: + name: Holiday + start_date: 12/26 + end_date: 01/04 + imdb_list: https://www.imdb.com/list/ls066838460/ \ No newline at end of file diff --git a/twhiting9275/movies.yml b/b101marc/Movies.yml similarity index 67% rename from twhiting9275/movies.yml rename to b101marc/Movies.yml index c8b218b..2aa8339 100644 --- a/twhiting9275/movies.yml +++ b/b101marc/Movies.yml @@ -1,8 +1,6 @@ -########################################################### -# Movie List # -# A cleaned up, and expanded movie collection list # -# By: twhiting9275 # -########################################################### +###################################################### +# Movie Collections # +###################################################### templates: Collection: optional: @@ -24,22 +22,12 @@ collections: template: {name: Collection, collection: 71458} "300": template: {name: Collection, collection: 125570} - 2000s Scooby: - template: {name: Collection, collection: 86860} - A Christmas Prince: - template: {name: Collection, collection: 526203} - Ace Ventura: - template: {name: Collection, collection: 3167} Addams Family: template: {name: Collection, collection: 11716} Air Bud: - template: {name: Collection, collection: 97445} - Airplane: - template: {name: Collection, collection: 91663} + template: {name: Collection, collection: 97445} Aladdin: template: {name: Collection, collection: 86027} - Alex Cross: - template: {name: Collection, collection: 142680} Alice in Wonderland: template: {name: Collection, collection: 261307} Alien: @@ -48,15 +36,10 @@ collections: template: {name: Collection, collection: 140910} Almighty: template: {name: Collection, collection: 124949} - Alpha and Omega: - template: {name: Collection, collection: 241729} Alvin and the Chipmunks: template: {name: Collection, collection: 167613} The Amazing Spider-Man: template: {name: Collection, collection: 125574} - The Animated Scoobies: - template: {name: Collection, movie: "13355,258893,32916,284995,13354,203696,15601,427564,13151,20558,295421,119321,47533,287757,615774,21956,12902,16390,297102,13350,12903,20410,302960,533592,67900,484862,13351,245881,24787,409122,30074,423336,560066,263311,340884,377110,272438,288446,370086,260825,316272,314387,414105,284908,286387,284521,284548,573733,511301,441348,340128,315287,414103,546355,441170,455608,431335,721656,682254,24615,37211,45752"} - summary: "It's all fun and games until someone mentions that g-g-g-g-g-GHOST!!! A listing of all of the animated Scooby-Doo movies to date (2021)" American Pie: template: {name: Collection, collection: "2806, 298820"} American Psycho: @@ -65,8 +48,6 @@ collections: template: {name: Collection, collection: 8783} Anaconda: template: {name: Collection, collection: 105995, movie: 336560} - Analyze: - template: {name: Collection, collection: 110127} Anchorman: template: {name: Collection, collection: 93791} Angels in the ...: @@ -78,22 +59,14 @@ collections: template: {name: Collection, collection: 402074} Ant-Man: template: {name: Collection, collection: 422834} - The Apple Dumpling Gang: - template: {name: Collection, collection: 87232} Appleseed: template: {name: Collection, collection: "87800, 371526"} - Arthur: - template: {name: Collection, collection: 170754, movie:49012} Atlantis: template: {name: Collection, collection: 100965} - Atlas Shrugged: - template: {name: Collection, collection: 166381} Attack on Titan: template: {name: Collection, collection: 370411} Austin Powers: template: {name: Collection, collection: 1006} - Avatar: - template: {name: Collection, collection: 87096} The Avengers: template: {name: Collection, collection: 86311} AVP: @@ -112,42 +85,16 @@ collections: template: {name: Collection, collection: 117693} Bambi: template: {name: Collection, collection: 87250} - Bandit Made for TV Movies: - template: {name: Collection, collection: "398758"} Barbershop: template: {name: Collection, collection: 176097, movie: 14177} Batman: template: {name: Collection, collection: 120794} Batman (Adam West) Animation: template: {name: Collection, collection: 626517} - Batman Beyond: - template: {name: Collection, collection: 379475} - Batman Unlimited: - template: {name: Collection, collection: 356688} - Son of Batman: - template: {name: Collection, collection: 334996} - Superman / Batman (Animated): - template: {name: Collection, collection: 290933} - Batman (DCU Animated): - template: {name: Collection, collection: 421904} - Batman the Dark Knight Returns: - template: {name: Collection, collection: 248534} - Batman The Long Halloween: - template: {name: Collection, collection: 785583} Beauty and the Beast: template: {name: Collection, collection: 153010} - Beethoven: - template: {name: Collection, collection: 168880} - Behind Enemy Lines: - template: {name: Collection, collection: 98513} - Beverly Hills Cop: - template: {name: Collection, collection: 85861} - Big Momma's House: - template: {name: Collection, collection: 44979} Bill & Ted's Most Excellent: template: {name: Collection, collection: 91746} - Black Panther: - template: {name: Collection, collection: 529892} Black Water: template: {name: Collection, collection: 730166} Blade: @@ -160,9 +107,7 @@ collections: template: {name: Collection, collection: 87186} Borat Moviefilms: template: {name: Collection, collection: 747168} - Boss Baby: - template: {name: Collection, collection: 519457} - The Bourne Collection: + The Bourne: template: {name: Collection, collection: 31562} The Boy: template: {name: Collection, collection: 666337} @@ -174,8 +119,6 @@ collections: template: {name: Collection, collection: 91657} Captain America: template: {name: Collection, collection: 131295} - Captain Marvel: - template: {name: Collection, collection: 623911} Carrie: template: {name: Collection, collection: 257053} Cars: @@ -188,8 +131,6 @@ collections: template: {name: Collection, collection: 86029} Cheaper by the Dozen: template: {name: Collection, collection: 114783} - Child's Play: - template: {name: Collection, collection: 10455} The Chronicles of Narnia: template: {name: Collection, collection: 420} The Chronicles of Riddick: @@ -209,21 +150,13 @@ collections: Cloverfield: template: {name: Collection} imdb_list: https://www.imdb.com/list/ls021933730/ - summary: Cloverfield is an American science fiction anthology film series and media franchise created and produced by J. J. Abrams consisting of three films, viral marketing websites linking the films together, and a tie-in manga to the first film titled Cloverfield/Kishin (2008), all set in a shared fictional universe referred to as The Cloververse. - Comedy Central Roasts: - template: {name: Collection, movie: "536056,333103,300302,296192,329690,296206,329243,296193,296194,334461,324173,315850,630068,414749,333126,333127,275771,698776"} - Summary: The Comedy Central Roasts are a series of celebrity roast specials which air on the Comedy Central cable network. - url_poster: https://theposterdb.com/api/assets/1006782/view? - Coming to America: - template: {name: Collection, collection: 647077} + summary: Cloverfield is an American science fiction anthology film series and media franchise created and produced by J. J. Abrams consisting of three films, viral marketing websites linking the films together, and a tie-in manga to the first film titled Cloverfield/Kishin (2008), all set in a shared fictional universe referred to as the "Cloververse". The franchise as a whole deals with creatures from other dimensions attacking Earth throughout various decades, all as a repercussion of an experiment by an astronaut team aboard the Cloverfield Station in outer-space. Each film depicts the reality-altering effects of their study, which was meant to find a new energy source replacing the planet's depleted resources, only to open portals for assault from various beasts from deep space. The Conjuring: template: {name: Collection, collection: 313086} Cornetto Trilogy: template: {name: Collection} imdb_list: https://www.imdb.com/list/ls068623110/ summary: An anthology series of British comedic genre films directed by Edgar Wright, written by Wright and Simon Pegg, produced by Nira Park, and starring Pegg and Nick Frost. The trilogy consists of Shaun of the Dead (2004), Hot Fuzz (2007), and The World's End (2013). - Crank: - template: {name: Collection, collection: 64751} Creed: template: {name: Collection, collection: 553717} Crocodile Dundee: @@ -242,16 +175,10 @@ collections: template: {name: Collection, collection: 448150, movie: 567604} Death Note: template: {name: Collection, collection: 102019} - Death Race (modern): + Death Race: template: {name: Collection, collection: 86116} - Death Race (original): - template: {name: Collection, collection: 434533} The Debt Collector: template: {name: Collection, collection: 709271} - Dennis the Menace: - template: {name: Collection, collection: 195441} - Descendants: - template: {name: Collection, collection: 466463} Despicable Me: template: {name: Collection, collection: "86066, 544669"} Die Hard: @@ -262,34 +189,24 @@ collections: template: {name: Collection, collection: 283579} A Dog's Purpose: template: {name: Collection, collection: 591028} - Dr. Dolittle: - template: {name: Collection, collection: 3169} DragonHeart: template: {name: Collection, collection: 169452} Dumb and Dumber: template: {name: Collection, collection: 96665} Dungeons & Dragons: template: {name: Collection, collection: 106498} - Eddie and the Cruisers: - template: {name: Collection, collection: 186102} - El Mariachi!: - template: {name: Collection, collection: 9649} The Emperor's New Groove: template: {name: Collection, collection: 178117} The Equalizer: template: {name: Collection, collection: 523855} - Ernest P. Worrell: - template: {name: Collection, collection: 330555} Escape From ...: template: {name: Collection, collection: 115838} name_mapping: Escape From Escape Plan: template: {name: Collection, collection: 525891} - Evil Dead: - template: {name: Collection, collection: 1960} Evangelion: template: {name: Collection, collection: 210303} - summary: A Japanese animated film series and a retelling of the original Neon Genesis Evangelion anime television series, produced by Studio Khara. + summary: A Japanese animated film series and a retelling of the original Neon Genesis Evangelion anime television series, produced by Studio Khara. Hideaki Anno served as the writer and general manager of the project, with Kazuya Tsurumaki and Masayuki directing the films themselves. Yoshiyuki Sadamoto, Ikuto Yamashita and Shiro Sagisu returned to provide character designs, mechanical designs and music respectively. The Expendables: template: {name: Collection, collection: 126125} Fantasia: @@ -299,9 +216,7 @@ collections: Fantastic Four: template: {name: Collection, collection: 9744} The Fast and the Furious: - template: {name: Collection, collection: 9485} - Father of the Bride: - template: {name: Collection, collection: 96871} + template: {name: Collection, collection: "9485, 688042"} Fifty Shades: template: {name: Collection, collection: 344830} Final Destination: @@ -314,8 +229,6 @@ collections: template: {name: Collection, collection: 137697} The Flintstones: template: {name: Collection, collection: 351684} - Flubber: - template: {name: Collection, collection: 294468} The Fox and the Hound: template: {name: Collection, collection: 100970} Free Willy: @@ -348,8 +261,6 @@ collections: template: {name: Collection, collection: 2980, movie: 43074} The Girl - Millennium: template: {name: Collection, collection: 575987} - God's Not Dead: - template: {name: Collection, collection: 409343} The Godfather: template: {name: Collection, collection: 230} Godzilla (Showa): @@ -392,51 +303,25 @@ collections: template: {name: Collection, collection: 92012} Harold & Kumar: template: {name: Collection, collection: 30663} - Halloweentown: - template: {name: Collection, collection: 87252} Harry Potter: template: {name: Collection, collection: 1241} ... Has Fallen: template: {name: Collection, collection: 386534} + name_mapping: Has Fallen Hellboy: template: {name: Collection, collection: 17235} Hellboy (Animated): template: {name: Collection, collection: 123203} - Herbie: - template: {name: Collection, collection: 12087} High School Musical: template: {name: Collection, collection: 87253} Highlander: template: {name: Collection, collection: 8050} - The Hobbit: - summary: "The Hobbit collection is a three-part epic fantasy-adventure film directed and produced by Peter Jackson and based on J. R. R. Tolkien's fantasy novel of the same name. The trilogy of films are set in Middle-earth 60 years before 'The Lord of the Rings', and will act as a prequel to Jackson's The Lord of the Rings trilogy." - url_poster: https://theposterdb.com/api/assets/25015/view? - tmdb_background: 49051 - sync_mode: sync - plex_search: - all: - title.begins: "The Hobbit:" - title.not: "Extended Edition" - The Hobbit (the long version): - summary: " - The Hobbit Extended Edition is a version of Peter Jackson's Hobbit Trilogy. These versions have new editing, scenes, special effects and music, and also more scenes and content than the theatrical versions.\nAn Unexpected Journey contains 13 minutes of additional footage.\nThe Desolation of Smaug contains 25 minutes of additional footage.\nThe Battle of the Five Armies contains 20 minutes of additional footage.\n" - tmdb_background: 122917 - sync_mode: sync - url_poster: https://theposterdb.com/api/assets/36979/view? - plex_search: - all: - title.begins: "The Hobbit:" - title.ends: " - Extended Edition" - Hobbs & Shaw: - template: {name: Collection, collection: 688042} + The Hobbit: + template: {name: Collection, collection: 121938} Home Alone: template: {name: Collection, collection: 9888} - Homeward Bound: - template: {name: Collection, collection: 43058} Honey, I Shrunk the Kids: template: {name: Collection, collection: 72119} - Hoodwinked!: - template: {name: Collection, collection: 87255} Horrible Bosses: template: {name: Collection, collection: 280588} Hot Tub Time Machine: @@ -470,10 +355,6 @@ collections: template: {name: Collection, collection: 131292} It: template: {name: Collection, collection: 477962} - Jack Reacher: - template: {name: Collection, collection: 403374} - Jack Ryan (90s): - template: {name: Collection, collection: 192492} James Bond: template: {name: Collection, collection: 645} Jaws: @@ -484,21 +365,10 @@ collections: template: {name: Collection} imdb_list: https://www.imdb.com/list/ls086022668/ summary: Collection of Jeff Dunham's Stand Up Comedy Specials - Jesse Stone: - template: {name: Collection, collection: 59235} - The Jetsons: - template: {name: Collection, movie: "36868,44510,17009"} - Summary: Meet George Jetson and his quirky family - wife Jane, son Elroy and daughter Judy. Living in the automated, push-button world of the future hasn't made life any easier for the harried husband and father, who gets into one comical misadventure after another! - Joe Dirt: - template: {name: Collection, collection: 353325} John Wick: template: {name: Collection, collection: 404609} Johnny Tsunami: template: {name: Collection, collection: 394316} - Journey: - template: {name: Collection, collection: 605516} - Joy Ride: - template: {name: Collection, collection: 166378} Jumanji: template: {name: Collection, collection: 495527} Jump Street: @@ -519,8 +389,6 @@ collections: template: {name: Collection, collection: 2883} Kingsman: template: {name: Collection, collection: 391860} - Knives Out: - template: {name: Collection, collection: 722971} Kung Fu Panda: template: {name: Collection, collection: 77816} Lady and the Tramp: @@ -531,16 +399,12 @@ collections: template: {name: Collection, collection: 19163} Legally Blonde: template: {name: Collection, collection: 86024} - Leprechaun: - template: {name: Collection, collection: 19285} LEGO DC Comics Super Heroes: template: {name: Collection, collection: 386162} The Lego Movie: template: {name: Collection, collection: 325470} Lego Star Wars: template: {name: Collection, collection: 302331} - Lego Batman: - template: {name: Collection, collection: 696630} Lethal Weapon: template: {name: Collection, collection: 945} Lilo & Stitch: @@ -549,36 +413,14 @@ collections: template: {name: Collection, collection: 94032} The Little Mermaid: template: {name: Collection, collection: 33085} - Look Who's Talking: - template: {name: Collection, collection: 9521} - The Lord of the Rings (the long version): - summary: "The Lord of the Rings: Special Extended Edition is a version of Peter Jackson's Lord of the Rings film trilogy. These versions have new editing, additional special effects and music, and also more scenes and content than the theatrical versions. Each film is two discs, and two appendices.\nThe Fellowship of the Ring contains 30 minutes of additional footage (plus 20 minutes of Fan Club Credits).\nThe Two Towers contains 44 minutes of additional footage (plus 12 minutes of Fan Club Credits).\nThe Return of the King contains 51 minutes of additional footage (plus 12 minutes of Fan Club Credits)." - sync_mode: sync - tmdb_background: 122 - url_poster: https://theposterdb.com/api/assets/113956/view? - plex_search: - all: - title.begins: "The Lord of the Rings:" - title.ends: "Extended Edition" The Lord of the Rings: - summary: "The Lord of the Rings trilogy consists of three epic fantasy films, based on the influential novels written by J. R. R. Tolkien, directed by Peter Jackson." - tmdb_background: 120 - sync_mode: sync - url_poster: https://theposterdb.com/api/assets/113964/view? - plex_search: - all: - title.begins: "The Lord of the Rings:" - title.not: " - Extended Edition" + template: {name: Collection, collection: 119} The Lord of the Rings (Animated): - template: {name: Collection, collection: 141290, movie: 123} - Machete: - template: {name: Collection, collection: 210006} + template: {name: Collection, collection: 141290} Mad Max: template: {name: Collection, collection: 8945} Madagascar: template: {name: Collection, collection: 14740, movie: "161143, 25472, 270946"} - Major League: - template: {name: Collection, collection: 97771} Maleficent: template: {name: Collection, collection: 531331} Mall Cop: @@ -586,39 +428,31 @@ collections: The Man with No Name: template: {name: Collection} imdb_list: https://www.imdb.com/list/ls023916334/ - summary: An Italian film series consisting of three Spaghetti Western films directed by Sergio Leone, and starring Clint Eastwood. - The Mark: - template: {name: Collection, collection: 324458} - Marley and Me: - template: {name: Collection, collection: 230532} + summary: An Italian film series consisting of three Spaghetti Western films directed by Sergio Leone. The films are titled A Fistful of Dollars (1964), For a Few Dollars More (1965) and The Good, the Bad and the Ugly (1966). The series has become known for establishing the Spaghetti Western genre, and inspiring the creation of many more Spaghetti Western films. The three films are consistently listed among the best rated Western films in history. Marvel Rising: template: {name: Collection, collection: 627234} Marx Brothers: template: {name: Collection} imdb_list: https://www.imdb.com/list/ls068486735/ - summary: The Marx Brothers were an American family comedy act that was successful in vaudeville, on Broadway, and in motion pictures from 1905 to 1949. + summary: The Marx Brothers were an American family comedy act that was successful in vaudeville, on Broadway, and in motion pictures from 1905 to 1949. Five of the Marx Brothers' thirteen feature films were selected by the American Film Institute (AFI) as among the top 100 comedy films, with two of them, Duck Soup (1933) and A Night at the Opera (1935), in the top fifteen. They are widely considered by critics, scholars, and fans to be among the greatest and most influential comedians of the 20th century. Mary Poppins: template: {name: Collection, collection: 527439} The Mask: template: {name: Collection, collection: 43072} The Matrix: template: {name: Collection, collection: 2344} - Max: - template: {name: Collection, collection: 456778} Maya the Bee: template: {name: Collection, collection: 522250} The Maze Runner: template: {name: Collection, collection: 295130} Mean Girls: template: {name: Collection, collection: 99606} - Meet the ...: + Meet the Parents: template: {name: Collection, collection: 51509} Men In Black: template: {name: Collection, collection: 86055} The Mighty Ducks: template: {name: Collection, collection: 10709} - Miss Congeniality: - template: {name: Collection, collection: 93220} "Mission: Impossible": template: {name: Collection, collection: 87359} name_mapping: Mission Impossible @@ -638,8 +472,6 @@ collections: template: {name: Collection, collection: 1733} The Muppet: template: {name: Collection, collection: 256377} - Naked Gun: - template: {name: Collection, collection: 37139} National Treasure: template: {name: Collection, collection: 52984} Neighbors: @@ -654,10 +486,6 @@ collections: template: {name: Collection, collection: 382685} Ocean's: template: {name: Collection, collection: 304} - Oh God!: - template: {name: Collection, collection: 221308} - The Omen: - template: {name: Collection, collection: 10919} Ong Bak: template: {name: Collection, collection: 94589} Oz: @@ -666,22 +494,14 @@ collections: template: {name: Collection, collection: 363369} Paddington: template: {name: Collection, collection: 488924} - The Parent Trap: - template: {name: Collection, movie: "19186, 51881, 64183, 92682"} Parasyte: template: {name: Collection, collection: 385386} - Pee-Wee's Collection: - template: {name: Collection, collection: 179244} Percy Jackson: template: {name: Collection, collection: 179919} Pet Sematary: template: {name: Collection, collection: 10789, movie: 157433} Peter Pan: template: {name: Collection, collection: 55422} - The Pink Panther (Original): - template: {name: Collection, collection: 937} - The Pink Panther (Steve Martin): - template: {name: Collection, collection: 130440} Pirates of the Caribbean: template: {name: Collection, collection: 295} Pitch Perfect: @@ -692,18 +512,10 @@ collections: template: {name: Collection, collection: 173710} Pocahontas: template: {name: Collection, collection: 136214} - "Pokémon: XY": - template: {name: Collection, collection:661029} - "Pokémon: Best Wishes!": - template: {name: Collection, collection: 661028} - "Pokémon: Alternate Continuity": - template: {name: Collection, collection: 661031} - "Pokémon: Diamond and Pearl": - template: {name: Collection, collection: 661026} - "Pokémon: Advanced Generation": - template: {name: Collection, collection: 661025} - Police Academy: - template: {name: Collection, collection: 9338} + Pokémon: + template: {name: Collection} + imdb_list: https://www.imdb.com/list/ls062687939/ + summary: Pokémon is a media franchise created by video game designer Satoshi Tajiri that centers on fictional creatures called Pokémon. As of 2020, there have been 23 animated films and one live action film. The first nineteen animated films are based on the anime television series of the same name, with the original film being remade into the 22nd. The 20th, 21st and 23rd animated films are set in an alternate continuity to the anime. Police Story: template: {name: Collection, collection: 269098} Power Rangers: @@ -712,20 +524,14 @@ collections: template: {name: Collection, collection: 399} The Princess Diaries: template: {name: Collection, collection: 107674} - The Princess Switch: - template: {name: Collection, collection: "713330"} The Purge: template: {name: Collection, collection: 256322} - Pure Country: - template: {name: Collection, collection: 558027} Quarantine: template: {name: Collection, collection: 123932} Rambo: template: {name: Collection, collection: 5039} Red Cliff: template: {name: Collection, collection: 96677} - Red: - template: {name: Collection, collection: 163902} Rent: template: {name: Collection} tmdb_list_details: 7072241 @@ -736,8 +542,6 @@ collections: "Resident Evil: Biohazard": template: {name: Collection, collection: 133352} name_mapping: Resident Evil Biohazard - Revelation Road: - template: {name: Collection, collection: 257090} Ride Along: template: {name: Collection, collection: 376650} Rio: @@ -774,8 +578,6 @@ collections: template: {name: Collection, collection: "495, 608103"} Shanghai Noon: template: {name: Collection, collection: 59567} - Shark attack: - template: {name: Collection, collection: 389867} Sharknado: template: {name: Collection, collection: 286023} Sherlock Holmes: @@ -786,18 +588,8 @@ collections: template: {name: Collection, collection: 2150} Silent Hill: template: {name: Collection, collection: 64748} - Sin City: - template: {name: Collection, collection: 135179} - Sister Act: - template: {name: Collection, collection: 103573} - The Sisterhood of the Traveling Pants: - template: {name: Collection, collection: 17368} Slap Shot: template: {name: Collection, collection: 261526} - Smokey and the bandit: - template: {name: Collection, collection: "87220"} - The Shaggy Dog: - template: {name: Collection, collection: "294519"} The Smurfs: template: {name: Collection, collection: 134897} Spider-Man (Avengers): @@ -814,10 +606,15 @@ collections: name_mapping: Star Trek The Next Generation "Star Trek: The Original Series": template: {name: Collection, collection: 151} - name_mapping: Star Trek The Original Series - Star Trek Movies: - template: {name: Collection, collection: "151 , 115570, 115575"} - summary: "A list of Star Trek Movies across universes" + name_mapping: Star Trek The Original Series + "Star Wars: Skywalker Saga": + template: {name: Collection, collection: 10} + name_mapping: Star Wars Skywalker Saga + "Star Wars: Legends": + template: {name: Collection} + tmdb_movie: 348350, 330459 + summary: "Star Wars Anthology Films and other Star Wars Movies" + name_mapping: Star Wars Legends Step Up: template: {name: Collection, collection: 86092} Street Fighter: @@ -844,8 +641,6 @@ collections: template: {name: Collection, collection: 528} Texas Chainsaw Massacre: template: {name: Collection, collection: "111751, 425175"} - A Thief in the Night: - template: {name: Collection, collection: 308644} Thor: template: {name: Collection, collection: 131296} The Three Stooges: @@ -853,8 +648,6 @@ collections: imdb_list: https://www.imdb.com/list/ls075972675/ tmdb_movie: 76489 summary: The Three Stooges were an American vaudeville and comedy team active from 1922 until 1970, best known for their 190 short subject films by Columbia Pictures that have been regularly airing on television since 1958. - Thunder in Paradise: - template: {name: Collection, collection: 425881} Tinker Bell: template: {name: Collection, collection: 315595} Tokyo Ghoul: @@ -863,9 +656,6 @@ collections: template: {name: Collection} imdb_list: https://www.imdb.com/list/ls022966050/ summary: Tom and Jerry's animated feature-length films based on the series. - Tom Clancy Movies: - template: {name: Collection, movie: "567189, 73375, 137094, 4614, 65398, 9869, 9331, 54373, 1669"} - summary: Movies based off of the various works of Tom Clancy Tomb Raider: template: {name: Collection, collection: "2467, 621142"} Tomie: @@ -884,22 +674,12 @@ collections: template: {name: Collection, collection: 489724} TRON: template: {name: Collection, collection: 63043, movie: 73362} - Twilight: - template: {name: Collection, collection: 33514} - Two Headed Shark attack: - template: {name: Collection, collection: 494838} - Tyler Perry's Madea: - template: {name: Collection, collection: "534673, 501909"} Unbreakable: template: {name: Collection} imdb_list: https://www.imdb.com/list/ls022101006/ summary: The Unbreakable trilogy, officially known as the Eastrail 177 Trilogy, is an American superhero thriller and psychological horror film series. The films were written, produced, and directed by M. Night Shyamalan. The trilogy consists of Unbreakable (2000), Split (2016), and Glass (2019). - Under Siege: - template: {name: Collection, collection: 112399} Underworld: template: {name: Collection, collection: 2326} - Vacation: - template: {name: Collection, collection: 108693} Viy: template: {name: Collection, collection: 428046} Wall Street: @@ -908,16 +688,12 @@ collections: template: {name: Collection, collection: 529} Wayne's World: template: {name: Collection, collection: 8979} - Witch Mountain: - template: {name: Collection, collection: 90348} Wonder Woman: template: {name: Collection, collection: 468552} - Wolverine: - template: {name: Collection, collection: 453993} Wreck-It Ralph: template: {name: Collection, collection: 404825} X-Men: - template: {name: Collection, collection: "748"} + template: {name: Collection, collection: "748, 453993, 448150", movie: 567604} xXx: template: {name: Collection, collection: 52785} Zenon: @@ -927,6 +703,4 @@ collections: Zoolander: template: {name: Collection, collection: 352789} Zorro: - template: {name: Collection, collection: 1657} - - + template: {name: Collection, collection: 1657} \ No newline at end of file diff --git a/b101marc/Networks.yml b/b101marc/Networks.yml new file mode 100644 index 0000000..b4790c8 --- /dev/null +++ b/b101marc/Networks.yml @@ -0,0 +1,105 @@ +templates: + network: + optional: + - network + tmdb_network: <<network>> + sort_title: +2_<<collection_name>> + sync_mode: sync + smart_label: episode_added.desc +collections: + HBO: + template: { name: network, network: "49, 2593, 3186, 3308" } + Cinemax: + template: { name: network, network: 359 } + Showtime: + template: { name: network, network: 67 } + Netflix: + template: { name: network, network: 213 } + Hulu: + template: { name: network, network: 453 } + Syfy: + template: { name: network, network: "77, 3701" } + Starz: + template: { name: network, network: "318, 758, 4906" } + HGTV: + template: { name: network, network: 210 } + TBS: + template: { name: network, network: "68, 160, 4888" } + National Geographic: + template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476" } + Prime Video: + template: { name: network, network: 1024 } + YouTube: + template: { name: network, network: "247, 1436, 4869" } + FX: + template: { name: network, network: 88 } + Disney+: + template: { name: network, network: "2739, 2919" } + Apple+: + template: { name: network, network: 2552 } + Discovery: + template: { name: network, network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741" } + A&E: + template: { name: network, network: "129, 2639, 3688" } + Bravo: + template: { name: network, network: 74 } + E!: + template: { name: network, network: 76 } + Adult Swim: + template: { name: network, network: 80 } + ESPN: + template: { name: network, network: "29, 70, 4132" } + USA Network: + template: { name: network, network: 30 } + TBS: + template: { name: network, network: 68 } + TNT: + template: { name: network, network: 41 } + Disney XD: + template: { name: network, network: 44 } + BBC: + template: { name: network, network: "3, 4, 493, 332" } + Paramount+: + template: { name: network, network: 4330 } + Nickleodeon: + template: { name: network, network: "13, 259, 35" } + PBS: + template: { name: network, network: 14 } + CBS: + template: { name: network, network: 16} + MTV: + template: { name: network, network: "33, 17" } + Fox: + template: { name: network, network: "19, 2686" } + WB: + template: { name: network, network: 21 } + CBC: + template: { name: network, network: 23 } + BET: + template: { name: network, network: 24 } + Channel 4: + template: { name: network, network: 26 } + UPN: + template: { name: network, network: 40 } + YTV: + template: { name: network, network: 46 } + Comedy Central: + template: { name: network, network: 47 } + Cartoon Network: + template: { name: network, network: 56 } + OutTV: + template: { name: network, network: 61 } + Shudder: + template: { name: network, network: 2949 } + The CW: + template: { name: network, network: 71 } + ABC: + template: { name: network, network: "2, 75" } + FX: + template: { name: network, network: "88, 1035" } + TV Asahi: + template: { name: network, network: 103 } + IFC: + template: { name: network, network: 124 } + + \ No newline at end of file diff --git a/b101marc/NewReleases.yml b/b101marc/NewReleases.yml new file mode 100644 index 0000000..a3c5146 --- /dev/null +++ b/b101marc/NewReleases.yml @@ -0,0 +1,11 @@ +Newly Released Movies: + sort_title: +0_NewReleases + sync_mode: sync + smart_label: added.desc + trakt_list: https://trakt.tv/users/giladg/lists/latest-releases + summary: A collection of newly-released movies in cinema and on streaming services + url_poster: https://i.imgur.com/D62EdJd.jpg + url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg + visible_library: true + visible_home: true + visible_shared: true \ No newline at end of file diff --git a/b101marc/People.yml b/b101marc/People.yml new file mode 100644 index 0000000..02cd562 --- /dev/null +++ b/b101marc/People.yml @@ -0,0 +1,121 @@ +###################################################### +# 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: +6_<<collection_name>> + +collections: + Cheryl Dunye: + template: {name: Person, person: 232937} + Kevin Smith: + template: {name: Person, person: 19303} + Quentin Tarantino: + template: {name: Person, person: 138} + John Waters: + template: {name: Person, person: 10367} + Martin Scorsese: + template: {name: Person, person: 1032} + Steven Spielberg: + template: {name: Person, person: 488} + George Lucas: + template: {name: Person, person: 1} + Nora Ephron: + template: {name: Person, person: 9248} + Robert Zemeckis: + template: {name: Person, person: 24} + Steven Soderbergh: + template: {name: Person, person: 1884} + James Cameron: + template: {name: Person, person: 2710} + Ryan Coogler: + template: {name: Person, person: 1056121} + Spike Lee: + template: {name: Person, person: 388} + Christopher Nolan: + template: {name: Person, person: 525} + Gus Van Sant: + template: {name: Person, person: 5216} + Ang Lee: + template: {name: Person, person: 1614} + Darren Aronofsky: + template: {name: Person, person: 44214} + Alfred Hitchcock: + template: {name: Person, person: 2636} + Bruce Lee: + template: {name: Person, person: 12429} + Carrie Fisher: + template: {name: Person, person: 4} + Coen Brothers: + template: {name: Person, person: "1223,1224"} + summary: "Joel Coen and Ethan Coen, collectively referred to as the Coen Brothers, are American film directors, producers, screenwriters, and editors. Their films span many genres and styles, which they frequently subvert or parody. Their most acclaimed works include: Raising Arizona (1987), Miller's Crossing (1990), Fargo (1996), The Big Lebowski (1998), O Brother, Where Art Thou? (2000), No Country for Old Men (2007), Burn After Reading (2008), A Serious Man (2009), True Grit (2010), Inside Llewyn Davis (2013), and The Ballad of Buster Scruggs (2018)." + Hayao Miyazaki: + template: {name: Person, person: 608} + J.J. Abrams: + template: {name: Person, person: 15344} + Mel Brooks: + template: {name: Person, person: 14639} + Ridley Scott: + template: {name: Person, person: 578} + Stanley Kubrick: + template: {name: Person, person: 240} + Robin Williams: + template: {name: Person, person: 2157} + Tim Burton: + template: {name: Person, person: 510} + Greta Gerwig: + template: {name: Person, person: 45400} + Saorsie Ronan: + template: {name: Person, person: 36592} + Aaron Sorkin: + template: {name: Person, person: 13520} + Barry Jenkins: + template: {name: Person, person: 92784} + Chadwick Boseman: + template: {name: Person, person: 172069} + Taika Waititi: + template: {name: Person, person: 55934} + Wes Craven: + template: {name: Person, person: 5140} + George A. Romero: + template: {name: Person, person: 14999} + Diane Keaton: + template: {name: Person, person: 3092} + Elliot Page: + template: {name: Person, person: 27578} + Ian McKellen: + template: {name: Person, person: 1327} + Jackie Chan: + template: {name: Person, person: 18896} + James Franco: + template: {name: Person, person: 17051} + Jeff Goldblum: + template: {name: Person, person: 4785} + Jim Carrey: + template: {name: Person, person: 206} + Julia Roberts: + template: {name: Person, person: 1204} + Allison Janney: + template: {name: Person, person: 19} + Bette Midler: + template: {name: Person, person: 73931} + Maya Rudolph: + template: {name: Person, person: 52792} + Amy Poehler: + template: {name: Person, person: 56322} + Will Smith: + template: {name: Person, person: 2888} + Viola Davis: + template: {name: Person, person: 19492} + Don Cheadle: + template: {name: Person, person: 1896} \ No newline at end of file diff --git a/b101marc/Studio.yml b/b101marc/Studio.yml new file mode 100644 index 0000000..cb6cdc5 --- /dev/null +++ b/b101marc/Studio.yml @@ -0,0 +1,80 @@ +###################################################### +# Studio Collections # +###################################################### + +templates: + Studio: + optional: + - company + tmdb_company: <<company>> + sort_title: +5_<<collection_name>> + sync_mode: sync + smart_label: release.desc + +collections: + Aardman: + template: {name: Studio, company: 297} + summary: Aardman Animations, Ltd. is a British animation studio based in Bristol, England. Aardman is known for films made using stop-motion clay animation techniques, particularly those featuring Plasticine characters Wallace and Gromit. + Blue Sky: + template: {name: Studio, company: 9383} + summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. + DreamWorks: + template: {name: Studio, company: 521} + filters: + collection.not: Aardman + summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. + Illumination Entertainment: + template: {name: Studio, company: 6704} + summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. + Pixar: + template: {name: Studio, company: 3} + summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney Company. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the company's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. + Studio Ghibli: + template: {name: Studio, company: 10342} + summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. + Sony Pictures Animation: + template: {name: Studio, company: 2251} + summary: Sony Pictures Animation Inc. is an American animation studio owned by Sony Entertainment's Sony Pictures Entertainment through their Motion Picture Group division and founded on May 9, 2002. The studio's films are distributed worldwide by Sony Pictures Releasing under their Columbia Pictures label, while all direct-to-video releases are released by Sony Pictures Home Entertainment. + Warner Animation Group: + template: {name: Studio, company: 25120} + summary: The Warner Animation Group (WAG) is an American animation studio that is the feature animation division of Warner Bros. Entertainment. Established on January 7, 2013, the studio is the successor to the dissolved 2D traditional hand-drawn animation studio Warner Bros. Feature Animation, which shut down in 2003 and the dissolved family film division Warner Bros. Family Entertainment, which shut down in 2009. The entity is also a sister animation studio of the regular animation studio Warner Bros. Animation + Walt Disney Animation Studios: + template: {name: Studio, company: 6125} + summary: Walt Disney Animation Studios (WDAS), sometimes shortened to Disney Animation, is an American animation studio that creates animated features and short films for The Walt Disney Company. Founded on October 16, 1923 by brothers Walt Disney and Roy O. Disney, it is one of the oldest-running animation studios in the world. It is currently organized as a division of Walt Disney Studios and is headquartered at the Roy E. Disney Animation Building at the Walt Disney Studios lot in Burbank, California. + Walt Disney Pictures: + template: {name: Studio, company: 1} + summary: Walt Disney Pictures is an American film production studio of The Walt Disney Studios, which is owned by The Walt Disney Company. The studio is the flagship producer of live-action feature films within the Walt Disney Studios unit, and is based at the Walt Disney Studios in Burbank, California. Animated films produced by Walt Disney Animation Studios and Pixar Animation Studios are also released under this brand. Walt Disney Studios Motion Pictures distributes and markets the films produced by Walt Disney Pictures. + Monkeypaw Productions: + template: {name: Studio, company: 88934} + summary: Monkeypaw Productions is an American production company founded by director and producer Jordan Peele in 2012. The company is known for producing the horror films Get Out and Us. The company is named after the 1902 horror short story "The Monkey's Paw". + NEON: + template: {name: Studio, company: 90733} + summary: Neon is an American film production and distribution company founded in 2017 by CEO Tom Quinn and Tim League, who also was the co-founder of the Alamo Drafthouse Cinema chain. + Gloria Sanchez Productions: + template: {name: Studio, company: 77152} + summary: Gloria Sanchez Productions is a film production company. It is a subsidiary of Gary Sanchez Productions. + BRON: + template: {name: Studio, company: 13240} + summary: Bron Studios (stylized as BRON) is a Canadian motion picture company based in British Columbia owned by Bron Media Corporation. Bron's notable productions include Joker, Bombshell, Queen & Slim, Greyhound, Judas and the Black Messiah, The Mule, Henchmen, Roman J. Israel, Esq., Rudderless, Welcome to Me, The Addams Family, The Willoughbys, and Ghostbusters Afterlife. + Lucasfilm: + template: {name: Studio, company: 1} + summary: Lucasfilm Ltd. LLC is an American film and television production company that is a subsidiary of Walt Disney Studios, which is a business segment of The Walt Disney Company. The studio is best known for creating and producing the Star Wars and Indiana Jones franchises, as well as its leadership in developing special effects, sound, and computer animation for films. Lucasfilm was founded by filmmaker George Lucas in 1971 in San Rafael, California; most of the company's operations were moved to San Francisco in 2005.[3] Disney acquired Lucasfilm in October 2012 for $2.2 billion in cash and $1.855 billion in stock. + A24: + template: {name: Studio, company: 41077} + summary: A24 is an American independent entertainment company founded on August 20, 2012, by Daniel Katz, David Fenkel, and John Hodges and based in New York City. It specializes in film distribution, and film and television production. + View Askew: + template: {name: Studio, company: 16934} + summary: View Askew Productions is an American film and television production company founded by Kevin Smith and Scott Mosier in 1994. + Caviar: + template: {name: Studio, company: 2699} + summary: Caviar is an award-winning entertainment company with offices in Los Angeles, London, Brussels, Paris & Madrid. Our passion is to entertain audiences, wherever they are. Caviar’s ever growing circle of creators is rooted in branded content, film, digital and post production. We are looking forward to meeting you. + Marvel Studios: + template: {name: Studio, company: "420,7505"} + summary: Marvel Studios, LLC is an American film and television studio that is a subsidiary of Walt Disney Studios, a division of The Walt Disney Company. Marvel Studios is known for the production of the Marvel Cinematic Universe films, based on characters that appear in Marvel Comics publications. + Bleecker Street: + template: {name: Studio, company: 19414} + summary: Bleecker Street is an American film distribution company based in New York City. The company was named after 65 Bleecker Street, the street address of Andrew Karpen's prior company Focus Features. + Shaw Brothers: + template: {name: Studio, company: 5798} + summary: Shaw Brothers Studios was the largest film production company in Hong Kong, and operated from 1925 to 2011. It is fair to say that the Shaw Brothers have been the most significant film production company in the history of Hong Kong Cinema, with an influence extending far into international cinema. Over the last nine decades, the Shaw’s have amassed a collection of over 800 titles, with countless awards and international recognition. +###################################################### \ No newline at end of file diff --git a/bison529/BAFTA.yml b/bison529/BAFTA.yml new file mode 100644 index 0000000..07b44ae --- /dev/null +++ b/bison529/BAFTA.yml @@ -0,0 +1,39 @@ +###################################################### +# BAFTA Collections # +###################################################### +templates: + BAFTA Template: + sort_title: '+03_BAFTA <<year>>' + smart_label: audience_rating.desc + summary: '<<year>> BAFTA Awards nominees and winners - المرشحون والفائزون بجوائز الاكاديمية البريطانية للأفلام' + sync_mode: append + trakt_list: https://trakt.tv/users/pjcob/lists/<<year>>-bafta + item_label: BAFTA + visible_library: false + visible_home: false + visible_shared: false +collections: + BAFTA 2021: + template: { name: BAFTA Template, year: 2021 } + url_poster: https://i.imgur.com/kFJmd4r.png + BAFTA 2020: + template: { name: BAFTA Template, year: 2020 } + url_poster: https://i.imgur.com/VcGsvkT.png + BAFTA 2019: + template: { name: BAFTA Template, year: 2019 } + url_poster: https://i.imgur.com/T4vQT0T.png + BAFTA 2018: + template: { name: BAFTA Template, year: 2018 } + url_poster: https://i.imgur.com/nrW9Bz2.png + BAFTA 2017: + template: { name: BAFTA Template, year: 2017 } + url_poster: https://i.imgur.com/s3mmTkW.png + BAFTA 2016: + template: { name: BAFTA Template, year: 2016 } + url_poster: https://i.imgur.com/mWNjANV.png + BAFTA 2015: + template: { name: BAFTA Template, year: 2015 } + url_poster: https://i.imgur.com/jZDWwtq.png + BAFTA 2014: + template: { name: BAFTA Template, year: 2014 } + url_poster: https://i.imgur.com/cpptLlr.png diff --git a/bison529/CCA.yml b/bison529/CCA.yml new file mode 100644 index 0000000..ac94928 --- /dev/null +++ b/bison529/CCA.yml @@ -0,0 +1,59 @@ +###################################################### +# Critics Choice Awards Collections # +###################################################### +templates: + CCA Template: + smart_label: audience_rating.desc + summary: '<<year>> Critics Choice Awards - جائزة اختيار النقاد للأفلام' + sync_mode: append + trakt_list: https://trakt.tv/users/pjcob/lists/<<year>>-critic-choice + item_label: CCA + visible_library: false + visible_home: false + visible_shared: false +collections: + Critics Choice Awards 2022: + sort_title: '+06_09' + trakt_list: https://trakt.tv/users/pjcob/lists/2022-critic-s-choice + url_poster: https://i.imgur.com/AOQ3Tu5.png + summary: '2022 Critics Choice Awards - جائزة اختيار النقاد للأفلام' + Critics Choice Awards 2021: + sort_title: '+06_08' + trakt_list: https://trakt.tv/users/pjcob/lists/2021-critic-s-choice + url_poster: https://i.imgur.com/9g22Hh2.png + summary: '2021 Critics Choice Awards - جائزة اختيار النقاد للأفلام' + Critics Choice Awards 2020: + sort_title: '+06_07' + trakt_list: https://trakt.tv/users/pjcob/lists/2020-critic-s-choice + url_poster: https://i.imgur.com/oTnWenD.png + summary: '2020 Critics Choice Awards - جائزة اختيار النقاد للأفلام' + Critics Choice Awards 2019: + sort_title: '+06_06' + trakt_list: https://trakt.tv/users/pjcob/lists/2019-critics-choice + url_poster: https://i.imgur.com/TVJ7DTh.png + summary: '2019 Critics Choice Awards - جائزة اختيار النقاد للأفلام' + Critics Choice Awards 2018: + sort_title: '+06_05' + trakt_list: https://trakt.tv/users/pjcob/lists/2018-critics-choice + url_poster: https://i.imgur.com/qyuFBRB.png + summary: '2018 Critics Choice Awards - جائزة اختيار النقاد للأفلام' + Critics Choice Awards 2017: + sort_title: '+06_04' + trakt_list: https://trakt.tv/users/pjcob/lists/2017-critics-choice + url_poster: https://i.imgur.com/Kv3n5gB.png + summary: '2017 Critics Choice Awards - جائزة اختيار النقاد للأفلام' + Critics Choice Awards 2016: + sort_title: '+06_03' + trakt_list: https://trakt.tv/users/pjcob/lists/2016-critics-choice + url_poster: https://i.imgur.com/pOARSOc.png + summary: '2016 Critics Choice Awards - جائزة اختيار النقاد للأفلام' + Critics Choice Awards 2015: + sort_title: '+06_02' + trakt_list: https://trakt.tv/users/pjcob/lists/2015-critics-choice + url_poster: https://i.imgur.com/hb2yRXq.png + summary: '2015 Critics Choice Awards - جائزة اختيار النقاد للأفلام' + Critics Choice Awards 2014: + sort_title: '+06_01' + trakt_list: https://trakt.tv/users/pjcob/lists/2014-critics-choice + url_poster: https://i.imgur.com/1GXaFLp.png + summary: '2014 Critics Choice Awards - جائزة اختيار النقاد للأفلام' \ No newline at end of file diff --git a/bison529/Cannes.yml b/bison529/Cannes.yml new file mode 100644 index 0000000..046197b --- /dev/null +++ b/bison529/Cannes.yml @@ -0,0 +1,33 @@ +###################################################### +# Cannes Collections # +###################################################### +templates: + Cannes Template: + sort_title: '+04_Cannes <<year>>' + smart_label: audience_rating.desc + summary: '<<year>> Cannes Lions International Festival of Creativity - مهرجان كان ليونز الدولي للإبداع' + sync_mode: append + trakt_list: https://trakt.tv/users/pjcob/lists/<<year>>-cannes + item_label: Cannes + visible_library: false + visible_home: false + visible_shared: false +collections: + Cannes 2021: + template: { name: Cannes Template, year: 2021 } + url_poster: https://i.imgur.com/CRMixua.png + Cannes 2020: + template: { name: Cannes Template, year: 2020 } + url_poster: https://i.imgur.com/k8T5pcK.png + Cannes 2019: + template: { name: Cannes Template, year: 2019 } + url_poster: https://i.imgur.com/eZKJ6B5.png + Cannes 2018: + template: { name: Cannes Template, year: 2018 } + url_poster: https://i.imgur.com/DL4JvYF.png + Cannes 2017: + template: { name: Cannes Template, year: 2017 } + url_poster: https://i.imgur.com/gshj3Ol.png + Cannes 2016: + template: { name: Cannes Template, year: 2016 } + url_poster: https://i.imgur.com/zLSeIMw.png diff --git a/bison529/Chart.yml b/bison529/Chart.yml new file mode 100644 index 0000000..0c9286e --- /dev/null +++ b/bison529/Chart.yml @@ -0,0 +1,38 @@ + +###################################################### +# Chart Collections # +###################################################### + +collections: + Trending Movies: + sort_title: +01_1Trending + sync_mode: sync + collection_order: custom + trakt_trending: 150 + summary: A collection of movies trending across the internet - مجموعة من الأفلام الرائجة عبر الإنترنت + url_poster: https://i.imgur.com/AaXtbxd.png + visible_library: false + visible_home: false + visible_shared: false + + Popular Movies: + sort_title: +01_2Popular + sync_mode: sync + smart_label: random + trakt_watched_weekly: 150 + summary: A collection of the most watched movies over the past week - مجموعة من أكثر الأفلام مشاهدة خلال الأسبوع الماضي. + url_poster: https://i.imgur.com/Crjsha7.png + visible_library: false + visible_home: false + visible_shared: false + + Newly Released Movies: + sort_title: +01_3NewReleases + sync_mode: sync + smart_label: added.desc + trakt_list: https://trakt.tv/users/giladg/lists/latest-releases + summary: A collection of newly-released movies in cinema and on streaming services - مجموعة من الأفلام التي تم إصدارها حديثًا في السينما وخدمات البث المباشر + url_poster: https://i.imgur.com/0LWBFqx.png + visible_library: true + visible_home: true + visible_shared: true \ No newline at end of file diff --git a/bison529/Decade.yml b/bison529/Decade.yml new file mode 100644 index 0000000..40ed43f --- /dev/null +++ b/bison529/Decade.yml @@ -0,0 +1,76 @@ +##################################################### +# Decade Collections # +##################################################### + +collections: + Best of 1970s: + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,short&release_date=1970-01-01,1979-12-31&num_votes=10000,&sort=user_rating,desc + limit: 150 + url_poster: https://i.imgur.com/2gEMA21.jpeg + sort_title: +10_01Decade + sync_mode: sync + collection_order: custom + visible_library: false + visible_home: false + visible_shared: false + + 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/ZpcZmvB.jpeg + sort_title: +10_02Decade + sync_mode: sync + collection_order: custom + visible_library: false + visible_home: false + visible_shared: false + + 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/OqqQAlb.jpeg + sort_title: +10_03Decade + sync_mode: sync + collection_order: custom + visible_library: false + visible_home: false + visible_shared: false + + 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/a7do3gJ.jpeg + sort_title: +10_04Decade + sync_mode: sync + collection_order: custom + visible_library: false + visible_home: false + visible_shared: false + + 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/PmHtndU.jpeg + sort_title: +10_05Decade + sync_mode: sync + collection_order: custom + visible_library: false + visible_home: false + visible_shared: false + + 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/nPnyEqe.jpeg + sort_title: +10_06Decade + sync_mode: sync + collection_order: custom + visible_library: false + visible_home: false + visible_shared: false \ No newline at end of file diff --git a/bison529/GGA.yml b/bison529/GGA.yml new file mode 100644 index 0000000..a0309c6 --- /dev/null +++ b/bison529/GGA.yml @@ -0,0 +1,42 @@ +###################################################### +# Golden Globes Collections # +###################################################### +templates: + GG Template: + sort_title: '+05_Golden Globes <<year>>' + smart_label: audience_rating.desc + summary: 'Golden Globes <<year>> - الغولدن غلوب' + sync_mode: append + trakt_list: https://trakt.tv/users/pjcob/lists/<<year>>-golden-globes + item_label: Golden Globes + visible_library: false + visible_home: false + visible_shared: false +collections: + Golden Globes 2022: + template: { name: GG Template, year: 2022 } + url_poster: https://i.imgur.com/AfVImRI.png + Golden Globes 2021: + template: { name: GG Template, year: 2021 } + url_poster: https://i.imgur.com/epVGz9B.png + Golden Globes 2020: + template: { name: GG Template, year: 2020 } + url_poster: https://i.imgur.com/revkf8J.png + Golden Globes 2019: + template: { name: GG Template, year: 2019 } + url_poster: https://i.imgur.com/du3AM9T.png + Golden Globes 2018: + template: { name: GG Template, year: 2018 } + url_poster: https://i.imgur.com/7laT52y.png + Golden Globes 2017: + template: { name: GG Template, year: 2017 } + url_poster: https://i.imgur.com/NBehilV.png + Golden Globes 2016: + template: { name: GG Template, year: 2016 } + url_poster: https://i.imgur.com/nr0Nm1i.png + Golden Globes 2015: + template: { name: GG Template, year: 2015 } + url_poster: https://i.imgur.com/ucCgXoM.png + Golden Globes 2014: + template: { name: GG Template, year: 2014 } + url_poster: https://i.imgur.com/H0ojeb6.png \ No newline at end of file diff --git a/bison529/Genres-smart.yml b/bison529/Genres-smart.yml new file mode 100644 index 0000000..8730327 --- /dev/null +++ b/bison529/Genres-smart.yml @@ -0,0 +1,100 @@ +###################################################### +# Genre Collections # +###################################################### + +templates: + genre: + sort_title: +15_<<collection_name>> + collection_mode: hide + url_background: https://wallpaper.dog/large/20509069.jpg + smart_filter: + sort_by: release.desc + validate: true + any: + genre: <<genre>> + +collections: + Action & adventure: + template: { name: genre, genre: "Action & adventure" } + url_poster: https://i.imgur.com/5rP3mqc.jpg + 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 } + url_poster: https://i.imgur.com/W9355wl.jpg + Biography: + template: { name: genre, genre: biography } + url_poster: https://i.imgur.com/KRH25hE.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: 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 } + url_poster: https://i.imgur.com/k4VAgNR.jpg + Fantasy: + template: { name: genre, genre: fantasy } + 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 } + url_poster: https://i.imgur.com/eCJZSue.jpg + Musical: + template: { name: genre, genre: musical } + 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 & Fantasy: + template: { name: genre, genre: "Sci-Fi & Fantasy" } + url_poster: https://i.imgur.com/EPi451Z.jpg + Science Fiction: + template: { name: genre, genre: "Science Fiction" } + 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 diff --git a/bison529/Movies.yml b/bison529/Movies.yml new file mode 100644 index 0000000..46a5f25 --- /dev/null +++ b/bison529/Movies.yml @@ -0,0 +1,64 @@ +###################################################### +# Chart Collections # +###################################################### +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + smart_label: random + Best of: + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<year>> + sort_title: +1_Best of <<year>> + sync_mode: sync + summary: Rotten Tomatoes Best Movies of <<year>> + smart_label: audience_rating.desc +collections: + Plex Popular: + template: { name: Chart, num: 1 } + tautulli_popular: + list_days: 30 + list_size: 20 + list_buffer: 20 + tautulli_watched: + list_days: 30 + list_size: 20 + list_buffer: 20 + summary: الافلام الاكثر شعبية في سيرفرات عرب ميديا + Trending: + template: { name: Chart, num: 2 } + trakt_trending: 10 + tmdb_trending_daily: 10 + tmdb_trending_weekly: 10 + summary: أفلام رائجة عبر الإنترنت + Popular: + template: { name: Chart, num: 3 } + tmdb_popular: 40 + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short + limit: 40 + summary: الافلام الاكثر شعبية عبر الانترنت + Top Rated: + template: { name: Chart, num: 4 } + imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250/ + tmdb_top_rated: 250 + summary: الأفلام الأعلى تقييمًا عبر الإنترنت + Oscars: + template: { name: Chart, num: 5 } + imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner + summary: الأفلام الحائزة على جوائز أوسكار + Best of 2014: + template: { name: Best of, year: 2014 } + Best of 2015: + template: { name: Best of, year: 2015 } + Best of 2016: + template: { name: Best of, year: 2016 } + Best of 2017: + template: { name: Best of, year: 2017 } + Best of 2018: + template: { name: Best of, year: 2018 } + Best of 2019: + template: { name: Best of, year: 2019 } + Best of 2020: + template: { name: Best of, year: 2020 } + Best of 2021: + template: { name: Best of, year: 2021 } \ No newline at end of file diff --git a/bison529/People.yml b/bison529/People.yml new file mode 100644 index 0000000..56cff96 --- /dev/null +++ b/bison529/People.yml @@ -0,0 +1,311 @@ +##################################################### +# People Collections # +###################################################### + +templates: + Person: + smart_filter: + sort_by: release.desc + validate: false + any: + actor: <<person>> + director: <<person>> + writer: <<person>> + producer: <<person>> + sort_title: +09_3<<collection_name>> + +collections: + Adam Sandler: + template: { name: Person, person: "Adam Sandler"} + Al Pacino: + template: { name: Person, person: "Al Pacino"} + Alfred Hitchcock: + template: { name: Person, person: "Alfred Hitchcock"} + Amy Adams: + template: { name: Person, person: "Amy Adams"} + Angelina Jolie: + template: { name: Person, person: "Angelina Jolie"} + Anne Hathaway: + template: { name: Person, person: "Anne Hathaway"} + Anthony Hopkins: + template: { name: Person, person: "Anthony Hopkins"} + Antonio Banderas: + template: { name: Person, person: "Antonio Banderas"} + Arnold Schwarzenegger: + template: { name: Person, person: "Arnold Schwarzenegger"} + Ben Affleck: + template: { name: Person, person: "Ben Affleck"} + Ben Stiller: + template: { name: Person, person: "Ben Stiller"} + Bill Murray: + template: { name: Person, person: "Bill Murray"} + Brad Pitt: + template: { name: Person, person: "Brad Pitt"} + Bradley Cooper: + template: { name: Person, person: "Bradley Cooper"} + Brendan Fraser: + template: { name: Person, person: "Brendan Fraser"} + Bruce Lee: + template: { name: Person, person: "Bruce Lee"} + Bruce Willis: + template: { name: Person, person: "Bruce Willis"} + Cameron Diaz: + template: { name: Person, person: "Cameron Diaz"} + Carrie Fisher: + template: { name: Person, person: "Carrie Fisher"} + Cate Blanchett: + template: { name: Person, person: "Cate Blanchett"} + Catherine Zeta-Jones: + template: { name: Person, person: "Catherine Zeta-Jones"} + Channing Tatum: + template: { name: Person, person: "Channing Tatum"} + Charlie Chaplin: + template: { name: Person, person: "Charlie Chaplin"} + Charlize Theron: + template: { name: Person, person: "Charlize Theron"} + Chris Evans: + template: { name: Person, person: "Chris Evans"} + Chris Hemsworth: + template: { name: Person, person: "Chris Hemsworth"} + Chris Pratt: + template: { name: Person, person: "Chris Pratt"} + Chris Rock: + template: { name: Person, person: "Chris Rock"} + Christian Bale: + template: { name: Person, person: "Christian Bale"} + Christopher Nolan: + template: { name: Person, person: "Christopher Nolan"} + Christopher Walken: + template: { name: Person, person: "Christopher Walken"} + Chuck Norris: + template: { name: Person, person: "Chuck Norris"} + Clint Eastwood: + template: { name: Person, person: "Clint Eastwood"} + Daniel Craig: + template: { name: Person, person: "Daniel Craig"} + Daniel Radcliffe: + template: { name: Person, person: "Daniel Radcliffe"} + Dave Bautista: + template: { name: Person, person: "Dave Bautista"} + Dave Chappelle: + template: { name: Person, person: "Dave Chappelle"} + Denzel Washington: + template: { name: Person, person: "Denzel Washington"} + Diane Keaton: + template: { name: Person, person: "Diane Keaton"} + Don Cheadle: + template: { name: Person, person: "Don Cheadle"} + Dustin Hoffman: + template: { name: Person, person: "Dustin Hoffman"} + Dwayne Johnson: + template: { name: Person, person: "Dwayne Johnson"} + Eddie Murphy: + template: { name: Person, person: "Eddie Murphy"} + Edward Norton: + template: { name: Person, person: "Edward Norton"} + Elliot Page: + template: { name: Person, person: "Elliot Page"} + Emma Stone: + template: { name: Person, person: "Emma Stone"} + Emma Watson: + template: { name: Person, person: "Emma Watson"} + Ewan McGregor: + template: { name: Person, person: "Ewan McGregor"} + George Clooney: + template: { name: Person, person: "George Clooney"} + Gerard Butler: + template: { name: Person, person: "Gerard Butler"} + Gwyneth Paltrow: + template: { name: Person, person: "Gwyneth Paltrow"} + Harrison Ford: + template: { name: Person, person: "Harrison Ford"} + Hayao Miyazaki: + template: { name: Person, person: "Hayao Miyazaki"} + Hugh Jackman: + template: { name: Person, person: "Hugh Jackman"} + Ian McKellen: + template: { name: Person, person: "Ian McKellen"} + Idris Elba: + template: { name: Person, person: "Idris Elba"} + J.J. Abrams: + template: { name: Person, person: "J.J. Abrams"} + Jack Black: + template: { name: Person, person: "Jack Black"} + Jackie Chan: + template: { name: Person, person: "Jackie Chan"} + James Cameron: + template: { name: Person, person: "James Cameron"} + James Franco: + template: { name: Person, person: "James Franco"} + Jamie Foxx: + template: { name: Person, person: "Jamie Foxx"} + Jason Bateman: + template: { name: Person, person: "Jason Bateman"} + Jason Statham: + template: { name: Person, person: "Jason Statham"} + Jeff Bridges: + template: { name: Person, person: "Jeff Bridges"} + Jeff Goldblum: + template: { name: Person, person: "Jeff Goldblum"} + Jennifer Aniston: + template: { name: Person, person: "Jennifer Aniston"} + Jennifer Lawrence: + template: { name: Person, person: "Jennifer Lawrence"} + Jesse Eisenberg: + template: { name: Person, person: "Jesse Eisenberg"} + Jessica Alba: + template: { name: Person, person: "Jessica Alba"} + Jet Li: + template: { name: Person, person: "Jet Li"} + Jim Carrey: + template: { name: Person, person: "Jim Carrey"} + John Candy: + template: { name: Person, person: "John Candy"} + John Travolta: + template: { name: Person, person: "John Travolta"} + John Wayne: + template: { name: Person, person: "John Wayne"} + Johnny Depp: + template: { name: Person, person: "Johnny Depp"} + Josh Brolin: + template: { name: Person, person: "Josh Brolin"} + Julia Roberts: + template: { name: Person, person: "Julia Roberts"} + Keanu Reeves: + template: { name: Person, person: "Keanu Reeves"} + Kevin Bacon: + template: { name: Person, person: "Kevin Bacon"} + Kevin Costner: + template: { name: Person, person: "Kevin Costner"} + Kevin Hart: + template: { name: Person, person: "Kevin Hart"} + Kevin Smith: + template: { name: Person, person: "Kevin Smith"} + Kristen Stewart: + template: { name: Person, person: "Kristen Stewart"} + Leonardo DiCaprio: + template: { name: Person, person: "Leonardo DiCaprio"} + Liam Neeson: + template: { name: Person, person: "Liam Neeson"} + Lucy Liu: + template: { name: Person, person: "Lucy Liu"} + M. Night Shyamalan: + template: { name: Person, person: "M. Night Shyamalan"} + Mark Ruffalo: + template: { name: Person, person: "Mark Ruffalo"} + Mark Wahlberg: + template: { name: Person, person: "Mark Wahlberg"} + Matt Damon: + template: { name: Person, person: "Matt Damon"} + Matthew McConaughey: + template: { name: Person, person: "Matthew McConaughey"} + Megan Fox: + template: { name: Person, person: "Megan Fox"} + Mel Brooks: + template: { name: Person, person: "Mel Brooks"} + Mel Gibson: + template: { name: Person, person: "Mel Gibson"} + Melissa McCarthy: + template: { name: Person, person: "Melissa McCarthy"} + Meryl Streep: + template: { name: Person, person: "Meryl Streep"} + Michael Bay: + template: { name: Person, person: "Michael Bay"} + Michael Caine: + template: { name: Person, person: "Michael Caine"} + Michael Douglas: + template: { name: Person, person: "Michael Douglas"} + Michael Keaton: + template: { name: Person, person: "Michael Keaton"} + Michelle Pfeiffer: + template: { name: Person, person: "Michelle Pfeiffer"} + Mike Myers: + template: { name: Person, person: "Mike Myers"} + Mila Kunis: + template: { name: Person, person: "Mila Kunis"} + Milla Jovovich: + template: { name: Person, person: "Milla Jovovich"} + Morgan Freeman: + template: { name: Person, person: "Morgan Freeman"} + Natalie Portman: + template: { name: Person, person: "Natalie Portman"} + Nicolas Cage: + template: { name: Person, person: "Nicolas Cage"} + Nicole Kidman: + template: { name: Person, person: "Nicole Kidman"} + Orlando Bloom: + template: { name: Person, person: "Orlando Bloom"} + Owen Wilson: + template: { name: Person, person: "Owen Wilson"} + Patrick Stewart: + template: { name: Person, person: "Patrick Stewart"} + Paul Rudd: + template: { name: Person, person: "Paul Rudd"} + Quentin Tarantino: + template: { name: Person, person: "Quentin Tarantino"} + Reese Witherspoon: + template: { name: Person, person: "Reese Witherspoon"} + Ridley Scott: + template: { name: Person, person: "Ridley Scott"} + Robert De Niro: + template: { name: Person, person: "Robert De Niro"} + Robert Downey Jr: + template: { name: Person, person: "Robert Downey Jr"} + Robin Williams: + template: { name: Person, person: "Robin Williams"} + Rosario Dawson: + template: { name: Person, person: "Rosario Dawson"} + Ryan Reynolds: + template: { name: Person, person: "Ryan Reynolds"} + Sacha Baron Cohen: + template: { name: Person, person: "Sacha Baron Cohen"} + Samuel L. Jackson: + template: { name: Person, person: "Samuel L. Jackson"} + Sandra Bullock: + template: { name: Person, person: "Sandra Bullock"} + Scarlett Johansson: + template: { name: Person, person: "Scarlett Johansson"} + Sean Connery: + template: { name: Person, person: "Sean Connery"} + Seth Rogen: + template: { name: Person, person: "Seth Rogen"} + Shia LaBeouf: + template: { name: Person, person: "Shia LaBeouf"} + Steve Buscemi: + template: { name: Person, person: "Steve Buscemi"} + Steve Carell: + template: { name: Person, person: "Steve Carell"} + Steve Martin: + template: { name: Person, person: "Steve Martin"} + Steven Seagal: + template: { name: Person, person: "Steven Seagal"} + Steven Spielberg: + template: { name: Person, person: "Steven Spielberg"} + Sylvester Stallone: + template: { name: Person, person: "Sylvester Stallone"} + Tim Allen: + template: { name: Person, person: "Tim Allen"} + Tim Burton: + template: { name: Person, person: "Tim Burton"} + Tom Cruise: + template: { name: Person, person: "Tom Cruise"} + Tom Hanks: + template: { name: Person, person: "Tom Hanks"} + Tommy Lee-Jones: + template: { name: Person, person: "Tommy Lee-Jones"} + Vin Diesel: + template: { name: Person, person: "Vin Diesel"} + Vince Vaughn: + template: { name: Person, person: "Vince Vaughn"} + Wesley Snipes: + template: { name: Person, person: "Wesley Snipes"} + Will Ferrell: + template: { name: Person, person: "Will Ferrell"} + Will Smith: + template: { name: Person, person: "Will Smith"} + Woody Harrelson: + template: { name: Person, person: "Woody Harrelson"} + Zack Snyder: + template: { name: Person, person: "Zack Snyder"} + Zoe Saldana: + template: { name: Person, person: "Zoe Saldana"} \ No newline at end of file diff --git a/bison529/Sundance.yml b/bison529/Sundance.yml new file mode 100644 index 0000000..4aaa352 --- /dev/null +++ b/bison529/Sundance.yml @@ -0,0 +1,51 @@ +###################################################### +# Sundance Collections # +###################################################### +templates: + SFF Template: + sort_title: '+07_Sundance Film Festival <<year>>' + smart_label: audience_rating.desc + summary: 'Sundance Film Festival of <<year>> - مهرجان صاندانس السينمائي' + sync_mode: append + trakt_list: https://trakt.tv/users/pjcob/lists/<<year>>-sundance + item_label: Sundance Film Festival + visible_library: false + visible_home: false + visible_shared: false +collections: + Sundance Film Festival 2021: + template: { name: SFF Template, year: 2021 } + url_poster: https://i.imgur.com/soYCQli.png + Sundance Film Festival 2020: + template: { name: SFF Template, year: 2020 } + url_poster: https://i.imgur.com/AMSgoOz.png + Sundance Film Festival 2019: + template: { name: SFF Template, year: 2019 } + url_poster: https://i.imgur.com/0rP0jER.png + Sundance Film Festival 2018: + template: { name: SFF Template, year: 2018 } + url_poster: https://i.imgur.com/zH80pST.png + Sundance Film Festival 2017: + template: { name: SFF Template, year: 2017 } + url_poster: https://i.imgur.com/Kn1us3W.png + Sundance Film Festival 2016: + template: { name: SFF Template, year: 2016 } + url_poster: https://i.imgur.com/6pzcarN.png + Sundance Film Festival 2015: + template: { name: SFF Template, year: 2015 } + url_poster: https://i.imgur.com/y59OGfS.png + Sundance Film Festival 2014: + template: { name: SFF Template, year: 2014 } + url_poster: https://i.imgur.com/oPmayNw.png + Sundance Film Festival 2013: + template: { name: SFF Template, year: 2013 } + url_poster: https://i.imgur.com/DhB7Jg4.png + Sundance Film Festival 2012: + template: { name: SFF Template, year: 2012 } + url_poster: https://i.imgur.com/DhB7Jg4.png + Sundance Film Festival 2011: + template: { name: SFF Template, year: 2011 } + url_poster: https://i.imgur.com/TEcji8S.png + Sundance Film Festival 2010: + template: { name: SFF Template, year: 2010 } + url_poster: https://i.imgur.com/w2F2rxS.png \ No newline at end of file diff --git a/bison529/TRUE_STORY.yml b/bison529/TRUE_STORY.yml new file mode 100644 index 0000000..a5c0f9b --- /dev/null +++ b/bison529/TRUE_STORY.yml @@ -0,0 +1,29 @@ +collections: + TRUE STORY Collection: + imdb_list: + - https://www.imdb.com/list/ls504282466/ + - https://www.imdb.com/list/ls504407612/ + - https://www.imdb.com/list/ls504401748/ + - https://www.imdb.com/list/ls504401892/ + - https://www.imdb.com/list/ls551554189/ + - https://www.imdb.com/list/ls551200186/ + - https://www.imdb.com/list/ls551257071/ + - https://www.imdb.com/list/ls571556151/ + - https://www.imdb.com/list/ls571575939/ + - https://www.imdb.com/list/ls571515023/ + - https://www.imdb.com/list/ls571514365/ + - https://www.imdb.com/list/ls571710835/ + - https://www.imdb.com/list/ls571712378/ + - https://www.imdb.com/list/ls571718612/ + - https://www.imdb.com/list/ls571371150/ + - https://www.imdb.com/list/ls571376453/ + - https://www.imdb.com/list/ls571316423/ + - https://www.imdb.com/list/ls571334290/ + - https://www.imdb.com/list/ls571360805/ + - https://www.imdb.com/list/ls571365998/ + - https://www.imdb.com/list/ls571361680/ + smart_label: critic_rating.desc + sync_mode: sync + sort_title: +11_01true_story + summary: A collection of films based on a true story - أفلام مبنية على قصة أو احداث حقيقة. + url_poster: https://i.imgur.com/Tl6QMgA.png \ No newline at end of file diff --git a/bison529/TV - Anime.yml b/bison529/TV - Anime.yml new file mode 100644 index 0000000..1b3c8ff --- /dev/null +++ b/bison529/TV - Anime.yml @@ -0,0 +1,267 @@ +########################################################################## +## Anime Library Collection for Plex-Meta-Manager ## +########################################################################## + +collections: +########################### +# Genre Collections # +########################### + Top Airing Anime: + mal_airing: 10 + collection_order: custom + sort_title: ++++++++_Top_Airing + sync_mode: sync + Most Popular Anime: + mal_popular: 20 + collection_order: custom + sort_title: ++++++++_Most_Popular + sync_mode: sync + Most Favorited Anime: + mal_favorite: 20 + collection_order: custom + sort_title: ++++++++_Most_Favorited + sync_mode: sync + Cars Anime: + name: Cars + mal_genre: + genre_id: 3 + collection_order: custom + url_poster: https://i.imgur.com/V78wL7P.png + sync_mode: sync + Demons Anime: + name: Demons + mal_genre: + genre_id: 6 + collection_order: custom + url_poster: https://i.imgur.com/2D2nYlK.png + sync_mode: sync + Ecchi Anime: + name: Ecchi + mal_genre: + genre_id: 9 + collection_order: custom + url_poster: https://i.imgur.com/jwRfUQ0.png + sync_mode: sync + Game Anime: + name: Game + mal_genre: + genre_id: 11 + collection_order: custom + url_poster: https://i.imgur.com/drFCpAu.png + sync_mode: sync + Harem Anime: + name: Harem + mal_genre: + genre_id: 35 + collection_order: custom + url_poster: https://i.imgur.com/SO5UxO2.png + sync_mode: sync + Mecha Anime: + name: Mecha + mal_genre: + genre_id: 18 + collection_order: custom + url_poster: https://i.imgur.com/muzqj0p.png + sync_mode: sync + Military Anime: + name: Military + mal_genre: + genre_id: 38 + collection_order: custom + url_poster: https://i.imgur.com/AvXQrGw.png + sync_mode: sync + Psychological Anime: + name: Psychological + mal_genre: + genre_id: 40 + collection_order: custom + url_poster: https://i.imgur.com/SVRqQeX.png + sync_mode: sync + Samurai Anime: + name: Samurai + mal_genre: + genre_id: 21 + collection_order: custom + url_poster: https://i.imgur.com/bsPEhw4.png + sync_mode: sync + School Anime: + name: School + mal_genre: + genre_id: 23 + collection_order: custom + url_poster: https://i.imgur.com/9eh6yBF.png + sync_mode: sync + Shoujo Anime: + name: Shoujo + mal_genre: + genre_id: 25 + collection_order: custom + url_poster: https://i.imgur.com/iXVRExL.png + sync_mode: sync + Shounen Anime: + name: Shounen + mal_genre: + genre_id: 27 + collection_order: custom + url_poster: https://i.imgur.com/pPSBpsW.png + sync_mode: sync + Slice of Life Anime: + name: Slice of Life + mal_genre: + genre_id: 36 + collection_order: custom + url_poster: https://i.imgur.com/8cINna3.png + sync_mode: sync + Space Anime: + name: Space + mal_genre: + genre_id: 29 + collection_order: custom + url_poster: https://i.imgur.com/gjiafpT.png + sync_mode: sync + Supernatural Anime: + name: Supernatural + mal_genre: + genre_id: 37 + collection_order: custom + url_poster: https://i.imgur.com/3ZFMGou.png + sync_mode: sync + Super Power Anime: + name: Super Power + mal_genre: + genre_id: 31 + collection_order: custom + url_poster: https://i.imgur.com/ck93CUi.png + sync_mode: sync + Vampire Anime: + name: Vampire + mal_genre: + genre_id: 32 + collection_order: custom + url_poster: https://i.imgur.com/OGYjkd7.png + sync_mode: sync + Action Anime: + name: Action + mal_genre: + genre_id: 1 + collection_order: custom + url_poster: https://i.imgur.com/WwuviSn.png + sync_mode: sync + Adventure Anime: + name: Adventure + mal_genre: + genre_id: 2 + collection_order: custom + url_poster: https://i.imgur.com/nqKi3u5.png + sync_mode: sync + Comedy Anime: + name: Comedy + mal_genre: + genre_id: 4 + collection_order: custom + url_poster: https://i.imgur.com/mJ6a9UE.png + sync_mode: sync + Drama Anime: + name: Drama + mal_genre: + genre_id: 8 + collection_order: custom + url_poster: https://i.imgur.com/W4ZvvZB.png + sync_mode: sync + Fantasy Anime: + name: Fantasy + mal_genre: + genre_id: 10 + collection_order: custom + url_poster: https://i.imgur.com/qCvth7D.png + sync_mode: sync + Historical Anime: + name: Historical + mal_genre: + genre_id: 13 + collection_order: custom + url_poster: https://i.imgur.com/hvYQyY8.png + sync_mode: sync + Horror Anime: + name: Horror + mal_genre: + genre_id: 14 + collection_order: custom + url_poster: https://i.imgur.com/tVLrVDY.png + sync_mode: sync + Martial Arts Anime: + name: Martial Arts + mal_genre: + genre_id: 17 + collection_order: custom + url_poster: https://i.imgur.com/rUmj6O0.png + sync_mode: sync + Music Anime: + name: Music + mal_genre: + genre_id: 19 + collection_order: custom + url_poster: https://i.imgur.com/fU7qyGt.png + sync_mode: sync + Mystery Anime: + name: Mystery + mal_genre: + genre_id: 7 + collection_order: custom + url_poster: https://i.imgur.com/coTt7oP.png + sync_mode: sync + Romance Anime: + name: Romance + mal_genre: + genre_id: 22 + collection_order: custom + url_poster: https://i.imgur.com/jQyQukT.png + sync_mode: sync + Sci-Fi Anime: + name: Sci-Fi + mal_genre: + genre_id: 24 + collection_order: custom + url_poster: https://i.imgur.com/Gubz092.png + sync_mode: sync + Sports Anime: + name: Sports + mal_genre: + genre_id: 30 + collection_order: custom + url_poster: https://i.imgur.com/5tLtB2d.png + sync_mode: sync + Gourmet Anime: + name: Gourmet + mal_genre: + genre_id: 47 + collection_order: custom + url_poster: + sync_mode: sync + Erotica Anime: + name: Erotica + mal_genre: + genre_id: 49 + collection_order: custom + url_poster: + sync_mode: sync + Parody Anime: + name: Parody + mal_genre: + genre_id: 20 + collection_order: custom + url_poster: + sync_mode: sync + Police Anime: + name: Police + mal_genre: + genre_id: 39 + collection_order: custom + url_poster: + sync_mode: sync + Suspense Anime: + name: Thriller + mal_genre: + genre_id: 41 + collection_order: custom + url_poster: https://i.imgur.com/F81WbIv.png diff --git a/bison529/companies.yml b/bison529/companies.yml new file mode 100644 index 0000000..d7d3487 --- /dev/null +++ b/bison529/companies.yml @@ -0,0 +1,66 @@ +collections: + + Apple Originals 2021-2025: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +03_APPLE + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0546168 + summary: All Apple TV Originals From 2021-2025 + url_poster: https://i.imgur.com/O9iWork.png + url_background: https://wallpaper-house.com/data/out/8/wallpaper2you_228774.png + visible_library: false + visible_home: false + visible_shared: false + + Amazon Originals 2021-2025: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +03_Amazon + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0319272 + summary: All Amazon Originals From 2021-2025 + url_poster: https://i.imgur.com/nU3gqqB.png + url_background: https://i.imgur.com/2jfs7oS.png + visible_library: false + visible_home: false + visible_shared: false + + Netflix Originals 2021-2025: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +03_Netflix + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0144901 + summary: All Netflix Originals From 2021-2025 + url_poster: https://i.imgur.com/7kiE1MU.png + url_background: https://img5.goodfon.com/original/1920x1080/1/61/fon-netflix-logo-raduga-tsvet-fon-background-skachat-oboi-sk.jpg + visible_library: false + visible_home: false + visible_shared: false + + HBO Max Originals 2021-2025: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +03_HBOMAX + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0754095 + summary: All HBO Max Originals From 2021-2025 + url_poster: https://i.redd.it/zxdvw3tk3f151.jpg + url_background: https://wallpapercave.com/wp/wp6402755.png + visible_library: false + visible_home: false + visible_shared: false + + HULU Originals 2021-2025: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +03_HULU + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0218858 + summary: All HULU Originals From 2021-2025 + url_poster: https://plexcollectionposters.com/images/2019/05/26/Hulu6ddad752a5ce9bac.jpg + url_background: https://cdn.vox-cdn.com/thumbor/oR4hqrmTxbX_O4gdJ6np8h-PxFk=/0x439:750x861/1600x900/cdn.vox-cdn.com/uploads/chorus_image/image/56311701/Image_uploaded_from_iOS__8_.1503433270.jpg + visible_library: false + visible_home: false + visible_shared: false diff --git a/bison529/genre.yml b/bison529/genre.yml new file mode 100644 index 0000000..16e7297 --- /dev/null +++ b/bison529/genre.yml @@ -0,0 +1,92 @@ +collections: + + Mindfuck Movies: + trakt_list: + - https://trakt.tv/users/hdlists/lists/mindfuck-movies + - https://trakt.tv/users/benfranklin/lists/best-mindfucks + smart_label: critic_rating.desc + sync_mode: sync + sort_title: +11_01Mindfuck Movies + summary: The following films are some of the most mind-boggling movies ever produced - أكثر الافلام محيرة للعقل. + url_poster: https://i.imgur.com/Tl6QMgA.png + + Nostalgia Collection: + trakt_list: https://trakt.tv/users/hdlists/lists/nostalgiac-movies-from-the-80s-90s + sync_mode: sync + smart_label: critic_rating.desc + sort_title: +11_02Nostalgia Collection + summary: All The Nostalgiac Movies From The 80s & 90s in One Collection - أفلام الحنين الى الماضي + url_poster: https://i.imgur.com/vE8dsdd.jpg + url_background: https://i.imgur.com/frz0kly.jpg + + Comedy Movies: + trakt_list: https://trakt.tv/users/hdlists/lists/comedy-movies-top-rated-from-1960-to-today + sync_mode: sync + smart_label: critic_rating.desc + sort_title: +11_03Comedy Movies + summary: A collection consisting of the top rated comedy movies from the 60's onward - أفلام كوميدية من الستينات فصاعداً. + url_poster: https://i.imgur.com/jGLNoxv.jpeg + + Action Movies: + trakt_list: https://trakt.tv/users/hdlists/lists/action-movies-top-rated-from-1980-to-today + sync_mode: sync + smart_label: critic_rating.desc + sort_title: +11_04Action Movies + summary: A collection consisting of the top rated action movies from the 80's onward - أفلام أكشن والحركة من الثمانينات فصاعداً. + url_poster: https://i.imgur.com/ZYij2Mg.jpg + + Drama Movies: + trakt_list: https://trakt.tv/users/hdlists/lists/drama-movies-top-rated-from-1980-to-today + sync_mode: sync + smart_label: critic_rating.desc + sort_title: +11_05Drama Movies + summary: A collection consisting of the top rated drama movies from the 80's onward - أفلام الدراما من الثمانينات فصاعداً. + url_poster: https://i.imgur.com/iyyf1RD.jpg + + Horror Movies: + trakt_list: https://trakt.tv/users/hdlists/lists/horror-movies-top-rated-from-1960-to-today + sync_mode: sync + smart_label: critic_rating.desc + sort_title: +11_06Horror Movies + summary: A collection consisting of the top rated horror movies from the 60's onward - أفلام الرعب من الستينات فصاعداً. + url_poster: https://i.imgur.com/fukLE8G.jpg + + Crime Movies: + trakt_list: https://trakt.tv/users/hdlists/lists/crime-movies-top-rated-from-1980-to-today + sync_mode: sync + smart_label: critic_rating.desc + sort_title: +11_07Crime Movies + summary: A collection consisting of the top rated crime movies from the 80's onward - أفلام الجريمة والتحقيقات من الستينات فصاعداً + url_poster: https://i.imgur.com/jI9ppNA.jpg + + Sci-Fi/Fantasy Movies: + trakt_list: https://trakt.tv/users/hdlists/lists/fantasy-sci-fi-movies-top-rated-from-1980-to-today + sync_mode: sync + smart_label: critic_rating.desc + sort_title: +11_08Sci-Fi Movies + summary: A collection consisting of the top rated science fiction/fantasy movies from the 80's onward - أفلام الخيال العلمي و خيال الوهم والخدع من الثمانينات فصاعداً. + url_poster: https://i.imgur.com/PE0Hijo.jpg + + Mystery Movies: + trakt_list: https://trakt.tv/users/hdlists/lists/mystery-movies-top-rated-from-1980-to-today + sync_mode: sync + smart_label: critic_rating.desc + sort_title: +11_09Mystery Movies + summary: A collection consisting of the top rated mystery movies from the 80's onward - أفلام الغموض من الثمانينات فصاعداً. + url_poster: https://i.imgur.com/ZCQOuCP.jpg + + Outer Space Movies: + trakt_list: https://trakt.tv/users/hdlists/lists/outer-space-space-exploration-movies + sync_mode: sync + smart_label: critic_rating.desc + sort_title: +11_10Mystery Movies + summary: A collection consisting of the top rated outer space/space exploration movies - أفلام الفضاء واستكشاف الكون. + url_poster: https://i.imgur.com/WebP9pU.jpg + + Romantic Comedies: + trakt_list: https://trakt.tv/users/hdlists/lists/romantic-comedies-rotten-tomatoes-top-rated + sync_mode: sync + smart_label: critic_rating.desc + sort_title: +11_11Romantic Comedies + summary: A collection consisting of the top rated romantic comedies - أفلام الكوميديا الرومنسية + url_poster: https://i.imgur.com/AJ1nD4d.jpg \ No newline at end of file diff --git a/bison529/imdb.250.yml b/bison529/imdb.250.yml new file mode 100644 index 0000000..2946b17 --- /dev/null +++ b/bison529/imdb.250.yml @@ -0,0 +1,12 @@ +collections: + IMDb Top 250 Movies: + sort_title: +08_Top Rated + imdb_chart: top_movies + summary: IMDb Top 250 as rated by regular IMDb voters + collection_order: custom + sync_mode: sync + url_poster: https://i.imgur.com/u78jtMq.png + item_label: IMDb Top 250 Movies + visible_library: false + visible_home: false + visible_shared: false diff --git a/bison529/oscar.yml b/bison529/oscar.yml new file mode 100644 index 0000000..c45fbc4 --- /dev/null +++ b/bison529/oscar.yml @@ -0,0 +1,123 @@ +###################################################### +# Oscar Collections # +###################################################### +templates: + Oscars: + sync_mode: sync + smart_label: audience_rating.desc + visible_library: false + visible_home: false + visible_shared: false +collections: + Oscar 2022: + sort_title: '+02_26' + Oscar 2021: + sort_title: '+02_25' + trakt_list: https://trakt.tv/users/pullsa/lists/the-93rd-academy-awards-oscars-2021 + url_poster: https://i.imgur.com/we9wmIT.jpg + summary: 'Academy Awards (Oscars) for 2021 - جائزة الأوسكار' + Oscar 2020: + sort_title: '+02_24' + trakt_list: https://trakt.tv/users/pullsa/lists/the-92nd-academy-awards-oscars-2020 + url_poster: https://i.imgur.com/M5POvtI.png + summary: 'Academy Awards (Oscars) for 2020 - جائزة الأوسكار' + Oscar 2019: + sort_title: '+02_23' + trakt_list: https://trakt.tv/users/pullsa/lists/the-91st-academy-awards-oscars-2019 + url_poster: https://i.imgur.com/YlpLaLO.jpg + summary: 'Academy Awards (Oscars) for 2019 - جائزة الأوسكار' + Oscar 2018: + sort_title: '+02_22' + trakt_list: https://trakt.tv/users/pullsa/lists/the-90th-academy-awards-oscars-2018 + url_poster: https://i.imgur.com/RDDqFSp.png + summary: 'Academy Awards (Oscars) for 2018 - جائزة الأوسكار' + Oscar 2017: + sort_title: '+02_21' + trakt_list: https://trakt.tv/users/pullsa/lists/the-89th-academy-awards-oscars-2017 + url_poster: https://i.imgur.com/PP4IjMm.jpg + summary: 'Academy Awards (Oscars) for 2017 - جائزة الأوسكار' + Oscar 2016: + sort_title: '+02_20' + trakt_list: https://trakt.tv/users/pullsa/lists/the-88th-academy-awards-oscars-2016 + url_poster: https://i.imgur.com/uLxywvC.jpg + summary: 'Academy Awards (Oscars) for 2016 - جائزة الأوسكار' + Oscar 2015: + sort_title: '+02_19' + trakt_list: https://trakt.tv/users/pullsa/lists/the-87th-academy-awards-oscars-2015-15ad9ede-826a-47fd-a239-ccf7a1f625f4 + url_poster: https://i.imgur.com/zamfX4k.jpg + summary: 'Academy Awards (Oscars) for 2015 - جائزة الأوسكار' + Oscar 2014: + sort_title: '+02_18' + trakt_list: https://trakt.tv/users/pullsa/lists/the-86th-academy-awards-oscars-2014 + url_poster: https://i.imgur.com/MfhfJZz.jpg + summary: 'Academy Awards (Oscars) for 2014 - جائزة الأوسكار' + Oscar 2013: + sort_title: '+02_17' + trakt_list: https://trakt.tv/users/pullsa/lists/the-85th-academy-awards-oscars-2013 + url_poster: https://i.imgur.com/Pp1b48k.jpg + summary: 'Academy Awards (Oscars) for 2013 - جائزة الأوسكار' + Oscar 2012: + sort_title: '+02_16' + trakt_list: https://trakt.tv/users/pullsa/lists/the-84th-academy-awards-oscars-2012 + url_poster: https://i.imgur.com/qxSWjzs.jpg + summary: 'Academy Awards (Oscars) for 2012 - جائزة الأوسكار' + Oscar 2011: + sort_title: '+02_15' + trakt_list: https://trakt.tv/users/pullsa/lists/the-83rd-academy-awards-oscars-2011 + url_poster: https://i.imgur.com/goY8lCf.jpg + summary: 'Academy Awards (Oscars) for 2011 - جائزة الأوسكار' + Oscar 2010: + sort_title: '+02_14' + trakt_list: https://trakt.tv/users/pullsa/lists/the-82nd-academy-awards-oscars-2010 + url_poster: https://i.imgur.com/tRyrCBS.jpg + summary: 'Academy Awards (Oscars) for 2010 - جائزة الأوسكار' + Oscar 2009: + sort_title: '+02_13' + trakt_list: https://trakt.tv/users/pullsa/lists/the-81st-academy-awards-oscars-2009 + url_poster: https://i.imgur.com/f57RKg4.jpg + summary: 'Academy Awards (Oscars) for 2009 - جائزة الأوسكار' + Oscar 2008: + sort_title: '+02_12' + trakt_list: https://trakt.tv/users/pullsa/lists/the-80th-academy-awards-oscars-2008 + url_poster: https://i.imgur.com/NhPndKR.jpg + summary: 'Academy Awards (Oscars) for 2008 - جائزة الأوسكار' + Oscar 2007: + sort_title: '+02_11' + trakt_list: https://trakt.tv/users/pullsa/lists/the-79th-academy-awards-oscars-2007 + url_poster: https://i.imgur.com/q8FZVTZ.jpg + summary: 'Academy Awards (Oscars) for 2007 - جائزة الأوسكار' + Oscar 2006: + sort_title: '+02_10' + trakt_list: https://trakt.tv/users/pullsa/lists/the-78th-academy-awards-oscars-2006 + url_poster: https://i.imgur.com/09zuCzZ.jpg + summary: 'Academy Awards (Oscars) for 2006 - جائزة الأوسكار' + Oscar 2005: + sort_title: '+02_09' + trakt_list: https://trakt.tv/users/pullsa/lists/the-77th-academy-awards-oscars-2005 + url_poster: https://i.imgur.com/N5vZ8KJ.jpg + summary: 'Academy Awards (Oscars) for 2005 - جائزة الأوسكار' + Oscar 2004: + sort_title: '+02_08' + trakt_list: https://trakt.tv/users/pullsa/lists/the-76th-academy-awards-oscars-2004 + url_poster: https://i.imgur.com/IxDLjg2.jpg + summary: 'Academy Awards (Oscars) for 2004 - جائزة الأوسكار' + Oscar 2003: + sort_title: '+02_07' + trakt_list: https://trakt.tv/users/pullsa/lists/the-75th-academy-awards-oscars-2003 + url_poster: https://i.imgur.com/nR0wAbm.jpg + summary: 'Academy Awards (Oscars) for 2003 - جائزة الأوسكار' + Oscar 2002: + sort_title: '+02_06' + trakt_list: https://trakt.tv/users/imirko/lists/oscars-2002 + url_poster: https://i.imgur.com/0gSZsik.jpg + summary: 'Academy Awards (Oscars) for 2002 - جائزة الأوسكار' + Oscar 2001: + sort_title: '+02_05' + trakt_list: https://trakt.tv/users/imirko/lists/oscars-2001 + url_poster: https://i.imgur.com/Jn0Exl7.jpg + summary: 'Academy Awards (Oscars) for 2001 - جائزة الأوسكار' + Oscar 2000: + sort_title: '+02_04' + trakt_list: https://trakt.tv/users/mri8879/lists/the-72nd-academy-awards-oscar-nominees-of-2000 + url_poster: https://i.imgur.com/NKgS5sc.png + summary: 'Academy Awards (Oscars) for 2000 - جائزة الأوسكار' \ No newline at end of file diff --git a/bison529/p.plex.yml b/bison529/p.plex.yml new file mode 100644 index 0000000..9f37080 --- /dev/null +++ b/bison529/p.plex.yml @@ -0,0 +1,15 @@ +collections: + Plex Popular: + sort_title: +02_Popular on Plex + tautulli_popular: + list_days: 30 + list_size: 20 + list_buffer: 20 + tautulli_watched: + list_days: 30 + list_size: 20 + list_buffer: 20 + sync_mode: sync + collection_order: alpha + url_poster: https://i.imgur.com/iUHXhM2.png + summary: Most watched and most popular on Plex over the last month - الاكثر مشاهدة وشعبية في سيرفر بليكس خلال الشهر الماضي. diff --git a/bullmoose20/README.md b/bullmoose20/README.md new file mode 100644 index 0000000..f7dc6b6 --- /dev/null +++ b/bullmoose20/README.md @@ -0,0 +1,20 @@ +# bullmoose20 PMM files +## Basics +I run PMM nightly (not lsio image) and Plex(hotio image) within Unraid: + +<br> + +## Instructions +Take what you need from my config.yml. I run everything stock from the github default PMM and tweak from within my config.yml to "make it my own". If you perform a straight copy, search for `(redacted)` as you will need to replace that with your own information. + +Nothing is local other than the fonts which are included in this repo (fonts.zip). These fonts are the best match I could find per ratings site and the ratings overlays. + +Unzip the fonts into `config/metadata/overlays/fonts/` to use this config without modifications. + +You can put the fonts elsewhere, but if you choose to do that, you will need to adjust the ratings section (rating1_font:, rating2_font:, rating2_font:) of the overlays within the config.yml file to point to the location you chose. + +<br> + +Feel free to ask me questions in the PMM Discord channel. + +<br> diff --git a/bullmoose20/config.yml b/bullmoose20/config.yml new file mode 100644 index 0000000..9e3cda3 --- /dev/null +++ b/bullmoose20/config.yml @@ -0,0 +1,514 @@ +libraries: + TestMovies: # Must match a library name in your Plex + report_path: config/missing/Movies_missing.yml + template_variables: + sep_style: gray # use the gray separators globally for this library + collection_mode: hide # hide the collections + language: fr # could be default, de, fr, pt-br or another lang code that we have tranlsated + metadata_path: + - pmm: separator_award # An "index card" + - pmm: bafta # BAFTA Awards + template_variables: # based on when the award show started + data: + starting: 2014 + ending: current_year + - pmm: cannes # Cannes Film Fstical Awards + template_variables: # based on when the award show started + data: + starting: 2016 + ending: current_year + - pmm: choice # Critic's Choice Awards + template_variables: # based on when the award show started + data: + starting: 2014 + ending: current_year + - pmm: golden # Golden Globes Awards + template_variables: # based on when the award show started + data: + starting: 1943 + ending: current_year + - pmm: oscars # The Oscars + template_variables: # based on when the award show started + data: + starting: 1927 + ending: current_year + - pmm: other_award # Other award collections + - pmm: spirit # Independent Spirit Awards + template_variables: # based on when the award show started + data: + starting: 2014 + ending: current_year + - pmm: sundance # Sundance Film Festival Awards + template_variables: # based on when the award show started + data: + starting: 2010 + ending: current_year + - pmm: separator_chart # An "index card" + - pmm: anilist # AniDB Charts (Popular, Trending, etc.) + - pmm: imdb # IMDb Charts (Popular, Trending, etc.) + - pmm: myanimelist # MAL Charts (Popular, Trending, etc.) + - pmm: other_chart # Other Charts (Popular, Trending, etc.) + - pmm: tautulli # Tautulli Charts (Popular, Trending, etc.) + - pmm: tmdb # TMDb Charts (Popular, Trending, etc.) + - pmm: trakt # Trakt Charts (Popular, Trending, etc.) + - pmm: flixpatrol # Flixpatrol Charts (Popular, Trending, etc.) + - pmm: basic # Keep this as the last chart item so that collection_mode: hide works properly on library tab for CHART COLLECTION + - pmm: actor # Actors + template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150 + style: bw + data: + depth: 1 + limit: 15 + - pmm: director # Directors + template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150 + style: bw + data: + depth: 1 + limit: 15 + - pmm: producer # Producers + template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150 + exclude: # ever have some random person... you can exclude them if you want + - Jeremy Kleiner + - Thomas Hayslip + style: bw + data: + depth: 1 + limit: 15 + - pmm: writer # Writers + template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150 + style: bw + data: + depth: 1 + limit: 15 + - pmm: audio_language # English, French, Arabic, German, etc. audio language + - pmm: content_rating_cs # Choose content_rating_uk, content_rating_us, or content_rating_cs + - pmm: genre # Action, Comedy, Drama, etc. + - pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style + template_variables: + style: standards + - pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc. + - pmm: studio_anime # Anime Studios etc. + - pmm: subtitle_language # English, French, Arabic, German, etc. subtitles + - pmm: year # Year the media item was released starting from 1880 to current_year + template_variables: + data: + starting: 1880 + ending: current_year + - pmm: country # Country associated to the media item + - pmm: decade # Decade the media item was released + # - pmm: franchise + # template_variables: + # minimum_items: 2 + # delete_below_minimum: true + - pmm: seasonal # Christmas, Halloween, etc. + template_variables: # Canadian Thankgsgiving is a different date range. Otherwise, I want to ALWAYS see the seasonal + schedule_independence: daily + schedule_easter: daily + schedule_valentine: daily + schedule_patrick: daily + schedule_thanksgiving: range(10/01-10/31) + schedule_halloween: daily + schedule_christmas: daily + schedule_years: daily + schedule_mother: daily + schedule_memorial: daily + schedule_father: daily + schedule_labor: daily + - pmm: streaming # Streaming on Disney+, Netflix, etc. + - pmm: universe # Marvel Cinematic Universe, Wizarding World, etc. + overlay_path: + - remove_overlays: false # Set to true if you want to remove overlays + - reapply_overlay: true # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays + - pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. + # template_variables: + # style: standard + - pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2 + - pmm: commonsense # Age 2+, Age 14+, etc. + # - pmm: direct_play + - pmm: flixpatrol # Top 10 flixpatrol for 'this_year', positioned on the left + template_variables: + position: left + time_window: this_year + # - pmm: language + - pmm: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits + - pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format + template_variables: + rating1: user + rating1_image: rt_tomato + rating1_font: config/metadata/overlays/fonts/Adlib.ttf + rating1_font_size: 63 + + rating2: critic + rating2_image: imdb + rating2_font: config/metadata/overlays/fonts/Impact.ttf + rating2_font_size: 70 + + rating3: audience + rating3_image: tmdb + rating3_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf + rating3_font_size: 70 + + horizontal_position: right + + # rating_source: Anidb + # font: config/metadata/overlays/fonts/Handel Gothic ITC W01 Heavy.ttf + # rating_source: IMDb + # font: config/metadata/overlays/fonts/Impact.ttf + # rating_source: Letterboxd + # font: config/metadata/overlays/fonts/HelveticaNowDisplay-ExtBlk.ttf + # rating_source: Metacritic + # font: config/metadata/overlays/fonts/Myriad Bold.otf + # rating_source: TMDb + # font: config/metadata/overlays/fonts/Avenir_95_Black.ttf + # rating_source: Trakt + # font: config/metadata/overlays/fonts/Claspo-ND-Medium.ttf + # rating_source: Rotten + # font: config/metadata/overlays/fonts/Adlib.ttf + - pmm: resolution # 4K HDR, 1080P FHD, etc. + - pmm: ribbon # Used for ribbon in bottom right + - pmm: streaming # Streaming on Disney+, Netflix, etc. + - pmm: versions # Will show duplicates for that media item in top right area + - pmm: video_format # Remux, DVD, Blu-Ray, etc. in bottom left + settings: + asset_directory: + - config/assets + + operations: + split_duplicates: false + assets_for_all: false + delete_unmanaged_collections: true # Any manually added collection outside of PMM will be deleted + mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes + mass_critic_rating_update: imdb # Update critic ratings with imdb + mass_audience_rating_update: tmdb # Update audience ratings with tmdb + mass_genre_update: tmdb # Update all genres from tmdb + mass_content_rating_update: mdb_commonsense # Changes Content Rating to "1", "2" etc. to specify appropriate age + mass_originally_available_update: tmdb # Update all original available date from tmdb + mass_imdb_parental_labels: without_none + + TestTV Shows: # Must match a library name in your Plex + report_path: config/missing/TV_missing.yml + template_variables: + sep_style: gray # use the gray separators globally for this library + collection_mode: hide # hide the collections + language: fr # could be default, de, fr, pt-br or another lang code that we have tranlsated + metadata_path: + - pmm: separator_award # An "index card" + - pmm: choice # Critic's Choice Awards + template_variables: # based on when the award show started + data: + starting: 2014 + ending: current_year + - pmm: golden # Golden Globes Awards + template_variables: # based on when the award show started + data: + starting: 1943 + ending: current_year + - pmm: emmy # Emmy Awards + template_variables: # based on when the award show started + data: + starting: 1947 + ending: current_year + - pmm: separator_chart # An "index card" + - pmm: anilist # AniDB Charts (Popular, Trending, etc.) + - pmm: imdb # IMDb Charts (Popular, Trending, etc.) + - pmm: myanimelist # MAL Charts (Popular, Trending, etc.) + - pmm: other_chart # Other Charts (Popular, Trending, etc.) + - pmm: tautulli # Tautulli Charts (Popular, Trending, etc.) + - pmm: tmdb # TMDb Charts (Popular, Trending, etc.) + - pmm: trakt # Trakt Charts (Popular, Trending, etc.) + - pmm: flixpatrol # Flixpatrol Charts (Popular, Trending, etc.) + - pmm: basic # Keep this as the last chart item so that collection_mode: hide works properly on library tab for CHART COLLECTION + - pmm: actor # Actors + template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150 + exclude: # ever have some random person... you can exclude them if you want + - Macy Nyman + style: bw + data: + depth: 1 + limit: 15 + - pmm: audio_language # English, French, Arabic, German, etc. audio language + - pmm: content_rating_cs # Choose content_rating_uk, content_rating_us, or content_rating_cs + - pmm: genre # Action, Comedy, Drama, etc. + - pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style + template_variables: + style: standards + - pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc. + - pmm: studio_anime # Anime Studios etc. + - pmm: subtitle_language # English, French, Arabic, German, etc. subtitles + - pmm: year # Year the media item was released starting from 1880 to current_year + template_variables: + data: + starting: 1880 + ending: current_year + - pmm: country # Country associated to the media item + - pmm: decade # Decade the media item was released + # - pmm: franchise + - pmm: network # ABC, CBC, NBC, FOX, etc. + - pmm: streaming # Streaming on Disney+, Netflix, etc. + overlay_path: + - remove_overlays: false # Set to true if you want to remove overlays + - reapply_overlay: true # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays + - pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. and works with overlay_level show, episode, and season + - pmm: audio_codec + template_variables: + overlay_level: episode + - pmm: audio_codec + template_variables: + overlay_level: season + - pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2 and works with overlay_level show, episode, and season + - pmm: language_count + template_variables: + overlay_level: episode + - pmm: language_count + template_variables: + overlay_level: season + - pmm: commonsense # Age 2+, Age 14+, etc. and works with overlay_level show, episode, and season + - pmm: commonsense + template_variables: + overlay_level: episode + - pmm: commonsense + template_variables: + overlay_level: season + # - pmm: direct_play + # - pmm: direct_play + # template_variables: + # overlay_level: episode + # - pmm: direct_play + # template_variables: + # overlay_level: season + - pmm: episode_info # SE##E## information in bottom right and works with overlay_level episode + template_variables: + overlay_level: episode + - pmm: flixpatrol # Top 10 flixpatrol for 'this_year', positioned on the left and works with overlay_level show + template_variables: + position: left + time_window: this_year + # - pmm: language + # - pmm: language + # template_variables: + # overlay_level: episode + # - pmm: language + # template_variables: + # overlay_level: season + - pmm: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits and works with overlay_level show + - pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format. overlay_level: show has 3 ratings max + template_variables: + rating1: user + rating1_image: rt_tomato + rating1_font: config/metadata/overlays/fonts/Adlib.ttf + rating1_font_size: 63 + + rating2: critic + rating2_image: imdb + rating2_font: config/metadata/overlays/fonts/Impact.ttf + rating2_font_size: 70 + + rating3: audience + rating3_image: tmdb + rating3_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf + rating3_font_size: 70 + + horizontal_position: right + - pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format. overlay_level: episode has 2 ratings max + template_variables: + # rating1: user + # rating1_image: rt_tomato + # rating1_font: config/metadata/overlays/fonts/Adlib.ttf + # rating1_font_size: 63 + + rating1: critic + rating1_image: imdb + rating1_font: config/metadata/overlays/fonts/Impact.ttf + rating1_font_size: 70 + + rating2: audience + rating2_image: tmdb + rating2_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf + rating2_font_size: 70 + + horizontal_position: right + overlay_level: episode + - pmm: resolution # 4K HDR, 1080P FHD, etc. and works with overlay_level show, episode, and season + - pmm: resolution + template_variables: + overlay_level: episode + - pmm: resolution + template_variables: + overlay_level: season + - pmm: ribbon # Used for ribbon in bottom right and works with overlay_level show and season + - pmm: ribbon + template_variables: + overlay_level: season + - pmm: episode_info # Runtime information in bottom right and works with overlay_level episode + template_variables: + overlay_level: episode + - pmm: status # Airing, Returning, Ended, Canceled and works with overlay_level show + # template_variables: + # last: 110 + - pmm: streaming # Streaming on Disney+, Netflix, etc. and works with overlay_level show, episode, and season + - pmm: streaming + template_variables: + overlay_level: episode + - pmm: streaming + template_variables: + overlay_level: season + - pmm: versions # Will show duplicates for that media item in top right area and works with overlay_level show, episode, and season + template_variables: + overlay_level: episode + - pmm: versions + template_variables: + overlay_level: season + - pmm: versions + template_variables: + overlay_level: show + - pmm: video_format # Remux, DVD, Blu-Ray, etc. in bottom left and works with overlay_level show, episode, and season + - pmm: video_format + template_variables: + overlay_level: episode + - pmm: video_format + template_variables: + overlay_level: season + settings: + asset_directory: + - config/assets + + operations: + split_duplicates: false + assets_for_all: false + delete_unmanaged_collections: true # Any manually added collection outside of PMM will be deleted + mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes + mass_critic_rating_update: imdb # Update critic ratings with imdb + mass_audience_rating_update: tmdb # Update audience ratings with tmdb + mass_genre_update: tmdb # Update all genres from tmdb + mass_content_rating_update: mdb_commonsense # Changes Content Rating to "1", "2" etc. to specify appropriate age + mass_originally_available_update: tmdb # Update all original available date from tmdb + mass_episode_critic_rating_update: imdb # Update critic ratings with imdb for episodes + mass_episode_audience_rating_update: tmdb # Update audience ratings with tmdb for episodes + mass_imdb_parental_labels: without_none +playlist_files: +- pmm: playlist + template_variables: + libraries: Movies, TV Shows +settings: # Can be individually specified per library as well + cache: true + cache_expiration: 60 + asset_directory: config/assets + missing_path: config/missing + asset_folders: true + asset_depth: 3 + create_asset_folders: false + dimensional_asset_rename: false + download_url_assets: true + show_missing_season_assets: false + show_missing_episode_assets: false + show_asset_not_needed: true + sync_mode: sync + minimum_items: 1 + default_collection_order: + delete_below_minimum: true + delete_not_scheduled: false + run_again_delay: 2 + missing_only_released: true + only_filter_missing: false + show_unmanaged: true + show_filtered: true + show_options: true + show_missing: false + show_missing_assets: false + save_missing: false + tvdb_language: eng + ignore_ids: + ignore_imdb_ids: + check_nightly: true + playlist_report: true + prioritize_assets: false + save_report: false + item_refresh_delay: 0 + playlist_sync_to_users: all + verify_ssl: true + custom_git: + custom_repo: +webhooks: # Can be individually specified per library as well + error: notifiarr + run_start: notifiarr + run_end: notifiarr + changes: + - notifiarr + version: +plex: # Can be individually specified per library as well; REQUIRED for the script to run + url: (redacted) + token: (redacted) + timeout: 60 + clean_bundles: true + empty_trash: true + optimize: true +tmdb: # REQUIRED for the script to run + apikey: (redacted) + language: en + cache_expiration: 60 + region: +tautulli: # Can be individually specified per library as well + url: (redacted) + apikey: (redacted) +omdb: + apikey: (redacted) + cache_expiration: 60 +mdblist: + apikey: (redacted) + cache_expiration: 60 +notifiarr: + apikey: (redacted) +radarr: # Can be individually specified per library as well + url: (redacted) + token: (redacted) + root_folder_path: /data/media/movies + monitor: true + availability: announced + quality_profile: Any + tag: pmm + search: false + radarr_path: + plex_path: + add_existing: false + add_missing: false + upgrade_existing: false +sonarr: # Can be individually specified per library as well + url: (redacted) + token: (redacted) + root_folder_path: /data/media/tv + monitor: all + quality_profile: Any + language_profile: English + series_type: standard + season_folder: true + tag: pmm + search: false + cutoff_search: false + sonarr_path: + plex_path: + add_existing: false + add_missing: false + upgrade_existing: false +############################################ +trakt: + client_id: (redacted) + client_secret: (redacted) + authorization: + access_token: (redacted) + token_type: Bearer + expires_in: 7889238 + refresh_token: (redacted) + scope: public + created_at: 1666127087 + pin: +############################################ +mal: + client_id: (redacted) + client_secret: (redacted) + authorization: + access_token: (redacted) + token_type: Bearer + expires_in: 2678400 + refresh_token: (redacted) + localhost_url: + cache_expiration: 60 diff --git a/bullmoose20/fonts.zip b/bullmoose20/fonts.zip new file mode 100644 index 0000000..5a90ab6 Binary files /dev/null and b/bullmoose20/fonts.zip differ diff --git a/charles15/README.md b/charles15/README.md new file mode 100644 index 0000000..812bc30 --- /dev/null +++ b/charles15/README.md @@ -0,0 +1,27 @@ +# charles15's Collections + +## Sort Order + +### Movies +01- Popular on Plex +02- Charts +03- Movie Series +04- +05- Studios +06- +07- +08- +09- Genre +10- Actors/Persons + +### TV Shows +01- Popular on Plex +02- Charts +03- Series +04- Universes +05- Networks +06- +07- +08- +09- Genre +10- Actors/Persons diff --git a/charles15/movies/movieGenre.yml b/charles15/movies/movieGenre.yml new file mode 100644 index 0000000..9deb7a9 --- /dev/null +++ b/charles15/movies/movieGenre.yml @@ -0,0 +1,90 @@ +###################################################### +# Movie Genre # +###################################################### +templates: + IMDb Genre: + default: + title: feature + url_poster: <<poster>> + sort_title: zzz_<<collection_name>> + limit: 250 + imdb_list: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>&sort=user_rating,desc + sort_title: zzz_<<collection_name>> + sync_mode: sync + url_poster: <<poster>> + Other Genre: + sort_title: zzz_<<collection_name>> + sync_mode: sync + url_poster: <<poster>> +collections: + Action: + template: { name: IMDb Genre, genre: action, poster: https://theposterdb.com/api/assets/52018} + summary: Action film is a genre wherein physical action takes precedence in the storytelling. The film will often have continuous motion and action including physical stunts, chases, fights, battles, and races. The story usually revolves around a hero that has a goal, but is facing incredible odds to obtain it. + Adventure: + template: { name: IMDb Genre, genre: adventure, poster: https://theposterdb.com/api/assets/52218} + summary: Adventure film is a genre that revolves around the conquests and explorations of a protagonist. The purpose of the conquest can be to retrieve a person or treasure, but often the main focus is simply the pursuit of the unknown. These films generally take place in exotic locations and play on historical myths. Adventure films incorporate suspenseful puzzles and intricate obstacles that the protagonist must overcome in order to achieve the end goal. + Animation: + template: { name: IMDb Genre, genre: animation, poster: https://theposterdb.com/api/assets/120090} + summary: Animated film is a collection of illustrations that are photographed frame-by-frame and then played in a quick succession. Since its inception, animation has had a creative and imaginative tendency. Being able to bring animals and objects to life, this genre has catered towards fairy tales and children’s stories. However, animation has long been a genre enjoyed by all ages. As of recent, there has even been an influx of animation geared towards adults. Animation is commonly thought of as a technique, thus it’s ability to span over many different genres. + Comedy: + template: { name: IMDb Genre, genre: comedy, poster: https://theposterdb.com/api/assets/51397} + summary: Comedy is a genre of film that uses humor as a driving force. The aim of a comedy film is to illicit laughter from the audience through entertaining stories and characters. Although the comedy film may take on some serious material, most have a happy ending. Comedy film has the tendency to become a hybrid sub-genre because humor can be incorporated into many other genres. Comedies are more likely than other films to fall back on the success and popularity of an individual star. + Crime: + template: { name: IMDb Genre, genre: crime, poster: https://theposterdb.com/api/assets/53057} + summary: Crime film is a genre that revolves around the action of a criminal mastermind. A Crime film will often revolve around the criminal himself, chronicling his rise and fall. Some Crime films will have a storyline that follows the criminal's victim, yet others follow the person in pursuit of the criminal. This genre tends to be fast paced with an air of mystery – this mystery can come from the plot or from the characters themselves. + Drama: + template: { name: IMDb Genre, genre: drama, poster: https://theposterdb.com/api/assets/52016} + summary: Drama film is a genre that relies on the emotional and relational development of realistic characters. While Drama film relies heavily on this kind of development, dramatic themes play a large role in the plot as well. Often, these dramatic themes are taken from intense, real life issues. Whether heroes or heroines are facing a conflict from the outside or a conflict within themselves, Drama film aims to tell an honest story of human struggles. + Family: + template: { name: IMDb Genre, genre: family, poster: https://theposterdb.com/api/assets/53059} + summary: Family film is a genre that is contains appropriate content for younger viewers. Family film aims to appeal not only to children, but to a wide range of ages. While the storyline may appeal to a younger audience, there are components of the film that are geared towards adults- such as witty jokes and humor. This genre may fall into many other genres, including comedy, adventure, fantasy, and animated film. + Fantasy: + template: { name: IMDb Genre, genre: fantasy, poster: https://theposterdb.com/api/assets/51476} + summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + History: + template: { name: IMDb Genre, genre: history, poster: https://theposterdb.com/api/assets/58022} + summary: History film is a genre that takes historical events and people and interprets them in a larger scale. Historical accuracy is not the main focus, but rather the telling of a grandiose story. The drama of an History film is often accentuated by a sweeping musical score, lavish costumes, and high production value. + Horror: + template: { name: IMDb Genre, genre: horror, poster: https://theposterdb.com/api/assets/51475} + summary: Horror film is a genre that aims to create a sense of fear, panic, alarm, and dread for the audience. These films are often unsettling and rely on scaring the audience through a portrayal of their worst fears and nightmares. Horror films usually center on the arrival of an evil force, person, or event. Many Horror films include mythical creatures such as ghosts, vampires, and zombies. Traditionally, Horror films incorporate a large amount of violence and gore into the plot. Though it has its own style, Horror film often overlaps into Fantasy, Thriller, and Science-Fiction genres. + LGBTQ+: + template: { name: Other Genre, poster: https://theposterdb.com/api/assets/62562} + imdb_list: https://www.imdb.com/list/ls062688328/ + summary: LGBTQ+ film is a genre of films where the characters depict lesbian, gay, bisexual, transgender, queer and intersex people. + Martial Arts: + template: { name: Other Genre, poster: https://theposterdb.com/api/assets/51773} + imdb_list: + - https://www.imdb.com/list/ls000099643/ + - https://www.imdb.com/list/ls068611186/ + - https://www.imdb.com/list/ls068378513/ + - https://www.imdb.com/list/ls090404120/ + summary: Martial Arts film is a sub-genre of action films that feature numerous martial arts combat between characters. These combats are usually the films' primary appeal and entertainment value, and often are a method of storytelling and character expression and development. Martial Arts are frequently featured in training scenes and other sequences in addition to fights. Martial Arts films commonly include other types of action, such as hand-to-hand combat, stuntwork, chases, and gunfights. + Musical: + template: { name: IMDb Genre, genre: musical, poster: https://theposterdb.com/api/assets/51427} + summary: A Musical interweaves vocal and dance performances into the narrative of the film. The songs of a film can either be used to further the story or simply enhance the experience of the audience. These films are often done on a grand scale and incorporate lavish costumes and sets. Traditional musicals center on a well-known star, famous for their dancing or singing skills (i.e. Fred Astaire, Gene Kelly, Judy Garland). These films explore concepts such are love and success, allowing the audience to escape from reality. + Mystery: + template: { name: IMDb Genre, genre: mystery, poster: https://theposterdb.com/api/assets/53060} + summary: A Mystery film centers on a person of authority, usually a detective, that is trying to solve a mysterious crime. The main protagonist uses clues, investigation, and logical reasoning. The biggest element in these films is a sense of “whodunit” suspense, usually created through visual cues and unusual plot twists. + Romance: + template: { name: IMDb Genre, genre: romance, poster: https://theposterdb.com/api/assets/53062} + summary: "Romance film can be defined as a genre wherein the plot revolves around the love between two protagonists. This genre usually has a theme that explores an issue within love, including but not limited to: love at first sight, forbidden love, love triangles, and sacrificial love. The tone of Romance film can vary greatly. Whether the end is happy or tragic, Romance film aims to evoke strong emotions in the audience." + Romantic Comedy: + template: { name: IMDb Genre, genre: "romance,comedy", poster: https://theposterdb.com/api/assets/112580} + summary: Romantic Comedy is a genre that attempts to catch the viewer’s heart with the combination of love and humor. This sub-genre is light-hearted and usually places the two protagonists in humorus situation. Romantic-Comedy film revolves around a romantic ideal, such as true love. In the end, the ideal triumphs over the situation or obstacle, thus creating a happy ending. + filters: + genre: Comedy + Sci-Fi: + template: { name: IMDb Genre, genre: sci-fi, poster: https://theposterdb.com/api/assets/51772} + summary: Science Fiction (Sci-Fi) film is a genre that incorporates hypothetical, science-based themes into the plot of the film. Often, this genre incorporates futuristic elements and technologies to explore social, political, and philosophical issues. The film itself is usually set in the future, either on earth or in space. Traditionally, a Science Fiction film will incorporate heroes, villains, unexplored locations, fantastical quests, and advanced technology. + Sports: + template: { name: IMDb Genre, genre: sport, poster: https://theposterdb.com/api/assets/60371} + summary: A Sport Film revolves around a sport setting, event, or an athlete. Often, these films will center on a single sporting event that carries significant importance. Sports films traditionally have a simple plot that builds up to the significant sporting event. This genre is known for incorporating film techniques to build anticipation and intensity. Sport films have a large range of sub-genres, from comedies to dramas, and are more likely than other genres to be based true-life events. + Thriller: + template: { name: IMDb Genre, genre: thriller, poster: https://theposterdb.com/api/assets/52019} + summary: Thriller Film is a genre that revolves around anticipation and suspense. The aim for Thrillers is to keep the audience alert and on the edge of their seats. The protagonist in these films is set against a problem – an escape, a mission, or a mystery. No matter what sub-genre a Thriller film falls into, it will emphasize the danger that the protagonist faces. The tension with the main problem is built on throughout the film and leads to a highly stressful climax. + War: + template: { name: IMDb Genre, genre: war, poster: https://theposterdb.com/api/assets/51477} + summary: War Film is a genre that looks at the reality of war on a grand scale. They often focus on landmark battles as well as political issues within war. This genre usually focuses on a main character and his team of support, giving the audience an inside look into the gritty reality of war. + Western: + template: { name: IMDb Genre, genre: western, poster: https://theposterdb.com/api/assets/51774} + summary: "Western Film is a genre that revolves around stories primarily set in the late 19th century in the American Old West. Most Westerns are set between the American Civil War (1865) and the early 1900s. Common themes within Western Film include: the conquest of the wild west, the cultural separation of the East and the West, the West’s resistance to modern change, the conflict between Cowboys and Indians, outlaws, and treasure/gold hunting. American Western Film usually revolves around a stoic hero and emphasizes the importance of honor and sacrifice." \ No newline at end of file diff --git a/charles15/movies/movieStudios.yml b/charles15/movies/movieStudios.yml new file mode 100644 index 0000000..5216776 --- /dev/null +++ b/charles15/movies/movieStudios.yml @@ -0,0 +1,45 @@ +###################################################### +# Studio Collections # +###################################################### +templates: + Studio: + optional: + - company + tmdb_company: <<company>> + sort_title: +05_<<collection_name>> + sync_mode: sync + smart_label: release.desc + url_poster: <<poster>> +collections: + Aardman: + template: { name: Studio, company: 297, poster: https://theposterdb.com/api/assets/137887 } + summary: Aardman Animations, Ltd. is a British animation studio based in Bristol, England. Aardman is known for films made using stop-motion clay animation techniques, particularly those featuring Plasticine characters Wallace and Gromit. + Blue Sky: + template: { name: Studio, company: 9383, poster: https://theposterdb.com/api/assets/103278 } + summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. + DreamWorks: + template: { name: Studio, company: 521, poster: https://theposterdb.com/api/assets/103275 } + summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. + Illumination Entertainment: + template: { name: Studio, company: 6704, poster: https://theposterdb.com/api/assets/103276 } + summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. + Pixar: + template: { name: Studio, company: 3, poster: https://theposterdb.com/api/assets/103273 } + summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney Company. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the company's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. + Studio Ghibli: + template: { name: Studio, company: 10342, poster: https://theposterdb.com/api/assets/103281 } + summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. + Sony Pictures Animation: + template: { name: Studio, company: 2251, poster: https://theposterdb.com/api/assets/103279 } + summary: Sony Pictures Animation Inc. is an American animation studio owned by Sony Entertainment's Sony Pictures Entertainment through their Motion Picture Group division and founded on May 9, 2002. The studio's films are distributed worldwide by Sony Pictures Releasing under their Columbia Pictures label, while all direct-to-video releases are released by Sony Pictures Home Entertainment. + Warner Animation Group: + template: { name: Studio, company: 25120, poster: https://theposterdb.com/api/assets/103280 } + summary: The Warner Animation Group (WAG) is an American animation studio that is the feature animation division of Warner Bros. Entertainment. Established on January 7, 2013, the studio is the successor to the dissolved 2D traditional hand-drawn animation studio Warner Bros. Feature Animation, which shut down in 2003 and the dissolved family film division Warner Bros. Family Entertainment, which shut down in 2009. The entity is also a sister animation studio of the regular animation studio Warner Bros. Animation + Walt Disney Animation Studios: + template: { name: Studio, poster: https://theposterdb.com/api/assets/103270 } + imdb_list: https://www.imdb.com/list/ls059383351/ + summary: Walt Disney Animation Studios (WDAS), sometimes shortened to Disney Animation, is an American animation studio that creates animated features and short films for The Walt Disney Company. Founded on October 16, 1923 by brothers Walt Disney and Roy O. Disney, it is one of the oldest-running animation studios in the world. It is currently organized as a division of Walt Disney Studios and is headquartered at the Roy E. Disney Animation Building at the Walt Disney Studios lot in Burbank, California. + Walt Disney Pictures: + template: { name: Studio, poster: https://theposterdb.com/api/assets/103271 } + imdb_list: https://www.imdb.com/list/ls077114097/ + summary: Walt Disney Pictures is an American film production studio of The Walt Disney Studios, which is owned by The Walt Disney Company. The studio is the flagship producer of live-action feature films within the Walt Disney Studios unit, and is based at the Walt Disney Studios in Burbank, California. Animated films produced by Walt Disney Animation Studios and Pixar Animation Studios are also released under this brand. Walt Disney Studios Motion Pictures distributes and markets the films produced by Walt Disney Pictures. \ No newline at end of file diff --git a/charles15/movies/movies.yml b/charles15/movies/movies.yml new file mode 100644 index 0000000..bb44e0d --- /dev/null +++ b/charles15/movies/movies.yml @@ -0,0 +1,144 @@ +###################################################### +# Movies # +###################################################### +templates: + Chart: + sort_title: +02_<<collection_name>> + sync_mode: sync + Series: + sort_title: +03_<<collection_name>> + sync_mode: sync + IMDb Series: + sort_title: +03_<<collection_name>> + imdb_list: https://www.imdb.com/list/<<IMDbList>>/ + sync_mode: sync +collections: +###################################################### +# Movie Charts # +###################################################### + Zoidberg Popular: + sort_title: +01_<<num>><<collection_name>> + sync_mode: sync + tautulli_popular: + list_days: 365 + list_size: 15 + list_buffer: 25 + summary: Most popular movies on Plex in the last year. + name_mapping: Zoidberg Popular Movies + Best of All Time: + template: {name: Chart} + sync_mode: sync + imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250/ + tmdb_top_rated: 250 + summary: IMDb & TVDB Top Rated Movies of All Time + Best of the 1970s: + template: {name: Chart} + tmdb_discover: + primary_release_date.gte: 01/01/1970 + primary_release_date.lte: 12/31/1979 + with_original_language: en + sort_by: popularity.desc + limit: 100 + summary: TMDB Most Popular Movies of the 1980s + Best of the 1980s: + template: {name: Chart} + tmdb_discover: + primary_release_date.gte: 01/01/1980 + primary_release_date.lte: 12/31/1989 + with_original_language: en + sort_by: popularity.desc + limit: 100 + summary: TMDB Most Popular Movies of the 1980s + Best of the 1990s: + template: {name: Chart} + tmdb_discover: + primary_release_date.gte: 01/01/1990 + primary_release_date.lte: 12/31/1999 + with_original_language: en + sort_by: popularity.desc + limit: 100 + summary: TMDB Most Popular Movies of the 1990s + Best of the 2000s: + template: {name: Chart} + tmdb_discover: + primary_release_date.gte: 01/01/2000 + primary_release_date.lte: 12/31/2009 + with_original_language: en + sort_by: popularity.desc + limit: 100 + summary: TMDB Most Popular Movies of the 2000s + Best of the 2010s: + template: {name: Chart} + tmdb_discover: + primary_release_date.gte: 01/01/2010 + primary_release_date.lte: 12/31/2019 + with_original_language: en + sort_by: popularity.desc + limit: 100 + summary: TMDB Most Popular Movies of the 2010s + Best of the 2020s: + template: {name: Chart} + tmdb_discover: + primary_release_date.gte: 01/01/2020 + primary_release_date.lte: 12/31/2029 + with_original_language: en + sort_by: popularity.desc + limit: 100 + summary: TMDB Most Popular Movies of the 2020s + Academy Award Winners: + template: {name: Chart} + tmdb_list: https://www.themoviedb.org/list/28 + sort_by: release_date.desc + collection_order: custom + summary: All Academy Award Winners on Plex. +###################################################### +# Movie Series # +###################################################### + X-Men Universe: + template: {name: Series} + trakt_list: https://trakt.tv/users/donxy/lists/x-men-universe?sort=rank,asc + summary: X-Men Universe in Chronological Order + url_poster: https://theposterdb.com/api/assets/21 + The Pixar Theory: + template: {name: Series} + trakt_list: https://trakt.tv/users/donxy/lists/the-pixar-theory?sort=rank,asc + summary: Chronological order of the Pixar theory (all Pixar films are in a shared universe that is connected by Boo) + url_poster: https://theposterdb.com/api/assets/4767 + Alien & Predator Universe: + template: {name: Series} + trakt_list: https://trakt.tv/users/donxy/lists/alien-predator-timeline?sort=rank,asc + url_poster: https://theposterdb.com/api/assets/146111 + summary: All Alien & Predator movies in the shared universe + name_mapping: AlienPredator Universe + Rocky Universe: + template: {name: IMDb Series, IMDbList: ls538336139 } + url_poster: https://theposterdb.com/api/assets/5907 + sort_by: release_date.desc + collection_order: release + summary: All movies from the Rocky & Creed Universe. + Fast & Furious Collection: + template: {name: IMDb Series, IMDbList: ls068290878 } + url_poster: https://theposterdb.com/api/assets/47254 + sort_by: release_date.desc + collection_order: custom + summary: All movies in the Fast & Furious Universe. + Indiana Jones Franchise: + template: {name: IMDb Series, IMDbList: ls538364160 } + url_poster: https://theposterdb.com/api/assets/11385 + sort_by: release_date.desc + collection_order: custom + summary: All movies in the Indiana Jones Universe. + Mission Impossible Collection: + template: {name: IMDb Series, IMDbList: ls066600640 } + url_poster: https://theposterdb.com/api/assets/6475 + sort_by: release_date.desc + collection_order: custom + name: "Mission: Impossible Franchise" + name_mapping: Mission Impossible + summary: "All movies in the Mission: Impossible Universe." + James Bond Franchise: + template: {name: IMDb Series, IMDbList: ls006405458 } + url_poster: https://theposterdb.com/api/assets/75315 + sort_by: release_date.desc + collection_order: custom + summary: "All movies from the James Bond franchise" \ No newline at end of file diff --git a/charles15/playlists.yml b/charles15/playlists.yml new file mode 100644 index 0000000..1b32bc6 --- /dev/null +++ b/charles15/playlists.yml @@ -0,0 +1,26 @@ +playlists: + Marvel Cinematic Universe: + sync_to_users: all + sync_mode: sync + libraries: Movies, TV Shows + trakt_list: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe?sort=rank,asc + summary: Marvel Cinematic Universe in Chronological Order + url_poster: https://theposterdb.com/api/assets/6897 + Star Wars Franchise: + sync_to_users: all + sync_mode: sync + libraries: Movies, TV Shows + tvdb_list: https://thetvdb.com/lists/star-wars + summary: All shows and movies from the Star Wars Franchise + Arrowverse: + sync_to_users: all + sync_mode: sync + libraries: Movies, TV Shows + trakt_list: https://trakt.tv/users/donxy/lists/arrowverse?sort=rank,asc + summary: A DC Comics franchise that includes crossovers with Green Arrow, The Flash, Supergirl, and many more. + DC Extended Universe: + sync_to_users: all + sync_mode: sync + libraries: Movies, TV Shows + trakt_list: https://trakt.tv/users/donxy/lists/dc-extended-universe?sort=rank,asc + summary: Movies & Shows from the DC Extended Universe. \ No newline at end of file diff --git a/charles15/tvShows/tv.yml b/charles15/tvShows/tv.yml new file mode 100644 index 0000000..c048c08 --- /dev/null +++ b/charles15/tvShows/tv.yml @@ -0,0 +1,27 @@ +###################################################### +# TV Shows # +###################################################### +templates: + Chart: + sort_title: +02_<<collection_name>> + sync_mode: sync +###################################################### +# TV Charts # +###################################################### +collections: + Zoidberg Popular: + sort_title: +01_<<collection_name>> + sync_mode: sync + tautulli_watched: + list_days: 365 + list_size: 15 + list_buffer: 25 + summary: Most popular TV Shows on Plex in the last year. + name_mapping: Zoidberg Popular Shows + Business Den: + sort_title: +02_<<collection_name>> + sync_mode: sync + tmdb_list: 8196451 + url_poster: https://mymodernmet.com/wp/wp-content/uploads/2019/05/Euanart-Jaws-Shark-Photo-5.jpg + summary: Collection of all Entrepreneur Pitch Shows (i.e. Dragon's Den, Shark Tank) + \ No newline at end of file diff --git a/charles15/tvShows/tvGenre.yml b/charles15/tvShows/tvGenre.yml new file mode 100644 index 0000000..440d673 --- /dev/null +++ b/charles15/tvShows/tvGenre.yml @@ -0,0 +1,7 @@ +###################################################### +# TV Genre # +###################################################### +templates: + Genre: + sort_title: zzz_<<collection_name>> + sync_mode: sync \ No newline at end of file diff --git a/charles15/tvShows/tvNetworks.yml b/charles15/tvShows/tvNetworks.yml new file mode 100644 index 0000000..03059ee --- /dev/null +++ b/charles15/tvShows/tvNetworks.yml @@ -0,0 +1,74 @@ +templates: + network: + optional: + - network + tmdb_network: <<network>> + sort_title: +05_<<collection_name>> + sync_mode: sync + url_poster: <<poster>> +collections: + A&E: + template: { name: network, network: "129, 2639, 3688"} + ABC: + template: { name: network, network: "2, 75, 2791"} + Adult Swim: + template: { name: network, network: 80} + Apple+: + template: { name: network, network: 2552} + Amazon: + template: { name: network, network: 1024} + AMC: + template: { name: network, network: "174, 4661"} + BBC: + template: { name: network, network: 4} + Cartoon Network: + template: { name: network, network: "56, 217, 1232, 1483, 2193, 3917, 4771"} + CBS: + template: { name: network, network: "16, 2528, 1709, 2621"} + Cinemax: + template: { name: network, network: 359} + Comedy Central: + template: { name: network, network: 47} + Discovery: + template: { name: network, network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741"} + Disney+: + template: { name: network, network: "2739, 2919"} + Fox: + template: { name: network, network: 19} + Freeform: + template: { name: network, network: 1267} + FX: + template: { name: network, network: 88} + FXX: + template: { name: network, network: 1035} + HBO: + template: { name: network, network: "49, 2593, 3186, 3308"} + HGTV: + template: { name: network, network: 210} + Hulu: + template: { name: network, network: 453} + National Geographic: + template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476"} + NBC: + template: { name: network, network: 6} + Netflix: + template: { name: network, network: 213} + PBS: + template: { name: network, network: 14} + Peacock: + template: { name: network, network: 3353} + Showtime: + template: { name: network, network: 67} + Shudder: + template: { name: network, network: 2949} + Starz: + template: { name: network, network: "318, 758, 4906"} + Syfy: + template: { name: network, network: "77, 3701"} + TBS: + template: { name: network, network: "68, 160, 4888"} + TNT: + template: { name: network, network: 41} + YouTube: + template: { name: network, network: "247, 1436, 4869"} + \ No newline at end of file diff --git a/cpt-kuesel/README.md b/cpt-kuesel/README.md index 1882bb6..c6c5ccc 100644 --- a/cpt-kuesel/README.md +++ b/cpt-kuesel/README.md @@ -9,59 +9,182 @@ I run PMM with docker-compose: - /docker/appdata/plex-meta-manager/config:/config:rw - /docker/appdata/plex-meta-manager/assets:/assets:rw - /docker/appdata/plex-meta-manager/metadata:/metadata:rw + - /docker/appdata/plex-meta-manager/overlays:/overlays:rw environment: PMM_TIME: "01:15,07:15,13:15,19:15" restart: on-failure ``` -Here is a screenshot of my folder structure: <br> -![pmm_folder_structure](pmm_folder_structure.png) -I have added my config.yml as well, sanitized for personal stuff of course. -Keep in mind my libraries have german names, but it should be understandable, I hope. +<br> -As I keep my posters and title cards locally PMM mostly keeps them up-to-date in Plex through the option *assets_for_all*. This is especially true for my anime and my tv show library. -Not much collection work going on there... yet! +## WIP Notice & Instructions +Version required: v1.17.3 + +I overhauled my language overlays yet again. +Instead of big flags, I now use small flags with the language written beside the flag. + +My suggestion is downloading the required files and run them local, as I have not yet worked in to run them from the configs repo. +Also that way you can fine tune it all to your specific needs. + +<br> + +Here is a short explanation on how to get them working and how to customize: + +My approach was to separate different aspects of it into individual files. + +They are: + + - _OverlayPacks/* + + | I generated 3 Packs to choose from: german, english and two letter language codes ISO 639-2. Take the files you want to use and put them in the folder *overlays/_flags* to use with my config + + - metadata/admin/_switches.yml + + | Switch specific overlays on using template_variables in config.yml, as they all default to false initially. + + - metadata/admin/_templates.yml + + | Contains all templates used in my files, not necessarily specific to overlays. + + | 'flag_overlays' is the template used. + + - metadata/admin/core.yml + + | Use collections to switch metadata languages for items. + + - overlays/admin/queues.yml + + | Contains the queue 'flags' used in my overlays and a pseudo overlay builder definition, which should not actually do something but was required to have a valid file. + + - overlays/flags.yml + + | Has all the overlay builders for the different languages. + + - overlays/_flags/* + + | Put the overlay files you chose/created in this folder. + +I am using Overlay Queues and sorted all languages in my library according to my preference with weights. + +<br> + +Here is an example config: -## My metadata files -This is mostly just talking about my movies library, but I added a comment header into every file to explain the structure I am going for in that library. -Here it is again: -```yaml -# Prefixes for cpt-kuesels Movie Collections: -# +1_ = Decades -# +2_ = Awards -# +3_ = People -# +4_ = Genres -# +5_ = Filme -``` -These prefixes are added to the sort title of the collections in the file that should be sorted at the top of my movies library. -If I need more control in the file sorting big collections like the MCU before smaller collections like Jurassic Park I add numbers to the prefix. -This is shown in the header of each file: ```yaml -# In this file: -# [ -# +5_1_ = Universes -# +5_2_ = Franchises -# ] +x-movie_languages: &movie_languages + use_german: true + use_english: true + use_french: true + use_japanese: true + use_korean: true + use_chinese: true + use_danish: true + use_russian: true + use_spanish: true + use_italian: true + use_portuguese: true + use_hindi: true + use_telugu: true + use_dutch: true + use_icelandic: true + use_turkish: true + use_ukranian: true +x-show_languages: &show_languages + use_german: true + use_english: true + use_french: true + use_korean: true + use_spanish: true +x-anime_languages: &anime_languages + use_german: true + use_english: true + use_french: true + use_japanese: true + use_korean: true + use_spanish: true + use_italian: true + use_portuguese: true + use_thai: true + +libraries: + Movies: + metadata_path: + - file: metadata/admin/core + - file: metadata/movies/metadata + - file: metadata/movies/Collections + - file: metadata/movies/Suggestions + overlay_path: + - remove_overlays: false + - file: overlays/admin/queues + - file: overlays/flags + template_variables: + <<: *movie_languages + settings: + asset_directory: + - assets/movies/collections + - assets/movies/movies + operations: + split_duplicates: true + Shows: + metadata_path: + - file: metadata/admin/core + - file: metadata/shows/metadata + overlay_path: + - remove_overlays: false + - file: overlays/admin/queues + - file: overlays/flags + template_variables: + <<: *show_languages + overlay_level: episode + - file: overlays/flags + template_variables: + <<: *show_languages + overlay_level: season + - file: overlays/flags + template_variables: + <<: *show_languages + settings: + asset_directory: + - assets/shows/collections + - assets/shows/shows + Anime: + metadata_path: + - file: metadata/admin/core + - file: metadata/animes/metadata + overlay_path: + - remove_overlays: false + - file: overlays/admin/queues + - file: overlays/flags + template_variables: + <<: *anime_languages + overlay_level: episode + - file: overlays/flags + template_variables: + <<: *anime_languages + overlay_level: season + - file: overlays/flags + template_variables: + <<: *anime_languages + settings: + asset_directory: + - assets/animes/collections + - assets/animes/animes ``` -Normal collections, like Bad Boys, are just sorted alphabetically into the library. -Capitalized Metadata Files get their own asset folders in an attempt to be organized. -Works for me as I have now, at time of writing, cracked the mark of 10GB of local assets. Too much for a single asset directory in my opinion. +Feel free to ask me questions in the Discord or make suggestions on what I need to add here. + +<br> + +I added all files I used to create the overlays in the folder *__OverlayCreation*. + +The psd uses variables and datasets to be able to generate a batch quickly. + + File->Export->Data-Sets as Files -## Overlays -Overlays are my way to signal audio languages and therefore i have created overlays with every language currently in my library. -I also use *item_metadata_language* to only have movies with german audio track with german movie synopsis and title and everything else with english text and title. -The flags are taken from: https://www.countries-ofthe-world.com/flags-of-the-world.html +To convert the generated psd-files into png-files I use the application ImageMagick and provided a batch file in the export directory to take care of it. -I have streamlined addition of new languages and therefore overlays by creating templates for dual language and single language overlays. -The dual language overlays are used by providing the two language names with the corresponding ISO code in the collection builder. -For the single language overlays all other languages have to be excluded. This is accomplished by providing them as default values in the template. -When creating the collection it is now necessary to provide the language with ISO code and also to overwrite the language_not default variable with another ISO code that is NOT the language. -In my overlay.psd I have prepared a layer for every flag/language that is represented in my library. -They are in layer groups and can easily be toggled to quickly create new overlays. -If you like to use my overlays and can't use my .psd shoot me a message on Discord and I can create any missing language overlay in my style for you. +<br> ## Questions? -You can always shoot me a question in the PMM Discord found on the main GitHub in the support section: -https://github.com/meisnate12/Plex-Meta-Manager/tree/master#support \ No newline at end of file +You can always shoot me a question in the PMM Discord! \ No newline at end of file diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/chinese.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/chinese.png new file mode 100644 index 0000000..4a330c8 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/chinese.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/czech.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/czech.png new file mode 100644 index 0000000..ab72e54 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/czech.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/danish.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/danish.png new file mode 100644 index 0000000..144192a Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/danish.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/dutch.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/dutch.png new file mode 100644 index 0000000..5b7d58d Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/dutch.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/english.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/english.png new file mode 100644 index 0000000..0be4d04 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/english.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/farsi.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/farsi.png new file mode 100644 index 0000000..37e8c27 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/farsi.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/french.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/french.png new file mode 100644 index 0000000..eb3bbfd Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/french.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/german.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/german.png new file mode 100644 index 0000000..89ac14e Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/german.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/hindi.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/hindi.png new file mode 100644 index 0000000..9e83848 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/hindi.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/hungarian.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/hungarian.png new file mode 100644 index 0000000..57a9a8c Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/hungarian.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/icelandic.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/icelandic.png new file mode 100644 index 0000000..77b62c0 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/icelandic.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/italian.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/italian.png new file mode 100644 index 0000000..2600eca Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/italian.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/japanese.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/japanese.png new file mode 100644 index 0000000..75dd7a4 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/japanese.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/korean.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/korean.png new file mode 100644 index 0000000..996ecb0 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/korean.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/norwegian.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/norwegian.png new file mode 100644 index 0000000..0f820bf Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/norwegian.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/polish.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/polish.png new file mode 100644 index 0000000..380e615 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/polish.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/portuguese.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/portuguese.png new file mode 100644 index 0000000..c2b7df7 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/portuguese.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/russian.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/russian.png new file mode 100644 index 0000000..e3ad32f Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/russian.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/spanish.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/spanish.png new file mode 100644 index 0000000..6b89fcc Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/spanish.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/swedish.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/swedish.png new file mode 100644 index 0000000..5490139 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/swedish.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/telugu.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/telugu.png new file mode 100644 index 0000000..f1d3f31 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/telugu.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/thai.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/thai.png new file mode 100644 index 0000000..635992d Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/thai.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/turkish.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/turkish.png new file mode 100644 index 0000000..d5c21b5 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/turkish.png differ diff --git a/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/ukrainian.png b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/ukrainian.png new file mode 100644 index 0000000..a98f3d8 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/ISO_639-2_lozenges/ukrainian.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/chinese.png b/cpt-kuesel/_OverlayPacks/english_lozenges/chinese.png new file mode 100644 index 0000000..17dc396 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/chinese.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/czech.png b/cpt-kuesel/_OverlayPacks/english_lozenges/czech.png new file mode 100644 index 0000000..5d80aac Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/czech.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/danish.png b/cpt-kuesel/_OverlayPacks/english_lozenges/danish.png new file mode 100644 index 0000000..e7d837d Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/danish.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/dutch.png b/cpt-kuesel/_OverlayPacks/english_lozenges/dutch.png new file mode 100644 index 0000000..8aba2cb Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/dutch.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/english.png b/cpt-kuesel/_OverlayPacks/english_lozenges/english.png new file mode 100644 index 0000000..52fb4f9 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/english.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/farsi.png b/cpt-kuesel/_OverlayPacks/english_lozenges/farsi.png new file mode 100644 index 0000000..3bf710d Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/farsi.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/french.png b/cpt-kuesel/_OverlayPacks/english_lozenges/french.png new file mode 100644 index 0000000..e35751a Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/french.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/german.png b/cpt-kuesel/_OverlayPacks/english_lozenges/german.png new file mode 100644 index 0000000..cab6126 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/german.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/hindi.png b/cpt-kuesel/_OverlayPacks/english_lozenges/hindi.png new file mode 100644 index 0000000..2f3dae4 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/hindi.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/hungarian.png b/cpt-kuesel/_OverlayPacks/english_lozenges/hungarian.png new file mode 100644 index 0000000..0d72f2d Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/hungarian.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/icelandic.png b/cpt-kuesel/_OverlayPacks/english_lozenges/icelandic.png new file mode 100644 index 0000000..6450dfd Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/icelandic.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/italian.png b/cpt-kuesel/_OverlayPacks/english_lozenges/italian.png new file mode 100644 index 0000000..99c265d Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/italian.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/japanese.png b/cpt-kuesel/_OverlayPacks/english_lozenges/japanese.png new file mode 100644 index 0000000..4519d35 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/japanese.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/korean.png b/cpt-kuesel/_OverlayPacks/english_lozenges/korean.png new file mode 100644 index 0000000..010df87 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/korean.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/norwegian.png b/cpt-kuesel/_OverlayPacks/english_lozenges/norwegian.png new file mode 100644 index 0000000..df6ec99 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/norwegian.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/polish.png b/cpt-kuesel/_OverlayPacks/english_lozenges/polish.png new file mode 100644 index 0000000..5b987e2 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/polish.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/portuguese.png b/cpt-kuesel/_OverlayPacks/english_lozenges/portuguese.png new file mode 100644 index 0000000..0d9adec Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/portuguese.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/russian.png b/cpt-kuesel/_OverlayPacks/english_lozenges/russian.png new file mode 100644 index 0000000..dbbdd62 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/russian.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/spanish.png b/cpt-kuesel/_OverlayPacks/english_lozenges/spanish.png new file mode 100644 index 0000000..e101f4c Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/spanish.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/swedish.png b/cpt-kuesel/_OverlayPacks/english_lozenges/swedish.png new file mode 100644 index 0000000..b8bfc53 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/swedish.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/telugu.png b/cpt-kuesel/_OverlayPacks/english_lozenges/telugu.png new file mode 100644 index 0000000..d11c32f Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/telugu.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/thai.png b/cpt-kuesel/_OverlayPacks/english_lozenges/thai.png new file mode 100644 index 0000000..a3f2700 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/thai.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/turkish.png b/cpt-kuesel/_OverlayPacks/english_lozenges/turkish.png new file mode 100644 index 0000000..fb25301 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/turkish.png differ diff --git a/cpt-kuesel/_OverlayPacks/english_lozenges/ukrainian.png b/cpt-kuesel/_OverlayPacks/english_lozenges/ukrainian.png new file mode 100644 index 0000000..6c28f07 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/english_lozenges/ukrainian.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/chinese.png b/cpt-kuesel/_OverlayPacks/german_lozenges/chinese.png new file mode 100644 index 0000000..14fa2f3 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/chinese.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/czech.png b/cpt-kuesel/_OverlayPacks/german_lozenges/czech.png new file mode 100644 index 0000000..67d677a Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/czech.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/danish.png b/cpt-kuesel/_OverlayPacks/german_lozenges/danish.png new file mode 100644 index 0000000..58dc264 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/danish.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/dutch.png b/cpt-kuesel/_OverlayPacks/german_lozenges/dutch.png new file mode 100644 index 0000000..d637a7b Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/dutch.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/english.png b/cpt-kuesel/_OverlayPacks/german_lozenges/english.png new file mode 100644 index 0000000..2fbc6a0 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/english.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/farsi.png b/cpt-kuesel/_OverlayPacks/german_lozenges/farsi.png new file mode 100644 index 0000000..9f87676 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/farsi.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/french.png b/cpt-kuesel/_OverlayPacks/german_lozenges/french.png new file mode 100644 index 0000000..950faf8 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/french.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/german.png b/cpt-kuesel/_OverlayPacks/german_lozenges/german.png new file mode 100644 index 0000000..4967277 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/german.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/hindi.png b/cpt-kuesel/_OverlayPacks/german_lozenges/hindi.png new file mode 100644 index 0000000..d7ca362 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/hindi.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/hungarian.png b/cpt-kuesel/_OverlayPacks/german_lozenges/hungarian.png new file mode 100644 index 0000000..3011a67 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/hungarian.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/icelandic.png b/cpt-kuesel/_OverlayPacks/german_lozenges/icelandic.png new file mode 100644 index 0000000..dfaeb5c Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/icelandic.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/italian.png b/cpt-kuesel/_OverlayPacks/german_lozenges/italian.png new file mode 100644 index 0000000..143dc1f Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/italian.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/japanese.png b/cpt-kuesel/_OverlayPacks/german_lozenges/japanese.png new file mode 100644 index 0000000..b3dd670 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/japanese.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/korean.png b/cpt-kuesel/_OverlayPacks/german_lozenges/korean.png new file mode 100644 index 0000000..d7c2a4d Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/korean.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/norwegian.png b/cpt-kuesel/_OverlayPacks/german_lozenges/norwegian.png new file mode 100644 index 0000000..09ee7f5 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/norwegian.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/polish.png b/cpt-kuesel/_OverlayPacks/german_lozenges/polish.png new file mode 100644 index 0000000..a2aa571 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/polish.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/portuguese.png b/cpt-kuesel/_OverlayPacks/german_lozenges/portuguese.png new file mode 100644 index 0000000..0689a49 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/portuguese.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/russian.png b/cpt-kuesel/_OverlayPacks/german_lozenges/russian.png new file mode 100644 index 0000000..6e74ec1 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/russian.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/spanish.png b/cpt-kuesel/_OverlayPacks/german_lozenges/spanish.png new file mode 100644 index 0000000..98dcea8 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/spanish.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/swedish.png b/cpt-kuesel/_OverlayPacks/german_lozenges/swedish.png new file mode 100644 index 0000000..6ac29ef Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/swedish.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/telugu.png b/cpt-kuesel/_OverlayPacks/german_lozenges/telugu.png new file mode 100644 index 0000000..7cc97e7 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/telugu.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/thai.png b/cpt-kuesel/_OverlayPacks/german_lozenges/thai.png new file mode 100644 index 0000000..8fba77b Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/thai.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/turkish.png b/cpt-kuesel/_OverlayPacks/german_lozenges/turkish.png new file mode 100644 index 0000000..a7eacf8 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/turkish.png differ diff --git a/cpt-kuesel/_OverlayPacks/german_lozenges/ukrainian.png b/cpt-kuesel/_OverlayPacks/german_lozenges/ukrainian.png new file mode 100644 index 0000000..0e641a9 Binary files /dev/null and b/cpt-kuesel/_OverlayPacks/german_lozenges/ukrainian.png differ diff --git a/cpt-kuesel/__OverlayCreation/ISO_639-2_lozenges.txt b/cpt-kuesel/__OverlayCreation/ISO_639-2_lozenges.txt new file mode 100644 index 0000000..8659e0e --- /dev/null +++ b/cpt-kuesel/__OverlayCreation/ISO_639-2_lozenges.txt @@ -0,0 +1,25 @@ +name,language,flag,bg_2,bg_3,bg_4,bg_5,bg_6,bg_7,bg_8,bg_9,bg_10,bg_11,bg_12,bg_13,bg_14 +chinese,ZH,flags/chinese.png,true,false,false,false,false,false,false,false,false,false,false,false,false +czech,CS,flags/czech.png,true,false,false,false,false,false,false,false,false,false,false,false,false +danish,DA,flags/danish.png,true,false,false,false,false,false,false,false,false,false,false,false,false +dutch,NL,flags/dutch.png,true,false,false,false,false,false,false,false,false,false,false,false,false +english,EN,flags/english.png,true,false,false,false,false,false,false,false,false,false,false,false,false +french,FR,flags/french.png,true,false,false,false,false,false,false,false,false,false,false,false,false +german,DE,flags/german.png,true,false,false,false,false,false,false,false,false,false,false,false,false +hungarian,HU,flags/hungarian.png,true,false,false,false,false,false,false,false,false,false,false,false,false +icelandic,IS,flags/icelandic.png,true,false,false,false,false,false,false,false,false,false,false,false,false +hindi,HI,flags/indian.png,true,false,false,false,false,false,false,false,false,false,false,false,false +telugu,TE,flags/indian.png,true,false,false,false,false,false,false,false,false,false,false,false,false +farsi,FA,flags/iranian.png,true,false,false,false,false,false,false,false,false,false,false,false,false +italian,IT,flags/italian.png,true,false,false,false,false,false,false,false,false,false,false,false,false +japanese,JA,flags/japanese.png,true,false,false,false,false,false,false,false,false,false,false,false,false +korean,KO,flags/korean.png,true,false,false,false,false,false,false,false,false,false,false,false,false +norwegian,NO,flags/norwegian.png,true,false,false,false,false,false,false,false,false,false,false,false,false +polish,PL,flags/polish.png,true,false,false,false,false,false,false,false,false,false,false,false,false +portuguese,PT,flags/portuguese.png,true,false,false,false,false,false,false,false,false,false,false,false,false +russian,RU,flags/russian.png,true,false,false,false,false,false,false,false,false,false,false,false,false +spanish,ES,flags/spanish.png,true,false,false,false,false,false,false,false,false,false,false,false,false +swedish,SV,flags/swedish.png,true,false,false,false,false,false,false,false,false,false,false,false,false +thai,TH,flags/thai.png,true,false,false,false,false,false,false,false,false,false,false,false,false +turkish,TR,flags/turkish.png,true,false,false,false,false,false,false,false,false,false,false,false,false +ukrainian,UK,flags/ukrainian.png,true,false,false,false,false,false,false,false,false,false,false,false,false \ No newline at end of file diff --git a/cpt-kuesel/__OverlayCreation/english_lozenges.txt b/cpt-kuesel/__OverlayCreation/english_lozenges.txt new file mode 100644 index 0000000..6445273 --- /dev/null +++ b/cpt-kuesel/__OverlayCreation/english_lozenges.txt @@ -0,0 +1,25 @@ +name,language,flag,bg_2,bg_3,bg_4,bg_5,bg_6,bg_7,bg_8,bg_9,bg_10,bg_11,bg_12,bg_13,bg_14 +chinese,CHINESE,flags/chinese.png,false,false,false,false,false,true,false,false,false,false,false,false,false +czech,CZECH,flags/czech.png,false,false,false,true,false,false,false,false,false,false,false,false,false +danish,DANISH,flags/danish.png,false,false,false,false,true,false,false,false,false,false,false,false,false +dutch,DUTCH,flags/dutch.png,false,false,false,true,false,false,false,false,false,false,false,false,false +english,ENGLISH,flags/english.png,false,false,false,false,false,true,false,false,false,false,false,false,false +french,FRENCH,flags/french.png,false,false,false,false,true,false,false,false,false,false,false,false,false +german,GERMAN,flags/german.png,false,false,false,false,true,false,false,false,false,false,false,false,false +hungarian,HUNGARIAN,flags/hungarian.png,false,false,false,false,false,false,false,true,false,false,false,false,false +icelandic,ICELANDIC,flags/icelandic.png,false,false,false,false,false,false,false,true,false,false,false,false,false +hindi,HINDI,flags/indian.png,false,false,false,true,false,false,false,false,false,false,false,false,false +telugu,TELUGU,flags/indian.png,false,false,false,false,true,false,false,false,false,false,false,false,false +farsi,FARSI,flags/iranian.png,false,false,false,true,false,false,false,false,false,false,false,false,false +italian,ITALIAN,flags/italian.png,false,false,false,false,false,true,false,false,false,false,false,false,false +japanese,JAPANESE,flags/japanese.png,false,false,false,false,false,false,true,false,false,false,false,false,false +korean,KOREAN,flags/korean.png,false,false,false,false,true,false,false,false,false,false,false,false,false +norwegian,NORWEGIAN,flags/norwegian.png,false,false,false,false,false,false,false,true,false,false,false,false,false +polish,POLISH,flags/polish.png,false,false,false,false,true,false,false,false,false,false,false,false,false +portuguese,PORTUGUESE,flags/portuguese.png,false,false,false,false,false,false,false,false,true,false,false,false,false +russian,RUSSIAN,flags/russian.png,false,false,false,false,false,true,false,false,false,false,false,false,false +spanish,SPANISH,flags/spanish.png,false,false,false,false,false,true,false,false,false,false,false,false,false +swedish,SWEDISH,flags/swedish.png,false,false,false,false,false,true,false,false,false,false,false,false,false +thai,THAI,flags/thai.png,false,false,true,false,false,false,false,false,false,false,false,false,false +turkish,TURKISH,flags/turkish.png,false,false,false,false,false,true,false,false,false,false,false,false,false +ukrainian,UKRAINIAN,flags/ukrainian.png,false,false,false,false,false,false,false,true,false,false,false,false,false \ No newline at end of file diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/chinese.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/chinese.png new file mode 100644 index 0000000..4a330c8 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/chinese.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/czech.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/czech.png new file mode 100644 index 0000000..ab72e54 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/czech.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/danish.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/danish.png new file mode 100644 index 0000000..144192a Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/danish.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/dutch.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/dutch.png new file mode 100644 index 0000000..5b7d58d Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/dutch.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/english.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/english.png new file mode 100644 index 0000000..0be4d04 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/english.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/farsi.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/farsi.png new file mode 100644 index 0000000..37e8c27 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/farsi.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/french.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/french.png new file mode 100644 index 0000000..eb3bbfd Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/french.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/german.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/german.png new file mode 100644 index 0000000..89ac14e Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/german.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/hindi.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/hindi.png new file mode 100644 index 0000000..9e83848 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/hindi.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/hungarian.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/hungarian.png new file mode 100644 index 0000000..57a9a8c Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/hungarian.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/icelandic.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/icelandic.png new file mode 100644 index 0000000..77b62c0 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/icelandic.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/italian.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/italian.png new file mode 100644 index 0000000..2600eca Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/italian.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/japanese.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/japanese.png new file mode 100644 index 0000000..75dd7a4 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/japanese.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/korean.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/korean.png new file mode 100644 index 0000000..996ecb0 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/korean.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/norwegian.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/norwegian.png new file mode 100644 index 0000000..0f820bf Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/norwegian.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/polish.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/polish.png new file mode 100644 index 0000000..380e615 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/polish.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/portuguese.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/portuguese.png new file mode 100644 index 0000000..c2b7df7 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/portuguese.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/russian.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/russian.png new file mode 100644 index 0000000..e3ad32f Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/russian.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/spanish.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/spanish.png new file mode 100644 index 0000000..6b89fcc Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/spanish.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/swedish.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/swedish.png new file mode 100644 index 0000000..5490139 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/swedish.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/telugu.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/telugu.png new file mode 100644 index 0000000..f1d3f31 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/telugu.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/thai.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/thai.png new file mode 100644 index 0000000..635992d Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/thai.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/turkish.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/turkish.png new file mode 100644 index 0000000..d5c21b5 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/turkish.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/ukrainian.png b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/ukrainian.png new file mode 100644 index 0000000..a98f3d8 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/export/ISO_639-2_lozenges/ukrainian.png differ diff --git a/cpt-kuesel/__OverlayCreation/export/_convert_psd_to_png.bat b/cpt-kuesel/__OverlayCreation/export/_convert_psd_to_png.bat new file mode 100644 index 0000000..482fecf --- /dev/null +++ b/cpt-kuesel/__OverlayCreation/export/_convert_psd_to_png.bat @@ -0,0 +1,6 @@ +echo convert psd to png +magick.exe mogrify -format png *.psd[0] +echo delete psd +del "*.psd" +echo done +pause \ No newline at end of file diff --git a/cpt-kuesel/__OverlayCreation/flags/chinese.png b/cpt-kuesel/__OverlayCreation/flags/chinese.png new file mode 100644 index 0000000..2d44c39 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/chinese.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/czech.png b/cpt-kuesel/__OverlayCreation/flags/czech.png new file mode 100644 index 0000000..6f76bfe Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/czech.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/danish.png b/cpt-kuesel/__OverlayCreation/flags/danish.png new file mode 100644 index 0000000..8ebd88f Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/danish.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/dutch.png b/cpt-kuesel/__OverlayCreation/flags/dutch.png new file mode 100644 index 0000000..bafed87 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/dutch.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/english.png b/cpt-kuesel/__OverlayCreation/flags/english.png new file mode 100644 index 0000000..9ab58e1 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/english.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/french.png b/cpt-kuesel/__OverlayCreation/flags/french.png new file mode 100644 index 0000000..d958b05 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/french.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/german.png b/cpt-kuesel/__OverlayCreation/flags/german.png new file mode 100644 index 0000000..ac2546a Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/german.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/hungarian.png b/cpt-kuesel/__OverlayCreation/flags/hungarian.png new file mode 100644 index 0000000..ca03542 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/hungarian.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/icelandic.png b/cpt-kuesel/__OverlayCreation/flags/icelandic.png new file mode 100644 index 0000000..8cfc7d8 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/icelandic.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/indian.png b/cpt-kuesel/__OverlayCreation/flags/indian.png new file mode 100644 index 0000000..ef3887f Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/indian.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/iranian.png b/cpt-kuesel/__OverlayCreation/flags/iranian.png new file mode 100644 index 0000000..55a6d44 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/iranian.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/italian.png b/cpt-kuesel/__OverlayCreation/flags/italian.png new file mode 100644 index 0000000..df352dd Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/italian.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/japanese.png b/cpt-kuesel/__OverlayCreation/flags/japanese.png new file mode 100644 index 0000000..148a73c Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/japanese.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/korean.png b/cpt-kuesel/__OverlayCreation/flags/korean.png new file mode 100644 index 0000000..da96eb9 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/korean.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/norwegian.png b/cpt-kuesel/__OverlayCreation/flags/norwegian.png new file mode 100644 index 0000000..b974868 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/norwegian.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/polish.png b/cpt-kuesel/__OverlayCreation/flags/polish.png new file mode 100644 index 0000000..7218dc7 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/polish.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/portuguese.png b/cpt-kuesel/__OverlayCreation/flags/portuguese.png new file mode 100644 index 0000000..bd3b39d Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/portuguese.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/russian.png b/cpt-kuesel/__OverlayCreation/flags/russian.png new file mode 100644 index 0000000..7c8e8a4 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/russian.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/spanish.png b/cpt-kuesel/__OverlayCreation/flags/spanish.png new file mode 100644 index 0000000..c02c0ba Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/spanish.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/swedish.png b/cpt-kuesel/__OverlayCreation/flags/swedish.png new file mode 100644 index 0000000..21c9c3b Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/swedish.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/thai.png b/cpt-kuesel/__OverlayCreation/flags/thai.png new file mode 100644 index 0000000..537873b Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/thai.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/turkish.png b/cpt-kuesel/__OverlayCreation/flags/turkish.png new file mode 100644 index 0000000..d29ac4a Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/turkish.png differ diff --git a/cpt-kuesel/__OverlayCreation/flags/ukrainian.png b/cpt-kuesel/__OverlayCreation/flags/ukrainian.png new file mode 100644 index 0000000..8db1d08 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/flags/ukrainian.png differ diff --git a/cpt-kuesel/__OverlayCreation/german_lozenges.txt b/cpt-kuesel/__OverlayCreation/german_lozenges.txt new file mode 100644 index 0000000..87b8b2e --- /dev/null +++ b/cpt-kuesel/__OverlayCreation/german_lozenges.txt @@ -0,0 +1,25 @@ +name,language,flag,bg_2,bg_3,bg_4,bg_5,bg_6,bg_7,bg_8,bg_9,bg_10,bg_11,bg_12,bg_13,bg_14 +chinese,CHINESISCH,flags/chinese.png,false,false,false,false,false,false,false,false,true,false,false,false,false +czech,TSCHECHISCH,flags/czech.png,false,false,false,false,false,false,false,false,false,true,false,false,false +danish,DNISCH,flags/danish.png,false,false,false,false,false,true,false,false,false,false,false,false,false +dutch,NIEDERLNDISCH,flags/dutch.png,false,false,false,false,false,false,false,false,false,false,false,false,true +english,ENGLISCH,flags/english.png,false,false,false,false,false,false,true,false,false,false,false,false,false +french,FRANZSISCH,flags/french.png,false,false,false,false,false,false,false,false,false,true,false,false,false +german,DEUTSCH,flags/german.png,false,false,false,false,false,true,false,false,false,false,false,false,false +hungarian,UNGARISCH,flags/hungarian.png,false,false,false,false,false,false,false,true,false,false,false,false,false +icelandic,ISLNDISCH,flags/icelandic.png,false,false,false,false,false,false,false,false,true,false,false,false,false +hindi,HINDI,flags/indian.png,false,false,false,true,false,false,false,false,false,false,false,false,false +telugu,TELUGU,flags/indian.png,false,false,false,false,true,false,false,false,false,false,false,false,false +farsi,FARSI,flags/iranian.png,false,false,false,true,false,false,false,false,false,false,false,false,false +italian,ITALINISCH,flags/italian.png,false,false,false,false,false,false,false,false,false,true,false,false,false +japanese,JAPANISCH,flags/japanese.png,false,false,false,false,false,false,false,true,false,false,false,false,false +korean,KOREANISCH,flags/korean.png,false,false,false,false,false,false,false,false,true,false,false,false,false +norwegian,NORWEGISCH,flags/norwegian.png,false,false,false,false,false,false,false,false,true,false,false,false,false +polish,POLNISCH,flags/polish.png,false,false,false,false,false,false,true,false,false,false,false,false,false +portuguese,PORTUGIESISCH,flags/portuguese.png,false,false,false,false,false,false,false,false,false,false,false,true,false +russian,RUSSISCH,flags/russian.png,false,false,false,false,false,false,true,false,false,false,false,false,false +spanish,SPANISCH,flags/spanish.png,false,false,false,false,false,false,true,false,false,false,false,false,false +swedish,SCHWEDISCH,flags/swedish.png,false,false,false,false,false,false,false,false,true,false,false,false,false +thai,THAI,flags/thai.png,false,false,true,false,false,false,false,false,false,false,false,false,false +turkish,TRKISCH,flags/turkish.png,false,false,false,false,false,false,true,false,false,false,false,false,false +ukrainian,UKRAINISCH,flags/ukrainian.png,false,false,false,false,false,false,false,false,true,false,false,false,false \ No newline at end of file diff --git a/cpt-kuesel/__OverlayCreation/logos/4k.png b/cpt-kuesel/__OverlayCreation/logos/4k.png new file mode 100644 index 0000000..7886735 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/logos/4k.png differ diff --git a/cpt-kuesel/__OverlayCreation/logos/hdr.png b/cpt-kuesel/__OverlayCreation/logos/hdr.png new file mode 100644 index 0000000..ae6d238 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/logos/hdr.png differ diff --git a/cpt-kuesel/__OverlayCreation/logos/none.png b/cpt-kuesel/__OverlayCreation/logos/none.png new file mode 100644 index 0000000..444928a Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/logos/none.png differ diff --git a/cpt-kuesel/__OverlayCreation/pmm_language_lozenges.psd b/cpt-kuesel/__OverlayCreation/pmm_language_lozenges.psd new file mode 100644 index 0000000..a188c19 Binary files /dev/null and b/cpt-kuesel/__OverlayCreation/pmm_language_lozenges.psd differ diff --git a/cpt-kuesel/config/config.yml b/cpt-kuesel/config/config.yml deleted file mode 100644 index 8663a52..0000000 --- a/cpt-kuesel/config/config.yml +++ /dev/null @@ -1,125 +0,0 @@ -libraries: - Filme: - metadata_path: - - metadata/movies/metadata.yml - - metadata/movies/overlays.yml - - metadata/movies/anime.yml - - metadata/movies/serien.yml - - metadata/movies/admin.yml - - metadata/movies/Filme.yml - - metadata/movies/People.yml - # - metadata/movies/Genres.yml - - metadata/movies/Countries.yml - - metadata/movies/Awards.yml - - metadata/movies/Decades.yml - - metadata/movies/Suggestions.yml - settings: - asset_directory: - - assets/movies/collections - - assets/movies/filme - - assets/movies/people - # - assets/movies/genres - - assets/movies/countries - - assets/movies/awards - - assets/movies/decades - - assets/movies/suggestions - operations: - split_duplicates: true - tmdb_collections: - remove_suffix: - - Filmreihe - - Collection - exclude_ids: - - 290973 - - 9485 - - 115575 - - 163902 - - 34055 - - 661025 - - 661026 - - 661028 - - 661029 - - 661031 - - 304 - - 87359 - - 2344 - - 608101 - - 115838 - - 386382 - - 809185 - - 135483 - - 1565 - - 115762 - - 785583 - - 91361 - - 645 - - 328 - - 1575 - - 528 - - 748 - - 535313 - template: - minimum_items: 2 - tmdb_collection_details: <<collection_id>> - sort_title: <<collection_name>> - Anime: - metadata_path: - - metadata/anime/metadata.yml - - metadata/anime/filme.yml - - metadata/anime/admin.yml - - metadata/anime/Anime.yml - settings: - asset_directory: - - assets/anime/collections - - assets/anime/anime - Serien: - metadata_path: - - metadata/shows/metadata.yml - - metadata/shows/overlays.yml - - metadata/shows/filme.yml - - metadata/shows/admin.yml - - metadata/shows/Serien.yml - settings: - asset_directory: - - assets/shows/collections - - assets/shows/serien -settings: - tvdb_language: default - cache: true - cache_expiration: 60 - run_again_delay: 2 - sync_mode: sync - show_unmanaged: true - show_filtered: false - show_missing: true - save_missing: false - asset_directory: assets - asset_depth: 0 - asset_folders: true - assets_for_all: true - create_asset_folders: false - show_missing_assets: true - show_missing_season_assets: true - minimum_items: 1 - missing_only_released: true - delete_below_minimum: true - only_filter_missing: false - delete_not_scheduled: false - ignore_ids: - ignore_imdb_ids: - dimensional_asset_rename: false - show_options: false - playlist_sync_to_user: all - download_url_assets: false - default_collection_order: - verify_ssl: true -plex: - url: <url> - token: <token> - timeout: 60 - clean_bundles: true - empty_trash: true - optimize: false -tmdb: - apikey: <apikey> - language: de diff --git a/cpt-kuesel/config/overlays/chinese/Thumbs.db b/cpt-kuesel/config/overlays/chinese/Thumbs.db deleted file mode 100644 index 681ed51..0000000 Binary files a/cpt-kuesel/config/overlays/chinese/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/chinese/overlay.png b/cpt-kuesel/config/overlays/chinese/overlay.png deleted file mode 100644 index 45eef62..0000000 Binary files a/cpt-kuesel/config/overlays/chinese/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/danish/Thumbs.db b/cpt-kuesel/config/overlays/danish/Thumbs.db deleted file mode 100644 index eae2d59..0000000 Binary files a/cpt-kuesel/config/overlays/danish/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/danish/overlay.png b/cpt-kuesel/config/overlays/danish/overlay.png deleted file mode 100644 index eb49f04..0000000 Binary files a/cpt-kuesel/config/overlays/danish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_chinese_french/Thumbs.db b/cpt-kuesel/config/overlays/dl_chinese_french/Thumbs.db deleted file mode 100644 index bc91422..0000000 Binary files a/cpt-kuesel/config/overlays/dl_chinese_french/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_chinese_french/overlay.png b/cpt-kuesel/config/overlays/dl_chinese_french/overlay.png deleted file mode 100644 index 5081538..0000000 Binary files a/cpt-kuesel/config/overlays/dl_chinese_french/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_chinese/Thumbs.db b/cpt-kuesel/config/overlays/dl_english_chinese/Thumbs.db deleted file mode 100644 index d5a4aa0..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_chinese/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_chinese/overlay.png b/cpt-kuesel/config/overlays/dl_english_chinese/overlay.png deleted file mode 100644 index c6c6fc7..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_chinese/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_danish/Thumbs.db b/cpt-kuesel/config/overlays/dl_english_danish/Thumbs.db deleted file mode 100644 index 2b89928..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_danish/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_danish/overlay.png b/cpt-kuesel/config/overlays/dl_english_danish/overlay.png deleted file mode 100644 index 2625720..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_danish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_dutch/Thumbs.db b/cpt-kuesel/config/overlays/dl_english_dutch/Thumbs.db deleted file mode 100644 index b2ca050..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_dutch/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_dutch/overlay.png b/cpt-kuesel/config/overlays/dl_english_dutch/overlay.png deleted file mode 100644 index 5d7e1b6..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_dutch/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_french/Thumbs.db b/cpt-kuesel/config/overlays/dl_english_french/Thumbs.db deleted file mode 100644 index df55105..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_french/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_french/overlay.png b/cpt-kuesel/config/overlays/dl_english_french/overlay.png deleted file mode 100644 index 420bd39..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_french/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_indian_hindi/Thumbs.db b/cpt-kuesel/config/overlays/dl_english_indian_hindi/Thumbs.db deleted file mode 100644 index 044e3df..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_indian_hindi/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_indian_hindi/overlay.png b/cpt-kuesel/config/overlays/dl_english_indian_hindi/overlay.png deleted file mode 100644 index d2a7f74..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_indian_hindi/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_indian_telugu/Thumbs.db b/cpt-kuesel/config/overlays/dl_english_indian_telugu/Thumbs.db deleted file mode 100644 index f43bd39..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_indian_telugu/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_indian_telugu/overlay.png b/cpt-kuesel/config/overlays/dl_english_indian_telugu/overlay.png deleted file mode 100644 index d2a7f74..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_indian_telugu/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_iranian_farsi/Thumbs.db b/cpt-kuesel/config/overlays/dl_english_iranian_farsi/Thumbs.db deleted file mode 100644 index ae88328..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_iranian_farsi/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_iranian_farsi/overlay.png b/cpt-kuesel/config/overlays/dl_english_iranian_farsi/overlay.png deleted file mode 100644 index 7f667e7..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_iranian_farsi/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_italian/Thumbs.db b/cpt-kuesel/config/overlays/dl_english_italian/Thumbs.db deleted file mode 100644 index 5fcd7a7..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_italian/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_italian/overlay.png b/cpt-kuesel/config/overlays/dl_english_italian/overlay.png deleted file mode 100644 index f798796..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_italian/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_japanese/Thumbs.db b/cpt-kuesel/config/overlays/dl_english_japanese/Thumbs.db deleted file mode 100644 index 18fe6f3..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_japanese/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_japanese/overlay.png b/cpt-kuesel/config/overlays/dl_english_japanese/overlay.png deleted file mode 100644 index 79c1983..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_japanese/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_korean/Thumbs.db b/cpt-kuesel/config/overlays/dl_english_korean/Thumbs.db deleted file mode 100644 index 9565484..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_korean/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_korean/overlay.png b/cpt-kuesel/config/overlays/dl_english_korean/overlay.png deleted file mode 100644 index 371a000..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_korean/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_russian/Thumbs.db b/cpt-kuesel/config/overlays/dl_english_russian/Thumbs.db deleted file mode 100644 index 0c854bb..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_russian/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_russian/overlay.png b/cpt-kuesel/config/overlays/dl_english_russian/overlay.png deleted file mode 100644 index 3e0ab8f..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_russian/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_spanish/Thumbs.db b/cpt-kuesel/config/overlays/dl_english_spanish/Thumbs.db deleted file mode 100644 index 91e4d15..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_spanish/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_spanish/overlay.png b/cpt-kuesel/config/overlays/dl_english_spanish/overlay.png deleted file mode 100644 index 0b2ab71..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_spanish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_swedish/Thumbs.db b/cpt-kuesel/config/overlays/dl_english_swedish/Thumbs.db deleted file mode 100644 index b9fe8ee..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_swedish/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_swedish/overlay.png b/cpt-kuesel/config/overlays/dl_english_swedish/overlay.png deleted file mode 100644 index a84bcf3..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_swedish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_thai/Thumbs.db b/cpt-kuesel/config/overlays/dl_english_thai/Thumbs.db deleted file mode 100644 index e2bcb5a..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_thai/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_english_thai/overlay.png b/cpt-kuesel/config/overlays/dl_english_thai/overlay.png deleted file mode 100644 index ad34931..0000000 Binary files a/cpt-kuesel/config/overlays/dl_english_thai/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_french_danish/Thumbs.db b/cpt-kuesel/config/overlays/dl_french_danish/Thumbs.db deleted file mode 100644 index 526b346..0000000 Binary files a/cpt-kuesel/config/overlays/dl_french_danish/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_french_danish/overlay.png b/cpt-kuesel/config/overlays/dl_french_danish/overlay.png deleted file mode 100644 index 2256bc6..0000000 Binary files a/cpt-kuesel/config/overlays/dl_french_danish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_chinese/Thumbs.db b/cpt-kuesel/config/overlays/dl_german_chinese/Thumbs.db deleted file mode 100644 index fd1ee59..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_chinese/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_chinese/overlay.png b/cpt-kuesel/config/overlays/dl_german_chinese/overlay.png deleted file mode 100644 index 960ff08..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_chinese/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_danish/Thumbs.db b/cpt-kuesel/config/overlays/dl_german_danish/Thumbs.db deleted file mode 100644 index ec67dff..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_danish/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_danish/overlay.png b/cpt-kuesel/config/overlays/dl_german_danish/overlay.png deleted file mode 100644 index 4e0a31a..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_danish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_dutch/Thumbs.db b/cpt-kuesel/config/overlays/dl_german_dutch/Thumbs.db deleted file mode 100644 index 860352b..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_dutch/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_dutch/overlay.png b/cpt-kuesel/config/overlays/dl_german_dutch/overlay.png deleted file mode 100644 index 6d75ac7..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_dutch/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_english/Thumbs.db b/cpt-kuesel/config/overlays/dl_german_english/Thumbs.db deleted file mode 100644 index 4241ea1..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_english/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_english/overlay.png b/cpt-kuesel/config/overlays/dl_german_english/overlay.png deleted file mode 100644 index 0bf702e..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_english/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_french/Thumbs.db b/cpt-kuesel/config/overlays/dl_german_french/Thumbs.db deleted file mode 100644 index 1f8b011..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_french/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_french/overlay.png b/cpt-kuesel/config/overlays/dl_german_french/overlay.png deleted file mode 100644 index b576cdd..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_french/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_indian_hindi/Thumbs.db b/cpt-kuesel/config/overlays/dl_german_indian_hindi/Thumbs.db deleted file mode 100644 index f6ae3fe..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_indian_hindi/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_indian_hindi/overlay.png b/cpt-kuesel/config/overlays/dl_german_indian_hindi/overlay.png deleted file mode 100644 index 1548716..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_indian_hindi/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_indian_telugu/Thumbs.db b/cpt-kuesel/config/overlays/dl_german_indian_telugu/Thumbs.db deleted file mode 100644 index 519b2e5..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_indian_telugu/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_indian_telugu/overlay.png b/cpt-kuesel/config/overlays/dl_german_indian_telugu/overlay.png deleted file mode 100644 index 1548716..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_indian_telugu/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_iranian_farsi/Thumbs.db b/cpt-kuesel/config/overlays/dl_german_iranian_farsi/Thumbs.db deleted file mode 100644 index 87eb1fe..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_iranian_farsi/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_iranian_farsi/overlay.png b/cpt-kuesel/config/overlays/dl_german_iranian_farsi/overlay.png deleted file mode 100644 index 6bec6d0..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_iranian_farsi/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_italian/Thumbs.db b/cpt-kuesel/config/overlays/dl_german_italian/Thumbs.db deleted file mode 100644 index 093ad50..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_italian/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_italian/overlay.png b/cpt-kuesel/config/overlays/dl_german_italian/overlay.png deleted file mode 100644 index 3300591..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_italian/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_japanese/Thumbs.db b/cpt-kuesel/config/overlays/dl_german_japanese/Thumbs.db deleted file mode 100644 index 20e3bc4..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_japanese/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_japanese/overlay.png b/cpt-kuesel/config/overlays/dl_german_japanese/overlay.png deleted file mode 100644 index f67303c..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_japanese/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_korean/Thumbs.db b/cpt-kuesel/config/overlays/dl_german_korean/Thumbs.db deleted file mode 100644 index b281aa5..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_korean/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_korean/overlay.png b/cpt-kuesel/config/overlays/dl_german_korean/overlay.png deleted file mode 100644 index f26e0c3..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_korean/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_russian/Thumbs.db b/cpt-kuesel/config/overlays/dl_german_russian/Thumbs.db deleted file mode 100644 index b1a65b4..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_russian/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_russian/overlay.png b/cpt-kuesel/config/overlays/dl_german_russian/overlay.png deleted file mode 100644 index 8628d6a..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_russian/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_spanish/Thumbs.db b/cpt-kuesel/config/overlays/dl_german_spanish/Thumbs.db deleted file mode 100644 index 1bd11a6..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_spanish/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_spanish/overlay.png b/cpt-kuesel/config/overlays/dl_german_spanish/overlay.png deleted file mode 100644 index 0aabe72..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_spanish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_swedish/Thumbs.db b/cpt-kuesel/config/overlays/dl_german_swedish/Thumbs.db deleted file mode 100644 index a4e572e..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_swedish/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_swedish/overlay.png b/cpt-kuesel/config/overlays/dl_german_swedish/overlay.png deleted file mode 100644 index ce28931..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_swedish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_thai/Thumbs.db b/cpt-kuesel/config/overlays/dl_german_thai/Thumbs.db deleted file mode 100644 index f10b8c9..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_thai/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_german_thai/overlay.png b/cpt-kuesel/config/overlays/dl_german_thai/overlay.png deleted file mode 100644 index e123a81..0000000 Binary files a/cpt-kuesel/config/overlays/dl_german_thai/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_italian_thai/Thumbs.db b/cpt-kuesel/config/overlays/dl_italian_thai/Thumbs.db deleted file mode 100644 index e1d8d57..0000000 Binary files a/cpt-kuesel/config/overlays/dl_italian_thai/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_italian_thai/overlay.png b/cpt-kuesel/config/overlays/dl_italian_thai/overlay.png deleted file mode 100644 index 75d62f6..0000000 Binary files a/cpt-kuesel/config/overlays/dl_italian_thai/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_japanese_chinese/Thumbs.db b/cpt-kuesel/config/overlays/dl_japanese_chinese/Thumbs.db deleted file mode 100644 index dbc5871..0000000 Binary files a/cpt-kuesel/config/overlays/dl_japanese_chinese/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_japanese_chinese/overlay.png b/cpt-kuesel/config/overlays/dl_japanese_chinese/overlay.png deleted file mode 100644 index 755b53f..0000000 Binary files a/cpt-kuesel/config/overlays/dl_japanese_chinese/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_korean_french/Thumbs.db b/cpt-kuesel/config/overlays/dl_korean_french/Thumbs.db deleted file mode 100644 index d3d281f..0000000 Binary files a/cpt-kuesel/config/overlays/dl_korean_french/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dl_korean_french/overlay.png b/cpt-kuesel/config/overlays/dl_korean_french/overlay.png deleted file mode 100644 index 4dc6427..0000000 Binary files a/cpt-kuesel/config/overlays/dl_korean_french/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dutch/Thumbs.db b/cpt-kuesel/config/overlays/dutch/Thumbs.db deleted file mode 100644 index 3d12297..0000000 Binary files a/cpt-kuesel/config/overlays/dutch/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/dutch/overlay.png b/cpt-kuesel/config/overlays/dutch/overlay.png deleted file mode 100644 index c8f5c4c..0000000 Binary files a/cpt-kuesel/config/overlays/dutch/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/english/Thumbs.db b/cpt-kuesel/config/overlays/english/Thumbs.db deleted file mode 100644 index 4445331..0000000 Binary files a/cpt-kuesel/config/overlays/english/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/english/overlay.png b/cpt-kuesel/config/overlays/english/overlay.png deleted file mode 100644 index 47a1d63..0000000 Binary files a/cpt-kuesel/config/overlays/english/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/french/Thumbs.db b/cpt-kuesel/config/overlays/french/Thumbs.db deleted file mode 100644 index 294f685..0000000 Binary files a/cpt-kuesel/config/overlays/french/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/french/overlay.png b/cpt-kuesel/config/overlays/french/overlay.png deleted file mode 100644 index dbb5883..0000000 Binary files a/cpt-kuesel/config/overlays/french/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/german/Thumbs.db b/cpt-kuesel/config/overlays/german/Thumbs.db deleted file mode 100644 index 5003787..0000000 Binary files a/cpt-kuesel/config/overlays/german/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/german/overlay.png b/cpt-kuesel/config/overlays/german/overlay.png deleted file mode 100644 index 7fbf2b2..0000000 Binary files a/cpt-kuesel/config/overlays/german/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/indian_hindi/Thumbs.db b/cpt-kuesel/config/overlays/indian_hindi/Thumbs.db deleted file mode 100644 index 91db317..0000000 Binary files a/cpt-kuesel/config/overlays/indian_hindi/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/indian_hindi/overlay.png b/cpt-kuesel/config/overlays/indian_hindi/overlay.png deleted file mode 100644 index ff4f8c1..0000000 Binary files a/cpt-kuesel/config/overlays/indian_hindi/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/indian_telugu/Thumbs.db b/cpt-kuesel/config/overlays/indian_telugu/Thumbs.db deleted file mode 100644 index 783c95c..0000000 Binary files a/cpt-kuesel/config/overlays/indian_telugu/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/indian_telugu/overlay.png b/cpt-kuesel/config/overlays/indian_telugu/overlay.png deleted file mode 100644 index ff4f8c1..0000000 Binary files a/cpt-kuesel/config/overlays/indian_telugu/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/iranian_farsi/Thumbs.db b/cpt-kuesel/config/overlays/iranian_farsi/Thumbs.db deleted file mode 100644 index 93b028f..0000000 Binary files a/cpt-kuesel/config/overlays/iranian_farsi/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/iranian_farsi/overlay.png b/cpt-kuesel/config/overlays/iranian_farsi/overlay.png deleted file mode 100644 index 4a6c088..0000000 Binary files a/cpt-kuesel/config/overlays/iranian_farsi/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/italian/Thumbs.db b/cpt-kuesel/config/overlays/italian/Thumbs.db deleted file mode 100644 index 6a1b703..0000000 Binary files a/cpt-kuesel/config/overlays/italian/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/italian/overlay.png b/cpt-kuesel/config/overlays/italian/overlay.png deleted file mode 100644 index 5204cd9..0000000 Binary files a/cpt-kuesel/config/overlays/italian/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/japanese/Thumbs.db b/cpt-kuesel/config/overlays/japanese/Thumbs.db deleted file mode 100644 index 442b38c..0000000 Binary files a/cpt-kuesel/config/overlays/japanese/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/japanese/overlay.png b/cpt-kuesel/config/overlays/japanese/overlay.png deleted file mode 100644 index 011fbfa..0000000 Binary files a/cpt-kuesel/config/overlays/japanese/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/korean/Thumbs.db b/cpt-kuesel/config/overlays/korean/Thumbs.db deleted file mode 100644 index 89eae3c..0000000 Binary files a/cpt-kuesel/config/overlays/korean/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/korean/overlay.png b/cpt-kuesel/config/overlays/korean/overlay.png deleted file mode 100644 index 1a0e086..0000000 Binary files a/cpt-kuesel/config/overlays/korean/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/russian/Thumbs.db b/cpt-kuesel/config/overlays/russian/Thumbs.db deleted file mode 100644 index 409724b..0000000 Binary files a/cpt-kuesel/config/overlays/russian/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/russian/overlay.png b/cpt-kuesel/config/overlays/russian/overlay.png deleted file mode 100644 index 69296c6..0000000 Binary files a/cpt-kuesel/config/overlays/russian/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/spanish/Thumbs.db b/cpt-kuesel/config/overlays/spanish/Thumbs.db deleted file mode 100644 index edb51d2..0000000 Binary files a/cpt-kuesel/config/overlays/spanish/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/spanish/overlay.png b/cpt-kuesel/config/overlays/spanish/overlay.png deleted file mode 100644 index a56a6c0..0000000 Binary files a/cpt-kuesel/config/overlays/spanish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/swedish/Thumbs.db b/cpt-kuesel/config/overlays/swedish/Thumbs.db deleted file mode 100644 index ebad006..0000000 Binary files a/cpt-kuesel/config/overlays/swedish/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/swedish/overlay.png b/cpt-kuesel/config/overlays/swedish/overlay.png deleted file mode 100644 index 994b61f..0000000 Binary files a/cpt-kuesel/config/overlays/swedish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config/overlays/thai/Thumbs.db b/cpt-kuesel/config/overlays/thai/Thumbs.db deleted file mode 100644 index b3ca5a1..0000000 Binary files a/cpt-kuesel/config/overlays/thai/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config/overlays/thai/overlay.png b/cpt-kuesel/config/overlays/thai/overlay.png deleted file mode 100644 index f666fb0..0000000 Binary files a/cpt-kuesel/config/overlays/thai/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config4k/config.yml b/cpt-kuesel/config4k/config.yml deleted file mode 100644 index ff61546..0000000 --- a/cpt-kuesel/config4k/config.yml +++ /dev/null @@ -1,62 +0,0 @@ -libraries: - Movies: - metadata_path: - - metadata/movies/metadata.yml - - metadata/movies/admin.yml - - metadata/movies/overlays4k.yml - - metadata/movies/Movies.yml - settings: - asset_directory: - - assets/movies/collections - - assets/movies/filme - operations: - tmdb_collections: - remove_suffix: - - Filmreihe - - Collection - exclude_ids: - - 304 - template: - minimum_items: 2 - tmdb_collection_details: <<collection_id>> - sort_title: <<collection_name>> -settings: - tvdb_language: default - cache: true - cache_expiration: 60 - run_again_delay: 2 - sync_mode: sync - show_unmanaged: true - show_filtered: false - show_missing: true - save_missing: false - asset_directory: assets - asset_depth: 0 - asset_folders: true - assets_for_all: true - create_asset_folders: false - show_missing_assets: true - show_missing_season_assets: true - missing_only_released: true - delete_below_minimum: true - minimum_items: 1 - only_filter_missing: false - delete_not_scheduled: false - ignore_ids: - ignore_imdb_ids: - show_options: false - dimensional_asset_rename: false - playlist_sync_to_user: all - default_collection_order: - download_url_assets: false - verify_ssl: true -plex: - url: <url> - token: <token> - timeout: 60 - clean_bundles: true - empty_trash: true - optimize: false -tmdb: - apikey: <apikey> - language: de diff --git a/cpt-kuesel/config4k/overlays/dl_german_english/Thumbs.db b/cpt-kuesel/config4k/overlays/dl_german_english/Thumbs.db deleted file mode 100644 index 4241ea1..0000000 Binary files a/cpt-kuesel/config4k/overlays/dl_german_english/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/dl_german_english/overlay.png b/cpt-kuesel/config4k/overlays/dl_german_english/overlay.png deleted file mode 100644 index 0bf702e..0000000 Binary files a/cpt-kuesel/config4k/overlays/dl_german_english/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/dl_german_english_4k/Thumbs.db b/cpt-kuesel/config4k/overlays/dl_german_english_4k/Thumbs.db deleted file mode 100644 index 9f2786d..0000000 Binary files a/cpt-kuesel/config4k/overlays/dl_german_english_4k/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/dl_german_english_4k/overlay.png b/cpt-kuesel/config4k/overlays/dl_german_english_4k/overlay.png deleted file mode 100644 index ed5f768..0000000 Binary files a/cpt-kuesel/config4k/overlays/dl_german_english_4k/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/dl_german_english_4k_hdr/Thumbs.db b/cpt-kuesel/config4k/overlays/dl_german_english_4k_hdr/Thumbs.db deleted file mode 100644 index 709b6a7..0000000 Binary files a/cpt-kuesel/config4k/overlays/dl_german_english_4k_hdr/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/dl_german_english_4k_hdr/overlay.png b/cpt-kuesel/config4k/overlays/dl_german_english_4k_hdr/overlay.png deleted file mode 100644 index 574aa4d..0000000 Binary files a/cpt-kuesel/config4k/overlays/dl_german_english_4k_hdr/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/dl_german_english_hdr/Thumbs.db b/cpt-kuesel/config4k/overlays/dl_german_english_hdr/Thumbs.db deleted file mode 100644 index 3c8d3e2..0000000 Binary files a/cpt-kuesel/config4k/overlays/dl_german_english_hdr/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/dl_german_english_hdr/overlay.png b/cpt-kuesel/config4k/overlays/dl_german_english_hdr/overlay.png deleted file mode 100644 index e152d93..0000000 Binary files a/cpt-kuesel/config4k/overlays/dl_german_english_hdr/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/english/Thumbs.db b/cpt-kuesel/config4k/overlays/english/Thumbs.db deleted file mode 100644 index 4445331..0000000 Binary files a/cpt-kuesel/config4k/overlays/english/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/english/overlay.png b/cpt-kuesel/config4k/overlays/english/overlay.png deleted file mode 100644 index 47a1d63..0000000 Binary files a/cpt-kuesel/config4k/overlays/english/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/english_4k/Thumbs.db b/cpt-kuesel/config4k/overlays/english_4k/Thumbs.db deleted file mode 100644 index 4ed242b..0000000 Binary files a/cpt-kuesel/config4k/overlays/english_4k/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/english_4k/overlay.png b/cpt-kuesel/config4k/overlays/english_4k/overlay.png deleted file mode 100644 index 1c79ff8..0000000 Binary files a/cpt-kuesel/config4k/overlays/english_4k/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/english_4k_hdr/Thumbs.db b/cpt-kuesel/config4k/overlays/english_4k_hdr/Thumbs.db deleted file mode 100644 index 136dee9..0000000 Binary files a/cpt-kuesel/config4k/overlays/english_4k_hdr/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/english_4k_hdr/overlay.png b/cpt-kuesel/config4k/overlays/english_4k_hdr/overlay.png deleted file mode 100644 index d8ec4c5..0000000 Binary files a/cpt-kuesel/config4k/overlays/english_4k_hdr/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/english_hdr/Thumbs.db b/cpt-kuesel/config4k/overlays/english_hdr/Thumbs.db deleted file mode 100644 index c28135a..0000000 Binary files a/cpt-kuesel/config4k/overlays/english_hdr/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/english_hdr/overlay.png b/cpt-kuesel/config4k/overlays/english_hdr/overlay.png deleted file mode 100644 index 30a27bd..0000000 Binary files a/cpt-kuesel/config4k/overlays/english_hdr/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/german/Thumbs.db b/cpt-kuesel/config4k/overlays/german/Thumbs.db deleted file mode 100644 index 5003787..0000000 Binary files a/cpt-kuesel/config4k/overlays/german/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/german/overlay.png b/cpt-kuesel/config4k/overlays/german/overlay.png deleted file mode 100644 index 7fbf2b2..0000000 Binary files a/cpt-kuesel/config4k/overlays/german/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/german_4k/Thumbs.db b/cpt-kuesel/config4k/overlays/german_4k/Thumbs.db deleted file mode 100644 index dfae853..0000000 Binary files a/cpt-kuesel/config4k/overlays/german_4k/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/german_4k/overlay.png b/cpt-kuesel/config4k/overlays/german_4k/overlay.png deleted file mode 100644 index 5682d77..0000000 Binary files a/cpt-kuesel/config4k/overlays/german_4k/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/german_4k_hdr/Thumbs.db b/cpt-kuesel/config4k/overlays/german_4k_hdr/Thumbs.db deleted file mode 100644 index 449b658..0000000 Binary files a/cpt-kuesel/config4k/overlays/german_4k_hdr/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/german_4k_hdr/overlay.png b/cpt-kuesel/config4k/overlays/german_4k_hdr/overlay.png deleted file mode 100644 index 13e3008..0000000 Binary files a/cpt-kuesel/config4k/overlays/german_4k_hdr/overlay.png and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/german_hdr/Thumbs.db b/cpt-kuesel/config4k/overlays/german_hdr/Thumbs.db deleted file mode 100644 index 7bba52a..0000000 Binary files a/cpt-kuesel/config4k/overlays/german_hdr/Thumbs.db and /dev/null differ diff --git a/cpt-kuesel/config4k/overlays/german_hdr/overlay.png b/cpt-kuesel/config4k/overlays/german_hdr/overlay.png deleted file mode 100644 index e78afac..0000000 Binary files a/cpt-kuesel/config4k/overlays/german_hdr/overlay.png and /dev/null differ diff --git a/cpt-kuesel/metadata/admin/_switches.yml b/cpt-kuesel/metadata/admin/_switches.yml new file mode 100644 index 0000000..85b998f --- /dev/null +++ b/cpt-kuesel/metadata/admin/_switches.yml @@ -0,0 +1,97 @@ +templates: + use_german: + default: + use_german: false + allowed_library_types: <<use_german>> + use_english: + default: + use_english: false + allowed_library_types: <<use_english>> + use_french: + default: + use_french: false + allowed_library_types: <<use_french>> + use_japanese: + default: + use_japanese: false + allowed_library_types: <<use_japanese>> + use_korean: + default: + use_korean: false + allowed_library_types: <<use_korean>> + use_chinese: + default: + use_chinese: false + allowed_library_types: <<use_chinese>> + use_danish: + default: + use_danish: false + allowed_library_types: <<use_danish>> + use_russian: + default: + use_russian: false + allowed_library_types: <<use_russian>> + use_spanish: + default: + use_spanish: false + allowed_library_types: <<use_spanish>> + use_italian: + default: + use_italian: false + allowed_library_types: <<use_italian>> + use_portuguese: + default: + use_portuguese: false + allowed_library_types: <<use_portuguese>> + use_hindi: + default: + use_hindi: false + allowed_library_types: <<use_hindi>> + use_telugu: + default: + use_telugu: false + allowed_library_types: <<use_telugu>> + use_farsi: + default: + use_farsi: false + allowed_library_types: <<use_farsi>> + use_thai: + default: + use_thai: false + allowed_library_types: <<use_thai>> + use_dutch: + default: + use_dutch: false + allowed_library_types: <<use_dutch>> + use_norwegian: + default: + use_norwegian: false + allowed_library_types: <<use_norwegian>> + use_icelandic: + default: + use_icelandic: false + allowed_library_types: <<use_icelandic>> + use_swedish: + default: + use_swedish: false + allowed_library_types: <<use_swedish>> + use_turkish: + default: + use_turkish: false + allowed_library_types: <<use_turkish>> + use_polish: + default: + use_polish: false + allowed_library_types: <<use_polish>> + use_czech: + default: + use_czech: false + allowed_library_types: <<use_czech>> + use_ukrainian: + default: + use_ukrainian: false + allowed_library_types: <<use_ukrainian>> + use_hungarian: + default: + use_hungarian: false + allowed_library_types: <<use_hungarian>> \ No newline at end of file diff --git a/cpt-kuesel/metadata/admin/_templates.yml b/cpt-kuesel/metadata/admin/_templates.yml new file mode 100644 index 0000000..2f2c080 --- /dev/null +++ b/cpt-kuesel/metadata/admin/_templates.yml @@ -0,0 +1,45 @@ +templates: + flag_overlay: + optional: + - overlay_level + builder_level: <<overlay_level>> + ignore_blank_results: true + plex_search: + all: + audio_language: <<language>> + overlay: + name: <<overlay>> + file: overlays/_flags/<<overlay>>.png + queue: flags + weight: <<weight>> + lbxd_list: + ignore_blank_results: true + optional: + - lbxd_order + - lbxd_smart + default: + lbxd_user: cpt_kuesel + lbxd_sort: <<collection_name>> + conditionals: + lbxd_url: + default: https://letterboxd.com/<<lbxd_user>>/list/<<lbxd_list>>/ + conditions: + - lbxd_list: watchlist + value: https://letterboxd.com/<<lbxd_user>>/<<lbxd_list>>/ + letterboxd_list: <<lbxd_url>> + collection_order: <<lbxd_order>> + smart_label: <<lbxd_smart>> + sort_title: <<lbxd_sort>> + tmdb_movie: + optional: + - tmdb_collection + - tmdb_movie + - tmdb_order + - tmdb_smart + default: + tmdb_sort: <<collection_name>> + tmdb_collection_details: <<tmdb_collection>> + tmdb_movie: <<tmdb_movie>> + collection_order: <<tmdb_order>> + smart_label: <<tmdb_smart>> + sort_title: <<tmdb_sort>> \ No newline at end of file diff --git a/cpt-kuesel/metadata/admin/core.yml b/cpt-kuesel/metadata/admin/core.yml new file mode 100644 index 0000000..e048dee --- /dev/null +++ b/cpt-kuesel/metadata/admin/core.yml @@ -0,0 +1,74 @@ +external_templates: + - file: metadata/admin/_templates +templates: + label_collector: + default: + label_collector: true + allowed_library_types: <<label_collector>> + german_metadata: + ignore_blank_results: true + default: + german_metadata: true + allowed_library_types: <<german_metadata>> + non_german_metadata: + ignore_blank_results: true + default: + non_german_metadata: true + allowed_library_types: <<non_german_metadata>> + local_only: + ignore_blank_results: true + default: + local_only: false + allowed_library_types: <<local_only>> +collections: + label_collector: + template: {name: label_collector} + blank_collection: true + collection_mode: hide + label: + - Admin + - German_metadata + - Non_german_metadata + remove_non_german_metadata: + template: {name: non_german_metadata} + build_collection: false + plex_search: + all: + audio_language: de + label: Non_german_metadata + item_label.remove: Non_german_metadata + remove_german_metadata: + template: {name: german_metadata} + build_collection: false + plex_search: + all: + audio_language.not: de + label: German_metadata + item_label.remove: German_metadata + german_metadata: + template: {name: german_metadata} + build_collection: false + plex_search: + all: + audio_language: de + label.not: German_metadata + item_metadata_language: de-DE + item_label: German_metadata + non_german_metadata: + template: {name: non_german_metadata} + build_collection: false + plex_search: + all: + audio_language.not: de + label.not: Non_german_metadata + item_metadata_language: en-US + item_label: Non_german_metadata + local_only: + template: + - name: local_only + plex_search: + any: + - resolution: 4k + - hdr: true + build_collection: false + item_label: Local_only diff --git a/cpt-kuesel/metadata/anime/Anime.yml b/cpt-kuesel/metadata/anime/Anime.yml deleted file mode 100644 index a6e5def..0000000 --- a/cpt-kuesel/metadata/anime/Anime.yml +++ /dev/null @@ -1,20 +0,0 @@ -# Prefixes for cpt-kuesels Anime Collections: -# +1_ = Genre - -# In this file: -# [ -# +2_ = Shows -# ] - -templates: - Show: - tvdb_show: <<show>> - sort_title: <<collection_name>> - -collections: - Dragonball: - template: {name: Show, show: 295068} - Naruto: - template: {name: Show, show: "78857, 79824, 321285"} - Avatar Universe: - template: {name: Show, show: "74852, 251085"} diff --git a/cpt-kuesel/metadata/anime/admin.yml b/cpt-kuesel/metadata/anime/admin.yml deleted file mode 100644 index 967cc33..0000000 --- a/cpt-kuesel/metadata/anime/admin.yml +++ /dev/null @@ -1,16 +0,0 @@ -templates: - Admin: - label: Admin - visible_home: true - sort_title: zzz_<<collection_name>> - -collections: - Tonspuren kontrollieren: - template: {name: Admin} - smart_filter: - type: episodes - all: - title.not: Avatar - audio_language.not: - - ja - validate: false \ No newline at end of file diff --git a/cpt-kuesel/metadata/anime/filme.yml b/cpt-kuesel/metadata/anime/filme.yml deleted file mode 100644 index bfab8cc..0000000 --- a/cpt-kuesel/metadata/anime/filme.yml +++ /dev/null @@ -1,18 +0,0 @@ -### Anime that have Movies will be put in a hidden collection -### in order to link them together in the Overview when you scroll down. - -templates: - Show: - tvdb_show: <<show>> - collection_mode: hide - sort_title: <<collection_name>> - -collections: - Blade Runner: - template: {name: Show, show: 356155} - Demon Slayer - Kimetsu no Yaiba: - template: {name: Show, show: 348545} - Gintama: - template: {name: Show, show: 79895} - K-Project: - template: {name: Show, show: 261249} \ No newline at end of file diff --git a/cpt-kuesel/metadata/anime/metadata.yml b/cpt-kuesel/metadata/anime/metadata.yml deleted file mode 100644 index b457a3a..0000000 --- a/cpt-kuesel/metadata/anime/metadata.yml +++ /dev/null @@ -1,17 +0,0 @@ -metadata: - "Avatar: The Legend of Korra": - alt_title: The Legend of Korra - Gintama: - seasons: - 0: - title: "The Semi-Final" - summary: Two special Episodes to watch before the 2021 movie "The Very Final". - episodes: - S00E18: - title: The Semi-Final - Don't Spread the Wrapping Cloth Without Thinking Ahead - summary: As the war temporarily calms down and Edo rebuilds, Gintoki finds Shinpachi—who is still unaware of his return—on a bridge. However, as a fight quickly breaks out between the Yorozuya and the Tenshouin Naraku, suspicion grows, forcing Gintoki to use what is nearest—a loincloth—to mask his identity. Saved for the time being, Gintoki enters the Yorozuya office, but unbeknownst to him, someone else is already waiting there... - S00E19: - title: The Semi-Final - Don't Make Up Your Mind Right Before The Important Decision - summary: Meanwhile, Kondou departs Earth to marry Princess Bubbles in an attempt to improve diplomatic relations. After boarding the Gorilla Amanto mother ship, he realizes that he doesn't speak their language. Confused, Kondou tries conversing with them, only to inadvertently gain their support. However, someone associated with the princess crashes the ongoing ceremony. Will the wedding continue, or has Kondou just been saved from becoming the next Gorilla Prince? - Kemono Jihen: - alt_title: Monster Incidents \ No newline at end of file diff --git a/cpt-kuesel/metadata/animes/metadata.yml b/cpt-kuesel/metadata/animes/metadata.yml new file mode 100644 index 0000000..0b66031 --- /dev/null +++ b/cpt-kuesel/metadata/animes/metadata.yml @@ -0,0 +1,31 @@ +metadata: + # <tvdb-id>: # <show_name> + # title: # override stupid translations of show names + # label: # <overlay_positions> + # seasons: + # <number>: + # title: # custom season name + # summary: # custom summary for season + # label: # <overlay_positions> + # episodes: + # <number>: + # title: # custom episode name + # summary: # custom summary for episode + # label: # <overlay_positions> + + 79895: # Gintama + seasons: + 0: + title: "The Semi-Final" + summary: Two special Episodes to watch before the 2021 movie "The Very Final". + episodes: + 18: + title: The Semi-Final - Don't Spread the Wrapping Cloth Without Thinking Ahead + summary: As the war temporarily calms down and Edo rebuilds, Gintoki finds Shinpachi—who is still unaware of his return—on a bridge. However, as a fight quickly breaks out between the Yorozuya and the Tenshouin Naraku, suspicion grows, forcing Gintoki to use what is nearest—a loincloth—to mask his identity. Saved for the time being, Gintoki enters the Yorozuya office, but unbeknownst to him, someone else is already waiting there... + 19: + title: The Semi-Final - Don't Make Up Your Mind Right Before The Important Decision + summary: Meanwhile, Kondou departs Earth to marry Princess Bubbles in an attempt to improve diplomatic relations. After boarding the Gorilla Amanto mother ship, he realizes that he doesn't speak their language. Confused, Kondou tries conversing with them, only to inadvertently gain their support. However, someone associated with the princess crashes the ongoing ceremony. Will the wedding continue, or has Kondou just been saved from becoming the next Gorilla Prince? + 251085: # "Avatar: The Legend of Korra" + title: "Avatar: The Legend of Korra" + 390382: # Kemono Jihen + title: Kemono Jihen \ No newline at end of file diff --git a/cpt-kuesel/metadata/movies/Awards.yml b/cpt-kuesel/metadata/movies/Awards.yml deleted file mode 100644 index 7638846..0000000 --- a/cpt-kuesel/metadata/movies/Awards.yml +++ /dev/null @@ -1,45 +0,0 @@ -# Prefixes for cpt-kuesels Movie Collections: -# +1_ = Decades - -# In this file: -# [ -# +2_1_ = Oscars -# ] - -# +3_ = People -# +4_ = Genres/Countries -# +5_ = Movies - -collections: - 2021 Oscar Winners: - letterboxd_list: https://letterboxd.com/jkbsmm/list/2021-oscar-winners - smart_label: critic_rating.desc - sort_title: +2_1_2021 Oscar Winners - 2020 Oscar Winners: - letterboxd_list: https://letterboxd.com/jkbsmm/list/2020-oscar-winners - smart_label: critic_rating.desc - sort_title: +2_11_2020 Oscar Winners - 2019 Oscar Winners: - letterboxd_list: https://letterboxd.com/jkbsmm/list/2019-oscar-winners - smart_label: critic_rating.desc - sort_title: +2_111_2019 Oscar Winners - Oscar Winners: - letterboxd_list: - - https://letterboxd.com/jkbsmm/list/2021-oscar-winners #2021 - - https://letterboxd.com/jkbsmm/list/2020-oscar-winners #2020 - - https://letterboxd.com/jkbsmm/list/2019-oscar-winners #2019 - - https://letterboxd.com/jkbsmm/list/2018-oscar-winners #2018 - - https://letterboxd.com/jkbsmm/list/2017-oscar-winners-2 #2017 - - https://letterboxd.com/jkbsmm/list/2016-oscar-winners-3 #2016 - - https://letterboxd.com/jkbsmm/list/2015-oscar-winners #2015 - - https://letterboxd.com/jkbsmm/list/2014-oscar-winners #2014 - - https://letterboxd.com/jkbsmm/list/2013-oscar-winners #2013 - - https://letterboxd.com/jkbsmm/list/2012-oscar-winners #2012 - - https://letterboxd.com/jkbsmm/list/2011-oscar-winners #2011 - - https://letterboxd.com/jkbsmm/list/2010-oscar-winners #2010 - - https://letterboxd.com/jkbsmm/list/2009-oscar-winners #2009 - - https://letterboxd.com/jkbsmm/list/2008-oscar-winners #2008 - smart_label: release.desc - sort_title: +2_1111_Oscar Winners - - diff --git a/cpt-kuesel/metadata/movies/Collections.yml b/cpt-kuesel/metadata/movies/Collections.yml new file mode 100644 index 0000000..7f66ef4 --- /dev/null +++ b/cpt-kuesel/metadata/movies/Collections.yml @@ -0,0 +1,134 @@ +external_templates: + - file: metadata/admin/_templates.yml +templates: + movie_collections: + default: + minimum_items: 2 + optional: + - add_movies + - name_mapping + collection_order: release + tmdb_collection: <<value>> + tmdb_summary: <<value>> + tmdb_background: <<value>> + tmdb_movie: <<add_movies>> + minimum_items: <<minimum_items>> + name_mapping: <<name_mapping>> +dynamic_collections: + TMDb Collections: + type: tmdb_collection + template: movie_collections + remove_suffix: + - Collection + - Filmreihe + title_override: + 304: Ocean's Movies + 2344: The Matrix + 9485: Fast & Furious + 34055: Pokémon + 86055: Men In Black + 115575: Star Trek Alternate Reality + 115838: "Escape From ..." + 135483: Taken + 290973: Crouching Tiger, Hidden Dragon + 382685: Now You See Me + 386382: Frozen + 535313: The Monsterverse + 575987: The Girl - Millennium + 608101: "The Hitman's Bodyguard" + 735384: Hercule Poirot + 747168: Borat Moviefilms + 939227: Beavis and Butt-Head + 975677: The First Myth Universe + addons: + 34055: # Combine all Pokémon Movie Collections into one + - 661025 + - 661026 + - 661028 + - 661029 + - 661031 + exclude: + - 10 # Exclude Star Wars, added via Letterboxd List below + - 809185 # Exclude Army of the Dead, added via Letterboxd List below + - 993589 # Exclude Hulk (Collection), I don't want to combine MCU Incredible Hulk with Bana Hulk as a collection + template_variables: # Movies that have TMDb Collections where I have multiple versions of the first one, + minimum_items: # that should not be a collection until the second movie actually gets released. + 726871: 3 # Dune + 861415: 3 # Free Guy + 870339: 3 # The Accountant + 948485: 3 # The Batman + 987044: 3 # Joker + add_movies: # Add Movies to collections, which did not meet TMDbs criteria + 304: "402900" # Add "Ocean's 8" to "Ocean's Movies" + 2344: "55931" # Add "Animatrix" to "The Matrix" + 2883: "414419" # Add "Kill Bill: The Whole Bloody Affair" to "Kill Bill" + 9485: "384018" # Add "Fast & Furious: Hobbs & Shaw" to "Fast & Furious" + 17178: "828853" # Add "Jackass 4.5" to "Jackass" + 17235: "456740" # Add "Hellboy (2019)" to "Hellboy" + 44215: "2164" # Add "Stargate" to "Stargate" + 448150: "567604" # Add "Once upon a Deadpool" to "Deadpool" + 535313: "293167" # Add "Kong: Skull Island" to "The Monsterverse" + name_mapping: # Asset folders which differ in name from the collection + 119: The Lord of the Rings + 131: Three Colors + 230: The Godfather + 264: Back to the Future + 295: Pirates of the Caribbean + 420: The Chronicles of Narnia + 528: The Terminator + 1565: 28 Days-Weeks Later + 1570: Die Hard + 1960: Evil Dead + 2366: Jaws + 3963: The Crimson Rivers + 4438: The Space Odyssey Series + 31562: The Bourne + 37139: Naked Gun + 91746: Bill & Ted's Most Excellent Movies + 87186: The Boondock Saints + 87359: Mission Impossible + 115762: Alien vs Predator + 115838: Escape From + 121938: The Hobbit + 137696: Monsters, Inc + 137697: Finding Nemo + 163902: RED + 173710: Planet of the Apes (Reboot) + 261307: Alice in Wonderland + 353325: Joe Dirt + 435259: Fantastic Beasts + 464577: The Croods + 468222: The Incredibles + 477962: It + 530064: The Shining + 647077: Coming to America + 720879: Sonic the Hedgehog +collections: + Alien + Predator Universe: + template: {name: lbxd_list, lbxd_list: alien-predator-universe, lbxd_smart: year.asc} + Army of the Dead: + template: {name: lbxd_list, lbxd_list: army-of-the-dead, lbxd_order: custom} + Cloverfield: + template: {name: lbxd_list, lbxd_list: cloverfield} + Cornetto Trilogy: + template: {name: lbxd_list, lbxd_list: cornetto-trilogy} + Eastrail 177: + template: {name: lbxd_list, lbxd_list: eastrail-177} + Grindhouse: + template: {name: lbxd_list, lbxd_list: grindhouse} + Marvel Cinematic Universe: + template: {name: lbxd_list, lbxd_list: marvel-cinematic-universe, lbxd_smart: year.desc} + Middle Earth: + template: {name: lbxd_list, lbxd_list: middle-earth, lbxd_smart: year.desc} + Monty Python: + template: {name: lbxd_list, lbxd_list: monty-python, lbxd_smart: year.asc} + Spider-Man Universe: + template: {name: lbxd_list, lbxd_list: spider-man-universe, lbxd_smart: year.asc} + Star Wars: + template: {name: lbxd_list, lbxd_list: star-wars, lbxd_order: custom} + Vengeance: + template: {name: lbxd_list, lbxd_list: vengeance-trilogy, lbxd_order: custom} + Wizarding World: + template: {name: lbxd_list, lbxd_list: wizarding-world, lbxd_smart: year.desc} + Worlds of DC: + template: {name: lbxd_list, lbxd_list: worlds-of-dc, lbxd_smart: year.desc} diff --git a/cpt-kuesel/metadata/movies/Countries.yml b/cpt-kuesel/metadata/movies/Countries.yml deleted file mode 100644 index 0785a37..0000000 --- a/cpt-kuesel/metadata/movies/Countries.yml +++ /dev/null @@ -1,21 +0,0 @@ -# Prefixes for cpt-kuesels Movie Collections: -# +1_ = Decades -# +2_ = Awards -# +3_ = People - -# In this file: -# [ -# +4_2 = Countries -# ] - -# +5_ = Movies - -templates: - Country: - smart_label: critic_rating.desc - sort_title: +4_2_<<collection_name>> -collections: - S. Korean Cinema: - template: {name: Country} - plex_search: - country: Republic of Korea diff --git a/cpt-kuesel/metadata/movies/Decades.yml b/cpt-kuesel/metadata/movies/Decades.yml deleted file mode 100644 index 7b67da9..0000000 --- a/cpt-kuesel/metadata/movies/Decades.yml +++ /dev/null @@ -1,49 +0,0 @@ -# Prefixes for cpt-kuesels Movie Collections: -# In this file: -# [ -# +1_1_ = Decades -# ] - -# +2_ = Awards -# +3_ = People -# +4_ = Genres/Countries -# +5_ = Movies - -templates: - Decade: - smart_filter: - any: - decade: <<decade>> - sort_by: release.desc -collections: - 2020's Films: - template: {name: Decade, decade: 2020} - sort_title: +1_1_2020's Films - 2010's Films: - template: {name: Decade, decade: 2010} - sort_title: +1_11_2010's Films - 2000's Films: - template: {name: Decade, decade: 2000} - sort_title: +1_111_2000's Films - 1990's Films: - template: {name: Decade, decade: 1990} - sort_title: +1_1111_1990's Films - 1980's Films: - template: {name: Decade, decade: 1980} - sort_title: +1_11111_1980's Films - 1970's Films: - template: {name: Decade, decade: 1970} - sort_title: +1_111111_1970's Films - 1960's Films: - template: {name: Decade, decade: 1960} - sort_title: +1_1111111_1960's Films - 1950's Films: - template: {name: Decade, decade: 1950} - sort_title: +1_11111111_1950's Films - 1940's Films: - template: {name: Decade, decade: 1940} - sort_title: +1_111111111_1940's Films - 1930's Films: - template: {name: Decade, decade: 1930} - sort_title: +1_1111111111_1930's Films - diff --git a/cpt-kuesel/metadata/movies/Filme.yml b/cpt-kuesel/metadata/movies/Filme.yml deleted file mode 100644 index 00740e4..0000000 --- a/cpt-kuesel/metadata/movies/Filme.yml +++ /dev/null @@ -1,142 +0,0 @@ -# Prefixes for cpt-kuesels Movie Collections: -# +1_ = Decades -# +2_ = Awards -# +3_ = People -# +4_ = Genres/Countries - -# In this file: -# [ -# +5_1_ = Universes -# +5_2_ = Franchises -# ] - -templates: - Movie: - optional: - - collection - - movie - - list - tmdb_collection_details: <<collection>> - tmdb_movie: <<movie>> - tmdb_list: <<list>> - sort_title: <<collection_name>> -collections: - 28 Days/Weeks Later: - template: {name: Movie, collection: 1565} - name_mapping: 28 Days-Weeks Later - Alien + Predator Universe: - template: {name: Movie, list: 7093591} - smart_label: year.asc - sort_title: +5_1_Alien + Predator Universe - Alien vs Predator: - template: {name: Movie, collection: 115762} - Army of the Dead: - letterboxd_list: https://letterboxd.com/jkbsmm/list/army-of-the-dead/ - collection_order: custom - sort_title: Army of the Dead - "Batman: The Long Halloween": - template: {name: Movie, collection: 785583} - name_mapping: Batman The Long Halloween - Cloverfield: - template: {name: Movie, movie: "7191, 333371, 384521"} - Cornetto Trilogy: - template: {name: Movie, movie: "747, 4638, 107985"} - Crouching Tiger, Hidden Dragon: - template: {name: Movie, collection: 290973} - Deadpool: - template: {name: Movie, collection: 448150, movie: 567604} - Eastrail 177: - template: {name: Movie, movie: "9741, 381288, 450465"} - Escape From ...: - template: {name: Movie, collection: 115838} - name_mapping: Escape From - Fast & Furious: - template: {name: Movie, list: 7102873} - collection_order: custom - sort_title: +5_2_Fast & Furious - Frozen: - template: {name: Movie, collection: 386382} - Grindhouse: - template: {name: Movie, movie: "1991, 1992"} - Halloween: - template: {name: Movie, collection: 91361} - sort_title: +5_2_Halloween - Hellboy: - template: {name: Movie, collection: 17235, movie: 456740} - James Bond: - template: {name: Movie, collection: 645} - sort_title: +5_2_James Bond - Jurassic Park: - template: {name: Movie, collection: 328} - sort_title: +5_2_Jurassic Park - Kill Bill: - template: {name: Movie, collection: 2883, movie: 414419} - Marvel Cinematic Universe: - template: {name: Movie, list: 7082740} - smart_label: year.asc - sort_title: +5_1_Marvel Cinematic Universe - "Mission: Impossible": - template: {name: Movie, collection: 87359} - name_mapping: Mission Impossible - sort_title: +5_2_Mission Impossible - Monty Python: - template: {name: Movie, movie: "583, 762"} - Ocean's Movies: - template: {name: Movie, collection: 304, movie: 402900} - Pokémon: - plex_search: - title: Pokémon - sort_title: Pokémon - RED: - template: {name: Movie, collection: 163902} - Rocky: - template: {name: Movie, collection: 1575} - sort_title: +5_2_Rocky - Spider-Man Universe: - template: {name: Movie, collection: "556, 531241, 573436, 125574"} - sort_title: +5_2_Spider-Man Universe - "Star Trek: Alternate Reality": - template: {name: Movie, collection: 115575} - name_mapping: Star Trek Alternate Reality - Star Wars: - template: {name: Movie, list: 7102821} - collection_order: custom - sort_title: +5_2_Star Wars - Taken: - template: {name: Movie, collection: 135483} - The First Myth Universe: - template: {name: Movie, movie: "635389, 615453"} - item_label: never_german - item_metadata_language: en-US - sort_title: First Myth Universe - The Hitman's Bodyguard: - template: {name: Movie, collection: 608101} - sort_title: Hitman's Bodyguard - The Matrix: - template: {name: Movie, collection: 2344, movie: 55931} - sort_title: Matrix - The Middle Earth Collection: - template: {name: Movie, collection: "119, 121938"} - collection_order: alpha - sort_title: +5_2_The Middle Earth Collection - The Monsterverse: - template: {name: Movie, collection: 535313, movie: 293167} - sort_title: +5_2_The Monsterverse - The Terminator: - template: {name: Movie, collection: 528} - sort_title: +5_2_The Terminator - Vengeance: - letterboxd_list: https://letterboxd.com/jkbsmm/list/vengeance-trilogy/ - collection_order: custom - sort_title: Vengeance - Wizarding World: - template: {name: Movie, collection: "1241, 435259"} - collection_order: alpha - sort_title: +5_2_Wizarding World - Worlds of DC: - template: {name: Movie, list: 7086576} - smart_label: year.asc - sort_title: +5_1_Worlds of DC - X-Men: - template: {name: Movie, collection: 748} - sort_title: +5_2_X-Men diff --git a/cpt-kuesel/metadata/movies/Genres.yml b/cpt-kuesel/metadata/movies/Genres.yml deleted file mode 100644 index 9714f19..0000000 --- a/cpt-kuesel/metadata/movies/Genres.yml +++ /dev/null @@ -1,15 +0,0 @@ -# Prefixes for cpt-kuesels Movie Collections: -# +1_ = Decades -# +2_ = Awards -# +3_ = People - -# In this file: -# [ -# +4_1 = Genres -# ] - -# +5_ = Movies - -# templates: -collections: - diff --git a/cpt-kuesel/metadata/movies/Movies.yml b/cpt-kuesel/metadata/movies/Movies.yml deleted file mode 100644 index f8234cc..0000000 --- a/cpt-kuesel/metadata/movies/Movies.yml +++ /dev/null @@ -1,29 +0,0 @@ -# Prefixes for cpt-kuesels Movie Collections: -# +1_ = Decades -# +2_ = Awards -# +3_ = People -# +4_ = Genres - -# In this file: -# [ -# +5_1_ = Universes -# +5_2_ = Franchises -# ] - -templates: - Movie: - optional: - - collection - - movie - - list - tmdb_collection_details: <<collection>> - tmdb_movie: <<movie>> - tmdb_list: <<list>> - sort_title: <<collection_name>> -collections: - Ocean's Movies: - template: {name: Movie, collection: 304, movie: 402900} - The Middle Earth Collection: - template: {name: Movie, collection: "119, 121938"} - collection_order: alpha - sort_title: +5_2_The Middle Earth Collection diff --git a/cpt-kuesel/metadata/movies/Suggestions.yml b/cpt-kuesel/metadata/movies/Suggestions.yml index f81c621..d6eb108 100644 --- a/cpt-kuesel/metadata/movies/Suggestions.yml +++ b/cpt-kuesel/metadata/movies/Suggestions.yml @@ -1,27 +1,15 @@ -# Prefixes for cpt-kuesels Movie Collections: -# zzz_ - Sorted to the bottom, these collections are shared to the home and the library tab already - -templates: - Suggestion: - optional: - - letterboxd - letterboxd_list: https://letterboxd.com/<<letterboxd>> - visible_shared: true - visible_library: true - label: <<collection_name>> - smart_label: random - sort_title: zzz_<<collection_name>> +external_templates: + - file: metadata/admin/_templates.yml collections: Movie of the Day: - template: {name: Suggestion} plex_search: all: year.gte: 1800 sort_by: random limit: 1 schedule: hourly(1) - Family Watchlist: - template: {name: Suggestion, letterboxd: jkbsmm/list/family-watchlist/} - Julian's Watchlist: - template: {name: Suggestion, letterboxd: jkbsmm/watchlist/} - \ No newline at end of file + smart_label: random + visible_shared: true + visible_library: true + Watchlist: + template: {name: lbxd_list, lbxd_list: watchlist, lbxd_sort: "!1_Watchlist", lbxd_smart: random} diff --git a/cpt-kuesel/metadata/movies/admin.yml b/cpt-kuesel/metadata/movies/admin.yml deleted file mode 100644 index 644eda9..0000000 --- a/cpt-kuesel/metadata/movies/admin.yml +++ /dev/null @@ -1,41 +0,0 @@ -templates: - Admin: - label: Admin - visible_home: true - sort_title: zzz_<<collection_name>> - -collections: - Tonspuren kontrollieren: - template: {name: Admin} - smart_filter: - all: - label.not: Audio_okay - any: - all: - - audio_language.not: en - country: United States of America - - audio_language.not: en - country: United Kingdom - - audio_language.not: de - country: Germany - sort_by: added.desc - validate: false - Keine deutsche Tonspur: - template: {name: Admin} - smart_filter: - all: - label.not: - - separate_german - - never_german - audio_language.not: de - sort_by: added.desc - validate: false - RlsGrp nicht gesetzt: - template: {name: Admin} - plex_search: - all: - label.not: Rlsgrp_lost - filters: - filepath: Radarr - smart_label: added.desc - schedule: hourly(1) diff --git a/cpt-kuesel/metadata/movies/anime.yml b/cpt-kuesel/metadata/movies/anime.yml deleted file mode 100644 index 877e9f7..0000000 --- a/cpt-kuesel/metadata/movies/anime.yml +++ /dev/null @@ -1,14 +0,0 @@ -### Single Movies that belong to an Anime will be put in a hidden collection -### in order to link them together in the Overview when you scroll down. - -templates: - Movie: - tmdb_movie: <<movie>> - collection_mode: hide - sort_title: <<collection_name>> - -collections: - Demon Slayer - Kimetsu no Yaiba: - template: {name: Movie, movie: 635302} - K-Project: - template: {name: Movie, movie: 271708} \ No newline at end of file diff --git a/cpt-kuesel/metadata/movies/metadata.yml b/cpt-kuesel/metadata/movies/metadata.yml index a93133b..b061949 100644 --- a/cpt-kuesel/metadata/movies/metadata.yml +++ b/cpt-kuesel/metadata/movies/metadata.yml @@ -1,62 +1,14 @@ metadata: - Crouching Tiger, Hidden Dragon: - alt_title: Tiger & Dragon - James Bond 007 - Sag niemals nie: - alt_title: Sag niemals nie - Paris, Texas: - alt_title: Motel Chronicles + # <tmdb-id>: # <movie_name> + # title: <title> # override stupid german translations of movie names - # --- The Matrix Collection --- # - Animatrix: - sort_title: Matrix 0 - Matrix: - sort_title: Matrix 1 - Matrix Reloaded: - sort_title: Matrix 2 - Matrix Revolutions: - sort_title: Matrix 3 - Matrix Resurrections: - sort_title: Matrix 4 - # --- The Matrix Collection --- # - # --- The Middle Earth Collection --- # - Der Hobbit - Eine unerwartete Reise: - sort_title: Middle Earth 1 - Der Hobbit - Smaugs Einöde: - sort_title: Middle Earth 2 - Der Hobbit - Die Schlacht der fünf Heere: - sort_title: Middle Earth 3 - Der Herr der Ringe - Die Gefährten: - sort_title: Middle Earth 4 - Der Herr der Ringe - Die zwei Türme: - sort_title: Middle Earth 5 - Der Herr der Ringe - Die Rückkehr des Königs: - sort_title: Middle Earth 6 - # --- The Middle Earth Collection --- # - # --- Wizarding World --- # - Phantastische Tierwesen und wo sie zu finden sind: - sort_title: Wizarding World 1 - "Phantastische Tierwesen: Grindelwalds Verbrechen": - sort_title: Wizarding World 2 - # Phantastische Tierwesen 3: - # sort_title: Wizarding World 3 - # Phantastische Tierwesen 4: - # sort_title: Wizarding World 4 - # Phantastische Tierwesen 5: - # sort_title: Wizarding World 5 - Harry Potter und der Stein der Weisen: - sort_title: Wizarding World 6 - Harry Potter und die Kammer des Schreckens: - sort_title: Wizarding World 7 - Harry Potter und der Gefangene von Askaban: - sort_title: Wizarding World 8 - Harry Potter und der Feuerkelch: - sort_title: Wizarding World 9 - Harry Potter und der Orden des Phönix: - sort_title: Wizarding World 10 - Harry Potter und der Halbblutprinz: - sort_title: Wizarding World 11 - Harry Potter und die Heiligtümer des Todes - Teil 1: - sort_title: Wizarding World 12 - Harry Potter und die Heiligtümer des Todes - Teil 2: - sort_title: Wizarding World 13 - # --- Wizarding World --- # \ No newline at end of file + 146: # Crouching Tiger, Hidden Dragon + title: Crouching Tiger, Hidden Dragon + 8386: # How High (2001) + title: How High + 36670: # Never Say Never Again (1983) + title: James Bond 007 - Sag niemals nie + 453395: # Doctor Strange in the Multiverse of Madness + title: Doctor Strange in the Multiverse of Madness + 637649: # Wrath of Man (2021) + title: Wrath of Man diff --git a/cpt-kuesel/metadata/movies/overlays.yml b/cpt-kuesel/metadata/movies/overlays.yml deleted file mode 100644 index b837ab0..0000000 --- a/cpt-kuesel/metadata/movies/overlays.yml +++ /dev/null @@ -1,229 +0,0 @@ -### ISO-Language codes (https://www.loc.gov/standards/iso639-2/php/code_list.php) in my library: -# zh | Chinese -# da | Danish -# nl | Dutch -# en | English -# fr | French -# de | German -# hi | Indian (Hindi) -# te | Indian (Telugu) -# fa | Iranian (Farsi) -# it | Italian -# ja | Japanese -# ko | Korean -# ru | Russian -# es | Spanish -# th | Thai -### Flags for Overlays -> https://www.countries-ofthe-world.com/flags-of-the-world.html - -templates: - dl_overlay: - optional: - - chinese - - danish - - dutch - - english - - french - - german - - indian_hindi - - indian_telugu - - iranian_farsi - - italian - - japanese - - korean - - russian - - spanish - - thai - default: - overlay_name: <<collection_name>> - meta_lang: en-US - plex_search: - all: - audio_language: - - <<chinese>> - - <<danish>> - - <<dutch>> - - <<english>> - - <<french>> - - <<german>> - - <<indian_hindi>> - - <<indian_telugu>> - - <<iranian_farsi>> - - <<italian>> - - <<japanese>> - - <<korean>> - - <<russian>> - - <<spanish>> - - <<thai>> - build_collection: false - item_overlay: <<overlay_name>> - item_metadata_language: <<meta_lang>> - overlay: - optional: - - chinese - - danish - - dutch - - english - - french - - german - - indian_hindi - - indian_telugu - - iranian_farsi - - italian - - japanese - - korean - - russian - - spanish - - thai - default: - chinese_not: zh - danish_not: da - dutch_not: nl - english_not: en - french_not: fr - german_not: de - indian_hindi_not: hi - indian_telugu_not: te - iranian_farsi_not: fa - italian_not: it - japanese_not: ja - korean_not: ko - russian_not: ru - spanish_not: es - thai_not: th - - overlay_name: <<collection_name>> - meta_lang: en-US - plex_search: - all: - audio_language: - - <<chinese>> - - <<danish>> - - <<dutch>> - - <<english>> - - <<french>> - - <<german>> - - <<indian_hindi>> - - <<indian_telugu>> - - <<iranian_farsi>> - - <<italian>> - - <<japanese>> - - <<korean>> - - <<russian>> - - <<thai>> - audio_language.not: - - <<chinese_not>> - - <<danish_not>> - - <<dutch_not>> - - <<english_not>> - - <<french_not>> - - <<german_not>> - - <<indian_hindi_not>> - - <<indian_telugu_not>> - - <<iranian_farsi_not>> - - <<italian_not>> - - <<japanese_not>> - - <<korean_not>> - - <<russian_not>> - - <<spanish_not>> - - <<thai_not>> - build_collection: false - item_overlay: <<overlay_name>> - item_metadata_language: <<meta_lang>> - -collections: - dl_chinese_french: - template: {name: dl_overlay, chinese: zh, french: fr} - dl_english_chinese: - template: {name: dl_overlay, chinese: zh, english: en} - dl_english_danish: - template: {name: dl_overlay, english: en, danish: da} - dl_english_dutch: - template: {name: dl_overlay, english: en, dutch: nl} - dl_english_french: - template: {name: dl_overlay, english: en, french: fr} - dl_english_indian_hindi: - template: {name: dl_overlay, english: en, indian_hindi: hi} - dl_english_indian_telugu: - template: {name: dl_overlay, english: en, indian_telugu: tu} - dl_english_iranian_farsi: - template: {name: dl_overlay, english: en, iranian_farsi: fa} - dl_english_italian: - template: {name: dl_overlay, english: en, italian: it} - dl_english_japanese: - template: {name: dl_overlay, english: en, japanese: ja} - dl_english_korean: - template: {name: dl_overlay, english: en, korean: ko} - dl_english_russian: - template: {name: dl_overlay, english: en, russian: ru} - dl_english_spanish: - template: {name: dl_overlay, english: en, spanish: es} - dl_english_thai: - template: {name: dl_overlay, english: en, thai: th} - dl_french_danish: - template: {name: dl_overlay, french: fr, danish: da} - dl_german_chinese: - template: {name: dl_overlay, german: de, chinese: zh, meta_lang: de-DE} - dl_german_danish: - template: {name: dl_overlay, german: de, danish: da, meta_lang: de-DE} - dl_german_dutch: - template: {name: dl_overlay, german: de, dutch: nl, meta_lang: de-DE} - dl_german_english: - template: {name: dl_overlay, german: de, english: en, meta_lang: de-DE} - dl_german_french: - template: {name: dl_overlay, german: de, french: fr, meta_lang: de-DE} - dl_german_indian_hindi: - template: {name: dl_overlay, german: de, indian_hindi: hi, meta_lang: de-DE} - dl_german_indian_telugu: - template: {name: dl_overlay, german: de, indian_telugu: te, meta_lang: de-DE} - dl_german_iranian_farsi: - template: {name: dl_overlay, german: de, iranian_farsi: fa, meta_lang: de-DE} - dl_german_italian: - template: {name: dl_overlay, german: de, italian: it, meta_lang: de-DE} - dl_german_japanese: - template: {name: dl_overlay, german: de, japanese: ja, meta_lang: de-DE} - dl_german_korean: - template: {name: dl_overlay, german: de, korean: ko, meta_lang: de-DE} - dl_german_russian: - template: {name: dl_overlay, german: de, russian: ru, meta_lang: de-DE} - dl_german_spanish: - template: {name: dl_overlay, german: de, spanish: es, meta_lang: de-DE} - dl_german_thai: - template: {name: dl_overlay, german: de, thai: th, meta_lang: de-DE} - dl_italian_thai: - template: {name: dl_overlay, italian: it, thai: th} - dl_japanese_chinese: - template: {name: dl_overlay, japanese: ja, chinese: zh} - dl_korean_french: - template: {name: dl_overlay, korean: ko, french: fr} - - chinese: - template: {name: overlay, chinese: zh, chinese_not: null} - danish: - template: {name: overlay, danish: da, danish_not: null} - dutch: - template: {name: overlay, dutch: nl, dutch_not: null} - english: - template: {name: overlay, english: en, english_not: null} - french: - template: {name: overlay, french: fr, french_not: null} - german: - template: {name: overlay, german: de, german_not: null, meta_lang: de-DE} - indian_hindi: - template: {name: overlay, indian_hindi: hi, indian_hindi_not: null} - indian_telugu: - template: {name: overlay, indian_telugu: te, indian_telugu_not: null} - iranian_farsi: - template: {name: overlay, iranian_farsi: fa, iranian_farsi_not: null} - italian: - template: {name: overlay, italian: it, italian_not: null} - japanese: - template: {name: overlay, japanese: ja, japanese_not: null} - korean: - template: {name: overlay, korean: ko, korean_not: null} - russian: - template: {name: overlay, russian: ru, russian_not: null} - spanish: - template: {name: overlay, spanish: es, spanish_not: null} - thai: - template: {name: overlay, thai: th, thai_not: null} diff --git a/cpt-kuesel/metadata/movies/overlays4k.yml b/cpt-kuesel/metadata/movies/overlays4k.yml deleted file mode 100644 index b03ed2c..0000000 --- a/cpt-kuesel/metadata/movies/overlays4k.yml +++ /dev/null @@ -1,72 +0,0 @@ -### ISO-Language codes (https://www.loc.gov/standards/iso639-2/php/code_list.php) in my library: -# de | German -# en | English -### Flags for Overlays -> https://www.countries-ofthe-world.com/flags-of-the-world.html - -templates: - dl_overlay: - optional: - - english - - german - default: - overlay_name: <<collection_name>> - meta_lang: en-US - plex_search: - all: - resolution: <<resolution>> - hdr: <<hdr>> - audio_language: - - <<english>> - - <<german>> - build_collection: false - item_overlay: <<overlay_name>> - item_metadata_language: <<meta_lang>> - overlay: - optional: - - english - - german - default: - english_not: en - german_not: de - - overlay_name: <<collection_name>> - meta_lang: en-US - plex_search: - all: - resolution: <<resolution>> - hdr: <<hdr>> - audio_language: - - <<english>> - - <<german>> - audio_language.not: - - <<english_not>> - - <<german_not>> - build_collection: false - item_overlay: <<overlay_name>> - item_metadata_language: <<meta_lang>> - -collections: - dl_german_english_4k_hdr: - template: {name: dl_overlay, english: en, german: de, resolution: 4K, hdr: "true", meta_lang: de-DE} - dl_german_english_4k: - template: {name: dl_overlay, english: en, german: de, resolution: 4K, hdr: "false", meta_lang: de-DE} - dl_german_english_hdr: - template: {name: dl_overlay, english: en, german: de, resolution: 1080, hdr: "true", meta_lang: de-DE} - dl_german_english: - template: {name: dl_overlay, english: en, german: de, resolution: 1080, hdr: "false", meta_lang: de-DE} - english_4k_hdr: - template: {name: overlay, english: en, english_not: null, resolution: 4K, hdr: "true"} - english_4k: - template: {name: overlay, english: en, english_not: null, resolution: 4K, hdr: "false"} - english_hdr: - template: {name: overlay, english: en, english_not: null, resolution: 1080, hdr: "true"} - english: - template: {name: overlay, english: en, english_not: null, resolution: 1080, hdr: "false"} - german_4k_hdr: - template: {name: overlay, german: de, german_not: null, resolution: 4K, hdr: "true", meta_lang: de-DE} - german_4k: - template: {name: overlay, german: de, german_not: null, resolution: 4K, hdr: "false", meta_lang: de-DE} - german_hdr: - template: {name: overlay, german: de, german_not: null, resolution: 1080, hdr: "true", meta_lang: de-DE} - german: - template: {name: overlay, german: de, german_not: null, resolution: 1080, hdr: "false", meta_lang: de-DE} \ No newline at end of file diff --git a/cpt-kuesel/metadata/movies/serien.yml b/cpt-kuesel/metadata/movies/serien.yml deleted file mode 100644 index e94eb4d..0000000 --- a/cpt-kuesel/metadata/movies/serien.yml +++ /dev/null @@ -1,14 +0,0 @@ -### Single Movies that belong to a Show will be put in a hidden collection -### in order to link them together in the Overview when you scroll down. - -templates: - Movie: - tmdb_movie: <<movie>> - collection_mode: hide - sort_title: <<collection_name>> - -collections: - Hogfather: - template: {name: Movie, movie: 11910} - What We Do in the Shadows: - template: {name: Movie, movie: 246741} \ No newline at end of file diff --git a/cpt-kuesel/metadata/shows/Serien.yml b/cpt-kuesel/metadata/shows/Serien.yml deleted file mode 100644 index 81c0864..0000000 --- a/cpt-kuesel/metadata/shows/Serien.yml +++ /dev/null @@ -1,36 +0,0 @@ -# Prefixes for cpt-kuesels Anime Collections: -# +1_ = Genre - -# In this file: -# [ -# +2_ = Shows -# ] - -templates: - Show: - tvdb_show: <<show>> - sort_title: <<collection_name>> - -collections: - Dexter: - template: {name: Show, show: "79349, 412366"} - In Association With Marvel: - template: {name: Show, show: "331980, 281662, 284190, 304219, 317953, 326490, 263365, 281485, 341455, 320558, 332027, 328552"} - smart_label: year.asc - sort_title: +2_1_In Association With Marvel - Marvel Cinematic Universe: - template: {name: Show, show: "362392, 362496, 362472, 367147,367146"} - smart_label: year.asc - sort_title: +2_2_Marvel Cinematic Universe - Penny Dreadful: - template: {name: Show, show: "265766, 360892"} - Stargate: - template: {name: Show, show: "72449, 70851, 83237, 339552"} - Star Wars: - template: {name: Show, show: "361753, 393589, 393187"} - smart_label: year.asc - sort_title: +2_3_Star Wars - What We Do in the Shadows: - template: {name: Show, show: "358211, 344280"} - smart_label: year.asc - sort_title: +2_What We Do in the Shadows diff --git a/cpt-kuesel/metadata/shows/Shows.yml b/cpt-kuesel/metadata/shows/Shows.yml deleted file mode 100644 index c8af06e..0000000 --- a/cpt-kuesel/metadata/shows/Shows.yml +++ /dev/null @@ -1,15 +0,0 @@ -# Prefixes for cpt-kuesels Anime Collections: -# +1_ = Genre - -# In this file: -# [ -# +2_ = Shows -# ] - -templates: - Show: - tvdb_show: <<show>> - sort_title: <<collection_name>> - -collections: - diff --git a/cpt-kuesel/metadata/shows/admin.yml b/cpt-kuesel/metadata/shows/admin.yml deleted file mode 100644 index 648fe02..0000000 --- a/cpt-kuesel/metadata/shows/admin.yml +++ /dev/null @@ -1,16 +0,0 @@ -templates: - Admin: - label: Admin - visible_home: true - sort_title: zzz_<<collection_name>> - -collections: - Tonspuren kontrollieren: - template: {name: Admin} - smart_filter: - all: - audio_language.not: - - en - - de - - fr - validate: false \ No newline at end of file diff --git a/cpt-kuesel/metadata/shows/filme.yml b/cpt-kuesel/metadata/shows/filme.yml deleted file mode 100644 index 38a852b..0000000 --- a/cpt-kuesel/metadata/shows/filme.yml +++ /dev/null @@ -1,14 +0,0 @@ -### Shows that have Movies will be put in a hidden collection -### in order to link them together in the Overview when you scroll down. - -templates: - Show: - tvdb_show: <<show>> - collection_mode: hide - sort_title: <<collection_name>> - -collections: - Hogfather: - template: {name: Show, show: 79988} - Psych: - template: {name: Show, show: 79335} \ No newline at end of file diff --git a/cpt-kuesel/metadata/shows/metadata.yml b/cpt-kuesel/metadata/shows/metadata.yml index 54e610f..4c56e31 100644 --- a/cpt-kuesel/metadata/shows/metadata.yml +++ b/cpt-kuesel/metadata/shows/metadata.yml @@ -1,75 +1,93 @@ metadata: - Curb your Enthusiasm: - alt_title: Lass es, Larry! - Haus des Geldes: - episode_ordering: tvdb_dvd - Russian Doll: - alt_title: Matrjoschka - Superstore: - episodes: - S00E01: - title: Olympia - summary: Eine spezielle Olympia-Werbekampagne von Cloud 9 gibt Amy die Möglichkeit, ihre Kindheits-Heldin, die Olympiasiegerin im Turnen, Missy Jones, zu treffen. Die erweist sich jedoch schnell als etwas zu inspirierend. Das Olympiafieber hat auch Glenn gepackt. Er hat Mühe, seinen extremen Patriotismus halbwegs unter Kontrolle zu halten. Jonah hingegen erfährt ein Geheimnis über Mateos Vergangenheit, und Dina bereitet eine Schlusszeremonie vor, die ihre Kollegen wohl nie vergessen werden. - S02E01: - title: Streik - summary: Die Mitarbeiter von Cloud 9 streiken, da Glenn (Mark McKinney) gefeuert wurde, weil er Cheyenne (Nichole Bloom) Mutterschaftsgeld zugesagt hat. Der von der Zentrale geschickte District Manager Jeff (Michael Bunin) soll die Krise überwinden. Die Protestführer Jonah (Ben Feldman) und Amy (America Ferrera) streiten sich über die Verhandlungstechnik und über die öffentlichkeitswirksamen Maßnahmen, um Unterstützung für den Streik zu erhalten. Mateo (Nico Santos) schleicht sich immer wieder vom Streik weg, um Jeff von seinem Einsatz im Laden zu beeindrucken. Auch Dina (Lauren Ash) schleimt sich ein, um wieder zur Assistent Managerin befördert zu werden. - S02E02: - title: Der Daumen - summary: "Tag 1 nach dem Streik. District Manager Jeff (Michael Bunin) überwacht die Mitarbeiter im Laden, um Verbesserungspotenzial offenzulegen. Glenn (Mark McKinney) versucht besonders tough aufzutreten und den knallharten Boss zu markieren. Amy (America Ferrera) muss währenddessen die Folgen eines Arbeitsunfall vertuschen: Ein Mitarbeiter hat sich einen Finger abgeschnitten. District Manager Jeff darf davon auf keinen Fall erfahren…" - S02E03: - title: Knarren, Pillen, Vögel - summary: Jonah (Ben Feldman) wird für den Verkauf an der Waffentheke eingesetzt – was ihm als Waffengegner überhaupt nicht zusagt. Glenn (Mark McKinney) erfährt, dass im Cloud 9 die „Pille danach“ verkauft wird. Als Abtreibungsgegner versucht er, den Verkauf zu sabotieren. Außerdem müssen sich die Mitarbeiter mit widerspenstigen Krähen in ihrem Laden auseinandersetzen. - S02E04: - title: Der Kannibale von Cloud 9 - summary: "Das Maskottchen von „Cloud 9“ wird eines abscheulichen Verbrechens angeklagt. Glenn (Mark McKinney) ist besorgt und stellt sich die Frage, wie gut er seine Angestellten überhaupt kennt. Dina (Lauren Ash) hat nun leichtes Spiel: Sie darf endlich einen Drogentest bei allen Mitarbeitern durchführen lassen. Jonah (Ben Feldman) und Amy (America Ferrera) versuchen jegliche Arbeit zu vermeiden, in dem sie sich gegenseitig Streiche spielen und zu Mutproben auffordern. Cheyenne (Nichole Bloom) kann nicht aufhören, von ihrem Baby zu sprechen – was Garrett (Colton Dunn) und Sandra (Kaliko Kauahi) gehörig auf die Nerven geht. Mateo (Nico Santos) flirtet unterdessen heftig mit dem District Manager Jeff (Michael Bunin)." - S02E05: - title: Regeln sind Regeln - summary: Cheyenne und Bo geraten ständig aneinander. Das veranlasst sowohl Amy als auch Glenn, den beiden auf ganz unterschiedliche Weise Ratschläge zu erteilen. Unterdessen haben Mateo und Jonah den Auftrag, die Hunde zu beaufsichtigen. Zudem gibt es Ärger zwischen Garrett und Dina wegen der Zeiterfassung. - S02E06: - title: Halloween - summary: Weil es angeblich zu einem Diebstahl gekommen ist, wird Dina als Detektivin aktiv. Sie startet zu ausgedehnten Ermittlungen durch den gesamten Laden. Ihr Vorgehen bringt allerdings die Pläne aller Kollegen für Halloween gehörig durcheinander. Besonders Garrett muss sich Dinas Nachforschungen erwehren. Cheyenne und Jonah versuchen unterdessen, eine Beziehung einzugehen. - S02E07: - title: Wahltag - summary: Cloud 9 ist zum offiziellen Wahllokal erklärt worden. Während der Abstimmung kommt es zu allerlei Zwischenfällen. Unter anderem schießen Amy (America Ferrera) und Jonah (Ben Feldman) quer. Dina (Lauren Ash) und Glenn (Mark McKinney) versuchen in der Zwischenzeit, einen unangenehmen Vorfall zu vertuschen. Ähnlich verhält sich auch Mateo (Nico Santos), der seinen Status als illegaler Einwanderer möglichst geheimhalten will. - S02E08: - title: Frohe Weihnacht - summary: Wegen des Weihnachtsgeschäfts stellt Glenn (Mark McKinney) einige Hilfskräfte ein, unter anderem auch Amys (America Ferrera) Mann Adam (Ryan Gaul). Die Zusammenarbeit gestaltet sich jedoch nicht ganz einfach. Auch Jonah (Ben Feldman) und Garrett (Colton Dunn) bekommen mit den Aushilfskräften ihre Probleme. Überdies sucht Glenn nach dem perfekten Weihnachtsmann für sein Kaufhaus. - S02E09: - title: Black Friday - summary: Der geschäftigste Tag des Jahres steht bevor. Ausgerechnet jetzt leiden alle Angestellten an einer Lebensmittelvergiftung. Amy (America Ferrera) gibt sich besonders hart und versucht, ihre Magenverstimmung zu ignorieren. Mateo (Nico Santos) und Cheyenne (Nichole Bloom) setzen unterdessen eine neue Geschäftsidee in die Tat um. Und Glenn (Mark McKinney) verhält sich äußerst merkwürdig. - S02E10: - title: Fundbüro - summary: Traditionell werden zu Jahresbeginn die verloren gegangenen Sachen aus dem Fundbüro an die Mitarbeiter verteilt. Amy (America Ferrara) knackt dabei den Jackpot, denn in ihrer Hose sind 906 Dollar versteckt. Während Amy das Geld für Rechnungen und ihre Familie nutzen möchte, versucht Jonah (Ben Feldman) sie davon zu überzeugen, sich mit dem Geld selber zu verwöhnen. Obwohl der Fund eigentlich ein Geheimnis bleiben sollte, plaudert Cheyenne (Nichole Bloom) ihn vor der versammelten Mannschaft aus… Glenn (Mark McKinney) macht sich Sorgen, dass seine Mitarbeiter unter Depressionen leiden könnten. Seine Aufmunterungsversuche gehen allerdings nach hinten los… - S02E11: - title: Der Club der Optionslosen - summary: "Ein Markenwechsel steht an: Anstatt der Hausmarke „Halo“ wird nun „Supercloud“ eingeführt! Ein Vorstandsmitglied überwacht die Einführung, und wie es der Zufall so will, kennt er Jonah noch aus Studienzeiten. Derweil sucht Dina den Verräter, der sie beim Betriebsleiter verpfiffen hat, und Sandra baut ein Lügengerüst rund um ihre angebliche Beziehung zu Jeff zusammen…" - S02E12: - title: Ladies’ Lunch - summary: Es spricht sich herum, dass Amy (America Ferrera) und ihr Mann Probleme haben und deshalb eine Eheberatung aufsuchen. Um Amy aufzuheitern, lädt Dina (Lauren Ash) sie und die Kolleginnen zu einem gemeinsamen Ladies’ Lunch ein. Cheyenne (Nichole Bloom) wiederum will Amy mit einem spektakulären neuen Look helfen. Unterdessen haben Jonah (Ben Feldman) und Garrett (Mark McKinney) ein Spiel erfunden. - S02E13: - title: Valentinstag - summary: Am Valentinstag versuchen sich Amy (America Ferrera) und Glenn (Mark McKinney) als Heiratsvermittler. Ihre guten Absichten gehen jedoch mächtig nach hinten los. Währenddessen versucht Jonah (Ben Feldman) undercover, einen Serien-Ladendieb zu stellen. Mateo (Nico Santos) verliert die Fassung, als die Beziehung zwischen Sandra (Kaliko Kauahi) und Jeff (Michael Bunin) eine neue Wendung nimmt. - S02E14: - title: Heißer Laden - summary: Weil die Heizung nicht richtig funktioniert, nehmen die Spannungen zwischen Amy (America Ferrera), Jonah (Ben Feldman) und den anderen Superstore-Mitarbeitern zu. Dina (Lauren Ash) und Garrett (Colton Dunn) finden derweil einen Weg, um sich die Zeit zu vertreiben. Cheyenne (Nichole Bloom) hilft Glenn (Mark McKinney), eine Krise zu überwinden, als er versucht, die Heizung eigenhändig zu reparieren. - S02E15: - title: Sehnsucht - summary: Als Amy (America Ferrera) Mateo (Nico Santos) bei einem heimlichen Treffen mit Jeff (Michael Bunin) beobachtet, ignoriert sie Garretts (Colton Dunn) Rat, sich aus der Sache herauszuhalten, und sorgt dafür, dass gleich mehrere Beziehungen durcheinandergeraten. Derweil nimmt es Glenn (Mark McKinney) Jonah (Ben Feldman) übel, dass der ihn bei der Cloud-9-Wellness-Messe übertrumpft hat, und Dina (Lauren Ash) versucht zu beweisen, dass Amy ihre Krankheit nur vorgetäuscht hat. - S02E16: - title: Von Preisen, Eltern und Insekten - summary: Amy (America Ferrara) fährt mit Jonah (Ben Feldman), zu ihren Eltern, um ihnen beim Auszug aus dem Haus zu helfen, in dem sie einst aufgewachsen ist. Unterdessen macht sich Glenn (Mark McKinney) daran, den ausgeschriebenen Integrity Award zu gewinnen. Er hat allerdings Angst, dass Garrett (Colton Dunn) ihm den Preis wegschnappt. Dina (Lauren Ash) nutzt derweil Mateos (Nico Santos) Beziehung zu Jeff (Michael Bunin), um Probleme im Laden zu lösen. - S02E17: - title: Volltreffer - summary: Durch die Versetzung in einen Cloud-9-Flagshipstore kommen Probleme auf Mateo (Nico Santos) zu. Er versucht verzweifelt, seinen illegalen Aufenthaltsstatus zu klären. Unterdessen hilft Amy (America Ferrera) Glenn (Mark McKinney) bei der Bekämpfung eines Internet-Trolls. Jonah (Ben Feldman) und Cheyenne (Nichole Bloom) wollen Mateo Rechtsbeistand leisten, während Dina (Lauren Ash) und Garrett (Colton Dunn) sich auf eine Auseinandersetzung mit der Firmenleitung einlassen. - S02E18: - title: Die Tochter des Chefs - summary: "Glenn (Mark McKinney) lädt alle seine Kinder in den Laden ein und verursacht ein heilloses Durcheinander unter den Angestellten. Jonah (Ben Feldman) entwickelt ein romantisches Interesse an Glenns 25-jähriger Tochter, wobei Amy (America Ferrera) zwischen die Fronten gerät. Mittlerweile kämpfen Garrett (Colton Dunn), Dina (Lauren Ash) und Cheyenne (Nichole Bloom) damit, eines der quirligen Kleinkinder im Auge zu behalten, und Mateo (Nico Santos) trickst die Kids aus: Er lässt sie für sich arbeiten, während er sich mit seinem Leben nach Jeff beschäftigt." - S02E19: - title: Glenn’s Sorgen, Jonah’s Sorgen - summary: Glenn (Mark McKinney) ruft zum Frühjahrsputz im Cloud-9-Supermarkt auf. Amy (America Ferrera) und Garrett (Colton Dunn) machen mit und haben viel Spaß beim Herumschnüffeln in nicht abgeholten Fotos. Unterdessen nutzt Jonah (Ben Feldman) die Gelegenheit, Glenn für sich einzunehmen und seine Anerkennung zu gewinnen. Cheyennes (Nichole Bloom) Verlobter Bo (Johnny Pemberton) fängt im Laden an, um etwas für die Hochzeit dazuzuverdienen. Dabei macht er sich Dinas und Mateos Insiderkenntnisse zunutze. - S02E20: - title: Cheyenne’s Hochzeit - summary: Endlich findet Cheyennes (Nichole Bloom) und Bos (Johnny Pemberton) Traumhochzeit statt, jedoch verläuft nicht alles nach Plan. Beziehungen beginnen zu bröckeln, als Amy (America Ferrara) und Jonah (Ben Feldman) versuchen, Gerüchte über ihr Verhältnis zu zerstreuen. Währenddessen versucht Glenn (Mark McKinney), der von bevorstehenden Entlassungen gehört hat, Einfluss auf Jeff (Michael Bunin) zu nehmen. Mateo (Nico Santos) hingegen geht Jeff während der Hochzeit aus dem Weg. - S02E21: - title: Tornado - summary: Die Nerven der Belegschaft sind zum Zerreißen gespannt, als Glenn (Mark McKinney) zu entscheiden versucht, wen er entlassen soll. Jonah (Ben Feldman) kämpft derweil mit den Folgen des Geständnisses, das er Amy (America Ferrara) gemacht hat. Während Dina (Lauren Ash) und Garrett (Colton Dunn) sich streiten, schmiedet Mateo (Nico Santos) eine Allianz, um seinen Job behalten zu können. Im denkbar ungünstigsten Moment bringt eine Tornadowarnung die Cloud-9-Mitarbeiter in unangenehme Situationen. \ No newline at end of file + # <tvdb-id>: # <show_name> + # title: # override stupid translations of show names + # label: # <overlay_positions> + # seasons: + # <number>: + # title: # custom season name + # summary: # custom summary for season + # label: # <overlay_positions> + # episodes: + # <number>: + # title: # custom episode name + # summary: # custom summary for episode + # label: # <overlay_positions> + + 76203: # Curb your Enthusiasm + title: Curb your Enthusiasm + 295648: # Superstore + seasons: + 0: + episodes: + 1: + title: Olympia + summary: >- + ZWISCHEN STAFFEL 1 UND 2 GUCKEN + Eine spezielle Olympia-Werbekampagne von Cloud 9 gibt Amy die Möglichkeit, ihre Kindheits-Heldin, die Olympiasiegerin im Turnen, Missy Jones, zu treffen. Die erweist sich jedoch schnell als etwas zu inspirierend. Das Olympiafieber hat auch Glenn gepackt. Er hat Mühe, seinen extremen Patriotismus halbwegs unter Kontrolle zu halten. Jonah hingegen erfährt ein Geheimnis über Mateos Vergangenheit, und Dina bereitet eine Schlusszeremonie vor, die ihre Kollegen wohl nie vergessen werden. + 2: + episodes: + 1: + title: Streik + summary: Die Mitarbeiter von Cloud 9 streiken, da Glenn (Mark McKinney) gefeuert wurde, weil er Cheyenne (Nichole Bloom) Mutterschaftsgeld zugesagt hat. Der von der Zentrale geschickte District Manager Jeff (Michael Bunin) soll die Krise überwinden. Die Protestführer Jonah (Ben Feldman) und Amy (America Ferrera) streiten sich über die Verhandlungstechnik und über die öffentlichkeitswirksamen Maßnahmen, um Unterstützung für den Streik zu erhalten. Mateo (Nico Santos) schleicht sich immer wieder vom Streik weg, um Jeff von seinem Einsatz im Laden zu beeindrucken. Auch Dina (Lauren Ash) schleimt sich ein, um wieder zur Assistent Managerin befördert zu werden. + 2: + title: Der Daumen + summary: "Tag 1 nach dem Streik. District Manager Jeff (Michael Bunin) überwacht die Mitarbeiter im Laden, um Verbesserungspotenzial offenzulegen. Glenn (Mark McKinney) versucht besonders tough aufzutreten und den knallharten Boss zu markieren. Amy (America Ferrera) muss währenddessen die Folgen eines Arbeitsunfall vertuschen: Ein Mitarbeiter hat sich einen Finger abgeschnitten. District Manager Jeff darf davon auf keinen Fall erfahren…" + 3: + title: Knarren, Pillen, Vögel + summary: Jonah (Ben Feldman) wird für den Verkauf an der Waffentheke eingesetzt – was ihm als Waffengegner überhaupt nicht zusagt. Glenn (Mark McKinney) erfährt, dass im Cloud 9 die „Pille danach“ verkauft wird. Als Abtreibungsgegner versucht er, den Verkauf zu sabotieren. Außerdem müssen sich die Mitarbeiter mit widerspenstigen Krähen in ihrem Laden auseinandersetzen. + 4: + title: Der Kannibale von Cloud 9 + summary: "Das Maskottchen von „Cloud 9“ wird eines abscheulichen Verbrechens angeklagt. Glenn (Mark McKinney) ist besorgt und stellt sich die Frage, wie gut er seine Angestellten überhaupt kennt. Dina (Lauren Ash) hat nun leichtes Spiel: Sie darf endlich einen Drogentest bei allen Mitarbeitern durchführen lassen. Jonah (Ben Feldman) und Amy (America Ferrera) versuchen jegliche Arbeit zu vermeiden, in dem sie sich gegenseitig Streiche spielen und zu Mutproben auffordern. Cheyenne (Nichole Bloom) kann nicht aufhören, von ihrem Baby zu sprechen – was Garrett (Colton Dunn) und Sandra (Kaliko Kauahi) gehörig auf die Nerven geht. Mateo (Nico Santos) flirtet unterdessen heftig mit dem District Manager Jeff (Michael Bunin)." + 5: + title: Regeln sind Regeln + summary: Cheyenne und Bo geraten ständig aneinander. Das veranlasst sowohl Amy als auch Glenn, den beiden auf ganz unterschiedliche Weise Ratschläge zu erteilen. Unterdessen haben Mateo und Jonah den Auftrag, die Hunde zu beaufsichtigen. Zudem gibt es Ärger zwischen Garrett und Dina wegen der Zeiterfassung. + 6: + title: Halloween + summary: Weil es angeblich zu einem Diebstahl gekommen ist, wird Dina als Detektivin aktiv. Sie startet zu ausgedehnten Ermittlungen durch den gesamten Laden. Ihr Vorgehen bringt allerdings die Pläne aller Kollegen für Halloween gehörig durcheinander. Besonders Garrett muss sich Dinas Nachforschungen erwehren. Cheyenne und Jonah versuchen unterdessen, eine Beziehung einzugehen. + 7: + title: Wahltag + summary: Cloud 9 ist zum offiziellen Wahllokal erklärt worden. Während der Abstimmung kommt es zu allerlei Zwischenfällen. Unter anderem schießen Amy (America Ferrera) und Jonah (Ben Feldman) quer. Dina (Lauren Ash) und Glenn (Mark McKinney) versuchen in der Zwischenzeit, einen unangenehmen Vorfall zu vertuschen. Ähnlich verhält sich auch Mateo (Nico Santos), der seinen Status als illegaler Einwanderer möglichst geheimhalten will. + 8: + title: Frohe Weihnacht + summary: Wegen des Weihnachtsgeschäfts stellt Glenn (Mark McKinney) einige Hilfskräfte ein, unter anderem auch Amys (America Ferrera) Mann Adam (Ryan Gaul). Die Zusammenarbeit gestaltet sich jedoch nicht ganz einfach. Auch Jonah (Ben Feldman) und Garrett (Colton Dunn) bekommen mit den Aushilfskräften ihre Probleme. Überdies sucht Glenn nach dem perfekten Weihnachtsmann für sein Kaufhaus. + 9: + title: Black Friday + summary: Der geschäftigste Tag des Jahres steht bevor. Ausgerechnet jetzt leiden alle Angestellten an einer Lebensmittelvergiftung. Amy (America Ferrera) gibt sich besonders hart und versucht, ihre Magenverstimmung zu ignorieren. Mateo (Nico Santos) und Cheyenne (Nichole Bloom) setzen unterdessen eine neue Geschäftsidee in die Tat um. Und Glenn (Mark McKinney) verhält sich äußerst merkwürdig. + 10: + title: Fundbüro + summary: Traditionell werden zu Jahresbeginn die verloren gegangenen Sachen aus dem Fundbüro an die Mitarbeiter verteilt. Amy (America Ferrara) knackt dabei den Jackpot, denn in ihrer Hose sind 906 Dollar versteckt. Während Amy das Geld für Rechnungen und ihre Familie nutzen möchte, versucht Jonah (Ben Feldman) sie davon zu überzeugen, sich mit dem Geld selber zu verwöhnen. Obwohl der Fund eigentlich ein Geheimnis bleiben sollte, plaudert Cheyenne (Nichole Bloom) ihn vor der versammelten Mannschaft aus… Glenn (Mark McKinney) macht sich Sorgen, dass seine Mitarbeiter unter Depressionen leiden könnten. Seine Aufmunterungsversuche gehen allerdings nach hinten los… + 11: + title: Der Club der Optionslosen + summary: "Ein Markenwechsel steht an: Anstatt der Hausmarke „Halo“ wird nun „Supercloud“ eingeführt! Ein Vorstandsmitglied überwacht die Einführung, und wie es der Zufall so will, kennt er Jonah noch aus Studienzeiten. Derweil sucht Dina den Verräter, der sie beim Betriebsleiter verpfiffen hat, und Sandra baut ein Lügengerüst rund um ihre angebliche Beziehung zu Jeff zusammen…" + 12: + title: Ladies’ Lunch + summary: Es spricht sich herum, dass Amy (America Ferrera) und ihr Mann Probleme haben und deshalb eine Eheberatung aufsuchen. Um Amy aufzuheitern, lädt Dina (Lauren Ash) sie und die Kolleginnen zu einem gemeinsamen Ladies’ Lunch ein. Cheyenne (Nichole Bloom) wiederum will Amy mit einem spektakulären neuen Look helfen. Unterdessen haben Jonah (Ben Feldman) und Garrett (Mark McKinney) ein Spiel erfunden. + 13: + title: Valentinstag + summary: Am Valentinstag versuchen sich Amy (America Ferrera) und Glenn (Mark McKinney) als Heiratsvermittler. Ihre guten Absichten gehen jedoch mächtig nach hinten los. Währenddessen versucht Jonah (Ben Feldman) undercover, einen Serien-Ladendieb zu stellen. Mateo (Nico Santos) verliert die Fassung, als die Beziehung zwischen Sandra (Kaliko Kauahi) und Jeff (Michael Bunin) eine neue Wendung nimmt. + 14: + title: Heißer Laden + summary: Weil die Heizung nicht richtig funktioniert, nehmen die Spannungen zwischen Amy (America Ferrera), Jonah (Ben Feldman) und den anderen Superstore-Mitarbeitern zu. Dina (Lauren Ash) und Garrett (Colton Dunn) finden derweil einen Weg, um sich die Zeit zu vertreiben. Cheyenne (Nichole Bloom) hilft Glenn (Mark McKinney), eine Krise zu überwinden, als er versucht, die Heizung eigenhändig zu reparieren. + 15: + title: Sehnsucht + summary: Als Amy (America Ferrera) Mateo (Nico Santos) bei einem heimlichen Treffen mit Jeff (Michael Bunin) beobachtet, ignoriert sie Garretts (Colton Dunn) Rat, sich aus der Sache herauszuhalten, und sorgt dafür, dass gleich mehrere Beziehungen durcheinandergeraten. Derweil nimmt es Glenn (Mark McKinney) Jonah (Ben Feldman) übel, dass der ihn bei der Cloud-9-Wellness-Messe übertrumpft hat, und Dina (Lauren Ash) versucht zu beweisen, dass Amy ihre Krankheit nur vorgetäuscht hat. + 16: + title: Von Preisen, Eltern und Insekten + summary: Amy (America Ferrara) fährt mit Jonah (Ben Feldman), zu ihren Eltern, um ihnen beim Auszug aus dem Haus zu helfen, in dem sie einst aufgewachsen ist. Unterdessen macht sich Glenn (Mark McKinney) daran, den ausgeschriebenen Integrity Award zu gewinnen. Er hat allerdings Angst, dass Garrett (Colton Dunn) ihm den Preis wegschnappt. Dina (Lauren Ash) nutzt derweil Mateos (Nico Santos) Beziehung zu Jeff (Michael Bunin), um Probleme im Laden zu lösen. + 17: + title: Volltreffer + summary: Durch die Versetzung in einen Cloud-9-Flagshipstore kommen Probleme auf Mateo (Nico Santos) zu. Er versucht verzweifelt, seinen illegalen Aufenthaltsstatus zu klären. Unterdessen hilft Amy (America Ferrera) Glenn (Mark McKinney) bei der Bekämpfung eines Internet-Trolls. Jonah (Ben Feldman) und Cheyenne (Nichole Bloom) wollen Mateo Rechtsbeistand leisten, während Dina (Lauren Ash) und Garrett (Colton Dunn) sich auf eine Auseinandersetzung mit der Firmenleitung einlassen. + 18: + title: Die Tochter des Chefs + summary: "Glenn (Mark McKinney) lädt alle seine Kinder in den Laden ein und verursacht ein heilloses Durcheinander unter den Angestellten. Jonah (Ben Feldman) entwickelt ein romantisches Interesse an Glenns 25-jähriger Tochter, wobei Amy (America Ferrera) zwischen die Fronten gerät. Mittlerweile kämpfen Garrett (Colton Dunn), Dina (Lauren Ash) und Cheyenne (Nichole Bloom) damit, eines der quirligen Kleinkinder im Auge zu behalten, und Mateo (Nico Santos) trickst die Kids aus: Er lässt sie für sich arbeiten, während er sich mit seinem Leben nach Jeff beschäftigt." + 19: + title: Glenn’s Sorgen, Jonah’s Sorgen + summary: Glenn (Mark McKinney) ruft zum Frühjahrsputz im Cloud-9-Supermarkt auf. Amy (America Ferrera) und Garrett (Colton Dunn) machen mit und haben viel Spaß beim Herumschnüffeln in nicht abgeholten Fotos. Unterdessen nutzt Jonah (Ben Feldman) die Gelegenheit, Glenn für sich einzunehmen und seine Anerkennung zu gewinnen. Cheyennes (Nichole Bloom) Verlobter Bo (Johnny Pemberton) fängt im Laden an, um etwas für die Hochzeit dazuzuverdienen. Dabei macht er sich Dinas und Mateos Insiderkenntnisse zunutze. + 20: + title: Cheyenne’s Hochzeit + summary: Endlich findet Cheyennes (Nichole Bloom) und Bos (Johnny Pemberton) Traumhochzeit statt, jedoch verläuft nicht alles nach Plan. Beziehungen beginnen zu bröckeln, als Amy (America Ferrara) und Jonah (Ben Feldman) versuchen, Gerüchte über ihr Verhältnis zu zerstreuen. Währenddessen versucht Glenn (Mark McKinney), der von bevorstehenden Entlassungen gehört hat, Einfluss auf Jeff (Michael Bunin) zu nehmen. Mateo (Nico Santos) hingegen geht Jeff während der Hochzeit aus dem Weg. + 21: + title: Tornado + summary: Die Nerven der Belegschaft sind zum Zerreißen gespannt, als Glenn (Mark McKinney) zu entscheiden versucht, wen er entlassen soll. Jonah (Ben Feldman) kämpft derweil mit den Folgen des Geständnisses, das er Amy (America Ferrara) gemacht hat. Während Dina (Lauren Ash) und Garrett (Colton Dunn) sich streiten, schmiedet Mateo (Nico Santos) eine Allianz, um seinen Job behalten zu können. Im denkbar ungünstigsten Moment bringt eine Tornadowarnung die Cloud-9-Mitarbeiter in unangenehme Situationen. + 356640: # Russian Doll + title: Russian Doll \ No newline at end of file diff --git a/cpt-kuesel/metadata/shows/overlays.yml b/cpt-kuesel/metadata/shows/overlays.yml deleted file mode 100644 index 67fede2..0000000 --- a/cpt-kuesel/metadata/shows/overlays.yml +++ /dev/null @@ -1,74 +0,0 @@ -### ISO-Language codes (https://www.loc.gov/standards/iso639-2/php/code_list.php) in my library: -# de | German -# en | English -# fr | French -### Flags for Overlays -> https://www.countries-ofthe-world.com/flags-of-the-world.html - -templates: - dl_overlay: - optional: - - english - - french - - german - - spanish - default: - overlay_name: <<collection_name>> - meta_lang: en-US - plex_search: - all: - audio_language: - - <<english>> - - <<french>> - - <<german>> - - <<spanish>> - build_collection: false - item_overlay: <<overlay_name>> - item_metadata_language: <<meta_lang>> - overlay: - optional: - - english - - french - - german - - spanish - default: - english_not: en - french_not: fr - german_not: de - spanish_not: es - - overlay_name: <<collection_name>> - meta_lang: en-US - plex_search: - all: - audio_language: - - <<english>> - - <<french>> - - <<german>> - - <<spanish>> - audio_language.not: - - <<english_not>> - - <<french_not>> - - <<german_not>> - - <<spanish_not>> - build_collection: false - item_overlay: <<overlay_name>> - item_metadata_language: <<meta_lang>> - -collections: - dl_english_french: - template: {name: dl_overlay, english: en, french: fr} - dl_german_english: - template: {name: dl_overlay, german: de, english: en, meta_lang: de-DE} - dl_german_french: - template: {name: dl_overlay, german: de, french: fr, meta_lang: de-DE} - dl_german_spanish: - template: {name: dl_overlay, german: de, spanish: es, meta_lang: de-DE} - - english: - template: {name: overlay, english: en, english_not: null} - french: - template: {name: overlay, french: fr, french_not: null} - german: - template: {name: overlay, german: de, german_not: null, meta_lang: de-DE} - spanish: - template: {name: overlay, spanish: es, spanish_not: null} diff --git a/cpt-kuesel/overlay.psd b/cpt-kuesel/overlay.psd deleted file mode 100644 index 8ea18e9..0000000 Binary files a/cpt-kuesel/overlay.psd and /dev/null differ diff --git a/cpt-kuesel/overlays/_flags/chinese.png b/cpt-kuesel/overlays/_flags/chinese.png new file mode 100644 index 0000000..343af1a Binary files /dev/null and b/cpt-kuesel/overlays/_flags/chinese.png differ diff --git a/cpt-kuesel/overlays/_flags/czech.png b/cpt-kuesel/overlays/_flags/czech.png new file mode 100644 index 0000000..5c13d77 Binary files /dev/null and b/cpt-kuesel/overlays/_flags/czech.png differ diff --git a/cpt-kuesel/overlays/_flags/danish.png b/cpt-kuesel/overlays/_flags/danish.png new file mode 100644 index 0000000..e5a449e Binary files /dev/null and b/cpt-kuesel/overlays/_flags/danish.png differ diff --git a/cpt-kuesel/overlays/_flags/dutch.png b/cpt-kuesel/overlays/_flags/dutch.png new file mode 100644 index 0000000..dda1ffd Binary files /dev/null and b/cpt-kuesel/overlays/_flags/dutch.png differ diff --git a/cpt-kuesel/overlays/_flags/english.png b/cpt-kuesel/overlays/_flags/english.png new file mode 100644 index 0000000..f58a71e Binary files /dev/null and b/cpt-kuesel/overlays/_flags/english.png differ diff --git a/cpt-kuesel/overlays/_flags/farsi.png b/cpt-kuesel/overlays/_flags/farsi.png new file mode 100644 index 0000000..8aa26b6 Binary files /dev/null and b/cpt-kuesel/overlays/_flags/farsi.png differ diff --git a/cpt-kuesel/overlays/_flags/french.png b/cpt-kuesel/overlays/_flags/french.png new file mode 100644 index 0000000..c580cc6 Binary files /dev/null and b/cpt-kuesel/overlays/_flags/french.png differ diff --git a/cpt-kuesel/overlays/_flags/german.png b/cpt-kuesel/overlays/_flags/german.png new file mode 100644 index 0000000..e863c4f Binary files /dev/null and b/cpt-kuesel/overlays/_flags/german.png differ diff --git a/cpt-kuesel/overlays/_flags/hindi.png b/cpt-kuesel/overlays/_flags/hindi.png new file mode 100644 index 0000000..b4daf7c Binary files /dev/null and b/cpt-kuesel/overlays/_flags/hindi.png differ diff --git a/cpt-kuesel/overlays/_flags/hungarian.png b/cpt-kuesel/overlays/_flags/hungarian.png new file mode 100644 index 0000000..6fd54e8 Binary files /dev/null and b/cpt-kuesel/overlays/_flags/hungarian.png differ diff --git a/cpt-kuesel/overlays/_flags/icelandic.png b/cpt-kuesel/overlays/_flags/icelandic.png new file mode 100644 index 0000000..bfb62cd Binary files /dev/null and b/cpt-kuesel/overlays/_flags/icelandic.png differ diff --git a/cpt-kuesel/overlays/_flags/italian.png b/cpt-kuesel/overlays/_flags/italian.png new file mode 100644 index 0000000..858929f Binary files /dev/null and b/cpt-kuesel/overlays/_flags/italian.png differ diff --git a/cpt-kuesel/overlays/_flags/japanese.png b/cpt-kuesel/overlays/_flags/japanese.png new file mode 100644 index 0000000..66e8c83 Binary files /dev/null and b/cpt-kuesel/overlays/_flags/japanese.png differ diff --git a/cpt-kuesel/overlays/_flags/korean.png b/cpt-kuesel/overlays/_flags/korean.png new file mode 100644 index 0000000..090ebfd Binary files /dev/null and b/cpt-kuesel/overlays/_flags/korean.png differ diff --git a/cpt-kuesel/overlays/_flags/norwegian.png b/cpt-kuesel/overlays/_flags/norwegian.png new file mode 100644 index 0000000..107da4d Binary files /dev/null and b/cpt-kuesel/overlays/_flags/norwegian.png differ diff --git a/cpt-kuesel/overlays/_flags/polish.png b/cpt-kuesel/overlays/_flags/polish.png new file mode 100644 index 0000000..eaa34ea Binary files /dev/null and b/cpt-kuesel/overlays/_flags/polish.png differ diff --git a/cpt-kuesel/overlays/_flags/portuguese.png b/cpt-kuesel/overlays/_flags/portuguese.png new file mode 100644 index 0000000..9373cf7 Binary files /dev/null and b/cpt-kuesel/overlays/_flags/portuguese.png differ diff --git a/cpt-kuesel/overlays/_flags/russian.png b/cpt-kuesel/overlays/_flags/russian.png new file mode 100644 index 0000000..a6fce30 Binary files /dev/null and b/cpt-kuesel/overlays/_flags/russian.png differ diff --git a/cpt-kuesel/overlays/_flags/spanish.png b/cpt-kuesel/overlays/_flags/spanish.png new file mode 100644 index 0000000..9a25502 Binary files /dev/null and b/cpt-kuesel/overlays/_flags/spanish.png differ diff --git a/cpt-kuesel/overlays/_flags/swedish.png b/cpt-kuesel/overlays/_flags/swedish.png new file mode 100644 index 0000000..2638596 Binary files /dev/null and b/cpt-kuesel/overlays/_flags/swedish.png differ diff --git a/cpt-kuesel/overlays/_flags/telugu.png b/cpt-kuesel/overlays/_flags/telugu.png new file mode 100644 index 0000000..f7faccf Binary files /dev/null and b/cpt-kuesel/overlays/_flags/telugu.png differ diff --git a/cpt-kuesel/overlays/_flags/thai.png b/cpt-kuesel/overlays/_flags/thai.png new file mode 100644 index 0000000..a416475 Binary files /dev/null and b/cpt-kuesel/overlays/_flags/thai.png differ diff --git a/cpt-kuesel/overlays/_flags/turkish.png b/cpt-kuesel/overlays/_flags/turkish.png new file mode 100644 index 0000000..d458820 Binary files /dev/null and b/cpt-kuesel/overlays/_flags/turkish.png differ diff --git a/cpt-kuesel/overlays/_flags/ukrainian.png b/cpt-kuesel/overlays/_flags/ukrainian.png new file mode 100644 index 0000000..f1828ce Binary files /dev/null and b/cpt-kuesel/overlays/_flags/ukrainian.png differ diff --git a/cpt-kuesel/overlays/admin/queues.yml b/cpt-kuesel/overlays/admin/queues.yml new file mode 100644 index 0000000..387aa01 --- /dev/null +++ b/cpt-kuesel/overlays/admin/queues.yml @@ -0,0 +1,31 @@ +queues: + flags: + - horizontal_align: left + vertical_align: top + horizontal_offset: 15 + vertical_offset: 15 + - horizontal_align: left + vertical_align: top + horizontal_offset: 15 + vertical_offset: 75 + - horizontal_align: left + vertical_align: top + horizontal_offset: 15 + vertical_offset: 135 + - horizontal_align: left + vertical_align: top + horizontal_offset: 15 + vertical_offset: 195 + - horizontal_align: left + vertical_align: top + horizontal_offset: 15 + vertical_offset: 255 + +overlays: + queue_pseudo_overlay: + plex_search: + all: + year.lt: 1800 + overlay: + name: none + file: overlays/none.png \ No newline at end of file diff --git a/cpt-kuesel/overlays/flags.yml b/cpt-kuesel/overlays/flags.yml new file mode 100644 index 0000000..d284471 --- /dev/null +++ b/cpt-kuesel/overlays/flags.yml @@ -0,0 +1,173 @@ +external_templates: + - file: metadata/admin/_templates.yml + - file: metadata/admin/_switches.yml + +overlays: + german: + template: + - name: use_german + - name: flag_overlay + language: de + overlay: german + weight: 89 + english: + template: + - name: use_english + - name: flag_overlay + language: en + overlay: english + weight: 88 + french: + template: + - name: use_french + - name: flag_overlay + language: fr + overlay: french + weight: 87 + japanese: + template: + - name: use_japanese + - name: flag_overlay + language: ja + overlay: japanese + weight: 86 + korean: + template: + - name: use_korean + - name: flag_overlay + language: ko + overlay: korean + weight: 85 + chinese: + template: + - name: use_chinese + - name: flag_overlay + language: zh + overlay: chinese + weight: 84 + danish: + template: + - name: use_danish + - name: flag_overlay + language: da + overlay: danish + weight: 83 + russian: + template: + - name: use_russian + - name: flag_overlay + language: ru + overlay: russian + weight: 82 + spanish: + template: + - name: use_spanish + - name: flag_overlay + language: es + overlay: spanish + weight: 81 + italian: + template: + - name: use_italian + - name: flag_overlay + language: it + overlay: italian + weight: 80 + portuguese: + template: + - name: use_portuguese + - name: flag_overlay + language: pt + overlay: portuguese + weight: 79 + hindi: + template: + - name: use_hindi + - name: flag_overlay + language: hi + overlay: hindi + weight: 78 + telugu: + template: + - name: use_telugu + - name: flag_overlay + language: te + overlay: telugu + weight: 77 + farsi: + template: + - name: use_farsi + - name: flag_overlay + language: fa + overlay: farsi + weight: 76 + thai: + template: + - name: use_thai + - name: flag_overlay + language: th + overlay: thai + weight: 75 + dutch: + template: + - name: use_dutch + - name: flag_overlay + language: nl + overlay: dutch + weight: 74 + norwegian: + template: + - name: use_norwegian + - name: flag_overlay + language: no + overlay: norwegian + weight: 73 + icelandic: + template: + - name: use_icelandic + - name: flag_overlay + language: is + overlay: icelandic + weight: 72 + swedish: + template: + - name: use_swedish + - name: flag_overlay + language: sv + overlay: swedish + weight: 71 + turkish: + template: + - name: use_turkish + - name: flag_overlay + language: tr + overlay: turkish + weight: 70 + polish: + template: + - name: use_polish + - name: flag_overlay + language: pl + overlay: polish + weight: 69 + czech: + template: + - name: use_czech + - name: flag_overlay + language: cs + overlay: czech + weight: 68 + ukrainian: + template: + - name: use_ukrainian + - name: flag_overlay + language: uk + overlay: ukrainian + weight: 67 + hungarian: + template: + - name: use_hungarian + - name: flag_overlay + language: hu + overlay: hungarian + weight: 66 \ No newline at end of file diff --git a/cpt-kuesel/overlays/none.png b/cpt-kuesel/overlays/none.png new file mode 100644 index 0000000..444928a Binary files /dev/null and b/cpt-kuesel/overlays/none.png differ diff --git a/cpt-kuesel/overlays_v1/dl_english_chinese/overlay.png b/cpt-kuesel/overlays_v1/dl_english_chinese/overlay.png deleted file mode 100644 index 5fc896c..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_english_chinese/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_english_danish/overlay.png b/cpt-kuesel/overlays_v1/dl_english_danish/overlay.png deleted file mode 100644 index a1df158..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_english_danish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_english_dutch/overlay.png b/cpt-kuesel/overlays_v1/dl_english_dutch/overlay.png deleted file mode 100644 index be3a2d2..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_english_dutch/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_english_french/overlay.png b/cpt-kuesel/overlays_v1/dl_english_french/overlay.png deleted file mode 100644 index 4c4dc70..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_english_french/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_english_indian_hindi/overlay.png b/cpt-kuesel/overlays_v1/dl_english_indian_hindi/overlay.png deleted file mode 100644 index 56ddfe2..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_english_indian_hindi/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_english_indian_telugu/overlay.png b/cpt-kuesel/overlays_v1/dl_english_indian_telugu/overlay.png deleted file mode 100644 index 56ddfe2..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_english_indian_telugu/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_english_iranian_farsi/overlay.png b/cpt-kuesel/overlays_v1/dl_english_iranian_farsi/overlay.png deleted file mode 100644 index 69242be..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_english_iranian_farsi/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_english_italian/overlay.png b/cpt-kuesel/overlays_v1/dl_english_italian/overlay.png deleted file mode 100644 index fdba9b0..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_english_italian/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_english_japanese/overlay.png b/cpt-kuesel/overlays_v1/dl_english_japanese/overlay.png deleted file mode 100644 index 0e8623a..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_english_japanese/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_english_korean/overlay.png b/cpt-kuesel/overlays_v1/dl_english_korean/overlay.png deleted file mode 100644 index bed6205..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_english_korean/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_english_russian/overlay.png b/cpt-kuesel/overlays_v1/dl_english_russian/overlay.png deleted file mode 100644 index af65506..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_english_russian/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_english_spanish/overlay.png b/cpt-kuesel/overlays_v1/dl_english_spanish/overlay.png deleted file mode 100644 index ae1308f..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_english_spanish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_english_swedish/overlay.png b/cpt-kuesel/overlays_v1/dl_english_swedish/overlay.png deleted file mode 100644 index 81c08c5..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_english_swedish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_english_thai/overlay.png b/cpt-kuesel/overlays_v1/dl_english_thai/overlay.png deleted file mode 100644 index e8d2574..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_english_thai/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_french_danish/overlay.png b/cpt-kuesel/overlays_v1/dl_french_danish/overlay.png deleted file mode 100644 index 529823c..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_french_danish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_chinese/overlay.png b/cpt-kuesel/overlays_v1/dl_german_chinese/overlay.png deleted file mode 100644 index 07d92a7..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_chinese/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_danish/overlay.png b/cpt-kuesel/overlays_v1/dl_german_danish/overlay.png deleted file mode 100644 index f3a908e..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_danish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_dutch/overlay.png b/cpt-kuesel/overlays_v1/dl_german_dutch/overlay.png deleted file mode 100644 index e4e53fd..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_dutch/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_english/overlay.png b/cpt-kuesel/overlays_v1/dl_german_english/overlay.png deleted file mode 100644 index c407346..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_english/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_english_4k/overlay.png b/cpt-kuesel/overlays_v1/dl_german_english_4k/overlay.png deleted file mode 100644 index 0929621..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_english_4k/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_english_4k_hdr/overlay.png b/cpt-kuesel/overlays_v1/dl_german_english_4k_hdr/overlay.png deleted file mode 100644 index 62b6b3e..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_english_4k_hdr/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_english_hdr/overlay.png b/cpt-kuesel/overlays_v1/dl_german_english_hdr/overlay.png deleted file mode 100644 index a0e09f4..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_english_hdr/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_french/overlay.png b/cpt-kuesel/overlays_v1/dl_german_french/overlay.png deleted file mode 100644 index 2400dac..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_french/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_indian_hindi/overlay.png b/cpt-kuesel/overlays_v1/dl_german_indian_hindi/overlay.png deleted file mode 100644 index 89f9fa2..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_indian_hindi/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_indian_telugu/overlay.png b/cpt-kuesel/overlays_v1/dl_german_indian_telugu/overlay.png deleted file mode 100644 index 89f9fa2..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_indian_telugu/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_iranian_farsi/overlay.png b/cpt-kuesel/overlays_v1/dl_german_iranian_farsi/overlay.png deleted file mode 100644 index 7d73b70..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_iranian_farsi/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_italian/overlay.png b/cpt-kuesel/overlays_v1/dl_german_italian/overlay.png deleted file mode 100644 index 975ee54..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_italian/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_japanese/overlay.png b/cpt-kuesel/overlays_v1/dl_german_japanese/overlay.png deleted file mode 100644 index a8aa838..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_japanese/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_korean/overlay.png b/cpt-kuesel/overlays_v1/dl_german_korean/overlay.png deleted file mode 100644 index 8fa84ff..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_korean/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_russian/overlay.png b/cpt-kuesel/overlays_v1/dl_german_russian/overlay.png deleted file mode 100644 index 3d1998d..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_russian/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_spanish/overlay.png b/cpt-kuesel/overlays_v1/dl_german_spanish/overlay.png deleted file mode 100644 index 7852596..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_spanish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_swedish/overlay.png b/cpt-kuesel/overlays_v1/dl_german_swedish/overlay.png deleted file mode 100644 index 7956676..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_swedish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_german_thai/overlay.png b/cpt-kuesel/overlays_v1/dl_german_thai/overlay.png deleted file mode 100644 index 371419f..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_german_thai/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_italian_thai/overlay.png b/cpt-kuesel/overlays_v1/dl_italian_thai/overlay.png deleted file mode 100644 index 4ffd64a..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_italian_thai/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_japanese_chinese/overlay.png b/cpt-kuesel/overlays_v1/dl_japanese_chinese/overlay.png deleted file mode 100644 index 38dfce5..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_japanese_chinese/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dl_korean_french/overlay.png b/cpt-kuesel/overlays_v1/dl_korean_french/overlay.png deleted file mode 100644 index 19dd1cc..0000000 Binary files a/cpt-kuesel/overlays_v1/dl_korean_french/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/dutch/overlay.png b/cpt-kuesel/overlays_v1/dutch/overlay.png deleted file mode 100644 index 6740807..0000000 Binary files a/cpt-kuesel/overlays_v1/dutch/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/english/overlay.png b/cpt-kuesel/overlays_v1/english/overlay.png deleted file mode 100644 index f8cd464..0000000 Binary files a/cpt-kuesel/overlays_v1/english/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/english_4k/overlay.png b/cpt-kuesel/overlays_v1/english_4k/overlay.png deleted file mode 100644 index 6c60a26..0000000 Binary files a/cpt-kuesel/overlays_v1/english_4k/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/english_4k_hdr/overlay.png b/cpt-kuesel/overlays_v1/english_4k_hdr/overlay.png deleted file mode 100644 index 89321d2..0000000 Binary files a/cpt-kuesel/overlays_v1/english_4k_hdr/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/english_hdr/overlay.png b/cpt-kuesel/overlays_v1/english_hdr/overlay.png deleted file mode 100644 index 7d0e6d8..0000000 Binary files a/cpt-kuesel/overlays_v1/english_hdr/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/french/overlay.png b/cpt-kuesel/overlays_v1/french/overlay.png deleted file mode 100644 index 0bacd77..0000000 Binary files a/cpt-kuesel/overlays_v1/french/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/german/overlay.png b/cpt-kuesel/overlays_v1/german/overlay.png deleted file mode 100644 index 462e4b4..0000000 Binary files a/cpt-kuesel/overlays_v1/german/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/german_4k/overlay.png b/cpt-kuesel/overlays_v1/german_4k/overlay.png deleted file mode 100644 index 8f4f994..0000000 Binary files a/cpt-kuesel/overlays_v1/german_4k/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/german_4k_hdr/overlay.png b/cpt-kuesel/overlays_v1/german_4k_hdr/overlay.png deleted file mode 100644 index 07bda7a..0000000 Binary files a/cpt-kuesel/overlays_v1/german_4k_hdr/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/german_hdr/overlay.png b/cpt-kuesel/overlays_v1/german_hdr/overlay.png deleted file mode 100644 index a43fbfb..0000000 Binary files a/cpt-kuesel/overlays_v1/german_hdr/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/indian_hindi/overlay.png b/cpt-kuesel/overlays_v1/indian_hindi/overlay.png deleted file mode 100644 index de08376..0000000 Binary files a/cpt-kuesel/overlays_v1/indian_hindi/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/indian_telugu/overlay.png b/cpt-kuesel/overlays_v1/indian_telugu/overlay.png deleted file mode 100644 index de08376..0000000 Binary files a/cpt-kuesel/overlays_v1/indian_telugu/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/iranian_farsi/overlay.png b/cpt-kuesel/overlays_v1/iranian_farsi/overlay.png deleted file mode 100644 index 857ed78..0000000 Binary files a/cpt-kuesel/overlays_v1/iranian_farsi/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/italian/overlay.png b/cpt-kuesel/overlays_v1/italian/overlay.png deleted file mode 100644 index c8986f5..0000000 Binary files a/cpt-kuesel/overlays_v1/italian/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/japanese/overlay.png b/cpt-kuesel/overlays_v1/japanese/overlay.png deleted file mode 100644 index 618751c..0000000 Binary files a/cpt-kuesel/overlays_v1/japanese/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/korean/overlay.png b/cpt-kuesel/overlays_v1/korean/overlay.png deleted file mode 100644 index 8cddfa3..0000000 Binary files a/cpt-kuesel/overlays_v1/korean/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/overlay.psd b/cpt-kuesel/overlays_v1/overlay.psd deleted file mode 100644 index 583c875..0000000 Binary files a/cpt-kuesel/overlays_v1/overlay.psd and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/russian/overlay.png b/cpt-kuesel/overlays_v1/russian/overlay.png deleted file mode 100644 index 29331c1..0000000 Binary files a/cpt-kuesel/overlays_v1/russian/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/spanish/overlay.png b/cpt-kuesel/overlays_v1/spanish/overlay.png deleted file mode 100644 index 454e020..0000000 Binary files a/cpt-kuesel/overlays_v1/spanish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/swedish/overlay.png b/cpt-kuesel/overlays_v1/swedish/overlay.png deleted file mode 100644 index 26dcccb..0000000 Binary files a/cpt-kuesel/overlays_v1/swedish/overlay.png and /dev/null differ diff --git a/cpt-kuesel/overlays_v1/thai/overlay.png b/cpt-kuesel/overlays_v1/thai/overlay.png deleted file mode 100644 index e3422b5..0000000 Binary files a/cpt-kuesel/overlays_v1/thai/overlay.png and /dev/null differ diff --git a/cpt-kuesel/pmm_folder_structure.png b/cpt-kuesel/pmm_folder_structure.png deleted file mode 100644 index 4dbe05c..0000000 Binary files a/cpt-kuesel/pmm_folder_structure.png and /dev/null differ diff --git a/djnield/.DS_Store b/djnield/.DS_Store deleted file mode 100644 index 86fc2db..0000000 Binary files a/djnield/.DS_Store and /dev/null differ diff --git a/djnield/Movies-4K-DV.yml b/djnield/Movies-4K-DV.yml index 6502f33..3948598 100644 --- a/djnield/Movies-4K-DV.yml +++ b/djnield/Movies-4K-DV.yml @@ -1,130 +1,24 @@ +--- collections: - Movie Watchlist: - trakt_watchlist: - - me - smart_label: release.desc - sync_mode: sync - label: admin - visible_home: true - visible_shared: false - visible_library: false - url_poster: https://i.imgur.com/xRfaqAD.jpg - - Trending Movies: - trakt_trending: 40 - tmdb_trending_daily: 40 - tmdb_trending_weekly: 40 - sort_title: "#1Trending" - sync_mode: sync - smart_label: added.desc - summary: Movies Trending across the internet - url_background: https://i.imgur.com/SOVfrIq.png - url_poster: https://i.imgur.com/KRKRjWT.jpg - visible_home: true - visible_shared: true - visible_library: true - - Top Rated Movies: - imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250 - tmdb_top_rated: 250 - sort_title: "#2Top Rated" - sync_mode: sync - schedule: weekly(wednesday), weekly(sunday) - smart_label: random - summary: IMDb Top Rated Movies - url_background: https://i.imgur.com/b26VZ9y.jpg - url_poster: https://i.imgur.com/4izKiv7.jpg - visible_home: false - visible_shared: false - visible_library: true - - DV-Atmos: - plex_all: true - filters: - filepath: - - MoviesDV - - Atmos - filepath.not: - - DTS-X - - TrueHD - - DTS-HD - item_overlay: - name: DV-Atmos - url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV-Atmos/overlay.png - build_collection: false - - DV: - plex_all: true - filters: - filepath: MoviesDV - filepath.not: - - Atmos - - DTS-X - - TrueHD - - DTS-HD - item_overlay: - name: DV - url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV/overlay.png - build_collection: false - - DV-DTS-X: - plex_all: true - filters: - filepath: - - MoviesDV - - DTS-X - filepath.not: - - Atmos - - TrueHD - - DTS-HD - item_overlay: - name: DV-DTS-X - url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV-DTS-X/overlay.png - build_collection: false - - DV-TrueHD: - plex_all: true - filters: - filepath: - - MoviesDV - - TrueHD - filepath.not: - - DTS-X - - DTS-HD - - Atmos - - EAC3 - item_overlay: - name: DV-TrueHD - url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV-TrueHD/overlay.png - build_collection: false - - DV-TrueHD-Atmos: - plex_all: true - filters: - filepath: - - MoviesDV - - TrueHD - - Atmos - filepath.not: - - DTS-X - - DTS-HD - - EAC3 - item_overlay: - name: DV-TrueHD-Atmos - url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV-TrueHD-Atmos/overlay.png - build_collection: false - - DV-DTS-HD: - plex_all: true - filters: - filepath: - - MoviesDV - - DTS-HD - filepath.not: - - DTS-X - - TrueHD - - Atmos - item_overlay: DV-DTS-HD - name: DV-DTS-HD - url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV-DTS-HD/overlay.png - build_collection: false \ No newline at end of file + Trending Movies: + trakt_trending: 40 + tmdb_trending_daily: 40 + tmdb_trending_weekly: 40 + sort_title: ++1Trending + sync_mode: sync + smart_label: added.desc + summary: Movies Trending across the internet + url_poster: https://i.imgur.com/AVCNmB0.png + url_background: https://wallpaper.dog/large/20509069.jpg + visible_home: true + visible_shared: true + visible_library: true + cache_builders: 1 + DV: + plex_all: true + item_overlay: + name: DV + url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV/overlay.png + build_collection: false + revert_overlay: false + schedule: hourly(18) diff --git a/djnield/Movies-4K.yml b/djnield/Movies-4K.yml index dd13502..00d1288 100644 --- a/djnield/Movies-4K.yml +++ b/djnield/Movies-4K.yml @@ -1,58 +1,24 @@ +--- collections: - Movie Watchlist: - trakt_watchlist: - - me - smart_label: release.desc - sync_mode: sync - label: admin - visible_home: true - visible_shared: false - visible_library: false - url_poster: https://i.imgur.com/xRfaqAD.jpg - - Trending Movies: - trakt_trending: 40 - tmdb_trending_daily: 40 - tmdb_trending_weekly: 40 - sort_title: "#1Trending" - sync_mode: sync - smart_label: added.desc - summary: Movies Trending across the internet - url_background: https://i.imgur.com/SOVfrIq.png - url_poster: https://i.imgur.com/KRKRjWT.jpg - visible_home: true - visible_shared: true - visible_library: true - - Top Rated Movies: - imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250 - tmdb_top_rated: 250 - sort_title: "#2Top Rated" - sync_mode: sync - schedule: weekly(wednesday), weekly(sunday) - smart_label: random - summary: IMDb Top Rated Movies - url_background: https://i.imgur.com/b26VZ9y.jpg - url_poster: https://i.imgur.com/4izKiv7.jpg - visible_home: false - visible_shared: false - visible_library: true - - 4K Overlay: - plex_search: - all: - resolution: 4K - hdr: false - item_overlay: - name: 4K - url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/4K/overlay.png - build_collection: false - 4K-HDR Overlay: - plex_search: - all: - resolution: 4K - hdr: true - item_overlay: - name: 4K-HDR - url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/4K-HDR/overlay.png - build_collection: false + Trending Movies: + trakt_trending: 40 + tmdb_trending_daily: 40 + tmdb_trending_weekly: 40 + sort_title: ++1Trending + sync_mode: sync + smart_label: added.desc + summary: Movies Trending across the internet + url_poster: https://i.imgur.com/AVCNmB0.png + url_background: https://wallpaper.dog/large/20509069.jpg + visible_home: true + visible_shared: true + visible_library: true + cache_builders: 1 + 4K Overlay: + plex_all: true + item_overlay: + name: 4K + url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/4K/overlay.png + build_collection: false + revert_overlay: false + schedule: hourly(18) diff --git a/djnield/Movies.yml b/djnield/Movies.yml index 4bc64b1..bab1b3f 100644 --- a/djnield/Movies.yml +++ b/djnield/Movies.yml @@ -1,39 +1,46 @@ +--- collections: - Movie Watchlist: - trakt_watchlist: - - me - smart_label: release.desc - sync_mode: sync - label: admin - visible_home: true - visible_shared: false - visible_library: false - url_poster: https://i.imgur.com/xRfaqAD.jpg - - Trending Movies: - trakt_trending: 40 - tmdb_trending_daily: 40 - tmdb_trending_weekly: 40 - sort_title: "#1Trending" - sync_mode: sync - smart_label: added.desc - summary: Movies Trending across the internet - url_background: https://i.imgur.com/SOVfrIq.png - url_poster: https://i.imgur.com/KRKRjWT.jpg - visible_home: true - visible_shared: true - visible_library: true - - Top Rated Movies: - imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250 - tmdb_top_rated: 250 - sort_title: "#2Top Rated" - sync_mode: sync - schedule: weekly(wednesday), weekly(sunday) - smart_label: random - summary: IMDb Top Rated Movies - url_background: https://i.imgur.com/b26VZ9y.jpg - url_poster: https://i.imgur.com/4izKiv7.jpg - visible_home: false - visible_shared: false - visible_library: true \ No newline at end of file + Movie Watchlist: + trakt_watchlist: + - me + sort_title: ++03Watchlist + smart_label: release.desc + sync_mode: sync + schedule: hourly (00) + label: admin + visible_home: true + visible_shared: false + visible_library: false + url_poster: https://i.imgur.com/IJMWyvo.png + url_background: https://wallpaper.dog/large/20509069.jpg + cache_builders: 1 + + Trending Movies: + trakt_trending: 40 + tmdb_trending_daily: 40 + tmdb_trending_weekly: 40 + sort_title: ++01Trending + sync_mode: sync + smart_label: added.desc + summary: Movies Trending across the internet + url_poster: https://i.imgur.com/AVCNmB0.png + url_background: https://wallpaper.dog/large/20509069.jpg + visible_home: true + visible_shared: true + visible_library: true + cache_builders: 1 + + Top Rated Movies: + imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250 + tmdb_top_rated: 250 + sort_title: ++02Top Rated + sync_mode: sync + schedule: hourly (18) + smart_label: random + summary: IMDb Top Rated Movies + url_poster: https://i.imgur.com/7h1vaxl.png + url_background: https://wallpaper.dog/large/20509069.jpg + visible_home: false + visible_shared: false + visible_library: true + cache_builders: 1 diff --git a/djnield/Series-4K-DV.yml b/djnield/Series-4K-DV.yml index f2f8722..072a100 100644 --- a/djnield/Series-4K-DV.yml +++ b/djnield/Series-4K-DV.yml @@ -1,52 +1,22 @@ +--- collections: - TV Watchlist: - trakt_watchlist: - - me - smart_label: release.desc - sync_mode: sync - label: admin - url_poster: https://i.imgur.com/28RussS.jpg - visible_home: true - visible_shared: false - visible_library: false - Trending TV: - smart_label: release.desc - sort_title: "#1Trending TV" - sync_mode: sync - trakt_trending: 40 - summary: Shows Trending across the internet - url_poster: https://i.imgur.com/fusp1a2.jpg - visible_home: true - visible_shared: true - visible_library: true - - Popular TV: - smart_label: release.desc - sort_title: "#2Popular TV" - sync_mode: sync - imdb_list: - url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries - limit: 40 - summary: Popular Shows across the internet - url_poster: https://i.imgur.com/0jOvpQm.jpg - visible_home: false - visible_shared: false - visible_library: true - - Top Rated TV: - smart_label: user_rating.desc - sort_title: "#3Top Rated TV" - sync_mode: sync - imdb_list: - url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&num_votes=20000,&sort=user_rating,desc - limit: 100 - tmdb_top_rated: 100 - summary: Top Rated Shows across the internet - url_poster: https://i.imgur.com/Ja997V8.jpg - - DV: - plex_all: true - item_overlay: - name: DV - url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV/overlay.png - build_collection: false \ No newline at end of file + Trending TV: + smart_label: release.desc + sort_title: ++1Trending TV + sync_mode: sync + trakt_trending: 40 + summary: Shows Trending across the internet + url_poster: https://i.imgur.com/AVCNmB0.png + url_background: https://wallpaper.dog/large/20509069.jpg + visible_home: true + visible_shared: true + visible_library: true + cache_builders: 1 + DV: + plex_all: true + item_overlay: + name: DV + url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV/overlay.png + build_collection: false + revert_overlay: false + schedule: hourly(18) diff --git a/djnield/Series-4K.yml b/djnield/Series-4K.yml index 06ef6a9..3ac2a48 100644 --- a/djnield/Series-4K.yml +++ b/djnield/Series-4K.yml @@ -1,79 +1,22 @@ -collections: - Best of British: - smart_label: release.desc - sync_mode: sync - schedule: weekly(monday), weekly(wednesday), weekly(saturday) - sort_title: "#4Best of British" - trakt_list: https://trakt.tv/users/extrobet/lists/uk-tv - summary: UK TV at it's best showcasing Crime, Drama & Thrillers from the last two decades - url_poster: https://i.imgur.com/6V59VW7.jpg - filters: - plays.lt: 1 - visible_home: true - visible_shared: true - visible_library: true - - TV Watchlist: - trakt_watchlist: - - me - smart_label: release.desc - sync_mode: sync - label: admin - url_poster: https://i.imgur.com/28RussS.jpg - visible_home: true - visible_shared: false - visible_library: false - - Trending TV: - smart_label: release.desc - sort_title: "#1Trending TV" - sync_mode: sync - trakt_trending: 40 - summary: Shows Trending across the internet - url_poster: https://i.imgur.com/fusp1a2.jpg - visible_home: true - visible_shared: true - visible_library: true - - Popular TV: - smart_label: release.desc - sort_title: "#2Popular TV" - sync_mode: sync - imdb_list: - url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries - limit: 40 - summary: Popular Shows across the internet - url_poster: https://i.imgur.com/0jOvpQm.jpg - visible_home: false - visible_shared: false - visible_library: true - - Top Rated TV: - smart_label: user_rating.desc - sort_title: "#3Top Rated TV" - sync_mode: sync - imdb_list: - url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&num_votes=20000,&sort=user_rating,desc - limit: 100 - tmdb_top_rated: 100 - summary: Top Rated Shows across the internet - url_poster: https://i.imgur.com/Ja997V8.jpg - - 4K Overlay: - plex_search: - all: - resolution: 4K - hdr: false - item_overlay: - name: 4K - url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/4K/overlay.png - build_collection: false - 4K-HDR Overlay: - plex_search: - all: - resolution: 4K - hdr: true - item_overlay: - name: 4K-HDR - url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/4K-HDR/overlay.png - build_collection: false \ No newline at end of file +--- +collections: + Trending TV: + smart_label: release.desc + sort_title: ++1Trending TV + sync_mode: sync + trakt_trending: 40 + summary: Shows Trending across the internet + url_poster: https://i.imgur.com/AVCNmB0.png + url_background: https://wallpaper.dog/large/20509069.jpg + visible_home: true + visible_shared: true + visible_library: true + cache_builders: 1 + 4K Overlay: + plex_all: true + build_collection: false + item_overlay: + name: 4K + url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/4K/overlay.png + revert_overlay: false + schedule: hourly(18) diff --git a/djnield/Series.yml b/djnield/Series.yml index 0128e0f..a648d16 100644 --- a/djnield/Series.yml +++ b/djnield/Series.yml @@ -1,60 +1,40 @@ -collections: - Best of British: - smart_label: release.desc - sync_mode: sync - schedule: weekly(monday), weekly(wednesday), weekly(saturday) - sort_title: "#4Best of British" - trakt_list: https://trakt.tv/users/extrobet/lists/uk-tv - summary: UK TV at it's best showcasing Crime, Drama & Thrillers from the last two decades - url_poster: https://i.imgur.com/6V59VW7.jpg - filters: - plays.lt: 1 - visible_home: true - visible_shared: true - visible_library: true +--- +collections: + Best of British: + smart_label: release.desc + sync_mode: sync + schedule: hourly (06) + sort_title: ++5Best of British + trakt_list: https://trakt.tv/users/djnield/lists/best-of-british + summary: UK TV at it's best showcasing Crime, Drama & Thrillers from the last two decades + url_poster: https://i.imgur.com/Jyx4wOc.png + url_background: https://wallpaper.dog/large/20509069.jpg + build_collection: false + cache_builders: 1 - TV Watchlist: - trakt_watchlist: - - me - smart_label: release.desc - sync_mode: sync - label: admin - url_poster: https://i.imgur.com/28RussS.jpg - visible_home: true - visible_shared: false - visible_library: false - - Trending TV: - smart_label: release.desc - sort_title: "#1Trending TV" - sync_mode: sync - trakt_trending: 40 - summary: Shows Trending across the internet - url_poster: https://i.imgur.com/fusp1a2.jpg - visible_home: true - visible_shared: true - visible_library: true + TV Watchlist: + trakt_watchlist: + - me + smart_label: release.desc + sort_title: ++4Watchlist + sync_mode: sync + label: admin + url_poster: https://i.imgur.com/IJMWyvo.png + url_background: https://wallpaper.dog/large/20509069.jpg + visible_home: true + visible_shared: false + visible_library: false + cache_builders: 1 - Popular TV: - smart_label: release.desc - sort_title: "#2Popular TV" - sync_mode: sync - imdb_list: - url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries - limit: 40 - summary: Popular Shows across the internet - url_poster: https://i.imgur.com/0jOvpQm.jpg - visible_home: false - visible_shared: false - visible_library: true - - Top Rated TV: - smart_label: user_rating.desc - sort_title: "#3Top Rated TV" - sync_mode: sync - imdb_list: - url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&num_votes=20000,&sort=user_rating,desc - limit: 100 - tmdb_top_rated: 100 - summary: Top Rated Shows across the internet - url_poster: https://i.imgur.com/Ja997V8.jpg \ No newline at end of file + Trending TV: + smart_label: release.desc + sort_title: ++1Trending TV + sync_mode: sync + trakt_trending: 40 + summary: Shows Trending across the internet + url_poster: https://i.imgur.com/AVCNmB0.png + url_background: https://wallpaper.dog/large/20509069.jpg + visible_home: true + visible_shared: true + visible_library: true + cache_builders: 1 diff --git a/djnield/movie-genres.yml b/djnield/movie-genres.yml new file mode 100644 index 0000000..12e79f9 --- /dev/null +++ b/djnield/movie-genres.yml @@ -0,0 +1,87 @@ +templates: + Genre: + default: + exclude: Children, Anime + sort_title: +02_<<collection_name>> + url_background: https://wallpaper.dog/large/20509069.jpg + smart_filter: + sort_by: release.desc + validate: false + all: + genre.not: <<exclude>> + audio_language: en + genre: <<genre>> + +collections: + Action: + template: { name: Genre, genre: action} + url_poster: https://i.imgur.com/nGovaEm.jpg + Adventure: + template: { name: Genre, genre: adventure } + url_poster: https://i.imgur.com/LmBGnFh.jpg + Animation: + template: { name: Genre, genre: animation, exclude: null } + url_poster: https://i.imgur.com/Y4H8YVI.jpg + Comedy: + template: { name: Genre, genre: comedy } + url_poster: https://i.imgur.com/gWAqsmt.jpg + #Cooking: + #template: { name: Genre, genre: "cooking, food" } + #url_poster: https://i.imgur.com/cc2m1ua.jpg + Crime: + template: { name: Genre, genre: crime } + url_poster: https://i.imgur.com/drAkmsH.jpg + Documentary: + template: { name: Genre, genre: "Biography, Documentary" } + url_poster: https://i.imgur.com/TzE9f51.jpg + Drama: + template: { name: Genre, genre: drama } + url_poster: https://i.imgur.com/0PhQL7x.jpg + Family: + template: { name: Genre, genre: family, exclude: null } + url_poster: https://i.imgur.com/aF1G0LQ.jpg + Fantasy: + template: { name: Genre, genre: fantasy, exclude: null } + url_poster: https://i.imgur.com/0mK37Uz.jpg + History: + template: { name: Genre, genre: history } + url_poster: https://i.imgur.com/VGreJYD.jpg + Horror: + template: { name: Genre, genre: horror } + url_poster: https://i.imgur.com/9WUNr6E.jpg + Music: + template: { name: Genre, genre: music, exclude: null} + url_poster: https://i.imgur.com/H8JBhmW.jpg + Musical: + template: { name: Genre, genre: musical, exclude: null} + url_poster: https://i.imgur.com/oxHFis3.jpg + Mystery: + template: { name: Genre, genre: mystery } + url_poster: https://i.imgur.com/WQkFxRX.jpg + Reality: + template: { name: Genre, genre: reality } + url_poster: https://i.imgur.com/yumUEVN.jpg + Romance: + template: { name: Genre, genre: romance } + url_poster: https://i.imgur.com/1vSBmD6.jpg + Romantic Comedy: + template: { name: Genre, genre: "romance,comedy" } + url_poster: https://i.imgur.com/vbpWN2G.jpg + Romantic Drama: + template: { name: Genre, genre: "romance,drama" } + url_poster: https://i.imgur.com/6BAk5XL.jpg + Sci-Fi: + template: { name: Genre, genre: sci-fi } + url_poster: https://i.imgur.com/NzruZVn.jpg + Sports: + template: { name: Genre, genre: sport } + url_poster: https://i.imgur.com/XriK4lu.jpg + Thriller: + template: { name: Genre, genre: thriller } + url_poster: https://i.imgur.com/zZiQZlW.jpg + War: + template: { name: Genre, genre: war } + url_poster: https://i.imgur.com/x64rx1e.jpg + Western: + template: { name: Genre, genre: western } + url_poster: https://i.imgur.com/1KM6ODq.jpg diff --git a/djnield/networks.yml b/djnield/networks.yml new file mode 100644 index 0000000..b302f25 --- /dev/null +++ b/djnield/networks.yml @@ -0,0 +1,159 @@ +##################################################### +# Network Collections # +###################################################### + +templates: + network: + smart_filter: + sort_by: release.desc + validate: false + any: + network: <<network>> + sort_title: +07_<<collection_name>> + url_background: https://wallpaper.dog/large/20509069.jpg +# schedule: weekly (sunday) + +collections: + ABC: + template: { name: network, network: "ABC, ABC (AU), ABS (US), ABC Comedy, ABC Family, ABC Me, ABC Spark, ABC.com, ABC1, ABC3" } + url_poster: https://i.imgur.com/0CnJi7b.png + + Adult Swim: + template: { name: network, network: "Adult Swim" } + url_poster: https://i.imgur.com/vhZ1PWn.png + + AMC: + template: { name: network, network: "AMC, AMC+" } + url_poster: https://i.imgur.com/vMhgtIi.png + + A&E: + template: { name: network, network: "A&E" } + url_poster: https://i.imgur.com/gtOOaY9.png + + AppleTV+: + template: { name: network, network: "Apple Music, Apple TV+" } + url_poster: https://i.imgur.com/llRRx4Q.png + + BBC: + template: { name: network, network: "BBC, BBC America, BBC Choice, BBC First, BBC Four, BBC HD, BBC iPlayer, BBC One, BBC Two, BBC Three, BBC UKTV, CBBC, Cbeebies" } + url_poster: https://i.imgur.com/adMgE1h.png + + Cartoon Network: + template: { name: network, network: "Cartoon Network" } + url_poster: https://i.imgur.com/an8ARsn.png + + CBS: + template: { name: network, network: "CBS, CBS All Access, CBS Reality, CBS Reality (UK), CBS.com" } + url_poster: https://i.imgur.com/idV2buB.png + + Channel 4: + template: { name: network, network: "Channel 4, E4, More4, 4Seven, Film4" } + url_poster: https://i.imgur.com/11jWbp3.png + + Channel 5: + template: { name: network, network: "Channel 5" } + url_poster: https://i.imgur.com/7GO94Nq.png + + Cinemax: + template: { name: network, network: "Cinemax" } + url_poster: https://i.imgur.com/UP5Msmk.png + + Comedy Central: + template: { name: network, network: "Comedy Central, Comedy Central (UK)" } + url_poster: https://i.imgur.com/OLB6lLg.png + + Cooking Channel: + template: { name: network, network: "Cooking Channel" } + url_poster: https://i.imgur.com/RYrqlfO.png + + Discovery: + template: { name: network, network: "Discovery, Discovery Channel, Discovery Channel (AU), Discovery Channel (CA), Discovery Channel (UK), Discovery Health Channel, Discovery Kids, Discovery Life, Discovery Real Time, Discovery Turbo, Discovery Turbo UK, Discovery+" } + url_poster: https://i.imgur.com/8NS9trI.png + + Disney+: + template: { name: network, network: "Disney Channel, Disney Channel (UK), Disney Junior, Disney XD, Disney+, Disney+ Hostar" } + url_poster: https://i.imgur.com/jAyXwKq.png + + ESPN: + template: { name: network, network: "ESPN, ESPN+" } + url_poster: https://i.imgur.com/mAGzM6V.png + + FOX: + template: { name: network, network: "FX, FOX, Fox Action Movies, Fox Business Network, Fox Kids, Fox Premium Series, FOX Sports 1, Fox Sports Networks" } + url_poster: https://i.imgur.com/pnkzoFH.png + + HBO: + template: { name: network, network: "HBO, HBO Canada, HBO Europe, HBO Max" } + url_poster: https://i.imgur.com/f5ppgQM.png + + HGTV: + template: { name: network, network: "HGTV, HGTV Canada" } + url_poster: https://i.imgur.com/umYgMhI.png + + History: + template: { name: network, network: "History, History (CA), History (UK)" } + url_poster: https://i.imgur.com/r0hQJHP.png + + Hulu: + template: { name: network, network: "Hulu" } + url_poster: https://i.imgur.com/Ihh8xuw.png + + Investigation Discovery: + template: { name: network, network: "Investigation Discovery" } + url_poster: https://i.imgur.com/DTyapFk.png + + ITV: + template: { name: network, network: "ITV, ITV2, ITV3, ITV4, ITVBe, CITV" } + url_poster: https://i.imgur.com/biq8QOI.png + + MTV: + template: { name: network, network: "MTV, MTV (AU/NZ), MTV (UK), MTV2, MTV3" } + url_poster: https://i.imgur.com/CoD7ncf.png + + National Geographic: + template: { name: network, network: "National Geographic, National Geographic (UK), National Geographic Brasil, National Geographic Channel, National Geographic Wild" } + url_poster: https://i.imgur.com/9mLh6ix.png + + Nickelodeon: + template: { name: network, network: "Nick Jr., Nickelodeon, Nicktoons, TeenNick" } + url_poster: https://i.imgur.com/SikLuH8.png + + NBCUniversal: + template: { name: network, network: "Bravo, CNBC, E!, MSNBC, NBC, Oxgen, Peacock, SyFy" } + url_poster: https://i.imgur.com/ZQm38Zd.png + + Netflix: + template: { name: network, network: "Netflix" } + url_poster: https://i.imgur.com/QhpeNVj.png + + PBS: + template: { name: network, network: "PBS, PBS Kids" } + url_poster: https://i.imgur.com/h0zC1kf.png + + Prime Video: + template: { name: network, network: "Amazon, Amazon Prime Video, Prime Video" } + url_poster: https://i.imgur.com/CWV3I4F.png + + Showtime: + template: { name: network, network: "Showtime" } + url_poster: https://i.imgur.com/hu8iiag.png + + Sky: + template: { name: network, network: "Sky 1, Sky Arts, Sky Atlantic, Sky Atlantic (UK), Sky Cinema, Sky Crime, Sky Documentaries, Sky Living, Sky Max, Sky Nature, Sky One, Sky Sports, Sky Two, Sky Witness, Sky1" } + url_poster: https://i.imgur.com/2ul4NTa.png + + Stan: + template: { name: network, network: "Starz" } + url_poster: https://i.imgur.com/UedeBCT.png + + Starz: + template: { name: network, network: "Starz" } + url_poster: https://i.imgur.com/U03cTCr.png + + TBS: + template: { name: network, network: "TBS" } + url_poster: https://i.imgur.com/XBLc2Pj.png + + YouTube: + template: { name: network, network: "YouTube, YouTube Premium" } + url_poster: https://i.imgur.com/KVaGJ8W.png \ No newline at end of file diff --git a/djnield/overlays/4K-HDR/overlay.png b/djnield/overlays/4K-HDR/overlay.png index 4a3be77..33a0e8b 100644 Binary files a/djnield/overlays/4K-HDR/overlay.png and b/djnield/overlays/4K-HDR/overlay.png differ diff --git a/djnield/overlays/4K/overlay.png b/djnield/overlays/4K/overlay.png index 15a47c2..33a0e8b 100644 Binary files a/djnield/overlays/4K/overlay.png and b/djnield/overlays/4K/overlay.png differ diff --git a/djnield/overlays/DV/overlay.png b/djnield/overlays/DV/overlay.png index 5ac0bbc..0f9704c 100644 Binary files a/djnield/overlays/DV/overlay.png and b/djnield/overlays/DV/overlay.png differ diff --git a/djnield/sub-genres.yml b/djnield/sub-genres.yml new file mode 100644 index 0000000..17b5fd4 --- /dev/null +++ b/djnield/sub-genres.yml @@ -0,0 +1,51 @@ +templates: + sub_genre: + default: + limit: 200 + sort_title: ++04_<<collection_name>> + url_background: https://wallpaper.dog/large/20509069.jpg + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature,tv_movie&release_date=1990-01-01,&user_rating=5.0,10.0&keywords=<<sub_genre>>&sort=user_rating,desc + limit: <<limit>> + sync_mode: sync + collection_order: custom + schedule: weekly (monday), weekly (thursday) + visible_home: false + visible_shared: false + visible_library: false + cache_builders: 1 + +collections: + Assassins: + template: {name: sub_genre, sub_genre: assassination-attempt} + url_poster: https://i.imgur.com/xtpqcFs.png + Bank Heists: + template: {name: sub_genre, sub_genre: bank-heist} + url_poster: https://i.imgur.com/ZjX03VM.png + Con Artists: + template: {name: sub_genre, sub_genre: con-artist,con-man} + url_poster: https://i.imgur.com/IVjTl6y.png + Disasters: + template: {name: sub_genre, sub_genre: disaster,disaster-film} + url_poster: https://i.imgur.com/TOAbO47.png + Espionage: + template: {name: sub_genre, sub_genre: espionage,spy} + url_poster: https://i.imgur.com/IlVrIQB.png + Fugitives: + template: {name: sub_genre, sub_genre: fugitive,on-the-run} + url_poster: https://i.imgur.com/0h5oUIG.png + Hostage: + template: {name: sub_genre, sub_genre: hostage,kidnapping} + url_poster: https://i.imgur.com/aPnfiEK.png + Psychological: + template: {name: sub_genre, sub_genre: psychological-thriller} + url_poster: https://i.imgur.com/NUF09zK.png + Revenge: + template: {name: sub_genre, sub_genre: revenge} + url_poster: https://i.imgur.com/Gh5GJn0.png + Serial Killers: + template: {name: sub_genre, sub_genre: serial-killer,murder} + url_poster: https://i.imgur.com/PqJYTMh.png + Survival: + template: {name: sub_genre, sub_genre: survivor,survival} + url_poster: https://i.imgur.com/x4KVDUr.png diff --git a/fredmcbob/configs/movies/Charts.yml b/fredmcbob/configs/movies/Charts.yml new file mode 100644 index 0000000..b7091ac --- /dev/null +++ b/fredmcbob/configs/movies/Charts.yml @@ -0,0 +1,40 @@ +###################################################### +# Chart Collections # +###################################################### + +collections: + Trending Movies: + sort_title: +01_1Trending + sync_mode: sync + collection_order: custom + trakt_trending: 150 + summary: A collection of movies trending across the internet + url_poster: https://i.imgur.com/LFJnVzC.jpg + url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg + visible_library: true + visible_home: true + visible_shared: false + + Popular Movies: + sort_title: +01_2Popular + sync_mode: sync + smart_label: random + trakt_watched_weekly: 150 + summary: A collection of the most watched movies over the past week. + url_poster: https://i.imgur.com/WhHiFPX.jpg + url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg + visible_library: true + visible_home: false + visible_shared: false + + Newly Released Movies: + sort_title: +01_3NewReleases + sync_mode: sync + smart_label: added.desc + trakt_list: https://trakt.tv/users/giladg/lists/latest-releases + summary: A collection of newly-released movies in cinema and on streaming services + url_poster: https://i.imgur.com/D62EdJd.jpg + url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg + visible_library: true + visible_home: false + visible_shared: false \ No newline at end of file diff --git a/fredmcbob/configs/movies/Director.yml b/fredmcbob/configs/movies/Director.yml new file mode 100644 index 0000000..230948a --- /dev/null +++ b/fredmcbob/configs/movies/Director.yml @@ -0,0 +1,22 @@ +###################################################### +# People Collections # +###################################################### +templates: + people: + actor: tmdb + tmdb_person: <<person>> +# sort_title: ++_<<collection_name>> + sort_title: +35_<<collection_name>> + collection_order: release +collections: +# Kevin Smith: +# writer: tmdb +# director: tmdb +# template: {name: people, person: 19303} +# url_poster: https://theposterdb.com/api/assets/82586/download?performed_by=Yaarrrr +# url_background: https://yesofcorsa.com/wp-content/uploads/2017/03/Kevin-Smith-Wallpaper-HQ-1024x683.jpg + Quentin Tarantino: + director: tmdb + template: {name: people, person: 138} + url_poster: https://theposterdb.com/api/assets/167512 + url_background: https://i.pinimg.com/originals/26/a3/d7/26a3d7cf8567caa5c979be6946bd4861.png \ No newline at end of file diff --git a/fredmcbob/configs/movies/Holidays.yml b/fredmcbob/configs/movies/Holidays.yml new file mode 100644 index 0000000..4542b0a --- /dev/null +++ b/fredmcbob/configs/movies/Holidays.yml @@ -0,0 +1,76 @@ +##################################################### +# Holiday Collections # +##################################################### + +collections: + Christmas Movies: + sync_mode: append + smart_label: release.desc + sort_title: +02_Christmas + summary: "Why does Santa have three gardens? So he can ho ho ho." + trakt_list: + - https://trakt.tv/users/movistapp/lists/christmas-movies + - https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza + - https://trakt.tv/users/pualani78/lists/christmas-2020 + - https://trakt.tv/users/veninjak/lists/complete-christmas-2021-copy + url_poster: https://theposterdb.com/poster/212635/view? + schedule: range(11/01-01/05) + delete_not_scheduled: true + visible_library: true + visible_home: true + visible_shared: true + + Easter Movies: + sync_mode: sync + smart_label: random + sort_title: +02_Easter + trakt_list: + - https://trakt.tv/users/smwixted/lists/easter + summary: "What music does the Easter Bunny listen to? Hip-hop." + url_poster: https://theposterdb.com/api/assets/212636/ + schedule: range(04/01-04/18) + visible_library: true + visible_home: true + visible_shared: true + + Halloween Movies: + sync_mode: sync + smart_label: random + sort_title: +02_Halloween + trakt_list: + - https://trakt.tv/users/29zombies/lists/halloween + - https://trakt.tv/users/galacticboy/lists/not-so-spooky-halloween + - https://trakt.tv/users/triadcool/lists/halloween?sort=released,asc + - https://trakt.tv/users/evil-vin/lists/halloween-2021?sort=released,asc + summary: "What's a monster's favorite bean? A human bean." + url_poster: https://theposterdb.com/poster/212637 + schedule: range(11/01-11/31) + visible_library: true + visible_home: true + visible_shared: true + + Thanksgiving Movies: + sync_mode: sync + smart_label: random + sort_title: +02_Thanksgiving + trakt_list: + - https://trakt.tv/users/triadcool/lists/valentine + summary: "What do you call a ghost turkey? A Poultrygeist!" + url_poster: https://theposterdb.com/api/assets/212638/ + schedule: range (11/14-11/25) + visible_home: true + visible_shared: true + visible_library: true + + Valentine's Movies: + sync_mode: sync + smart_label: random + sort_title: +02_Valentine + trakt_list: + - https://trakt.tv/users/triadcool/lists/valentine + summary: "What did the watermelon say to his fiance? You are one in a melon." + url_poster: https://theposterdb.com/poster/212641 + schedule: range (02/01-02/14) + visible_home: true + visible_shared: true + visible_library: true \ No newline at end of file diff --git a/fredmcbob/configs/movies/Kids_Charts.yml b/fredmcbob/configs/movies/Kids_Charts.yml new file mode 100644 index 0000000..1f4cbfa --- /dev/null +++ b/fredmcbob/configs/movies/Kids_Charts.yml @@ -0,0 +1,40 @@ +###################################################### +# Chart Collections # +###################################################### + +collections: + Trending Kids Movies: + sort_title: +01_1Trending + sync_mode: sync + collection_order: custom + trakt_trending: 150 + summary: A collection of movies trending across the internet + url_poster: https://i.imgur.com/LFJnVzC.jpg + url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg + visible_library: true + visible_home: true + visible_shared: false + + Popular Kids Movies: + sort_title: +01_2Popular + sync_mode: sync + smart_label: random + trakt_watched_weekly: 150 + summary: A collection of the most watched movies over the past week. + url_poster: https://i.imgur.com/WhHiFPX.jpg + url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg + visible_library: true + visible_home: false + visible_shared: false + + Newly Released Kids Movies: + sort_title: +01_3NewReleases + sync_mode: sync + smart_label: added.desc + trakt_list: https://trakt.tv/users/giladg/lists/latest-releases + summary: A collection of newly-released movies in cinema and on streaming services + url_poster: https://i.imgur.com/D62EdJd.jpg + url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg + visible_library: true + visible_home: false + visible_shared: false \ No newline at end of file diff --git a/fredmcbob/configs/movies/Kids_Holidays.yml b/fredmcbob/configs/movies/Kids_Holidays.yml new file mode 100644 index 0000000..6f8e6b6 --- /dev/null +++ b/fredmcbob/configs/movies/Kids_Holidays.yml @@ -0,0 +1,76 @@ +##################################################### +# Holiday Collections # +##################################################### + +collections: + Christmas Kid's Movies: + sync_mode: append + smart_label: release.desc + sort_title: +02_Christmas + summary: "Why does Santa have three gardens? So he can ho ho ho." + trakt_list: + - https://trakt.tv/users/movistapp/lists/christmas-movies + - https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza + - https://trakt.tv/users/pualani78/lists/christmas-2020 + - https://trakt.tv/users/veninjak/lists/complete-christmas-2021-copy + url_poster: https://theposterdb.com/poster/212635/view? + schedule: range(11/01-01/05) + delete_not_scheduled: true + visible_library: true + visible_home: true + visible_shared: true + + Easter Kid's Movies: + sync_mode: sync + smart_label: random + sort_title: +02_Easter + trakt_list: + - https://trakt.tv/users/smwixted/lists/easter + summary: "What music does the Easter Bunny listen to? Hip-hop." + url_poster: https://theposterdb.com/api/assets/212636/ + schedule: range(04/01-04/18) + visible_library: true + visible_home: true + visible_shared: true + + Halloween Kid's Movies: + sync_mode: sync + smart_label: random + sort_title: +02_Halloween + trakt_list: + - https://trakt.tv/users/29zombies/lists/halloween + - https://trakt.tv/users/galacticboy/lists/not-so-spooky-halloween + - https://trakt.tv/users/triadcool/lists/halloween?sort=released,asc + - https://trakt.tv/users/evil-vin/lists/halloween-2021?sort=released,asc + summary: "What's a monster's favorite bean? A human bean." + url_poster: https://theposterdb.com/poster/212637 + schedule: range(11/01-11/31) + visible_library: true + visible_home: true + visible_shared: true + + Thanksgiving Kid's Movies: + sync_mode: sync + smart_label: random + sort_title: +02_Thanksgiving + trakt_list: + - https://trakt.tv/users/triadcool/lists/valentine + summary: "What do you call a ghost turkey? A Poultrygeist!" + url_poster: https://theposterdb.com/api/assets/212638/ + schedule: range (11/14-11/25) + visible_home: true + visible_shared: true + visible_library: true + + Valentine's Kid's Movies: + sync_mode: sync + smart_label: random + sort_title: +02_Valentine + trakt_list: + - https://trakt.tv/users/triadcool/lists/valentine + summary: "What did the watermelon say to his fiance? You are one in a melon." + url_poster: https://theposterdb.com/poster/212641 + schedule: range (02/01-02/14) + visible_home: true + visible_shared: true + visible_library: true \ No newline at end of file diff --git a/fredmcbob/configs/movies/Studios.yml b/fredmcbob/configs/movies/Studios.yml new file mode 100644 index 0000000..787ddc1 --- /dev/null +++ b/fredmcbob/configs/movies/Studios.yml @@ -0,0 +1,61 @@ +###################################################### +# Studio Collections # +###################################################### +templates: + Studio: + optional: + - company + tmdb_company: <<company>> + sort_title: +2_<<collection_name>> + sync_mode: sync + smart_label: release.desc +collections: + Aardman: + template: { name: Studio, company: 297 } + summary: Aardman Animations, Ltd. is a British animation studio based in Bristol, England. Aardman is known for films made using stop-motion clay animation techniques, particularly those featuring Plasticine characters Wallace and Gromit. + url_poster: https://theposterdb.com/api/assets/137887 + Blue Sky: + template: { name: Studio, company: 9383 } + summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. + url_poster: https://theposterdb.com/api/assets/103278 + DreamWorks: + template: { name: Studio, company: 521 } + filters: + collection.not: Aardman + summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. + url_poster: https://theposterdb.com/api/assets/159964 + Illumination Entertainment: + template: { name: Studio, company: 6704 } + summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. + url_poster: https://theposterdb.com/api/assets/202590 + Laika Entertainment: + template: { name: Studio, company: 11537 } + summary: Laika is an American stop-motion animation studio. It is best known for it's stop-motion films Coraline, ParaNorman, The Boxtrolls, Kubo and the Two Strings, and Missing Link. + url_poster: https://theposterdb.com/api/assets/103277 + Pixar: + template: { name: Studio, company: 3 } + summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney Company. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the company's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. + url_poster: https://theposterdb.com/api/assets/148076 + Studio Ghibli: + template: { name: Studio, company: 10342 } + summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. + url_poster: https://theposterdb.com/api/assets/103281 + url_background: https://wallpapercave.com/wp/aWaXW72.jpg + Sony Pictures Animation: + template: { name: Studio, company: 2251 } + summary: Sony Pictures Animation Inc. is an American animation studio owned by Sony Entertainment's Sony Pictures Entertainment through their Motion Picture Group division and founded on May 9, 2002. The studio's films are distributed worldwide by Sony Pictures Releasing under their Columbia Pictures label, while all direct-to-video releases are released by Sony Pictures Home Entertainment. + url_poster: https://theposterdb.com/api/assets/174163 + Warner Animation Group: + template: { name: Studio, company: 25120 } + summary: The Warner Animation Group (WAG) is an American animation studio that is the feature animation division of Warner Bros. Entertainment. Established on January 7, 2013, the studio is the successor to the dissolved 2D traditional hand-drawn animation studio Warner Bros. Feature Animation, which shut down in 2003 and the dissolved family film division Warner Bros. Family Entertainment, which shut down in 2009. The entity is also a sister animation studio of the regular animation studio Warner Bros. Animation + url_poster: https://theposterdb.com/api/assets/103280 + Walt Disney Animation Studios: + template: { name: Studio } + imdb_list: https://www.imdb.com/list/ls059383351/ + summary: Walt Disney Animation Studios (WDAS), sometimes shortened to Disney Animation, is an American animation studio that creates animated features and short films for The Walt Disney Company. Founded on October 16, 1923 by brothers Walt Disney and Roy O. Disney, it is one of the oldest-running animation studios in the world. It is currently organized as a division of Walt Disney Studios and is headquartered at the Roy E. Disney Animation Building at the Walt Disney Studios lot in Burbank, California. + url_poster: https://theposterdb.com/api/assets/152809 + Walt Disney Pictures: + template: { name: Studio } + imdb_list: https://www.imdb.com/list/ls077114097/ + summary: Walt Disney Pictures is an American film production studio of The Walt Disney Studios, which is owned by The Walt Disney Company. The studio is the flagship producer of live-action feature films within the Walt Disney Studios unit, and is based at the Walt Disney Studios in Burbank, California. Animated films produced by Walt Disney Animation Studios and Pixar Animation Studios are also released under this brand. Walt Disney Studios Motion Pictures distributes and markets the films produced by Walt Disney Pictures. + url_poster: https://theposterdb.com/api/assets/167260 \ No newline at end of file diff --git a/fredmcbob/configs/movies/Tautulli.yml b/fredmcbob/configs/movies/Tautulli.yml new file mode 100644 index 0000000..d6774aa --- /dev/null +++ b/fredmcbob/configs/movies/Tautulli.yml @@ -0,0 +1,21 @@ +###################################################### +# Chart Collections # +###################################################### +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + smart_label: random +collections: + Popular on Plex: + template: { name: Chart, num: 1 } + tautulli_popular: + list_days: 30 + list_size: 20 + list_buffer: 20 + tautulli_watched: + list_days: 30 + list_size: 20 + list_buffer: 20 + summary: Movies Popular on Plex + url_poster: https://i.imgur.com/G5M442S.jpg \ No newline at end of file diff --git a/fredmcbob/configs/movies/Writing.yml b/fredmcbob/configs/movies/Writing.yml new file mode 100644 index 0000000..04b075f --- /dev/null +++ b/fredmcbob/configs/movies/Writing.yml @@ -0,0 +1,19 @@ +###################################################### +# People Collections # +###################################################### + +templates: + Person: + smart_filter: + sort_by: release.desc + validate: false + any: + writer: <<person>> + sort_title: +35_<<collection_name>> + collection_mode: hide + +collections: + Stephen King (Writing): + template: { name: Person, person: "Stephen King" } + url_poster: https://theposterdb.com/api/assets/164836 + url_background: https://wallpapercave.com/wp/wp1888898.jpg \ No newline at end of file diff --git a/fredmcbob/configs/movies/awards.yml b/fredmcbob/configs/movies/awards.yml new file mode 100644 index 0000000..099d92f --- /dev/null +++ b/fredmcbob/configs/movies/awards.yml @@ -0,0 +1,23 @@ +##################################################### +# Awards Collections # +##################################################### + +collections: + Award Season Winners: + imdb_list: + - https://www.imdb.com/search/title/?title_type=feature,short&groups=emmy_winner&sort=year,desc + - https://www.imdb.com/search/title/?title_type=feature,short&groups=oscar_winner&sort=year,desc + - https://www.imdb.com/search/title/?title_type=feature,short&groups=golden_globe_winner&sort=year,desc + sort_title: "+07_1AwardWinners" + summary: "A collection of winning movies from the Emmys, Oscars and Golden Globe award ceremonies over the year" + url_poster: https://i.ibb.co/X4jjdS4/Awards-Season.jpg + smart_label: year.desc + schedule: range (11/01-02/28) + + Razzie Award Winners: + imdb_list: https://www.imdb.com/search/title/?title_type=feature,short&groups=razzie_winner&sort=year,desc + sort_title: "+07_2RazzieAwards" + summary: "The Golden Raspberry Awards (also known as the Razzies and Razzie Awards) is a parody award show honoring the worst of cinematic under-achievements" + url_poster: https://i.ibb.co/jW143gX/Razzie-Awards.jpg + smart_label: year.desc + schedule: range (11/01-02/28) diff --git a/fredmcbob/configs/movies/collections.yml b/fredmcbob/configs/movies/collections.yml new file mode 100644 index 0000000..59e3204 --- /dev/null +++ b/fredmcbob/configs/movies/collections.yml @@ -0,0 +1,630 @@ +###################################################### +# Movie Collections # +###################################################### +templates: + collection: + optional: + - collection + - movie + tmdb_collection_details: <<collection>> + tmdb_movie: <<movie>> + sort_title: +09_<<collection_name>> + sync_mode: sync + #collection_order: release +# schedule: weekly(friday) + +collections: + Alien: + template: {name: collection, collection: "8091, 135416, 115762"} + url_poster: https://theposterdb.com/api/assets/168446 + url_background: https://www.themoviedb.org/t/p/original/kB0Y3uGe9ohJa59Lk8UO9cUOxGM.jpg + + American Pie: + template: {name: collection, collection: "2806, 298820"} + url_poster: https://theposterdb.com/api/assets/166224 + url_background: https://www.themoviedb.org/t/p/original/eHl3g0eZ6sxMsXnjzfSkRcOBO1R.jpg + + Amityville: + template: {name: collection, collection: "397842"} + url_poster: https://theposterdb.com/api/assets/160775 + url_background: https://www.themoviedb.org/t/p/original/kPfuozrsE7pmFFolkR0xFicZDJT.jpg + + Austin Powers: + template: {name: collection, collection: "1006"} + url_poster: https://theposterdb.com/api/assets/163540 + url_background: https://www.themoviedb.org/t/p/original/3QJMI8nqQcwU5JBPy26m8TUXtTN.jpg + + Avengers: + template: {name: collection, collection: "86311"} + url_poster: https://theposterdb.com/api/assets/162376/ + url_background: https://www.themoviedb.org/t/p/original/94ubpd0Ro0vDf31wkSojP20VZJ7.jpg + + Back to the Future: + template: {name: collection, collection: "264"} + url_poster: https://theposterdb.com/api/assets/163128 + url_background: https://www.themoviedb.org/t/p/original/AqQotqj7XOI6GjB28nhMMa8YzOT.jpg + + Bad Boys: + template: {name: collection, collection: "14890"} + url_poster: https://theposterdb.com/api/assets/163544 + url_background: https://www.themoviedb.org/t/p/original/k9hhSHg5GS4UgWQC6MHBOZrarji.jpg + + Batman: + template: {name: collection, collection: "948485, 120794, 263"} + url_poster: https://theposterdb.com/api/assets/162377 + url_background: https://images3.alphacoders.com/723/72397.jpg + + Before: + template: {name: collection, collection: "123800"} + url_poster: https://theposterdb.com/api/assets/167010 + url_background: https://www.themoviedb.org/t/p/original/to3l6Gwzd7FGWa9Spc708IP1K7l.jpg + + Bill and Ted's Most Excellent: + template: {name: collection, collection: "91746"} + url_poster: https://theposterdb.com/api/assets/163640 + url_background: https://www.themoviedb.org/t/p/original/cPjeCcWV9YzQcLtaxZOr6hnKwoP.jpg + + Blade: + template: {name: collection, collection: "735"} + url_poster: https://theposterdb.com/api/assets/171125/ + url_background: https://www.themoviedb.org/t/p/original/gSWCo8z7bNNSKA7HGeu2oSfYGsd.jpg + + Bourne: + template: {name: collection, collection: "31562"} + url_poster: https://theposterdb.com/api/assets/164761 + url_background: https://www.themoviedb.org/t/p/w500_and_h282_face/dDDyEGgLvTSSRcp36eJcPDUErap.jpg + + Captain America: + template: {name: collection, collection: "131295"} + url_poster: https://theposterdb.com/api/assets/162381 + url_background: https://www.themoviedb.org/t/p/original/7kVucUYqz8fZkOmFtA8opDwJFXM.jpg + + Cars: + template: {name: collection, collection: "87118"} + url_poster: https://theposterdb.com/api/assets/163004 + url_background: https://www.themoviedb.org/t/p/original/lPmIpu42F6zRDCRlSjHcP3P7AlK.jpg + + Cheech & Chong: + template: {name: collection, collection: "33071"} + url_poster: https://theposterdb.com/api/assets/163003 + url_background: https://www.themoviedb.org/t/p/original/tJqD18aCja9kNpZ1W2r5gZK2qdq.jpg + + Child's Play: + template: {name: collection, collection: "10455"} + url_poster: https://theposterdb.com/api/assets/176031 + url_background: https://www.themoviedb.org/t/p/w500_and_h282_face/3T1GYAKhJK4d5LbbLtEOEQlmSwd.jpg + + Children of the Corn: + template: {name: collection, collection: "115225"} + url_poster: https://theposterdb.com/api/assets/160798 + url_background: https://www.themoviedb.org/t/p/original/g4aK8Up5zSegesJdMYbxDcndn20.jpg + + Chronicles of Narnia: + template: {name: collection, collection: "420"} + url_poster: https://theposterdb.com/api/assets/162017 + url_background: https://www.themoviedb.org/t/p/original/ojjzZUQlqKTsN1T7s5OAVZSjYMH.jpg + + Cloverfield: + template: {name: collection} + trakt_list: https://trakt.tv/users/guixamaral/lists/cloverfield + url_poster: https://theposterdb.com/api/assets/215650 + url_background: https://i.redd.it/d3w5o9idpbl71.jpg + + Cornetto: + template: {name: collection} + trakt_list: https://trakt.tv/users/strangerer/lists/cornetto-trilogy + url_poster: https://theposterdb.com/api/assets/166234 + url_background: https://www.themoviedb.org/t/p/original/v0m1sHjx9b0EE9zz9OczKaPNile.jpg + + Crocodile Dundee: + template: {name: collection, collection: "9332"} + url_poster: https://theposterdb.com/api/assets/165412 + url_background: https://www.themoviedb.org/t/p/original/t2Y4KYSgi77NCebkbInkD0cMrbl.jpg + + Curious George: + template: {name: collection, collection: "55428"} + url_poster: https://theposterdb.com/api/assets/29684 + url_background: https://www.themoviedb.org/t/p/original/qC533xWXnpR8SG3zrll8aKmeQXV.jpg + + Dark Knight: + template: {name: collection, collection: "263"} + url_poster: https://theposterdb.com/api/assets/52697 + url_background: https://www.themoviedb.org/t/p/original/xfKot7lqaiW4XpL5TtDlVBA9ei9.jpg + + DC Comics Universe: + template: {name: collection} + tmdb_list_details: 3 + url_poster: https://theposterdb.com/api/assets/52780 + url_background: https://wallpaper.dog/large/17164614.jpg + + Despicable Me: + template: {name: collection, collection: "86066"} + url_poster: https://theposterdb.com/api/assets/163000 + url_background: https://www.themoviedb.org/t/p/original/1xRyksv55FaBLM5R7t1ZPp9GPnC.jpg + + Die Hard: + template: {name: collection, collection: "1570"} + url_poster: https://theposterdb.com/api/assets/164773 + url_background: https://www.themoviedb.org/t/p/original/5kHVblr87FUScuab1PVSsK692IL.jpg + + Divergent: + template: {name: collection, collection: "283579"} + url_poster: https://theposterdb.com/api/assets/163697 + url_background: https://www.themoviedb.org/t/p/original/n5PHgWukGHmm2ptAF0hdS0dkm3s.jpg + + El Mariachi: + template: {name: collection, collection: "9649"} + url_poster: https://theposterdb.com/api/assets/164778 + url_background: https://www.themoviedb.org/t/p/original/6p1OzuIKWnTDfDea7IpB9xra5J.jpg + + Eastrail 177: + template: {name: collection} + trakt_list: https://trakt.tv/users/gersomuzziel/lists/eastrail-177 + url_poster: https://theposterdb.com/api/assets/162389 + url_background: https://halloweenlove.com/images/posts/eastrail-177-trilogy.jpg + + Evil Dead: + template: {name: collection, collection: "1960"} + url_poster: https://theposterdb.com/api/assets/160866 + url_background: https://www.themoviedb.org/t/p/original/52ucWq0dQLUTb6PPH9q4jm9MY7f.jpg + + Ernest: + template: {name: collection, collection: "330555"} + url_poster: https://theposterdb.com/api/assets/163384 + url_background: https://www.themoviedb.org/t/p/original/vTlcbHNWrAf77AZFDZ9yCjHm8ag.jpg + + Exorcist: + template: {name: collection, collection: "12263"} + url_poster: https://theposterdb.com/api/assets/160872 + url_background: https://www.themoviedb.org/t/p/original/tuORKw8hnP7Gd03BdBV6TmySR2G.jpg + + Fast and the Furious: + template: {name: collection, collection: "688042, 9485"} + url_poster: https://theposterdb.com/api/assets/164783 + url_background: https://images5.alphacoders.com/811/thumb-1920-811727.jpg + + Fifty Shades: + template: {name: collection, collection: "344830"} + url_poster: https://theposterdb.com/api/assets/167008 + url_background: https://www.themoviedb.org/t/p/w500_and_h282_face/fUHFCnqGHozSiEF8yT7dhE1OKnY.jpg + + Final Destination: + template: {name: collection, collection: "8864"} + url_poster: https://theposterdb.com/api/assets/160873 + url_background: https://www.themoviedb.org/t/p/original/y3aWOInifbGKXM34KjtcMITrZRZ.jpg + + Frankenstein: + template: {name: collection, collection: "218406, 123720"} + url_poster: https://theposterdb.com/api/assets/161003 + url_background: https://www.themoviedb.org/t/p/original/oR3GHwhvOcjn124b7wOZl9SHh8G.jpg + + Friday: + template: {name: collection, collection: "43563"} + url_poster: https://theposterdb.com/api/assets/166239 + url_background: https://www.themoviedb.org/t/p/original/pXszT8ZWGj3fohU9FY0niA0IDEw.jpg + + Friday the 13th: + template: {name: collection, collection: "9735"} + url_poster: https://theposterdb.com/api/assets/161007 + url_background: https://www.themoviedb.org/t/p/original/93ykE6xe1GqQ3vb9Z7mHEO488dy.jpg + + Ghostbusters: + template: {name: collection, collection: "2980"} + url_poster: https://theposterdb.com/api/assets/174560 + url_background: https://www.themoviedb.org/t/p/original/2Bb1thtviUIbbBX8a6BOGPECORM.jpg + + Godfather: + template: {name: collection, collection: "230"} + url_poster: https://theposterdb.com/api/assets/76903 + url_background: https://www.themoviedb.org/t/p/original/3WZTxpgscsmoUk81TuECXdFOD0R.jpg + + Godzilla: + template: {name: collection, collection: "535313, 535790, 374509, 374511, 374512, 813157", } + url_poster: https://theposterdb.com/api/assets/160929 + url_background: https://www.themoviedb.org/t/p/original/u0HG8Yzepp4f0lPzsqk6El2njCe.jpg + + Halloween: + template: {name: collection, collection: "91361, 126209"} + url_poster: https://theposterdb.com/api/assets/161050 + url_background: https://www.themoviedb.org/t/p/original/oSgcxTchdiLaXVP0CEtds0gKMul.jpg + + Hangover: + template: {name: collection, collection: "86119"} + url_poster: https://theposterdb.com/api/assets/165414 + url_background: https://www.themoviedb.org/t/p/original/9tpB49XNPEvxEkdsIkJWP0sZWtf.jpg + + Has Fallen: + template: {name: collection, collection: "386534"} + url_poster: https://theposterdb.com/api/assets/164782 + url_background: https://www.themoviedb.org/t/p/original/w5GjGycHi5EOfPx2JSMshCN7OJn.jpg + + Highlander: + template: {name: collection, collection: "8050"} + url_poster: https://theposterdb.com/api/assets/162044 + url_background: https://www.themoviedb.org/t/p/original/4f9kGJeKQTWjK0aAVootsdinDju.jpg + + Hobbit: + template: {name: collection, collection: "121938"} + url_poster: https://theposterdb.com/api/assets/187486 + url_background: https://www.themoviedb.org/t/p/original/7wO7MSnP5UcwR2cTHdJFF1vP4Ie.jpg + + Home Alone: + template: {name: collection, collection: "9888"} + url_poster: https://theposterdb.com/api/assets/168202 + url_background: https://www.themoviedb.org/t/p/original/tpmfRWL1ecFxFOOeqvp6hDf41ac.jpg + + How to Train Your Dragon: + template: {name: collection, collection: "89137"} + url_poster: https://theposterdb.com/api/assets/162990 + url_background: https://www.themoviedb.org/t/p/original/wAHEsXSQ1jOcGDq5xkmVcpGqr4C.jpg + + Hunger Games: + template: {name: collection, collection: "131635"} + url_poster: https://theposterdb.com/api/assets/163851 + url_background: https://www.themoviedb.org/t/p/original/zWiiLNg8yXv0he3tCH6XignPaYV.jpg + + Ice Age: + template: {name: collection, collection: "8354"} + url_poster: https://theposterdb.com/api/assets/162988 + url_background: https://www.themoviedb.org/t/p/original/2Mb92Ssoe1eUecvrCe2pEvgAlmv.jpg + + Indiana Jones: + template: {name: collection, collection: "84"} + url_poster: https://theposterdb.com/api/assets/163391 + url_background: https://www.themoviedb.org/t/p/original/6kh59mZizZsttZPR0HAdXk6Ve2n.jpg + + Insidious: + template: {name: collection, collection: "228446"} + url_poster: https://theposterdb.com/api/assets/161059 + url_background: https://www.themoviedb.org/t/p/original/5FrPZHgbbmTIq0oxpwSGqu5HyXC.jpg + + Invisible Man: + template: {name: collection, collection: "259401"} + url_poster: https://theposterdb.com/api/assets/161122 + url_background: https://www.themoviedb.org/t/p/original/k5xCUEzPzNkiMmd7gkIGCo4VB8W.jpg + + Ip Man: + template: {name: collection, collection: "70068"} + url_poster: https://theposterdb.com/api/assets/160954 + url_background: https://www.themoviedb.org/t/p/original/1oCPXe4e0VHZTJX4nLkvxzayXK9.jpg + + Iron Man: + template: {name: collection, collection: "131292"} + url_poster: https://theposterdb.com/api/assets/162395 + url_background: https://www.themoviedb.org/t/p/original/zAIAG3aBVfWNL530TYUf5OpJrPw.jpg + + Jackass: + template: {name: collection, collection: "17178"} + url_poster: https://theposterdb.com/api/assets/163419 + url_background: https://www.themoviedb.org/t/p/original/8al8kWGbUbdvngSR72YLtKqtdf.jpg + + James Bond: + template: {name: collection, collection: "645"} + url_poster: https://theposterdb.com/api/assets/164797 + url_background: https://www.pixel4k.com/wp-content/uploads/2018/09/james-bond-007_1536401470.jpg + + John Wick: + template: {name: collection, collection: "404609"} + url_poster: https://theposterdb.com/api/assets/164798 + url_background: https://www.themoviedb.org/t/p/original/5y8jLQSlkxPxhSXuSnZrYaRmROn.jpg + + Jurassic Park: + template: {name: collection, collection: "328"} + url_poster: https://theposterdb.com/api/assets/162511 + url_background: https://www.teahub.io/photos/full/54-546246_2500x1200-jurassic-world-wallpapers-jurassic-park-wallpaper-4k.jpg + + Karate Kid: + template: {name: collection} + trakt_list: https://trakt.tv/users/king-sol/lists/karate-kid + url_poster: https://theposterdb.com/api/assets/92958 + url_background: https://www.themoviedb.org/t/p/original/1ok5JGCsDt4Sh3CkFeXh2F2KB7F.jpg + + Kevin Smith: + template: {name: collection} + trakt_list: https://trakt.tv/users/strangerer/lists/kevin-smith-movies + url_poster: https://theposterdb.com/api/assets/82586 + url_background: https://yesofcorsa.com/wp-content/uploads/2017/03/Kevin-Smith-Wallpaper-HQ-1024x683.jpg + + Kingsman: + template: {name: collection, collection: "391860"} + url_poster: https://theposterdb.com/api/assets/164805 + url_background: https://www.themoviedb.org/t/p/original/4RvHJHSuQUKRzUx8h6a8VAxvbIE.jpg + + Land Before Time: + template: {name: collection, collection: "325470"} + url_poster: https://theposterdb.com/api/assets/162981 + url_background: https://www.themoviedb.org/t/p/original/alkvR9vTtuZEmd5ygsayOfxYOMa.jpg + + Lego Movie: + template: {name: collection, collection: "19163"} + url_poster: https://theposterdb.com/api/assets/163075 + url_background: https://www.themoviedb.org/t/p/original/vAyMNou7M2SOXjPIzLhltTvAqD1.jpg + + Leprechaun: + template: {name: collection, collection: "19285"} + url_poster: https://theposterdb.com/api/assets/161112 + url_background: https://www.themoviedb.org/t/p/original/pRjYboGyfjO5PkY7Rdg21s4FhoI.jpg + + Lethal Weapon: + template: {name: collection, collection: "945"} + url_poster: https://theposterdb.com/api/assets/164803 + url_background: https://www.themoviedb.org/t/p/original/7PH31kIhz6BnzoP9cxG7JbkB6fT.jpg + + Lion King: + template: {name: collection, collection: "94032, 762512"} + url_poster: https://theposterdb.com/api/assets/162978 + url_background: https://www.themoviedb.org/t/p/original/A9IEaj9cPAwEgFnTmteB70oxgJY.jpg + + Living Dead: + template: {name: collection, collection: "261590"} + url_poster: https://theposterdb.com/api/assets/97136 + url_background: https://www.themoviedb.org/t/p/original/8OufxZdzdi6LhEoeRwnwIsf1uSb.jpg + + Lord of the Rings: + template: {name: collection, collection: "119"} + url_poster: https://theposterdb.com/api/assets/52722 + url_background: https://www.themoviedb.org/t/p/original/jg4qGbVuwXzbuvoDUeW1ooCseAC.jpg + + Madagascar: + template: {name: collection, collection: "14740"} + url_poster: https://theposterdb.com/api/assets/162976 + url_background: https://www.themoviedb.org/t/p/original/lzTIAbvMeGWB7PUrmBZXulGA28M.jpg + + Mad Max: + template: {name: collection, collection: "8945"} + url_poster: https://theposterdb.com/api/assets/184549 + url_background: https://www.themoviedb.org/t/p/original/gwYe803SFwKlCF5y71OicWHUnVD.jpg + + Marvel Cinematic Universe: + template: {name: collection} + trakt_list: https://trakt.tv/users/jawann2002/lists/marvel-cinematic-universe-movies?sort=released,desc + url_poster: https://theposterdb.com/api/assets/162417 + url_background: https://images.hdqwalls.com/download/marvel-cinematic-universe-jm-3840x2400.jpg + + Matrix: + template: {name: collection, collection: "2344"} + url_poster: https://theposterdb.com/api/assets/163913 + url_background: https://www.themoviedb.org/t/p/original/bRm2DEgUiYciDw3myHuYFInD7la.jpg + + Maze Runner: + template: {name: collection, collection: "295130"} + url_poster: https://theposterdb.com/api/assets/160968 + url_background: https://www.themoviedb.org/t/p/original/wpAECQsUCLPbBGn7IMiHkHqZ8l2.jpg + + Men in Black: + template: {name: collection, collection: "86055"} + url_poster: https://theposterdb.com/api/assets/163929 + url_background: https://www.themoviedb.org/t/p/original/7GFwqcU7fUBWgRIfJIvcsPfjkAq.jpg + + Middle Earth: + template: {name: collection} + trakt_list: https://trakt.tv/users/lutgnature/lists/lord-of-the-rings-hobbit + url_poster: https://theposterdb.com/api/assets/76892 + url_background: https://wallpaperaccess.com/full/838293.jpg + + Mighty Ducks: + template: {name: collection, collection: "10709"} + url_poster: https://theposterdb.com/api/assets/192594 + url_background: https://www.themoviedb.org/t/p/original/qBFCtw5EKBj3ILFbRgXtCfCjmb8.jpg + + Mission Impossible: + template: {name: collection, collection: "87359"} + url_poster: https://theposterdb.com/api/assets/164810 + url_background: https://www.themoviedb.org/t/p/original/jYl0UuJFcmhymv9ZNO14lPLDY1Z.jpg + + Monsters Inc: + template: {name: collection, collection: "137696"} + url_poster: https://theposterdb.com/api/assets/162975 + url_background: https://www.themoviedb.org/t/p/original/x4Mq7gDRhbqDjw4SkemLvd1yzF3.jpg + + Monty Python: + template: {name: collection} + trakt_list: https://trakt.tv/users/astrolansen/lists/monty-python + url_poster: https://theposterdb.com/api/assets/166255 + url_background: http://wallpapercave.com/wp/QNkGgjl.jpg + + Mummy: + template: {name: collection, collection: "1733"} + url_poster: https://theposterdb.com/api/assets/161305 + url_background: https://www.themoviedb.org/t/p/original/1BeKi6IytbfQlQocJSvP2k6sO1a.jpg + + Mummy (Universal): + template: {name: collection, collection: "221544"} + url_poster: https://theposterdb.com/api/assets/161304 + url_background: https://www.themoviedb.org/t/p/original/xyoxiUGMlJSVfUhYZPsmwhebT5D.jpg + + Muppets: + template: {name: collection, collection: "256377"} + url_poster: https://theposterdb.com/api/assets/160974 + url_background: https://www.themoviedb.org/t/p/original/1AWd3MM90G47mxtD112gRDxSXY9.jpg + + Night At The Museum: + template: {name: collection, collection: "85943"} + url_poster: https://theposterdb.com/api/assets/162153 + url_background: https://www.themoviedb.org/t/p/original/3mvDUFgd6t52P2G2JKYuINwMxcd.jpg + + Nightmare on Elm Street: + template: {name: collection, collection: "8581"} + url_poster: https://theposterdb.com/api/assets/161307 + url_background: https://www.themoviedb.org/t/p/original/fg0HtE2tm61vJPrusIaSfQK03vd.jpg + + Ocean's: + template: {name: collection, collection: "304"} + url_poster: https://theposterdb.com/api/assets/164814 + url_background: https://www.themoviedb.org/t/p/original/7WUSrq8DqSkVgv1vmhBvav5bPoB.jpg + + Open Season: + template: {name: collection, collection: "66761"} + url_poster: https://theposterdb.com/api/assets/178905 + url_background: https://www.themoviedb.org/t/p/original/cnaLzqjxlqGMIp7AGCizfVXUhSn.jpg + + Peanuts: + template: {name: collection} + trakt_list: https://trakt.tv/users/novela/lists/peanuts + url_poster: https://theposterdb.com/api/assets/188207 + url_background: https://wallpapertag.com/wallpaper/full/5/6/9/508442-peanuts-characters-wallpaper-1920x1080-download-free.jpg + + Pirates of the Caribbean: + template: {name: collection, collection: "295"} + url_poster: https://theposterdb.com/api/assets/163404 + url_background: https://www.themoviedb.org/t/p/original/8Jg0Z5kOoPQRHBNiQs1s9hMT1qt.jpg + + Planet of the Apes: + template: {name: collection, collection: "173710, 1709"} + url_poster: https://theposterdb.com/api/assets/184312 + url_background: https://www.themoviedb.org/t/p/original/pQL1yJGrOqqPehmnT2LQW8R2knG.jpg + + Police Academy: + template: {name: collection, collection: "9338"} + url_poster: https://theposterdb.com/api/assets/164819 + url_background: https://www.themoviedb.org/t/p/original/4fjmNFs31JPfa4rYtE3gNDspGlk.jpg + + Police Story: + template: {name: collection, collection: "269098"} + url_poster: https://theposterdb.com/api/assets/160978 + url_background: https://www.themoviedb.org/t/p/original/aFk6IdYtcpYGVVURybM4f8U7TeS.jpg + + Predator: + template: {name: collection, collection: "399,115762"} + url_poster: https://theposterdb.com/api/assets/163975 + url_background: https://www.themoviedb.org/t/p/original/fXVzk9OxQwROCuiWvd0Cv76qmZi.jpg + + Purge: + template: {name: collection, collection: "256322"} + url_poster: https://theposterdb.com/api/assets/161881 + url_background: https://www.themoviedb.org/t/p/original/zLx0VxpzJt3E0cb4GodV10Wp0Lt.jpg + + Rambo: + template: {name: collection, collection: "5039"} + url_poster: https://theposterdb.com/api/assets/164821 + url_background: https://www.themoviedb.org/t/p/original/7x3GUZALySIuhqkUZjYSFFbYaxl.jpg + + Resident Evil: + template: {name: collection, collection: "17255"} + url_poster: https://theposterdb.com/api/assets/161290 + url_background: https://www.themoviedb.org/t/p/original/5VgZ6Vggk0NnA62GK1UFlnAtyu2.jpg + + Riddick: + template: {name: collection, collection: "2794"} + url_poster: https://theposterdb.com/api/assets/163647 + url_background: https://www.themoviedb.org/t/p/original/oJHR6WSbljwj7WeC91XYFb8dIkF.jpg + + Ring: + template: {name: collection, collection: "36178"} + url_poster: https://theposterdb.com/api/assets/161878 + url_background: https://www.themoviedb.org/t/p/original/mdrNIAa3Ryd0g5HsdPsnaDuzmyN.jpg + + Rocky: + template: {name: collection, collection: "1575, 553717"} + url_poster: https://theposterdb.com/api/assets/163422 + url_background: https://www.themoviedb.org/t/p/original/w4h6gjdWPvmu5R9H6zeGDPo1ZuV.jpg + + Rush Hour: + template: {name: collection, collection: "90863"} + url_poster: https://theposterdb.com/api/assets/164824 + url_background: https://www.themoviedb.org/t/p/original/uoDt3eCCKpcxSQVWjPTgN8T0gjm.jpg + + Saw: + template: {name: collection, collection: "656"} + url_poster: https://theposterdb.com/api/assets/161876 + url_background: https://www.themoviedb.org/t/p/original/jQRuN5bbV4vaSfJzFKDn1J9Fc50.jpg + + Scream: + template: {name: collection, collection: "2602"} + url_poster: https://theposterdb.com/api/assets/161544 + url_background: https://www.themoviedb.org/t/p/original/zdjhqja1OIdy833WJC9ZNePW4DN.jpg + + Sharknado: + template: {name: collection, collection: "286023"} + url_poster: https://theposterdb.com/api/assets/162221 + url_background: https://www.themoviedb.org/t/p/original/avXhefNpY1FFATWKnumB5UKiDxb.jpg + + Shrek: + template: {name: collection, collection: "2150"} + url_poster: https://theposterdb.com/api/assets/160988 + url_background: https://www.themoviedb.org/t/p/original/mM0i9QqSggwJaz9cry94lJZNQ43.jpg + + Spider-man Universe: + template: {name: collection} + trakt_list: https://trakt.tv/users/james_97/lists/spider-verse + url_poster: https://theposterdb.com/api/assets/162401 + url_background: https://i.ibb.co/P59wtVs/download.jpg + + Star Wars: + template: {name: collection} + trakt_list: https://trakt.tv/users/draackje/lists/star-wars + url_poster: https://theposterdb.com/api/assets/52755 + url_background: https://wallpaperaccess.com/full/1101749.jpg + + Star Trek: + template: {name: collection, collection: "115575"} + url_poster: https://theposterdb.com/api/assets/222279 + url_background: https://www.themoviedb.org/t/p/original/gWl5pN2FplE709aVtA4lakwsE6t.jpg + + Terminator: + template: {name: collection, collection: "528"} + url_poster: https://theposterdb.com/api/assets/164119 + url_background: https://www.themoviedb.org/t/p/original/wLgSHv3rSOGC3CXCfZJHFqo3BsQ.jpg + + Texas Chainsaw Massacre: + template: {name: collection, collection: "111751"} + url_poster: https://theposterdb.com/api/assets/161860 + url_background: https://www.themoviedb.org/t/p/original/1zIwt7gUyxKhOKYXN5XNGdGxwHg.jpg + + Toy Story: + template: {name: collection, collection: "10194"} + url_poster: https://theposterdb.com/api/assets/162955 + url_background: https://www.themoviedb.org/t/p/original/rlvLMH5ceid9ESsuYppA8IZb0Rk.jpg + + Thor: + template: {name: collection, collection: "131296"} + url_poster: https://theposterdb.com/api/assets/162406 + url_background: https://www.themoviedb.org/t/p/original/v0m1sHjx9b0EE9zz9OczKaPNile.jpg + + Transformers: + template: {name: collection, collection: "8650"} + url_poster: https://theposterdb.com/api/assets/160997 + url_background: https://www.themoviedb.org/t/p/original/jluEY93jgAUdTdR9HSntRNiRyiX.jpg + + Tremors: + template: {name: collection, collection: "91799"} + url_poster: https://theposterdb.com/api/assets/161855 + url_background: https://www.themoviedb.org/t/p/original/r5kZKh1WNJNwr1P6VMMYU1FhcYu.jpg + + Twilight: + template: {name: collection, collection: "33514"} + url_poster: https://theposterdb.com/api/assets/161853 + url_background: https://www.themoviedb.org/t/p/original/rv5b06YAvmekw0D6Ul2ps9JbH4C.jpg + + Underworld: + template: {name: collection, collection: "2326"} + url_poster: https://theposterdb.com/api/assets/161852 + url_background: https://www.themoviedb.org/t/p/original/2gSaXagD9ZCuBHOsXF4tvtW7Djd.jpg + + Wizarding World of Harry Potter: + template: {name: collection} + tmdb_list_details: 63607 + url_poster: https://theposterdb.com/api/assets/77116 + url_background: https://wallpaperaccess.com/full/562430.jpg + sort_title: +09_Harry Potter + + Wolverine: + template: {name: collection, collection: "453993"} + url_poster: https://theposterdb.com/api/assets/171121 + url_background: https://www.themoviedb.org/t/p/original/hbNMx7sxxqvkX8rLOsTryiSrCPY.jpg + + Worricker: + template: {name: collection, collection: "260601"} + url_poster: https://theposterdb.com/api/assets/164849 + url_background: https://www.themoviedb.org/t/p/original/wTIiZa9Rib9UsrjRGs0swtIcRiY.jpg + + X-Men: + template: {name: collection} + trakt_list: https://trakt.tv/users/bertjj/lists/x-men + url_poster: https://theposterdb.com/api/assets/52741 + url_background: https://s2.best-wallpaper.net/wallpaper/3840x2160/1607/X-Men-Days-of-Future-Past-Ultra-HD_3840x2160.jpg + + xXx: + template: {name: collection, collection: "52785"} + url_poster: https://theposterdb.com/api/assets/164850 + url_background: https://www.themoviedb.org/t/p/original/jSfCi0onZRDxbeg2dPJgB5iAoxX.jpg \ No newline at end of file diff --git a/fredmcbob/configs/movies/decades.yml b/fredmcbob/configs/movies/decades.yml new file mode 100644 index 0000000..32ff51d --- /dev/null +++ b/fredmcbob/configs/movies/decades.yml @@ -0,0 +1,64 @@ +##################################################### +# Decade Collections # +##################################################### + +collections: + Best of 1970s: + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,short&release_date=1970-01-01,1979-12-31&num_votes=10000,&sort=user_rating,desc + limit: 150 + url_poster: https://i.imgur.com/GZcR8rJ.jpg + url_background: https://wallpapercave.com/wp/wp4016022.jpg + sort_title: +07_11970 + sync_mode: sync + collection_order: custom + + 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: +07_11980 + sync_mode: sync + collection_order: custom + + 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: +07_11990 + sync_mode: sync + collection_order: custom + + 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: +07_12000 + sync_mode: sync + collection_order: custom + + 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: +07_12010 + sync_mode: sync + collection_order: custom + + 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: +07_12020 + sync_mode: sync + collection_order: custom \ No newline at end of file diff --git a/fredmcbob/configs/movies/genres-smart.yml b/fredmcbob/configs/movies/genres-smart.yml new file mode 100644 index 0000000..2b63bf8 --- /dev/null +++ b/fredmcbob/configs/movies/genres-smart.yml @@ -0,0 +1,90 @@ +templates: + Genre: + default: + exclude: Children, Anime + sort_title: +02_<<collection_name>> + url_background: https://wallpaper.dog/large/20509069.jpg + smart_filter: + sort_by: release.desc + validate: false + all: + genre.not: <<exclude>> + audio_language: en + genre: <<genre>> + +collections: + Action: + template: { name: Genre, genre: action} + url_poster: https://theposterdb.com/api/assets/204253 + Adventure: + template: { name: Genre, genre: adventure } + url_poster: https://theposterdb.com/api/assets/204254 + Animation: + template: { name: Genre, genre: animation, exclude: null } + url_poster: https://theposterdb.com/api/assets/204255 + Comedy: + template: { name: Genre, genre: comedy } + url_poster: https://theposterdb.com/api/assets/204256 + Competition: + template: { name: Genre, genre: "game show" } + url_poster: https://theposterdb.com/api/assets/213616 + Cooking: + template: { name: Genre, genre: "cooking, food" } + url_poster: https://theposterdb.com/api/assets/213351 + Crime: + template: { name: Genre, genre: crime } + url_poster: https://theposterdb.com/api/assets/204257 + Documentary: + template: { name: Genre, genre: "Biography, Documentary" } + url_poster: https://theposterdb.com/api/assets/213141 + Drama: + template: { name: Genre, genre: drama } + url_poster: https://theposterdb.com/api/assets/204259 + Family: + template: { name: Genre, genre: family, exclude: null } + url_poster: https://theposterdb.com/api/assets/204260 + Fantasy: + template: { name: Genre, genre: fantasy, exclude: null } + url_poster: https://theposterdb.com/api/assets/204261 + History: + template: { name: Genre, genre: history } + url_poster: https://theposterdb.com/api/assets/204263 + Horror: + template: { name: Genre, genre: horror } + url_poster: https://theposterdb.com/api/assets/204264 + Music: + template: { name: Genre, genre: music, exclude: null} + url_poster: https://theposterdb.com/api/assets/204265 + Musical: + template: { name: Genre, genre: musical, exclude: null} + url_poster: https://theposterdb.com/api/assets/204266 + Mystery: + template: { name: Genre, genre: mystery } + url_poster: https://theposterdb.com/api/assets/204267 + Reality: + template: { name: Genre, genre: reality } + url_poster: https://theposterdb.com/api/assets/213345 + Romance: + template: { name: Genre, genre: romance } + url_poster: https://theposterdb.com/api/assets/204270 + Romantic Comedy: + template: { name: Genre, genre: "romance,comedy" } + url_poster: https://theposterdb.com/api/assets/204269 + Romantic Drama: + template: { name: Genre, genre: "romance,drama" } + url_poster: https://theposterdb.com/api/assets/213142 + Sci-Fi: + template: { name: Genre, genre: sci-fi } + url_poster: https://theposterdb.com/api/assets/204271 + Sports: + template: { name: Genre, genre: sport } + url_poster: https://theposterdb.com/api/assets/204272 + Thriller: + template: { name: Genre, genre: thriller } + url_poster: https://theposterdb.com/api/assets/204274 + War: + template: { name: Genre, genre: war } + url_poster: https://theposterdb.com/api/assets/204275 + Western: + template: { name: Genre, genre: western } + url_poster: https://theposterdb.com/api/assets/204276 diff --git a/fredmcbob/configs/movies/streaming.yml b/fredmcbob/configs/movies/streaming.yml new file mode 100644 index 0000000..6eb3f19 --- /dev/null +++ b/fredmcbob/configs/movies/streaming.yml @@ -0,0 +1,48 @@ +##################################################### +# Streaming Collections # +##################################################### + +collections: + Prime Video Movies: + sort_title: +03_Prime + sync_mode: sync + smart_label: release.desc + trakt_list: https://trakt.tv/users/ryalism/lists/amazon-movies?sort=released,asc + url_poster: https://i.imgur.com/0ZScRde.jpg + url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg + # visible_library: true + # visible_home: true + # visible_shared: true + + Disney+ Movies: + sort_title: +03_Disney+ + sync_mode: sync + smart_label: release.desc + trakt_list: https://trakt.tv/users/ryalism/lists/disney-movies?sort=released,asc + url_poster: https://i.imgur.com/ScFEmxo.jpg + url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg + # visible_library: true + # visible_home: true + # visible_shared: true + + Hulu Movies: + sort_title: +03_Hulu + sync_mode: sync + smart_label: release.desc + trakt_list: https://trakt.tv/users/ryalism/lists/hulu-movies?sort=released,asc + url_poster: https://i.imgur.com/fWmIKAj.jpg + url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg + # visible_library: true + # visible_home: true + # visible_shared: true + + Netflix Movies: + sort_title: +03_Netflix + sync_mode: sync + smart_label: release.desc + trakt_list: https://trakt.tv/users/ryalism/lists/netflix-movies?sort=released,asc + url_poster: https://i.imgur.com/nFMCSz6.jpg + url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg + # visible_library: true + # visible_home: true + # visible_shared: true \ No newline at end of file diff --git a/fredmcbob/configs/tv/Charts.yml b/fredmcbob/configs/tv/Charts.yml new file mode 100644 index 0000000..2296b3b --- /dev/null +++ b/fredmcbob/configs/tv/Charts.yml @@ -0,0 +1,28 @@ +###################################################### +# Chart Collections # +###################################################### + +collections: + Trending Shows: + sort_title: +01_1Trending + sync_mode: sync + collection_order: custom + trakt_trending: 150 + summary: A collection of shows trending across the internet + url_poster: https://i.imgur.com/dKGkfdL.jpg + url_background: https://wallpapercave.com/wp/wp5054947.jpg + visible_library: true + visible_home: true + visible_shared: true + + Recommended Shows: + sort_title: +01_2Popular + sync_mode: sync + smart_label: random + trakt_watched_weekly: 150 + summary: A collection of the most watched shows over the past week. + url_poster: https://i.imgur.com/06YA2Sk.jpg + url_background: https://wallpapercave.com/wp/wp5054947.jpg + visible_library: true + visible_home: false + visible_shared: true \ No newline at end of file diff --git a/fredmcbob/configs/tv/Kids_Charts.yml b/fredmcbob/configs/tv/Kids_Charts.yml new file mode 100644 index 0000000..e627eac --- /dev/null +++ b/fredmcbob/configs/tv/Kids_Charts.yml @@ -0,0 +1,28 @@ +###################################################### +# Chart Collections # +###################################################### + +collections: + Trending Kid's Shows: + sort_title: +01_1Trending + sync_mode: sync + collection_order: custom + trakt_trending: 150 + summary: A collection of shows trending across the internet + url_poster: https://i.imgur.com/dKGkfdL.jpg + url_background: https://wallpapercave.com/wp/wp5054947.jpg + visible_library: true + visible_home: true + visible_shared: true + + Recommended Kid's Shows: + sort_title: +01_2Popular + sync_mode: sync + smart_label: random + trakt_watched_weekly: 150 + summary: A collection of the most watched shows over the past week. + url_poster: https://i.imgur.com/06YA2Sk.jpg + url_background: https://wallpapercave.com/wp/wp5054947.jpg + visible_library: true + visible_home: false + visible_shared: false \ No newline at end of file diff --git a/fredmcbob/configs/tv/Networks.yml b/fredmcbob/configs/tv/Networks.yml new file mode 100644 index 0000000..1ae64ce --- /dev/null +++ b/fredmcbob/configs/tv/Networks.yml @@ -0,0 +1,167 @@ +##################################################### +# Network Collections # +###################################################### + +templates: + network: + smart_filter: + sort_by: release.desc + validate: false + any: + network: <<network>> + sort_title: +03_<<collection_name>> + url_background: https://wallpaper.dog/large/20509069.jpg +# schedule: weekly (sunday) + +collections: + ABC Shows: + template: { name: network, network: "ABC, ABC (AU), ABS (US), ABC Comedy, ABC Family, ABC Me, ABC Spark, ABC.com, ABC1, ABC3" } + url_poster: https://i.imgur.com/mlpeRrY.jpg + + Adult Swim Shows: + template: { name: network, network: "Adult Swim" } + url_poster: https://i.imgur.com/0UV96ev.jpg + + AMC Shows: + template: { name: network, network: "AMC, AMC+" } + url_poster: https://i.imgur.com/CaALafB.jpeg + + A&E Shows: + template: { name: network, network: "A&E" } + url_poster: https://i.imgur.com/LxSlmgQ.jpg + + AppleTV+ Shows: + template: { name: network, network: "Apple Music, Apple TV+" } + url_poster: https://i.imgur.com/0c9c9lp.jpg + + BBC Shows: + template: { name: network, network: "BBC, BBC America, BBC Choice, BBC First, BBC Four, BBC HD, BBC iPlayer, BBC One, BBC Two, BBC Three, BBC UKTV, CBBC, Cbeebies" } + url_poster: https://i.imgur.com/6eaLmTK.jpg + + Cartoon Network Shows: + template: { name: network, network: "Cartoon Network" } + url_poster: https://i.imgur.com/LmTQF62.jpeg + + CBS Shows: + template: { name: network, network: "CBS, CBS All Access, CBS Reality, CBS Reality (UK), CBS.com" } + url_poster: https://i.imgur.com/jLkXT2o.jpeg + + Channel 4 Shows: + template: { name: network, network: "Channel 4, E4, More4, 4Seven, Film4" } + url_poster: https://i.imgur.com/0d49D8z.jpeg + #visible_library: true + #visible_home: false + #visible_shared: true + + Cinemax Shows: + template: { name: network, network: "Cinemax" } + url_poster: https://i.imgur.com/VD7OWQn.jpg + + Comedy Central Shows: + template: { name: network, network: "Comedy Central, Comedy Central (UK)" } + url_poster: https://i.imgur.com/U6YRJ1k.jpg + + Cooking Channel: + template: { name: network, network: "Cooking Channel" } + url_poster: https://i.imgur.com/4Ft7kFB.jpeg + + Discovery Shows: + template: { name: network, network: "Discovery, Discovery Channel, Discovery Channel (AU), Discovery Channel (CA), Discovery Channel (UK), Discovery Health Channel, Discovery Kids, Discovery Life, Discovery Real Time, Discovery Turbo, Discovery Turbo UK, Discovery+" } + url_poster: https://i.imgur.com/07aDOXW.jpg + + Disney+ Shows: + template: { name: network, network: "Disney Channel, Disney Channel (UK), Disney Junior, Disney XD, Disney+, Disney+ Hostar" } + url_poster: https://i.imgur.com/j55whvT.jpg + #visible_library: true + #visible_home: false + #visible_shared: true + + ESPN Shows: + template: { name: network, network: "ESPN, ESPN+" } + url_poster: https://i.imgur.com/EIBGK8V.jpeg + + FOX Shows: + template: { name: network, network: "FX, FOX, Fox Action Movies, Fox Business Network, Fox Kids, Fox Premium Series, FOX Sports 1, Fox Sports Networks" } + url_poster: https://i.imgur.com/GCYzw3R.jpg + + HBO Shows: + template: { name: network, network: "HBO, HBO Canada, HBO Europe, HBO Max" } + url_poster: https://i.imgur.com/u4UPWsG.jpg + + HGTV Shows: + template: { name: network, network: "HGTV, HGTV Canada" } + url_poster: https://i.imgur.com/m8aW7PF.jpg + + History Shows: + template: { name: network, network: "History, History (CA), History (UK)" } + url_poster: https://i.imgur.com/ONFZrZ8.jpeg + + Hulu Shows: + template: { name: network, network: "Hulu" } + url_poster: https://i.imgur.com/0BLtVsI.jpg + + Investigation Discovery Shows: + template: { name: network, network: "Investigation Discovery" } + url_poster: https://i.imgur.com/Oridpmb.jpeg + + ITV Shows: + template: { name: network, network: "ITV, ITV2, ITV3, ITV4, ITVBe, CITV" } + url_poster: https://i.imgur.com/JOgpjDq.jpg + #visible_library: true + #visible_home: false + #visible_shared: true + + MTV Shows: + template: { name: network, network: "MTV, MTV (AU/NZ), MTV (UK), MTV2, MTV3" } + url_poster: https://i.imgur.com/wLJpxbQ.jpg + + National Geographic Shows: + template: { name: network, network: "National Geographic, National Geographic (UK), National Geographic Brasil, National Geographic Channel, National Geographic Wild" } + url_poster: https://i.imgur.com/dwxYxwK.jpg + + Nickelodeon Shows: + template: { name: network, network: "Nick Jr., Nickelodeon, Nicktoons, TeenNick" } + url_poster: https://i.imgur.com/DPcPQbU.jpeg + + NBCUniversal Shows: + template: { name: network, network: "Bravo, CNBC, E!, MSNBC, NBC, Oxygen, Peacock, SyFy" } + url_poster: https://i.imgur.com/s3MFG59.jpg + + Netflix Shows: + template: { name: network, network: "Netflix" } + url_poster: https://i.imgur.com/T0etwew.jpg + #visible_library: true + #visible_home: false + #visible_shared: true + + PBS Shows: + template: { name: network, network: "PBS, PBS Kids" } + url_poster: https://i.imgur.com/rez9Jeq.jpeg + + Prime Video Shows: + template: { name: network, network: "Amazon, Amazon Prime Video, Prime Video" } + url_poster: https://i.imgur.com/5gd7Lyw.jpg + + Showtime Shows: + template: { name: network, network: "Showtime" } + url_poster: https://i.imgur.com/ZhsLqS9.jpg + + Sky Shows: + template: { name: network, network: "Sky 1, Sky Arts, Sky Atlantic, Sky Atlantic (UK), Sky Cinema, Sky Crime, Sky Documentaries, Sky Living, Sky Max, Sky Nature, Sky One, Sky Sports, Sky Two, Sky Witness, Sky1" } + url_poster: https://i.imgur.com/qBS4e5P.jpg + + Stan Shows: + template: { name: network, network: "Starz" } + url_poster: https://i.imgur.com/HHaGyJt.jpeg + + Starz Shows: + template: { name: network, network: "Starz" } + url_poster: https://i.imgur.com/r8bnIEy.jpg + + TBS Shows: + template: { name: network, network: "TBS" } + url_poster: https://i.imgur.com/eVGITgO.jpg + + YouTube Shows: + template: { name: network, network: "YouTube, YouTube Premium" } + url_poster: https://i.imgur.com/xoWEueb.jpg diff --git a/fredmcbob/configs/tv/Tautulli.yml b/fredmcbob/configs/tv/Tautulli.yml new file mode 100644 index 0000000..bdab13a --- /dev/null +++ b/fredmcbob/configs/tv/Tautulli.yml @@ -0,0 +1,21 @@ +###################################################### +# Chart Collections # +###################################################### +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + smart_label: random +collections: + Popular on Plex: + template: { name: Chart, num: 1 } + tautulli_popular: + list_days: 30 + list_size: 20 + list_buffer: 20 + tautulli_watched: + list_days: 30 + list_size: 20 + list_buffer: 20 + summary: Shows Popular on Plex + url_poster: https://i.imgur.com/G5M442S.jpg \ No newline at end of file diff --git a/fredmcbob/configs/tv/collections.yml b/fredmcbob/configs/tv/collections.yml new file mode 100644 index 0000000..956d89e --- /dev/null +++ b/fredmcbob/configs/tv/collections.yml @@ -0,0 +1,22 @@ +###################################################### +# TV Collections # +###################################################### +templates: + Show: + tvdb_show: <<show>> + sort_title: +09_<<collection_name>> + +collections: + Marvel Cinematic Universe: + template: {name: Show, show: "362392, 362496, 362472, 367147,367146, 331980, 281662, 284190, 304219, 317953, 326490, 263365, 281485, 341455, 320558, 332027, 328552"} + smart_label: year.asc + url_poster: https://theposterdb.com/api/assets/162417 + url_background: https://images.hdqwalls.com/download/marvel-cinematic-universe-jm-3840x2400.jpg + Stargate: + template: {name: Show, show: "72449, 70851, 83237, 339552"} + url_poster: https://theposterdb.com/api/assets/228932 + Star Wars: + template: {name: Show, show: "70399, 72244, 73697, 83268, 250498, 283468, 330710, 351575, 356114, 361753, 380352, 385376, 393187, 393190, 393197, 393199, 393214, 393218, 393589"} + smart_label: year.asc + url_poster: https://theposterdb.com/api/assets/52755 + url_background: https://wallpaperaccess.com/full/1101749.jpg diff --git a/fredmcbob/configs/tv/decades.yml b/fredmcbob/configs/tv/decades.yml new file mode 100644 index 0000000..1381542 --- /dev/null +++ b/fredmcbob/configs/tv/decades.yml @@ -0,0 +1,64 @@ +##################################################### +# Decade Collections # +##################################################### + +collections: + Best of 1970s: + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series&release_date=1970-01-01,1979-12-31&num_votes=1000,&sort=user_rating,desc + limit: 150 + url_poster: https://i.imgur.com/GZcR8rJ.jpg + url_background: https://wallpapercave.com/wp/wp4016022.jpg + sort_title: +07_11970 + sync_mode: sync + collection_order: custom + + Best of 1980s: + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series&release_date=1980-01-01,1989-12-31&num_votes=1000,&sort=user_rating,desc + limit: 150 + url_poster: https://i.imgur.com/FK6ru1R.jpg + url_background: https://wallpapercave.com/wp/wp4016022.jpg + sort_title: +07_11980 + sync_mode: sync + collection_order: custom + + Best of 1990s: + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series&release_date=1990-01-01,1999-12-31&num_votes=5000,&languages=en&sort=user_rating,desc + limit: 150 + url_poster: https://i.imgur.com/pZJdBSW.jpg + url_background: https://wallpapercave.com/wp/wp4016022.jpg + sort_title: +07_11990 + sync_mode: sync + collection_order: custom + + Best of 2000s: + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series&release_date=2000-01-01,2009-12-31&num_votes=5000,&languages=en&sort=user_rating,desc + limit: 150 + url_poster: https://i.imgur.com/VquakZx.jpg + url_background: https://wallpapercave.com/wp/wp4016022.jpg + sort_title: +07_12000 + sync_mode: sync + collection_order: custom + + Best of 2010s: + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series&release_date=2010-01-01,2019-12-31&num_votes=5000,&languages=en&sort=user_rating,desc + limit: 150 + url_poster: https://i.imgur.com/NEPK2kG.jpg + url_background: https://wallpapercave.com/wp/wp4016022.jpg + sort_title: +07_12010 + sync_mode: sync + collection_order: custom + + Best of 2020s: + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series&release_date=2020-01-01,2029-12-31&num_votes=5000,&languages=en&sort=user_rating,desc + limit: 150 + url_poster: https://i.imgur.com/YWTD1gJ.jpg + url_background: https://wallpapercave.com/wp/wp4016022.jpg + sort_title: +07_12020 + sync_mode: sync + collection_order: custom \ No newline at end of file diff --git a/fredmcbob/configs/tv/genres-smart.yml b/fredmcbob/configs/tv/genres-smart.yml new file mode 100644 index 0000000..0a8ed53 --- /dev/null +++ b/fredmcbob/configs/tv/genres-smart.yml @@ -0,0 +1,90 @@ +templates: + Genre: + default: + exclude: Children, Anime + sort_title: +02_<<collection_name>> + url_background: https://wallpaper.dog/large/20509069.jpg + smart_filter: + sort_by: release.desc + validate: false + all: + genre.not: <<exclude>> + audio_language: en + genre: <<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/tAApO7d.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 diff --git a/harker/films.yml b/harker/films.yml new file mode 100644 index 0000000..fbe6c81 --- /dev/null +++ b/harker/films.yml @@ -0,0 +1,1072 @@ + + ###################################################### + # Movie Collections # + ###################################################### + +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + smart_label: random + Genre: + url_poster: <<poster>> + sort_title: +++++++_<<collection_name>> + collection_order: alpha + + SearchGenre: + plex_search: + genre: <<genre>> + url_poster: <<poster>> + sort_title: +++++++_<<collection_name>> + collection_order: alpha + + Movie: + tmdb_collection: <<collection>> + tmdb_summary: <<summary>> + url_poster: <<poster>> + sort_title: ++++_<<collection_name>> + collection_order: release + Studio: + plex_search: + studio: <<studio>> + url_poster: <<poster>> + sort_title: +++++_<<collection_name>> + collection_order: alpha + Holiday: + smart_label: title.asc + summary: |- + A timed collection of <<collection_name>> and other movies that may relate to the holiday. + + NOTE: this collection will only be around until <<end_date>>. + sort_title: +0_<<collection_name>> + schedule: range(<<start_date>>-<<end_date>>) + delete_not_scheduled: true + visible_home: true + visible_shared: true + people: + actor: tmdb + tmdb_person: <<person>> + sort_title: ++_<<collection_name>> + collection_order: release + +collections: + BAFTA Awards & Nominees: + template: {name: Genre, poster: https://i.imgur.com/hNt5VUC.png, url_background: https://i.imgur.com/Cy7Qseh.jpg} + trakt_list: + - https://trakt.tv/users/pjcob/lists/2021-bafta + - https://trakt.tv/users/pjcob/lists/2020-bafta + - https://trakt.tv/users/pjcob/lists/2019-bafta + - https://trakt.tv/users/pjcob/lists/2018-bafta + - https://trakt.tv/users/pjcob/lists/2017-bafta + - https://trakt.tv/users/pjcob/lists/2016-bafta + - https://trakt.tv/users/pjcob/lists/2015-bafta + - https://trakt.tv/users/pjcob/lists/2014-bafta + summary: "2014-2021 Bafta Awards and Nominees EXCLUDING: Oscars and Golden Globes nominees" + Oscars: + template: { name: Genre } + imdb_list: https://www.imdb.com/search/title/?companies=co0103091 + summary: Oscar Winning Movies + url_poster: https://i.imgur.com/58hBVXD.png + url_background: https://i.imgur.com/0Kao9gY.jpeg + radarr_add: true + radarr_search: true + radarr_monitor: true + + BFI Top 100 British films: + template: { name: Genre } + imdb_list: + - url: https://www.imdb.com/list/ls063846014/ + limit: 100 + summary: "In 1999 the British Film Institute surveyed 1,000 people from the world of British film and television to produce the BFI 100 list of the greatest British films of the 20th century. Voters were asked to choose up to 100 films that were 'culturally British'." + url_poster: https://i.imgur.com/sY3AtfI.png + url_background: https://i.imgur.com/yPiWWA1.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + Best 100 movies of British Cinema 1940-1950: + template: { name: Genre } + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,1950-12-31&countries=gb + summary: British Feature Films Released between 1940-01-01 and 1950-12-31 with IMBD Rating at least 5 + url_poster: https://i.imgur.com/PHlgelY.png + url_background: https://i.imgur.com/1jMapbA.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + Movies with an IMBD Rating of 8 from 2000 onwards: + template: { name: Genre } + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=2000-01-01,&user_rating=8.0,&countries=gb + summary: Movies Released 2000 onwards with a IMBD Rating at least 8 + url_poster: https://i.imgur.com/AGGRbFV.png + url_background: https://i.imgur.com/HIrmcBt.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + Associated British Studios: + template: { name: Genre } + imdb_list: https://www.imdb.com/search/title/?companies=co0103091 + summary: Associated British Picture Corporation (ABPC), originally British International Pictures (BIP), was a British film production, distribution and exhibition company active from 1927 until 1970 when it was absorbed into EMI. ABPC also owned approximately 500 cinemas in Britain by 1943 + url_poster: https://i.imgur.com/SN44tR0.jpg + url_background: https://i.imgur.com/1Dz9rRw.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + Ealing Studios Collection: + template: { name: Genre } + imdb_list: https://www.imdb.com/list/ls056285887/ + summary: Films made by the British production company Ealing Studios and its predecessor Associated Talking Pictures.Prior to 1932 and after 1956, the company's films were made at studios other than Ealing. This list does not include films made at Ealing Studios by other companies. + url_poster: https://i.imgur.com/iWxeH1q.png + url_background: https://i.imgur.com/iayKe65.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Gainsborough Pictures: + template: { name: Genre } + imdb_list: https://www.imdb.com/search/title/?companies=co0103051 + summary: Gainsborough Pictures was a British film studio based on the south bank of the Regent's Canal, in Poole Street, Hoxton in the former Metropolitan Borough of Shoreditch, north London. Gainsborough Studios was active between 1924 and 1951. The company was initially based at Islington Studios, which were built as a power station for the Great Northern & City Railway and later converted to studios. + url_poster: https://i.imgur.com/8SOEp9Q.png + url_background: https://i.imgur.com/xdwSS8z.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Sky Originals UK: + template: { name: Genre } + sync_mode: sync + sort_title: +++++++++++++++++++++_1Sky + imdb_list: https://www.imdb.com/list/ls044197135/ + summary: Sky Studios is a production company founded by Sky in June 2019. It develops, produces and funds original drama, comedy and documentary, and has investments in a number of production businesses in the UK and US + url_poster: https://i.imgur.com/kkcillK.png + url_background: https://i.imgur.com/dc9MCZ7.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + BBC Films: + template: { name: Genre } + sync_mode: sync + sort_title: +++++++++++++++++++++_1BBC + imdb_list: https://www.imdb.com/search/title/?companies=co0103694 + summary: BBC Film works closely with filmmakers throughout the creative process, offering rigorous opportunity to new filmmakers and a protected, collaborative space for established voices. + url_poster: https://i.imgur.com/qg42ETY.png + url_background: https://i.imgur.com/qgmC1iH.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + StudioCanal UK: + template: { name: Genre } + imdb_list: https://www.imdb.com/search/title/?companies=co0240130 + sync_mode: sync + sort_title: +++++++++++++++++++++_1StudioCanal + summary: StudioCanal UK (formerly Optimum Releasing) is the official branch of StudioCanal in the British Isles. The company releases many films, including foreign, anime (mostly Studio Ghibli), independent, art, British, Irish and American films in the United Kingdom and sometimes Ireland. + url_poster: https://i.imgur.com/mUMrSrO.png + url_background: https://i.imgur.com/rKllc9p.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Best British Gangster Movies: + template: { name: Genre } + imdb_list: https://www.imdb.com/list/ls022320637/ + summary: British filmmakers have proved they can tackle any genre, and the best British movies around can be anything, putting the best British movies up against anywhere else in the world + url_poster: https://i.imgur.com/uxv9toJ.png + url_background: https://i.imgur.com/CaO9TBt.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Best British Comedy Movies: + template: { name: Genre } + imdb_list: https://www.imdb.com/list/ls055976873/ + summary: British filmmakers have proved they can tackle any genre, and the best British movies around can be anything, putting the best British movies up against anywhere else in the world + url_poster: https://i.imgur.com/nHdloth.png + url_background: https://i.imgur.com/pb0ocQX.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + Best British Thriller Movies: + template: { name: Genre } + imdb_list: https://www.imdb.com/list/ls008222136/ + summary: British filmmakers have proved they can tackle any genre, and the best British movies around can be anything, putting the best British movies up against anywhere else in the world + url_poster: https://i.imgur.com/5j8zelL.png + url_background: https://i.imgur.com/9WaYYwQ.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Her Majesty's Empire (British Empire war films): + template: { name: Genre } + imdb_list: https://www.imdb.com/list/ls033929193/ + summary: British filmmakers have proved they can tackle any genre, and the best British movies around can be anything, putting the best British movies up against anywhere else in the world + url_poster: https://i.imgur.com/iKx3qsF.png + url_background: https://i.imgur.com/Yep1CNw.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + Latest Releases: + template: { name: Genre } + trakt_list: https://trakt.tv/users/giladg/lists/latest-releases?sort=added,asc + sort_title: +++++++++++++++++++++_1AARDVARK + summary: "Latest Realeases as published from TRAK.TV" + url_poster: https://i.imgur.com/InRiOve.png + url_background: https://i.imgur.com/aVVCxPi.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + Toronto International Film Festival: + template: {name: Genre, poster: , url_background: } + trakt_list: + - https://trakt.tv/users/vermelholimao/lists/tiff-2020-45th-toronto-international-film-festival?sort=rank,asc + - https://trakt.tv/users/vermelholimao/lists/tiff-2019-44th-toronto-international-film-festival?sort=rank,asc + summary: "The Toronto International Film Festival is one of the largest publicly attended film festivals in the world, attracting over 480,000 people annually. Since its founding in 1976" + url_poster: https://i.imgur.com/RVLeK3o.png + url_background: https://i.imgur.com/2zv03KG.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Time Travel Movies: + template: {name: Genre} + trakt_list: + - https://trakt.tv/lists/3940186 + - https://trakt.tv/lists/20709447 + - https://trakt.tv/lists/2729898 + - https://trakt.tv/lists/2729898 + - https://trakt.tv/lists/4297290 + - https://trakt.tv/lists/2652307 + imdb_list: + - https://www.imdb.com/list/ls068617191/ + - https://www.imdb.com/list/ls004426453/ + summary: "A collection of movies that include time travel." + url_poster: https://i.imgur.com/2bAeiN3.png + url_background: https://i.imgur.com/Y6wPHkE.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Apple Originals 2021-2025: + template: {name: Genre} + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0546168 + summary: All Apple TV Originals From 2021-2025 + url_poster: https://theposterdb.com/api/assets/80809 + url_background: https://i.imgur.com/LYigDyz.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + Amazon Originals 2021-2025: + template: {name: Genre} + sync_mode: sync + sort_title: +++++++++++++++++++++_1APPLE + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0319272 + summary: All Amazon Originals From 2021-2025 + url_poster: https://i.imgur.com/nU3gqqB.png + url_background: https://i.imgur.com/2jfs7oS.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Netflix Originals 2021-2025: + template: {name: Genre} + sync_mode: sync + sort_title: +++++++++++++++++++++_1Netflix + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0144901 + summary: All Netflix Originals From 2021-2025 + url_poster: https://i.imgur.com/7kiE1MU.png + url_background: https://img5.goodfon.com/original/1920x1080/1/61/fon-netflix-logo-raduga-tsvet-fon-background-skachat-oboi-sk.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + HBO Max Originals 2021-2025: + template: {name: Genre} + sync_mode: sync + sort_title: +++++++++++++++++++++_1HBOMAX + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0754095 + summary: All HBO Max Originals From 2021-2025 + url_poster: https://i.redd.it/zxdvw3tk3f151.jpg + url_background: https://wallpapercave.com/wp/wp6402755.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + HULU Originals 2021-2025: + template: {name: Genre} + sync_mode: sync + sort_title: +++++++++++++++++++++_1HULU + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0218858 + summary: All HULU Originals From 2021-2025 + url_poster: https://plexcollectionposters.com/images/2019/05/26/Hulu6ddad752a5ce9bac.jpg + url_background: https://cdn.vox-cdn.com/thumbor/oR4hqrmTxbX_O4gdJ6np8h-PxFk=/0x439:750x861/1600x900/cdn.vox-cdn.com/uploads/chorus_image/image/56311701/Image_uploaded_from_iOS__8_.1503433270.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + Disney Plus: + template: {name: Genre} + sync_mode: sync + sort_title: +++++++++++++++++++++_1Disney+ + imdb_list: + url: https://www.imdb.com/list/ls098575307/ + summary: + url_poster: https://i.imgur.com/vvidO2M.png + url_background: https://i.imgur.com/awlG1PY.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Mindfuck Movies - Make you think: + template: {name: Genre} + trakt_list: + - https://trakt.tv/users/hdlists/lists/mindfuck-movies + - https://trakt.tv/users/benfranklin/lists/best-mindfucks + sync_mode: sync + sort_title: ++++++++++++++++++_Mindfuck Movies + summary: There’s nothing greater than a film that makes you think. A film that lingers on your mind long after the credits have rolled and is the subject of many conversation and discussion. Trying to piece together the puzzle of what you saw and coming to a conclusion that makes sense or still doesn’t add up. + url_poster: https://i.imgur.com/Tl6QMgA.png + url_background: https://i.imgur.com/DM1Im1X.jpeg + radarr_add: true + radarr_search: true + radarr_monitor: true + + (2021 Academy Awards): + template: {name: Genre} + imdb_list: https://www.imdb.com/list/ls500035974/ + sync_mode: sync + sort_title: ++++++++++++++++++_Oscar Nominated Best Picture Movies 2021 + summary: The 93rd Academy Awards ceremony is scheduled to take place on April 25, more than two months later than last year’s ceremony. The awards will recognize films released during a year in which movie theaters were largely closed. Streaming services, which were already on the rise as an awards-season presence, are poised to dominate in April, both with their own productions (like Netflix’s “Mank”) and with traditional studio films that were released through streaming platforms because of the pandemic (like Searchlight Pictures’s “Nomadland,” which is streaming on Hulu). + url_poster: https://i.imgur.com/HhpBvRR.png + url_background: https://i.imgur.com/0Kao9gY.jpeg + radarr_add: true + radarr_search: true + radarr_monitor: true + + (2022 Academy Awards): + template: {name: Genre} + imdb_list: https://www.imdb.com/list/ls507682673/ + sync_mode: sync + sort_title: ++++++++++++++++++_Oscar Nominated Best Picture Movies 2022 + summary: "The 94th Academy Awards ceremony is scheduled to take place on Sunday 27TH March, The Oscar nominations for the 94th Academy Awards were announced on Feb. 8 while the ceremony is just around the corner, and for the first time in ten years, there are ten films nominated for Best Picture. As with any year, the Oscar nominees are a diverse array of film titles that range in genre, tone, and subject from political satires, to revisionist westerns, to biographical dramas" + url_poster: https://i.imgur.com/RQbT5x1.png + url_background: https://i.imgur.com/WGkqr9q.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Nostalgia Collection (Classics From The 80s & 90s): + template: {name: Genre} + trakt_list: https://trakt.tv/users/hdlists/lists/nostalgiac-movies-from-the-80s-90s + sync_mode: sync + sort_title: ++++++++++++++++++_Nostalgia Collection + summary: All The Nostalgiac Movies From The 80s & 90s in One Collection + url_poster: https://i.imgur.com/vE8dsdd.jpg + url_background: https://i.imgur.com/frz0kly.jpg + + Outer Space Movie Collection: + template: {name: Genre} + trakt_list: https://trakt.tv/users/hdlists/lists/outer-space-space-exploration-movies + sync_mode: sync + sort_title: ++++++++++++++++++_Outer Space Movie Collection + summary: Movies That Take Place in Outer Space + url_poster: https://i.imgur.com/tOujJnS.jpg + url_background: https://i.imgur.com/CUIrEWQ.jpg + + Parody Movie Collection: + template: {name: Genre} + trakt_list: https://trakt.tv/users/hdlists/lists/top-50-parody-movies-of-all-time + sync_mode: sync + sort_title: ++++++++++++++++++_Parody Movie Collection + summary: Top 50 Parody Movies of All Time + url_poster: https://i.imgur.com/aoz65h5.png + url_background: https://i.imgur.com/d8kFQWQ.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Sundance Film Festival 2021: + template: {name: Genre} + trakt_list: https://trakt.tv/users/hdlists/lists/sundance-2021-movie-guide + sync_mode: sync + sort_title: ++++++++++++++++++_Sundance 2021 Collection + summary: Sundance Film Festival 2021 Movie Guide + url_poster: https://i.imgur.com/6CqlOaq.png + url_background: https://i.imgur.com/goapGVl.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + True Crime Documentaries: + template: {name: Genre} + trakt_list: https://trakt.tv/users/hdlists/lists/true-crime-documentaries + sync_mode: sync + sort_title: ++++++++++++++++++_True Crime Documentaries Movies + summary: True Crime Documentaries + url_poster: https://i.imgur.com/PPbzaKa.png + url_background: https://i.imgur.com/SOVfrIq.png + radarr_add: false + radarr_search: false + radarr_monitor: false + + Best Superhero Movies: + template: {name: Genre} + trakt_list: https://trakt.tv/users/hdlists/lists/best-superhero-movies + sort_title: +++++++++++++++++++++_Superhero Movies + sync_mode: sync + summary: Best Superhero Movies of All Time + url_poster: https://i.imgur.com/bce2Ja2.png + url_background: https://i.imgur.com/gvFtbmh.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Movies People are Watching: + template: {name: Genre} + trakt_list: https://trakt.tv/users/hdlists/lists/top-films-everyone-s-watching + sort_title: +++++++++++++++++++++_Everyones Watching + sync_mode: sync + summary: Movies That Everyone is Watching + url_poster: https://i.imgur.com/KQOKGNy.png + url_background: https://i.imgur.com/Acd6Bxu.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Sherlock Holmes (Basil Rathbone) Collection: + template: {name: Genre} + imdb_list: https://www.imdb.com/list/ls066349791/ + summary: "A series of fourteen films based on Sir Arthur Conan Doyle's Sherlock Holmes stories was released between 1939 and 1946; the British actors Basil Rathbone and Nigel Bruce played Holmes and Dr. John Watson, respectively. The first two films in the series were produced by 20th Century Fox and released in 1939. The studio stopped making the films after these, but Universal Pictures acquired the rights from the Doyle estate and produced a further twelve films. Although the films from 20th Century Fox had large budgets, high production values, and were set in the Victorian era, Universal updated the films to the contemporary era of the Second World War, and produced them as B pictures with lower budgets. Both Rathbone and Bruce continued their roles when the series changed studios, as did Mary Gordon, who played the recurring character, Mrs. Hudson." + url_poster: https://i.imgur.com/qXloh1s.jpg + url_background: https://i.imgur.com/xmgFBsk.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + Alfred Hitchcock Collection: + template: {name: Genre} + imdb_list: https://www.imdb.com/list/ls068553242/ + summary: "" + url_poster: https://i.imgur.com/cfnmZdJ.png + url_background: https://i.imgur.com/Gc2Xgo5.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Guy Ritchie Collection: + template: {name: Genre} + imdb_list: https://www.imdb.com/list/ls069411901/ + summary: "Guy Stuart Ritchie is an English film director, producer, screenwriter and businessman. His work includes British gangster films, and the Sherlock Holmes films starring Robert Downey Jr. Ritchie left school at age 15 and worked entry-level jobs in the film industry before going on to direct television commercials" + url_poster: https://i.imgur.com/n0iNL4p.png + url_background: https://i.imgur.com/t1b3f2y.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + + + + +########################### +# Holliday Collections # +########################### + Valentine's Day Movies: + template: + name: Holiday + start_date: 02/01 + end_date: 02/29 + imdb_list: + - https://www.imdb.com/list/ls000094398/ + - https://www.imdb.com/list/ls057783436/ + - https://www.imdb.com/list/ls064427905/ + St. Patrick's Day Movies: + template: + name: Holiday + start_date: 03/01 + end_date: 03/18 + imdb_list: https://www.imdb.com/list/ls063934595/ + Thanksgiving Movies: + template: + name: Holiday + start_date: 11/01 + end_date: 11/30 + imdb_list: + - https://www.imdb.com/list/ls000835734/ + - https://www.imdb.com/list/ls091597850/ + Halloween Movies: + template: + name: Holiday + start_date: 10/01 + end_date: 10/31 + imdb_list: + - https://www.imdb.com/list/ls023118929/ + - https://www.imdb.com/list/ls000099714/ + tmdb_collection: + - 91361 # Halloween Collection + - 8581 # A Nightmare on Elm Street Collection + - 1733 # The Mummy Collection + - 8091 # Alien Collection + tmdb_movie: + - 23437 # A Nightmare on Elm Street (2010) + Christmas Movies: + template: + name: Holiday + start_date: 12/01 + end_date: 12/31 + imdb_list: https://www.imdb.com/list/ls000096828/ + New Year's Day Movies: + template: + name: Holiday + start_date: 12/26 + end_date: 01/04 + imdb_list: https://www.imdb.com/list/ls066838460/ +########################### +# Studio Collections # +########################### + Aardman: + template: {name: Studio, studio: "Aardman", poster: https://theposterdb.com/api/assets/26074} + summary: Aardman Animations, Ltd. is a British animation studio based in Bristol, England. Aardman is known for films made using stop-motion clay animation techniques, particularly those featuring Plasticine characters Wallace and Gromit. + Studio Ghibli: + template: {name: Studio, studio: "Studio Ghibli", poster: https://theposterdb.com/api/assets/32223} + summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. + DC Extended Universe: + template: {name: Studio, studio: "DC Extended Universe", poster: https://theposterdb.com/api/assets/92689} + summary: The DC Extended Universe (DCEU) is a series of superhero films, distributed by Warner Bros. Pictures and based on characters that appear in American comic books by DC Comics. The shared universe, much like the original DC Universe in comic books and the television programs, was established by crossing over common plot elements, settings, cast, and characters. + Marvel Cinematic Universe: + template: {name: Studio, studio: "Marvel Enterprise, Marvel Entertainment, Marvel Studios", poster: https://theposterdb.com/api/assets/5912} + summary: The Marvel Cinematic Universe (MCU) is an American media franchise and shared universe centered on a series of superhero films, independently produced by Marvel Studios and based on characters that appear in American comic books published by Marvel Comics. The franchise includes comic books, short films, television series, and digital series. The shared universe, much like the original Marvel Universe in comic books, was established by crossing over common plot elements, settings, cast, and characters. The first MCU film is Iron Man (2008), which began the films of Phase One culminating in the crossover film The Avengers (2012). Phase Two began with Iron Man 3 (2013) and concluded with Ant-Man (2015). Phase Three began with Captain America - Civil War (2016) and concluded with Spider-Man - Far From Home (2019). The first three phases in the franchise are collectively known as "The Infinity Saga". The films of Phase Four will begin with Black Widow (2021) and are set to conclude with Guardians of the Galaxy Vol. 3 (2023). + Blue Sky Animation: + template: {name: Studio, studio: "Blue Sky Animation", poster: https://theposterdb.com/poster/33753} + summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. + DreamWorks: + template: {name: Studio, studio: "DreamWorks Animation, DreamWorks Pictures", poster: https://theposterdb.com/api/assets/52723} + summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. + Illumination Entertainment: + template: {name: Studio, studio: "Illumination Entertainment", poster: https://theposterdb.com/api/assets/8158} + summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. + Pixar: + template: {name: Studio, studio: Pixar, poster: https://theposterdb.com/api/assets/38226} + summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney Company. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the company's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. + Sony Pictures Animation: + template: {name: Studio, studio: "Sony Pictures, Sony Pictures Television", poster: https://theposterdb.com/api/assets/131749} + summary: Sony Pictures Animation Inc. is an American animation studio owned by Sony Entertainment's Sony Pictures Entertainment through their Motion Picture Group division and founded on May 9, 2002. The studio's films are distributed worldwide by Sony Pictures Releasing under their Columbia Pictures label, while all direct-to-video releases are released by Sony Pictures Home Entertainment. + Walt Disney Animation Studios: + template: {name: Studio, studio: "Walt Disney Animation Studios", poster: https://theposterdb.com/api/assets/6016} + summary: Walt Disney Animation Studios (WDAS), sometimes shortened to Disney Animation, is an American animation studio that creates animated features and short films for The Walt Disney Company. Founded on October 16, 1923 by brothers Walt Disney and Roy O. Disney, it is one of the oldest-running animation studios in the world. It is currently organized as a division of Walt Disney Studios and is headquartered at the Roy E. Disney Animation Building at the Walt Disney Studios lot in Burbank, California. + Walt Disney Pictures: + template: {name: Studio, studio: "Walt Disney Pictures", poster: https://theposterdb.com/api/assets/16549} + summary: Walt Disney Pictures is an American film production studio of The Walt Disney Studios, which is owned by The Walt Disney Company. The studio is the flagship producer of live-action feature films within the Walt Disney Studios unit, and is based at the Walt Disney Studios in Burbank, California. Animated films produced by Walt Disney Animation Studios and Pixar Animation Studios are also released under this brand. Walt Disney Studios Motion Pictures distributes and markets the films produced by Walt Disney Pictures. + Warner Bros.: + template: {name: Studio, studio: "Warner Animation Group, Warner Bros., Warner Bros. Animation, Warner Bros. Pictures, Warner Independent Pictures (WIP)", poster: https://theposterdb.com/api/assets/47604} + summary: Warner Bros.is the third-oldest American movie studio in continuous operation, after Paramount Pictures was founded on May 8, 1912 as Famous Players Film Corporation, and Universal Studios founded on June 8, 1912. Warner Bros. incorporated on April 4, 1923. + MGM.: + template: {name: Studio, studio: "Metro-Goldwyn-Mayer,MGM,Metro Pictures,Goldwyn Pictures,Louis B. Mayer Pictures"} + summary: MGM was formed by Marcus Loew by combining Metro Pictures, Goldwyn Pictures, and Louis B. Mayer Pictures into a single company. It hired a number of well known actors as contract players—its slogan was "more stars than there are in heaven"—and soon became one of Hollywood's "big five" film studios, producing popular movie musicals and winning many Oscars + url_poster: https://i.imgur.com/y0oblqt.png + url_background: https://i.imgur.com/Afq4FPg.png + Action: + template: {name: SearchGenre, genre: Action, poster: https://theposterdb.com/api/assets/52018} + summary: Action film is a genre wherein physical action takes precedence in the storytelling. The film will often have continuous motion and action including physical stunts, chases, fights, battles, and races. The story usually revolves around a hero that has a goal, but is facing incredible odds to obtain it. + Adventure: + template: {name: SearchGenre, genre: Adventure, poster: https://theposterdb.com/api/assets/52218} + summary: Adventure film is a genre that revolves around the conquests and explorations of a protagonist. The purpose of the conquest can be to retrieve a person or treasure, but often the main focus is simply the pursuit of the unknown. These films generally take place in exotic locations and play on historical myths. Adventure films incorporate suspenseful puzzles and intricate obstacles that the protagonist must overcome in order to achieve the end goal. + Animation: + template: {name: SearchGenre, genre: Animation, poster: https://theposterdb.com/api/assets/120090} + summary: Animated film is a collection of illustrations that are photographed frame-by-frame and then played in a quick succession. Since its inception, animation has had a creative and imaginative tendency. Being able to bring animals and objects to life, this genre has catered towards fairy tales and children’s stories. However, animation has long been a genre enjoyed by all ages. As of recent, there has even been an influx of animation geared towards adults. Animation is commonly thought of as a technique, thus it’s ability to span over many different genres. + Anime: + template: {name: SearchGenre, genre: Anime, poster: https://theposterdb.com/api/assets/126743} + summary: A collection of Anime movies + Biography: + template: {name: SearchGenre, genre: Biography, poster: https://theposterdb.com/api/assets/60369} + summary: A collection of Biography movies + Comedy: + template: {name: SearchGenre, genre: Comedy, poster: https://theposterdb.com/api/assets/51397} + summary: Comedy is a genre of film that uses humor as a driving force. The aim of a comedy film is to illicit laughter from the audience through entertaining stories and characters. Although the comedy film may take on some serious material, most have a happy ending. Comedy film has the tendency to become a hybrid sub-genre because humor can be incorporated into many other genres. Comedies are more likely than other films to fall back on the success and popularity of an individual star. + Crime: + template: {name: SearchGenre, genre: Crime, poster: https://theposterdb.com/api/assets/53057} + summary: Crime film is a genre that revolves around the action of a criminal mastermind. A Crime film will often revolve around the criminal himself, chronicling his rise and fall. Some Crime films will have a storyline that follows the criminal's victim, yet others follow the person in pursuit of the criminal. This genre tends to be fast paced with an air of mystery – this mystery can come from the plot or from the characters themselves. + Documentary: + template: {name: SearchGenre, genre: Documentary, poster: https://theposterdb.com/api/assets/51430} + summary: Documentary film is a non-fiction genre intended to document reality primarily for the purposes of instruction, education, or maintaining a historical record. + Drama: + template: {name: SearchGenre, genre: Drama, poster: https://theposterdb.com/api/assets/52016} + summary: Drama film is a genre that relies on the emotional and relational development of realistic characters. While Drama film relies heavily on this kind of development, dramatic themes play a large role in the plot as well. Often, these dramatic themes are taken from intense, real life issues. Whether heroes or heroines are facing a conflict from the outside or a conflict within themselves, Drama film aims to tell an honest story of human struggles. + Family: + template: {name: SearchGenre, genre: Family, poster: https://theposterdb.com/api/assets/53059} + summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + Fantasy: + template: {name: SearchGenre, genre: Animation, poster: https://theposterdb.com/api/assets/51476} + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=fantasy + limit: 100 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=fantasy&sort=user_rating,desc + limit: 100 + summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + Gangster: + template: {name: SearchGenre, genre: Gangster, poster: https://theposterdb.com/api/assets/62561} + imdb_list: + - https://www.imdb.com/list/ls026270180/ + - https://www.imdb.com/list/ls000093502/ + summary: Gangster film is a sub-genre of crime films that center on organized crime or the mafia. Often the plot revolves around the rise and fall of an organized crime leader. Many Gangster films explore the destructive nature of organized crime, while others attempt to show the humanity of the individual characters. + History: + template: {name: SearchGenre, genre: History, poster: https://theposterdb.com/api/assets/58022} + summary: History film is a genre that takes historical events and people and interprets them in a larger scale. Historical accuracy is not the main focus, but rather the telling of a grandiose story. The drama of an History film is often accentuated by a sweeping musical score, lavish costumes, and high production value. + Horror: + template: {name: SearchGenre, genre: Horror, poster: https://theposterdb.com/api/assets/51475} + summary: Horror film is a genre that aims to create a sense of fear, panic, alarm, and dread for the audience. These films are often unsettling and rely on scaring the audience through a portrayal of their worst fears and nightmares. Horror films usually center on the arrival of an evil force, person, or event. Many Horror films include mythical creatures such as ghosts, vampires, and zombies. Traditionally, Horror films incorporate a large amount of violence and gore into the plot. Though it has its own style, Horror film often overlaps into Fantasy, Thriller, and Science-Fiction genres. + Martial Arts: + template: {name: SearchGenre, poster: https://theposterdb.com/api/assets/51773} + imdb_list: + - https://www.imdb.com/list/ls000099643/ + - https://www.imdb.com/list/ls068611186/ + - https://www.imdb.com/list/ls068378513/ + - https://www.imdb.com/list/ls090404120/ + summary: Martial Arts film is a sub-genre of action films that feature numerous martial arts combat between characters. These combats are usually the films' primary appeal and entertainment value, and often are a method of storytelling and character expression and development. Martial Arts are frequently featured in training scenes and other sequences in addition to fights. Martial Arts films commonly include other types of action, such as hand-to-hand combat, stuntwork, chases, and gunfights. + Music: + template: {name: SearchGenre, poster: https://theposterdb.com/api/assets/51398} + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=music + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=music&sort=user_rating,desc + limit: 200 + summary: Music film is genre that revolves around music being an integral part of the characters lives. + Musical: + template: {name: SearchGenre, genre: Musical, poster: https://theposterdb.com/api/assets/51427} + summary: A Musical interweaves vocal and dance performances into the narrative of the film. The songs of a film can either be used to further the story or simply enhance the experience of the audience. These films are often done on a grand scale and incorporate lavish costumes and sets. Traditional musicals center on a well-known star, famous for their dancing or singing skills (i.e. Fred Astaire, Gene Kelly, Judy Garland). These films explore concepts such are love and success, allowing the audience to escape from reality. + Mystery: + template: {name: SearchGenre, genre: Mystery, poster: https://theposterdb.com/api/assets/53060} + summary: A Mystery film centers on a person of authority, usually a detective, that is trying to solve a mysterious crime. The main protagonist uses clues, investigation, and logical reasoning. The biggest element in these films is a sense of “whodunit” suspense, usually created through visual cues and unusual plot twists. + Pandemic: + template: {name: SearchGenre, poster: https://theposterdb.com/api/assets/55837} + imdb_list: https://www.imdb.com/list/ls092321048/ + summary: A Pandemic film resolves around widespread viruses, plagues, and diseases. + Romance: + template: {name: SearchGenre, genre: Romance, poster: https://theposterdb.com/api/assets/53062} + summary: "Romance film can be defined as a genre wherein the plot revolves around the love between two protagonists. This genre usually has a theme that explores an issue within love, including but not limited to: love at first sight, forbidden love, love triangles, and sacrificial love. The tone of Romance film can vary greatly. Whether the end is happy or tragic, Romance film aims to evoke strong emotions in the audience." + Science Fiction: + template: {name: SearchGenre, genre: Science Fiction, poster: https://theposterdb.com/api/assets/51772} + summary: Science Fiction (Sci-Fi) film is a genre that incorporates hypothetical, science-based themes into the plot of the film. Often, this genre incorporates futuristic elements and technologies to explore social, political, and philosophical issues. The film itself is usually set in the future, either on earth or in space. Traditionally, a Science Fiction film will incorporate heroes, villains, unexplored locations, fantastical quests, and advanced technology. + Short: + template: {name: SearchGenre, genre: Short, poster: https://theposterdb.com/api/assets/53063} + summary: A collection of Short movies + Sports: + template: {name: SearchGenre, genre: Sport, poster: https://theposterdb.com/api/assets/60371} + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=sport + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=sport&sort=user_rating,desc + limit: 200 + summary: A Sport Film revolves around a sport setting, event, or an athlete. Often, these films will center on a single sporting event that carries significant importance. Sports films traditionally have a simple plot that builds up to the significant sporting event. This genre is known for incorporating film techniques to build anticipation and intensity. Sport films have a large range of sub-genres, from comedies to dramas, and are more likely than other genres to be based true-life events. + Stand Up Comedy: + template: {name: SearchGenre, poster: https://theposterdb.com/api/assets/49137} + imdb_list: + - https://www.imdb.com/list/ls070221411/ + - https://www.imdb.com/list/ls086584751/ + - https://www.imdb.com/list/ls086022668/ + - https://www.imdb.com/list/ls049792208/ + summary: Stand-up comedy is a comedic style in which a comedian performs in front of a live audience, speaking directly to them through a microphone. Comedians give the illusion that they are dialoguing, but in actuality, they are monologuing a grouping of humorous stories, jokes and one-liners, typically called a shtick, routine, act, or set. Some stand-up comedians use props, music or magic tricks to enhance their acts. Stand-up comedians perform quasi-autobiographical and fictionalized extensions of their offstage selves. + Sword & Sorcery: + template: {name: SearchGenre, poster: https://theposterdb.com/api/assets/74604} + imdb_list: https://www.imdb.com/list/ls022909805 + summary: Sword and Sorcery film is a sub-genre of Fantasy that tend to be more plot-driven. These films rely on heavy action and battle scenes. Common themes in Sword and Sorcery films include a rescue mission, saving a princess, and battling a fantastical monster. The worlds and characters in these films are often much less developed than in other fantasy sub-genres. Of all the Fantasy sub-genres, Sword and Sorcery is most likely to be geared towards a younger audience, as many of these films are animated. + Thriller: + template: {name: SearchGenre, genre: Thriller, poster: https://theposterdb.com/api/assets/52019} + summary: Thriller Film is a genre that revolves around anticipation and suspense. The aim for Thrillers is to keep the audience alert and on the edge of their seats. The protagonist in these films is set against a problem – an escape, a mission, or a mystery. No matter what sub-genre a Thriller film falls into, it will emphasize the danger that the protagonist faces. The tension with the main problem is built on throughout the film and leads to a highly stressful climax. + War: + template: {name: SearchGenre, genre: War, poster: https://theposterdb.com/api/assets/51477} + summary: War Film is a genre that looks at the reality of war on a grand scale. They often focus on landmark battles as well as political issues within war. This genre usually focuses on a main character and his team of support, giving the audience an inside look into the gritty reality of war. + Western: + template: {name: SearchGenre, genre: Western, poster: https://theposterdb.com/api/assets/51774} + summary: "Western Film is a genre that revolves around stories primarily set in the late 19th century in the American Old West. Most Westerns are set between the American Civil War (1865) and the early 1900s. Common themes within Western Film include: the conquest of the wild west, the cultural separation of the East and the West, the West’s resistance to modern change, the conflict between Cowboys and Indians, outlaws, and treasure/gold hunting. American Western Film usually revolves around a stoic hero and emphasizes the importance of honor and sacrifice." + +########################### +# Movie Collections # +########################### + James Bond: + template: {name: Movie, collection: 645, summary: 645, poster: https://theposterdb.com/api/assets/115662} + X-Men: + template: {name: Movie, collection: 748, summary: 748, poster: https://theposterdb.com/api/assets/20 } + Mission Impossible: + template: {name: Movie, collection: 87359, summary: 87359, poster: https://theposterdb.com/api/assets/65202} + Pirates of the Caribbean: + template: {name: Movie, collection: 295, summary: 295, poster: https://theposterdb.com/api/assets/71934} + Jurassic Park: + template: {name: Movie, collection: 328, summary: 328, poster: https://theposterdb.com/api/assets/45080} + Harry Potter: + template: {name: Movie, collection: 1241, summary: 1241, poster: https://theposterdb.com/api/assets/737} +########################### +# Decade Collections # +########################### + 30's Movies: + template: {name: Decade, year: 1930, poster: https://theposterdb.com/api/assets/105675} + 40's Movies: + template: {name: Decade, year: 1940, poster: https://theposterdb.com/api/assets/105676} + 50's Movies: + template: {name: Decade, year: 1950, poster: https://theposterdb.com/api/assets/105677} + 60's Movies: + template: {name: Decade, year: 1960, poster: https://theposterdb.com/api/assets/105331} + 70's Movies: + template: {name: Decade, year: 1970, poster: https://theposterdb.com/api/assets/105332} + 80's Movies: + template: {name: Decade, year: 1980, poster: https://theposterdb.com/api/assets/105333} + 90's Movies: + template: {name: Decade, year: 1990, poster: https://theposterdb.com/api/assets/105334} + 00's Movies: + plex_search: + decade: 2000 + sort_title: +++_Decade + collection_order: alpha + url_poster: https://i.imgur.com/qSveQz8.png + url_background: https://i.imgur.com/WCgIgBL.jpg + 10's Movies: + plex_search: + decade: 2010 + sort_title: +++_Decade + collection_order: alpha + url_poster: https://i.imgur.com/LKVEP8t.png + url_background: https://i.imgur.com/NwWZ84l.jpg + 20's Movies: + plex_search: + decade: 2020 + sort_title: +++_Decade + collection_order: alpha + url_poster: https://i.imgur.com/JXbctdQ.png + url_background: https://i.imgur.com/3gXUKzb.jpg + + + +########################### +# Trakt Trending # +########################### + Trakt Trending: + trakt_trending: 50 + sort_title: +++++++++_Trakt Trending + summary: Trending Movies from TRAKT + url_poster: https://i.imgur.com/Wvpe2AD.png + url_background: https://i.imgur.com/lFkLQy3.jpg +########################### +# IMDb Top 250 # +########################### + IMDb Top 250: + imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc + sort_title: ++++++++_IMDb Top 250 + url_poster: https://i.imgur.com/nYpfN72.png + url_background: https://i.imgur.com/6HMkDnv.jpg +########################### +# People Collections # +########################### + Adam Sandler: + writer: tmdb + template: {name: people, person: 19292} + Al Pacino: + template: {name: people, person: 1158} + Alfred Hitchcock: + director: tmdb + template: {name: people, person: 2636} + trakt_list: https://trakt.tv/users/movistapp/lists/hitchcock + Amy Adams: + template: {name: people, person: 9273} + Angelina Jolie: + template: {name: people, person: 11701} + Anne Hathaway: + template: {name: people, person: 1813} + Anthony Hopkins: + template: {name: people, person: 4173} + Antonio Banderas: + template: {name: people, person: 3131} + Arnold Schwarzenegger: + template: {name: people, person: 1100} + Ben Affleck: + template: {name: people, person: 880} + Ben Stiller: + template: {name: people, person: 7399} + Bill Murray: + template: {name: people, person: 1532} + Brad Pitt: + template: {name: people, person: 287} + Brendan Fraser: + template: {name: people, person: 18269} + Bruce Lee: + template: {name: people, person: 19429} + Bruce Willis: + template: {name: people, person: 62} + Cameron Diaz: + template: {name: people, person: 6941} + Carrie Fisher: + template: {name: people, person: 4} + Cate Blanchett: + template: {name: people, person: 112} + Catherine Zeta-Jones: + template: {name: people, person: 1922} + Channing Tatum: + template: {name: people, person: 38673} + Charlie Chaplin: + template: {name: people, person: 13848} + Charlize Theron: + template: {name: people, person: 6885} + Christian Bale: + template: {name: people, person: 3894} + Chris Evans: + template: {name: people, person: 16828} + Chris Hemsworth: + template: {name: people, person: 74568} + Chris Pratt: + template: {name: people, person: 73457} + Chris Rock: + template: {name: people, person: 2632} + Christopher Nolan: + director: tmdb + template: {name: people, person: 525} + Christopher Walken: + template: {name: people, person: 4690} + Chuck Norris: + template: {name: people, person: 51576} + Clint Eastwood: + director: tmdb + template: {name: people, person: 190} + Coen Brothers: + writer: tmdb + director: tmdb + template: {name: people, person: "1223, 1224"} + summary: "Joel Coen and Ethan Coen, collectively referred to as the Coen Brothers, are American film directors, producers, screenwriters, and editors. Their films span many genres and styles, which they frequently subvert or parody. Their most acclaimed works include: Raising Arizona (1987), Miller's Crossing (1990), Fargo (1996), The Big Lebowski (1998), O Brother, Where Art Thou? (2000), No Country for Old Men (2007), Burn After Reading (2008), A Serious Man (2009), True Grit (2010), Inside Llewyn Davis (2013), and The Ballad of Buster Scruggs (2018)." + Daniel Craig: + template: {name: people, person: 8784} + Dave Bautista: + template: {name: people, person: 543530} + Dave Chappelle: + template: {name: people, person: 4169} + Denzel Washington: + template: {name: people, person: 5292} + Diane Keaton: + template: {name: people, person: 3092} + Don Cheadle: + template: {name: people, person: 1896} + Dustin Hoffman: + template: {name: people, person: 4483} + Dwayne Johnson: + template: {name: people, person: 18918} + Eddie Murphy: + template: {name: people, person: 776} + Edward Norton: + template: {name: people, person: 819} + Elliot Page: + template: {name: people, person: 27578} + Emma Stone: + template: {name: people, person: 54693} + Emma Watson: + template: {name: people, person: 10990} + Ewan McGregor: + template: {name: people, person: 3061} + George Clooney: + template: {name: people, person: 1461} + Gerard Butler: + template: {name: people, person: 17276} + Harrison Ford: + template: {name: people, person: 3} + Hayao Miyazaki: + template: {name: people, person: 608} + Hugh Jackman: + template: {name: people, person: 6968} + Ian McKellen: + template: {name: people, person: 1327} + Ice Cube: + template: {name: people, person: 9778} + J.J. Abrams: + director: tmdb + template: {name: people, person: 15344} + Jack Black: + template: {name: people, person: 70851} + Jackie Chan: + template: {name: people, person: 18897} + James Cameron: + director: tmdb + template: {name: people, person: 2710} + James Franco: + template: {name: people, person: 17051} + Jamie Foxx: + template: {name: people, person: 134} + Jason Bateman: + template: {name: people, person: 23532} + Jason Statham: + template: {name: people, person: 976} + Jeff Bridges: + template: {name: people, person: 1229} + Jeff Goldblum: + template: {name: people, person: 4785} + Jennifer Aniston: + template: {name: people, person: 4491} + Jennifer Lawrence: + template: {name: people, person: 72129} + Jesse Eisenberg: + template: {name: people, person: 44735} + Jessica Alba: + template: {name: people, person: 56731} + Jet Li: + template: {name: people, person: 1336} + Jim Carrey: + template: {name: people, person: 206} + John Candy: + template: {name: people, person: 7180} + John Travolta: + template: {name: people, person: 8891} + John Wayne: + template: {name: people, person: 4165} + Johnny Depp: + template: {name: people, person: 85} + Julia Roberts: + template: {name: people, person: 1204} + Kevin Bacon: + template: {name: people, person: 4724} + Kevin Costner: + template: {name: people, person: 1269} + Kevin Hart: + template: {name: people, person: 55638} + Kevin Smith: + writer: tmdb + director: tmdb + template: {name: people, person: 19303} + Leonardo DiCaprio: + template: {name: people, person: 6193} + Liam Neeson: + template: {name: people, person: 3896} + Lucy Liu: + template: {name: people, person: 140} + M. Night Shyamalan: + director: tmdb + template: {name: people, person: 11614} + Mark Wahlberg: + template: {name: people, person: 13240} + Matt Damon: + template: {name: people, person: 1892} + Matthew McConaughey: + template: {name: people, person: 10297} + Megan Fox: + template: {name: people, person: 19537} + Mel Brooks: + writer: tmdb + director: tmdb + template: {name: people, person: 14639} + Mel Gibson: + director: tmdb + template: {name: people, person: 2461} + Melissa McCarthy: + template: {name: people, person: 55536} + Meryl Streep: + template: {name: people, person: 5064} + Michael Bay: + director: tmdb + template: {name: people, person: 865} + Michael Caine: + template: {name: people, person: 3895} + Michael Keaton: + template: {name: people, person: 2232} + Mike Myers: + template: {name: people, person: 12073} + Mila Kunis: + template: {name: people, person: 18973} + Milla Jovovich: + template: {name: people, person: 63} + Morgan Freeman: + template: {name: people, person: 192} + Natalie Portman: + template: {name: people, person: 524} + Nicolas Cage: + template: {name: people, person: 2963} + Nicole Kidman: + template: {name: people, person: 2227} + Orlando Bloom: + template: {name: people, person: 114} + Owen Wilson: + template: {name: people, person: 887} + Patrick Stewart: + template: {name: people, person: 2387} + Quentin Tarantino: + writer: tmdb + director: tmdb + template: {name: people, person: 138} + Reese Witherspoon: + template: {name: people, person: 368} + Ridley Scott: + director: tmdb + template: {name: people, person: 578} + Robert De Niro: + template: {name: people, person: 380} + Robert Downey Jr.: + template: {name: people, person: 3223} + Robin Williams: + template: {name: people, person: 2157} + Rosario Dawson: + template: {name: people, person: 5916} + Ryan Reynolds: + template: {name: people, person: 10859} + Samuel L. Jackson: + template: {name: people, person: 2231} + Sandra Bullock: + template: {name: people, person: 18277} + Sacha Baron Cohen: + template: {name: people, person: 6730} + Scarlett Johansson: + template: {name: people, person: 1245} + Sean Connery: + template: {name: people, person: 738} + Seth Rogen: + writer: tmdb + director: tmdb + template: {name: people, person: 19274} + Shia LaBeouf: + template: {name: people, person: 10959} + Steve Buscemi: + template: {name: people, person: 884} + Steve Carell: + template: {name: people, person: 4495} + Steve Martin: + template: {name: people, person: 67773} + Steven Seagal: + template: {name: people, person: 23880} + Steven Spielberg: + director: tmdb + template: {name: people, person: 488} + Sylvester Stallone: + template: {name: people, person: 16483} + Tim Burton: + writer: tmdb + director: tmdb + template: {name: people, person: 510} + Tom Cruise: + template: {name: people, person: 500} + Tom Hanks: + template: {name: people, person: 31} + Tommy Lee Jones: + template: {name: people, person: 2176} + Vin Diesel: + template: {name: people, person: 12835} + Vince Vaughn: + template: {name: people, person: 4937} + Wesley Snipes: + template: {name: people, person: 10814} + Will Ferrell: + template: {name: people, person: 23659} + Will Smith: + template: {name: people, person: 2888} + Woody Harrelson: + template: {name: people, person: 57755} + Zack Snyder: + director: tmdb + template: {name: people, person: 15217} +########################### +# Genre Collections # +########################### diff --git a/hjone72/BAFTA.yml b/hjone72/BAFTA.yml index d0d6c68..e2c4023 100644 --- a/hjone72/BAFTA.yml +++ b/hjone72/BAFTA.yml @@ -10,6 +10,8 @@ templates: trakt_list: https://trakt.tv/users/pjcob/lists/<<year>>-bafta item_label: BAFTA collections: + BAFTA 2022: + template: { name: BAFTA Template, year: 2022 } BAFTA 2021: template: { name: BAFTA Template, year: 2021 } BAFTA 2020: diff --git a/hjone72/Critics_Choice.yml b/hjone72/Critics_Choice.yml index ff8a41b..69afaac 100644 --- a/hjone72/Critics_Choice.yml +++ b/hjone72/Critics_Choice.yml @@ -10,6 +10,8 @@ templates: trakt_list: https://trakt.tv/users/pjcob/lists/<<year>>-critic-s-choice item_label: CCA collections: + Critics Choice Awards 2022: + template: { name: CCA Template, year: 2022 } Critics Choice Awards 2021: template: { name: CCA Template, year: 2021 } Critics Choice Awards 2020: @@ -25,4 +27,4 @@ collections: Critics Choice Awards 2015: template: { name: CCA Template, year: 2015 } Critics Choice Awards 2014: - template: { name: CCA Template, year: 2014 } + template: { name: CCA Template, year: 2014 } \ No newline at end of file diff --git a/hjone72/GoldenGlobes.yml b/hjone72/GoldenGlobes.yml index 777f328..8eaa041 100644 --- a/hjone72/GoldenGlobes.yml +++ b/hjone72/GoldenGlobes.yml @@ -10,6 +10,8 @@ templates: trakt_list: https://trakt.tv/users/pjcob/lists/<<year>>-golden-globes item_label: Golden Globes collections: + Golden Globes 2022: + template: { name: GG Template, year: 2022 } Golden Globes 2021: template: { name: GG Template, year: 2021 } Golden Globes 2020: @@ -25,4 +27,4 @@ collections: Golden Globes 2015: template: { name: GG Template, year: 2015 } Golden Globes 2014: - template: { name: GG Template, year: 2014 } + template: { name: GG Template, year: 2014 } \ No newline at end of file diff --git a/hjone72/ISA.yml b/hjone72/ISA.yml index 75e2b86..e07d7a9 100644 --- a/hjone72/ISA.yml +++ b/hjone72/ISA.yml @@ -10,6 +10,8 @@ templates: trakt_list: https://trakt.tv/users/pjcob/lists/<<year>>-independent-spirits item_label: ISA collections: + Independent Spirit Awards 2022: + template: { name: ISA Template, year: 2022 } Independent Spirit Awards 2021: template: { name: ISA Template, year: 2021 } Independent Spirit Awards 2020: @@ -25,4 +27,4 @@ collections: Independent Spirit Awards 2015: template: { name: ISA Template, year: 2015 } Independent Spirit Awards 2014: - template: { name: ISA Template, year: 2014 } + template: { name: ISA Template, year: 2014 } \ No newline at end of file diff --git a/hjone72/Oscars.yml b/hjone72/Oscars.yml index cef0452..1054caf 100644 --- a/hjone72/Oscars.yml +++ b/hjone72/Oscars.yml @@ -57,3 +57,5 @@ collections: template: { name: Oscars, year: 2020 } Oscars 2021: template: { name: Oscars, year: 2021 } + Oscars 2022: + template: { name: Oscars, year: 2022 } diff --git a/hjone72/Sundance.yml b/hjone72/Sundance.yml index 330b58e..be9017e 100644 --- a/hjone72/Sundance.yml +++ b/hjone72/Sundance.yml @@ -7,7 +7,7 @@ templates: smart_label: audience_rating.desc summary: 'Sundance Film Festival of <<year>>' sync_mode: append - trakt_list: https://trakt.tv/users/vermelholimao/lists/sundance-film-festival-<<year>> + trakt_list: https://trakt.tv/users/pjcob/lists/<<year>>-sundance?sort=rank,asc item_label: Sundance Film Festival SFF Genre Template: sort_title: '*Sundance Film Festival <<genre>>' @@ -19,10 +19,14 @@ templates: summary: 'Sundance Film Festival: <<genre>>' sync_mode: append collections: + Sundance Film Festival Horrors: + template: { name: SFF Genre Template, genre: Horror } Sundance Film Festival Romance: template: { name: SFF Genre Template, genre: Romance } Sundance Film Festival Comedies: template: { name: SFF Genre Template, genre: Comedies } + Sundance Film Festival 2022: + template: { name: SFF Template, year: 2022 } Sundance Film Festival 2021: template: { name: SFF Template, year: 2021 } Sundance Film Festival 2020: @@ -46,4 +50,4 @@ collections: Sundance Film Festival 2011: template: { name: SFF Template, year: 2011 } Sundance Film Festival 2010: - template: { name: SFF Template, year: 2010 } + template: { name: SFF Template, year: 2010 } \ No newline at end of file diff --git a/home1800/README.md b/home1800/README.md new file mode 100644 index 0000000..6429de4 --- /dev/null +++ b/home1800/README.md @@ -0,0 +1,8 @@ +![image](https://user-images.githubusercontent.com/69302307/187302551-32c9d7f7-8915-450f-8b34-1f5d253499b4.png) + +# Overlays # +## Audio Flags ## +Mainly focused on combinations of english and/or german with a third language + +## Ratings non-250 ## +regular Ratings overlay but without the logo changing "250" if it's in IMDB's top 250. For that I have the banner diff --git a/home1800/overlays/README.md b/home1800/overlays/README.md new file mode 100644 index 0000000..0bddefc --- /dev/null +++ b/home1800/overlays/README.md @@ -0,0 +1,44 @@ +# Audio Flags # + +Always wanted Audio Language Flags, now I've got them. Focused on English and German combinations mainly. +Combinations up to three flags, won't do more to combat clutter. Also, I only need original language + german and optionally english if available. + +## Setup ### + +This config works by regex matching the filename and applying flags accordingly. +Requires {MediaInfo AudioLanguages} in radarr naming or manually add the languages in whatever standard radarr uses in '[]' braces. + + +## Supported Languages ## +- english +- german +- korean +- spanish +- norwegian +- japanese +- french +- italian + +## Supported combinations ## +### (single language) ### +- any language listed + +### (dual language) ### +- english with any language listed +- german with any language listed + +### (triple language) ### +- english + german + any third language + +## Flags ## +wanted to automate the flag-combination generating to enable more combinations, but no willing to get into imagemagick at this moment. I've created templates with gimp. + +# Recent Ratings # + +To combat clutter, I wanted to only display ratings for the most recently added. +It's basically the same as the [PMM ratings config](https://github.com/meisnate12/Plex-Meta-Manager-Configs/blob/master/PMM/overlays/ratings.yml) but added a recently added filter. Defaults to 30 days. + +# Ratings - no 250 # + +same ratings config as in the [PMM repo](https://github.com/meisnate12/Plex-Meta-Manager-Configs/blob/master/PMM/overlays/ratings.yml), difference being that it won't change the icon if it's IMdb's top 250. +I did this because I already have the [250 corner banner](https://github.com/meisnate12/Plex-Meta-Manager-Configs/blob/master/PMM/overlays/imdb_top_250.yml), so having it twice would be redundant and wouldn't look nice. diff --git a/home1800/overlays/audio_flags.yml b/home1800/overlays/audio_flags.yml new file mode 100644 index 0000000..235099b --- /dev/null +++ b/home1800/overlays/audio_flags.yml @@ -0,0 +1,272 @@ +############################################################# +# Audio Flag Overlay # +# Created by home1800 # +# based on PMM/overlays/audio_languages # +############################################################# +# requires {MediaInfo AudioLanguages} in radarr naming # +# or manually add the languages in whatever standard # +# radarr uses in '[]' braces # +# # +# tested with Movies only # +# # +# Call this from your config.yml: # +# If nothing is specified these are the defaults # +# # +# overlay_path: # +# - git: home1800/overlays/audio_flags # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 0 # +# # Set the horizontal align for the overlay # +# horizontal_align: center # +# # Set the vertical offset for the overlay # +# vertical_offset: 30 # +# # Set the vertical align for the overlay # +# vertical_align: bottom # +############################################################# + +templates: + AudioLanguage: + optional: + - overlay_level + default: + overlay: <<overlay_name>> + horizontal_offset: 0 + horizontal_align: center + vertical_offset: 30 + vertical_align: bottom + collection_level: <<overlay_level>> + ignore_blank_results: true + overlay: + name: <<overlay_name>> + git: home1800/overlays/images/flag-overlays/<<overlay>> + group: audio_language + weight: <<weight>> + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + +overlays: + +# single language flags + de: + template: + - name: AudioLanguage + weight: 5 + plex_all: true + filter: + filepath.regex: .*\[DE\]\.* + + es: + template: + - name: AudioLanguage + weight: 5 + plex_all: true + filter: + filepath.regex: .*\[ES\]\.* + + kr: + template: + - name: AudioLanguage + weight: 5 + plex_all: true + filter: + filepath.regex: .*\[KO\]\.* + + no: + template: + - name: AudioLanguage + weight: 5 + plex_all: true + filter: + filepath.regex: .*\[NB\]\.* + + fr: + template: + - name: AudioLanguage + weight: 5 + plex_all: true + filter: + filepath.regex: .*\[FR\]\.* + + jp: + template: + - name: AudioLanguage + weight: 5 + plex_all: true + filter: + filepath.regex: .*\[JA\]\.* + + it: + template: + - name: AudioLanguage + weight: 5 + plex_all: true + filter: + filepath.regex: .*\[IT\]\.* + + +################################ + +# dual language (german + any) + de+fr: + template: + - name: AudioLanguage + weight: 10 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(FR|DE)[A-Z+]*(FR|DE)[A-Z+]*\]\.* + + de+jp: + template: + - name: AudioLanguage + weight: 10 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(JA|DE)[A-Z+]*(JA|DE)[A-Z+]*\]\.* + + de+kr: + template: + - name: AudioLanguage + weight: 10 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(KO|DE)[A-Z+]*(KO|DE)[A-Z+]*\]\.* + + de+no: + template: + - name: AudioLanguage + weight: 10 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(NB|DE)[A-Z+]*(NB|DE)[A-Z+]*\]\.* + + de+es: + template: + - name: AudioLanguage + weight: 10 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(ES|DE)[A-Z+]*(ES|DE)[A-Z+]*\]\.* + + de+it: + template: + - name: AudioLanguage + weight: 10 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(IT|DE)[A-Z+]*(IT|DE)[A-Z+]*\]\.* + + +################################ + +# dual language (english + any) + us+de: + template: + - name: AudioLanguage + weight: 10 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(EN|DE)[A-Z+]*(EN|DE)[A-Z+]*\]\.* + + us+fr: + template: + - name: AudioLanguage + weight: 10 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(EN|FR)[A-Z+]*(EN|FR)[A-Z+]*\]\.* + + us+jp: + template: + - name: AudioLanguage + weight: 10 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(EN|JA)[A-Z+]*(EN|JA)[A-Z+]*\]\.* + + us+kr: + template: + - name: AudioLanguage + weight: 10 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(EN|KO)[A-Z+]*(EN|KO)[A-Z+]*\]\.* + + us+no: + template: + - name: AudioLanguage + weight: 10 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(EN|NB)[A-Z+]*(EN|NB)[A-Z+]*\]\.* + + us+es: + template: + - name: AudioLanguage + weight: 10 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(EN|ES)[A-Z+]*(EN|ES)[A-Z+]*\]\.* + + us+it: + template: + - name: AudioLanguage + weight: 10 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(EN|IT)[A-Z+]*(EN|IT)[A-Z+]*\]\.* + +################################ + +# triple language (english + german + any) + us+de+jp: + template: + - name: AudioLanguage + weight: 20 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(EN|JA|DE)[A-Z+]*(EN|JA|DE)[A-Z+]*(EN|JA|DE)[A-Z+]*\]\.* + + us+de+fr: + template: + - name: AudioLanguage + weight: 20 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(EN|FR|DE)[A-Z+]*(EN|FR|DE)[A-Z+]*(EN|FR|DE)[A-Z+]*\]\.* + + us+de+no: + template: + - name: AudioLanguage + weight: 20 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(EN|NB|DE)[A-Z+]*(EN|NB|DE)[A-Z+]*(EN|NB|DE)[A-Z+]*\]\.* + + us+de+kr: + template: + - name: AudioLanguage + weight: 20 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(EN|KO|DE)[A-Z+]*(EN|KO|DE)[A-Z+]*(EN|KO|DE)[A-Z+]*\]\.* + + us+de+es: + template: + - name: AudioLanguage + weight: 20 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(EN|ES|DE)[A-Z+]*(EN|ES|DE)[A-Z+]*(EN|ES|DE)[A-Z+]*\]\.* + + us+de+it: + template: + - name: AudioLanguage + weight: 20 + plex_all: true + filter: + filepath.regex: .*\[[A-Z+]*(EN|IT|DE)[A-Z+]*(EN|IT|DE)[A-Z+]*(EN|IT|DE)[A-Z+]*\]\.* diff --git a/home1800/overlays/images/README.md b/home1800/overlays/images/README.md new file mode 100644 index 0000000..9dcd2ee --- /dev/null +++ b/home1800/overlays/images/README.md @@ -0,0 +1,3 @@ +cut together from the SVGs in the flag-originals folder. + +You can create your own with the provided templates. \ No newline at end of file diff --git a/home1800/overlays/images/flag-originals/LICENSE b/home1800/overlays/images/flag-originals/LICENSE new file mode 100644 index 0000000..ee959dc --- /dev/null +++ b/home1800/overlays/images/flag-originals/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2013 Panayiotis Lipiridis + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/home1800/overlays/images/flag-originals/README.md b/home1800/overlays/images/flag-originals/README.md new file mode 100644 index 0000000..927fe78 --- /dev/null +++ b/home1800/overlays/images/flag-originals/README.md @@ -0,0 +1,14 @@ +# Original flag SVGs. # + +if you want to make your own flag-combos, you can source the wanted flags from [this repo](https://github.com/lipis/flag-icons/tree/main/flags/4x3). + + +## Currently implemented ## +- english +- german +- korean +- spanish +- norwegian +- japanese +- french +- italian \ No newline at end of file diff --git a/home1800/overlays/images/flag-originals/de.svg b/home1800/overlays/images/flag-originals/de.svg new file mode 100644 index 0000000..b08334b --- /dev/null +++ b/home1800/overlays/images/flag-originals/de.svg @@ -0,0 +1,5 @@ +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-de" viewBox="0 0 640 480"> + <path fill="#ffce00" d="M0 320h640v160H0z"/> + <path d="M0 0h640v160H0z"/> + <path fill="#d00" d="M0 160h640v160H0z"/> +</svg> diff --git a/home1800/overlays/images/flag-originals/es.svg b/home1800/overlays/images/flag-originals/es.svg new file mode 100644 index 0000000..815e0f8 --- /dev/null +++ b/home1800/overlays/images/flag-originals/es.svg @@ -0,0 +1,544 @@ +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-es" viewBox="0 0 640 480"> + <path fill="#AA151B" d="M0 0h640v480H0z"/> + <path fill="#F1BF00" d="M0 120h640v240H0z"/> + <path fill="#ad1519" d="m127.3 213.3-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2 1.4-1.5a12 12 0 0 1 1.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 0 0 2 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="m127.3 213.3-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2 1.4-1.5a12 12 0 0 1 1.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 0 0 2 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9z"/> + <path fill="#c8b100" d="M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5z"/> + <path fill="#c8b100" d="M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2z"/> + <path fill="#c8b100" d="M133.8 204.5c0-.4.4-.8.8-.8s1 .4 1 .8c0 .5-.5.9-1 .9s-.8-.4-.8-.9"/> + <path fill="#c8b100" d="M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4"/> + <path fill="#c8b100" d="M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M134.9 203.7c.4.1.6.4.6.8 0 .5-.4.9-.8.9s-1-.4-1-.9c0-.4.3-.7.7-.8"/> + <path fill="#c8b100" d="M134.7 213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7 1.1-.7 3.5 1 5.2 3.6l.5.7h3.8l.4-.7c1.8-2.7 4.1-4.3 5.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9 2.5l-.2 1.5-.2 1.2-.1 1.1h-4.7"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M134.7 213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7 1.1-.7 3.5 1 5.2 3.6l.5.7h3.8l.4-.7c1.8-2.7 4.1-4.3 5.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9 2.5l-.2 1.5-.2 1.2-.1 1.1h-4.7z"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M126.8 206.8c1-.5 3 1.1 4.6 3.6m11-3.6c-.8-.5-2.8 1.1-4.5 3.6"/> + <path fill="#c8b100" d="m127.8 215.3-.5-1a27.3 27.3 0 0 1 14.7 0l-.5.8a5.7 5.7 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.5.8l-.3-.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m127.8 215.3-.5-1a27.3 27.3 0 0 1 14.7 0l-.5.8a5.7 5.7 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.5.8l-.3-.6"/> + <path fill="#c8b100" d="M134.6 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5 .3-6.4.8c-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M134.6 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5 .3-6.4.8c-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6z"/> + <path fill="#c8b100" d="m142.1 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1 1c-.5 0-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27 27 0 0 1 7.2-.9c3 0 5.5.4 7.4 1l.2-.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m142.1 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1 1c-.5 0-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27 27 0 0 1 7.2-.9c3 0 5.5.4 7.4 1l.2-.6z"/> + <path fill="#c8b100" d="M134.7 210.7h.2a1 1 0 0 0 0 .4c0 .6.4 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1v-.1l.4-.4.2.5a.9.9 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4l.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6 0-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6 1.6 0 0 1-1.2-.6 1.6 1.6 0 0 1-1 .4 1.6 1.6 0 0 1-1.3-.6 1.6 1.6 0 0 1-2.4.2 1.6 1.6 0 0 1-1.2.6 1.5 1.5 0 0 1-1.1-.5c-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2l-1-1 .1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 .9.9 0 0 0 0-.4v-.5l.4.4a.7.7 0 0 0 0 .1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.7 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M134.7 210.7h.2a1 1 0 0 0 0 .4c0 .6.4 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1v-.1l.4-.4.2.5a.9.9 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4l.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6 0-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6 1.6 0 0 1-1.2-.6 1.6 1.6 0 0 1-1 .4 1.6 1.6 0 0 1-1.3-.6 1.6 1.6 0 0 1-2.4.2 1.6 1.6 0 0 1-1.2.6 1.5 1.5 0 0 1-1.1-.5c-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2l-1-1 .1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 .9.9 0 0 0 0-.4v-.5l.4.4a.7.7 0 0 0 0 .1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.7 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.3z"/> + <path fill="#c8b100" d="M134.6 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3a27 27 0 0 1 7.5-1c3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27.3 27.3 0 0 0-7.4-1"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M134.6 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3a27 27 0 0 1 7.5-1c3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27.3 27.3 0 0 0-7.4-1z"/> + <path fill="#fff" d="M131.8 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M131.8 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4z"/> + <path fill="#ad1519" d="M134.7 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M134.7 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"/> + <path fill="#058e6e" d="M130 214.9h-.7c-.1 0-.3 0-.3-.2a.3.3 0 0 1 .2-.3l.7-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M130 214.9h-.7c-.1 0-.3 0-.3-.2a.3.3 0 0 1 .2-.3l.7-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7"/> + <path fill="#ad1519" d="m127.3 215.3.3-.4h.7l-.4.6-.6-.2"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m127.3 215.3.3-.4h.7l-.4.6-.6-.2"/> + <path fill="#fff" d="M136.6 214.4c0-.3.2-.4.4-.4a.4.4 0 0 1 .5.4.4.4 0 0 1-.5.4.4.4 0 0 1-.4-.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M136.6 214.4c0-.3.2-.4.4-.4a.4.4 0 0 1 .5.4.4.4 0 0 1-.5.4.4.4 0 0 1-.4-.4z"/> + <path fill="#058e6e" d="M139.3 214.9h.6a.3.3 0 0 0 .4-.2.3.3 0 0 0-.3-.3l-.6-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M139.3 214.9h.6a.3.3 0 0 0 .4-.2.3.3 0 0 0-.3-.3l-.6-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7"/> + <path fill="#ad1519" d="m142 215.4-.3-.5h-.7l.3.6.6-.1"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m142 215.4-.3-.5h-.7l.3.6.6-.1"/> + <path fill="#ad1519" d="M134.6 217.1a25 25 0 0 1-6-.6 25.5 25.5 0 0 1 12.1 0c-1.6.4-3.7.6-6 .6"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M134.6 217.1a25 25 0 0 1-6-.6 25.5 25.5 0 0 1 12.1 0c-1.6.4-3.7.6-6 .6z"/> + <path fill="#c8b100" d="m142 212-.1-.3c-.2 0-.3 0-.4.2 0 .2 0 .4.2.4 0 0 .2 0 .3-.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m142 212-.1-.3c-.2 0-.3 0-.4.2 0 .2 0 .4.2.4 0 0 .2 0 .3-.3z"/> + <path fill="#c8b100" d="M137.3 211.2c0-.2 0-.4-.2-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M137.3 211.2c0-.2 0-.4-.2-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3z"/> + <path fill="#c8b100" d="m132 211.2.1-.4c.2 0 .3.1.3.3 0 .2 0 .4-.2.4l-.2-.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m132 211.2.1-.4c.2 0 .3.1.3.3 0 .2 0 .4-.2.4l-.2-.3z"/> + <path fill="#c8b100" d="m127.3 212 .1-.3c.2 0 .3 0 .4.2 0 .2 0 .4-.2.4 0 0-.2 0-.3-.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m127.3 212 .1-.3c.2 0 .3 0 .4.2 0 .2 0 .4-.2.4 0 0-.2 0-.3-.3z"/> + <path fill="#c8b100" d="m134.6 208.5-.8.5.6 1.3.2.1.2-.1.7-1.3-.9-.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m134.6 208.5-.8.5.6 1.3.2.1.2-.1.7-1.3-.9-.5"/> + <path fill="#c8b100" d="m132.8 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m132.8 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6"/> + <path fill="#c8b100" d="m136.4 210.5-.3.5-1.3-.4-.2-.2.2-.2 1.3-.3.3.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m136.4 210.5-.3.5-1.3-.4-.2-.2.2-.2 1.3-.3.3.6"/> + <path fill="#c8b100" d="m129.3 209-.7.7.9 1 .2.1.1-.1.3-1.3-.8-.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m129.3 209-.7.7.9 1 .2.1.1-.1.3-1.3-.8-.3"/> + <path fill="#c8b100" d="m128 211.2.4.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m128 211.2.4.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6"/> + <path fill="#c8b100" d="m131.5 210.5-.3.6H130l-.2-.2.1-.3 1.2-.6.5.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m131.5 210.5-.3.6H130l-.2-.2.1-.3 1.2-.6.5.5"/> + <path fill="#c8b100" d="M126.6 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M126.6 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4"/> + <path fill="#c8b100" d="M129.2 210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M129.2 210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z"/> + <path fill="#c8b100" d="m140 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m140 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3"/> + <path fill="#c8b100" d="m141.4 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m141.4 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6"/> + <path fill="#c8b100" d="m137.8 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m137.8 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5"/> + <path fill="#c8b100" d="m142.5 211.4.1.6 1.3.2.2-.1v-.2l-1-.9-.6.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m142.5 211.4.1.6 1.3.2.2-.1v-.2l-1-.9-.6.4"/> + <path fill="#c8b100" d="M134.2 210.4a.5.5 0 0 1 .4-.4c.3 0 .5.2.5.4a.5.5 0 0 1-.5.5.5.5 0 0 1-.4-.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M134.2 210.4a.5.5 0 0 1 .4-.4c.3 0 .5.2.5.4a.5.5 0 0 1-.5.5.5.5 0 0 1-.4-.5z"/> + <path fill="#c8b100" d="M139.1 210.9c0-.3.3-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M139.1 210.9c0-.3.3-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z"/> + <path fill="#c8b100" d="m124.8 212.2-.6-.7c-.2-.2-.7-.3-.7-.3 0-.1.3-.3.6-.3a.5.5 0 0 1 .4.2v-.2s.3 0 .4.3v1"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m124.8 212.2-.6-.7c-.2-.2-.7-.3-.7-.3 0-.1.3-.3.6-.3a.5.5 0 0 1 .4.2v-.2s.3 0 .4.3v1z"/> + <path fill="#c8b100" d="M124.8 212c.1-.2.4-.2.5 0 .2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M124.8 212c.1-.2.4-.2.5 0 .2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5z"/> + <path fill="#c8b100" d="m144.3 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m144.3 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3z"/> + <path fill="#c8b100" d="M144.3 212c0-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M144.3 212c0-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z"/> + <path fill="#c8b100" d="M124 223h21.4v-5.5H124v5.6z"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M124 223h21.4v-5.5H124v5.6z"/> + <path fill="#c8b100" d="M126.2 226.8a1 1 0 0 1 .4 0h16.5a1.4 1.4 0 0 1-1-1.2c0-.6.5-1.1 1-1.3a1.7 1.7 0 0 1-.4 0h-16a1.4 1.4 0 0 1-.5 0c.6.2 1 .7 1 1.3a1.3 1.3 0 0 1-1 1.2"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M126.2 226.8a1 1 0 0 1 .4 0h16.5a1.4 1.4 0 0 1-1-1.2c0-.6.5-1.1 1-1.3a1.7 1.7 0 0 1-.4 0h-16a1.4 1.4 0 0 1-.5 0c.6.2 1 .7 1 1.3a1.3 1.3 0 0 1-1 1.2z"/> + <path fill="#c8b100" d="M126.6 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.5 0-1-.4-1-.8s.5-.8 1-.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M126.6 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.5 0-1-.4-1-.8s.5-.8 1-.8z"/> + <path fill="#c8b100" d="M126.6 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.5 0-1-.2-1-.6 0-.3.5-.6 1-.6"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M126.6 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.5 0-1-.2-1-.6 0-.3.5-.6 1-.6z"/> + <path fill="#005bbf" d="M149.6 317.4c-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8a8.3 8.3 0 0 1-3.8.8c-1.5 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8 8.3 8.3 0 0 1-3.8.8v2.4c1.5 0 2.8-.4 3.8-.9a8.2 8.2 0 0 1 3.7-.8c1.4 0 2.7.3 3.7.8s2.2.9 3.7.9a8.4 8.4 0 0 0 3.8-.9c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.9 3.7.9v-2.4"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M149.6 317.4c-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8a8.3 8.3 0 0 1-3.8.8c-1.5 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8 8.3 8.3 0 0 1-3.8.8v2.4c1.5 0 2.8-.4 3.8-.9a8.2 8.2 0 0 1 3.7-.8c1.4 0 2.7.3 3.7.8s2.2.9 3.7.9a8.4 8.4 0 0 0 3.8-.9c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.9 3.7.9v-2.4z"/> + <path fill="#ccc" d="M149.6 319.8a8 8 0 0 1-3.7-.9 8.3 8.3 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8.2 8.2 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.4 3.8-.9a8.1 8.1 0 0 1 3.7-.7c1.4 0 2.7.2 3.7.7a8.3 8.3 0 0 0 7.5 0 8.5 8.5 0 0 1 7.5.1 8.1 8.1 0 0 0 3.7.8v-2.3"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M149.6 319.8a8 8 0 0 1-3.7-.9 8.3 8.3 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8.2 8.2 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.4 3.8-.9a8.1 8.1 0 0 1 3.7-.7c1.4 0 2.7.2 3.7.7a8.3 8.3 0 0 0 7.5 0 8.5 8.5 0 0 1 7.5.1 8.1 8.1 0 0 0 3.7.8v-2.3"/> + <path fill="#005bbf" d="M149.6 322a7 7 0 0 1-3.7-.8 8.3 8.3 0 0 0-3.8-.7c-1.4 0-2.7.2-3.7.7-1 .6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.3 3.8-.9a10.2 10.2 0 0 1 7.4 0 7 7 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.8 3.7.8V322"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M149.6 322a7 7 0 0 1-3.7-.8 8.3 8.3 0 0 0-3.8-.7c-1.4 0-2.7.2-3.7.7-1 .6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.3 3.8-.9a10.2 10.2 0 0 1 7.4 0 7 7 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.8 3.7.8V322"/> + <path fill="#ccc" d="M149.6 326.7a8 8 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.9 10.2 10.2 0 0 1 7.4 0 8 8 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.8-.8 1.4 0 2.7.3 3.7.8s2.3.8 3.7.8v2.3"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M149.6 326.7a8 8 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.9 10.2 10.2 0 0 1 7.4 0 8 8 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.8-.8 1.4 0 2.7.3 3.7.8s2.3.8 3.7.8v2.3"/> + <path fill="#005bbf" d="M149.6 329a8.1 8.1 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.7.3 3.7.7a8.4 8.4 0 0 0 7.5 0c1-.4 2.3-.7 3.8-.7 1.4 0 2.7.3 3.7.8s2.2.8 3.7.8v2.3"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M149.6 329a8.1 8.1 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.7.3 3.7.7a8.4 8.4 0 0 0 7.5 0c1-.4 2.3-.7 3.8-.7 1.4 0 2.7.3 3.7.8s2.2.8 3.7.8v2.3z"/> + <path fill="#c8b100" d="m126.2 308 .2.5c0 1.5-1.3 2.6-2.7 2.6h22a2.7 2.7 0 0 1-2.7-2.6v-.5a1.3 1.3 0 0 1-.3 0h-16a1.4 1.4 0 0 1-.5 0"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="m126.2 308 .2.5c0 1.5-1.3 2.6-2.7 2.6h22a2.7 2.7 0 0 1-2.7-2.6v-.5a1.3 1.3 0 0 1-.3 0h-16a1.4 1.4 0 0 1-.5 0z"/> + <path fill="#c8b100" d="M126.6 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.5 0-1-.3-1-.8 0-.4.5-.7 1-.7"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M126.6 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.5 0-1-.3-1-.8 0-.4.5-.7 1-.7z"/> + <path fill="#c8b100" d="M123.7 316.7h22V311h-22v5.6z"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M123.7 316.7h22V311h-22v5.6z"/> + <path fill="#ad1519" d="M122 286.7c-2.2 1.2-3.7 2.5-3.4 3.2 0 .6.8 1 1.8 1.6 1.5 1.1 2.5 3 1.7 4a5.5 5.5 0 0 0-.1-8.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M122 286.7c-2.2 1.2-3.7 2.5-3.4 3.2 0 .6.8 1 1.8 1.6 1.5 1.1 2.5 3 1.7 4a5.5 5.5 0 0 0-.1-8.8z"/> + <path fill="#ccc" d="M126.8 305.6h15.6V229h-15.6v76.5z"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M138 229.2v76.3m1.7-76.3v76.3m-12.9 0h15.6v-76.4h-15.6v76.5z"/> + <path fill="#ad1519" d="M158.4 257.7a49.6 49.6 0 0 0-23.3-2c-9.4 1.6-16.5 5.3-15.9 8.4v.2l-3.5-8.2c-.6-3.3 7.2-7.5 17.6-9.2a43 43 0 0 1 9.2-.7c6.6 0 12.4.8 15.8 2.1v9.4"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M158.4 257.7a49.6 49.6 0 0 0-23.3-2c-9.4 1.6-16.5 5.3-15.9 8.4v.2l-3.5-8.2c-.6-3.3 7.2-7.5 17.6-9.2a43 43 0 0 1 9.2-.7c6.6 0 12.4.8 15.8 2.1v9.4"/> + <path fill="#ad1519" d="M126.8 267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5 1.2-3 3.8-4.5 1.2.1 2.5.3 3.8.3v7.4"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M126.8 267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5 1.2-3 3.8-4.5 1.2.1 2.5.3 3.8.3v7.4"/> + <path fill="#ad1519" d="M142.5 261.5c2.7.4 4.7 1 5.7 1.9l.1.2c.5 1-1.9 3-5.9 5.4v-7.5"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M142.5 261.5c2.7.4 4.7 1 5.7 1.9l.1.2c.5 1-1.9 3-5.9 5.4v-7.5"/> + <path fill="#ad1519" d="M117.1 282c-.4-1.2 3.8-3.6 9.8-5.8l7.8-3.2c8.3-3.7 14.4-7.9 13.6-9.4v-.2c.4.4 1 8 1 8 .8 1.3-4.8 5.5-12.4 9.1-2.5 1.2-7.6 3-10 4-4.4 1.4-8.7 4.3-8.3 5.3l-1.5-7.7"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M117.1 282c-.4-1.2 3.8-3.6 9.8-5.8l7.8-3.2c8.3-3.7 14.4-7.9 13.6-9.4v-.2c.4.4 1 8 1 8 .8 1.3-4.8 5.5-12.4 9.1-2.5 1.2-7.6 3-10 4-4.4 1.4-8.7 4.3-8.3 5.3l-1.5-7.7z"/> + <path fill="#c8b100" d="M125.8 254c1.9-.6 3.1-1.5 2.5-3-.4-1-1.4-1-2.8-.6l-2.6 1 2.3 5.8.8-.3.8-.3-1-2.5zm-1.2-2.7.7-.3c.5-.2 1.2.1 1.4.8.2.5.2 1-.5 1.5a4.4 4.4 0 0 1-.6.3l-1-2.3m7.3-2.5-.9.3h-.8l1.3 6.1 4.3-.8-.2-.4v-.4l-2.5.6-1.2-5.3m8.4 5.2c.8-2.2 1.7-4.3 2.7-6.4a5.3 5.3 0 0 1-1 0 54.8 54.8 0 0 1-1.8 4.6l-2.4-4.3-1 .1h-1a131.4 131.4 0 0 1 3.5 6h1m8.8-4.7.4-.9a3.4 3.4 0 0 0-1.7-.6c-1.7-.1-2.7.6-2.8 1.7-.2 2.1 3.2 2 3 3.4 0 .6-.7.9-1.4.8-.8 0-1.4-.5-1.4-1.2h-.3a7.3 7.3 0 0 1-.4 1.1 4 4 0 0 0 1.8.6c1.7.2 3-.5 3.2-1.7.2-2-3.3-2.1-3.1-3.4 0-.5.4-.8 1.3-.7.7 0 1 .4 1.2.9h.2"/> + <path fill="#ad1519" d="M277.9 211.6s-.7.8-1.3.9c-.5 0-1.1-.5-1.1-.5s-.5.5-1 .6c-.6.1-1.4-.6-1.4-.6l-1 1c-.6 0-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4 2.2-1.7a3.9 3.9 0 0 1 2 0c.5-.5 1.7-.8 3-.8s2.4.3 3 .7a5.5 5.5 0 0 1 2.9-.7c1.3 0 2.5.3 3 .8.5-.2 1.2-.2 2 0 1.4.3 2.3 1 2.2 1.7v.5l-.4 1-.6.3-.6.7-.6.3s-.3.2-.4 0c-.4-.1-.7-.5-.7-.5s-.6.4-1 .2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5c-.5-.1-1.2-.9-1.2-.9"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M277.9 211.6s-.7.8-1.3.9c-.5 0-1.1-.5-1.1-.5s-.5.5-1 .6c-.6.1-1.4-.6-1.4-.6l-1 1c-.6 0-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4 2.2-1.7a3.9 3.9 0 0 1 2 0c.5-.5 1.7-.8 3-.8s2.4.3 3 .7a5.5 5.5 0 0 1 2.9-.7c1.3 0 2.5.3 3 .8.5-.2 1.2-.2 2 0 1.4.3 2.3 1 2.2 1.7v.5l-.4 1-.6.3-.6.7-.6.3s-.3.2-.4 0c-.4-.1-.7-.5-.7-.5s-.6.4-1 .2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5c-.5-.1-1.2-.9-1.2-.9z"/> + <path fill="#c8b100" d="M276.5 207.6c0-1 .6-2 1.3-2 .8 0 1.3 1 1.3 2s-.5 1.8-1.3 1.8c-.7 0-1.3-.8-1.3-1.9"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M276.5 207.6c0-1 .6-2 1.3-2 .8 0 1.3 1 1.3 2s-.5 1.8-1.3 1.8c-.7 0-1.3-.8-1.3-1.9z"/> + <path fill="#c8b100" d="M277.3 207.6c0-1 .2-1.8.5-1.8.4 0 .7.8.7 1.8s-.3 1.7-.6 1.7c-.4 0-.6-.8-.6-1.8"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M277.3 207.6c0-1 .2-1.8.5-1.8.4 0 .7.8.7 1.8s-.3 1.7-.6 1.7c-.4 0-.6-.8-.6-1.8z"/> + <path fill="#c8b100" d="M271 215.3a4.5 4.5 0 0 0-.5-1 27.4 27.4 0 0 1 14.8 0l-.6.8a5.2 5.2 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.6.8l-.2-.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M271 215.3a4.5 4.5 0 0 0-.5-1 27.4 27.4 0 0 1 14.8 0l-.6.8a5.2 5.2 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.6.8l-.2-.6"/> + <path fill="#c8b100" d="M277.8 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a24.1 24.1 0 0 0-6.5-.8c-2.5 0-5 .3-6.4.8-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M277.8 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a24.1 24.1 0 0 0-6.5-.8c-2.5 0-5 .3-6.4.8-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6z"/> + <path fill="#fff" d="M283.5 208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4 0 0 1-.4-.4"/> + <path fill="none" stroke="#000" stroke-width=".2" d="M283.5 208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4 0 0 1-.4-.4zm-.2-1.4a.4.4 0 0 1 .4-.4c.2 0 .4.1.4.4s-.2.4-.4.4a.4.4 0 0 1-.4-.4zm-1.1-1c0-.2.2-.3.4-.3s.4.1.4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.5zm-1.4-.4c0-.2.2-.4.4-.4.3 0 .5.2.5.4s-.2.4-.4.4-.5-.2-.5-.4zm-1.4 0c0-.2.2-.3.5-.3s.4.1.4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4z"/> + <path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".3" d="m287.8 211.2.2-1a2.7 2.7 0 0 0-2.7-2.8c-.5 0-1 .1-1.3.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m283 209.2.2-.8c0-1.1-1.1-2-2.5-2-.6 0-1.2.2-1.6.4"/> + <path fill="none" stroke="#000" stroke-width=".2" d="M288.2 210c0-.3.2-.5.4-.5s.4.2.4.4c0 .3-.2.4-.4.4s-.4-.1-.4-.4zm-.2-1.6c0-.2.2-.4.4-.4a.4.4 0 0 1 .5.4c0 .2-.2.4-.4.4-.3 0-.5-.2-.5-.4zm-1-1.1a.4.4 0 0 1 .5-.4c.2 0 .4.1.4.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.5-.4zm-1.3-.7c0-.2.2-.4.5-.4s.4.2.4.4c0 .3-.2.5-.4.5a.4.4 0 0 1-.5-.5zm-1.4.1c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4z"/> + <path fill="#c8b100" d="m285.3 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1 1c-.5 0-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27 27 0 0 1 7.3-.9c2.8 0 5.4.4 7.3 1l.2-.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m285.3 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1 1c-.5 0-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27 27 0 0 1 7.3-.9c2.8 0 5.4.4 7.3 1l.2-.6z"/> + <path fill="#fff" d="M271.3 208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.4"/> + <path fill="none" stroke="#000" stroke-width=".2" d="M271.3 208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.4zm.2-1.4c0-.3.2-.4.4-.4s.5.1.5.4-.2.4-.5.4a.4.4 0 0 1-.4-.4zm1-1c0-.2.3-.3.5-.3s.5.1.5.4c0 .2-.2.4-.5.4a.4.4 0 0 1-.4-.5zm1.4-.4c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4zm1.4 0c0-.2.2-.3.5-.3.2 0 .4.1.4.4 0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4z"/> + <path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".3" d="M267.8 211.2a2.8 2.8 0 0 1-.2-1 2.7 2.7 0 0 1 2.7-2.8c.5 0 1 .1 1.4.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M272.7 209.2a1.7 1.7 0 0 1-.3-.8c0-1 1.2-2 2.6-2a3 3 0 0 1 1.5.4"/> + <path fill="none" stroke="#000" stroke-width=".2" d="M266.6 210c0-.3.2-.5.4-.5.3 0 .4.2.4.4a.4.4 0 0 1-.4.4c-.2 0-.4-.1-.4-.4zm.1-1.6c0-.2.3-.4.5-.4s.4.2.4.4-.2.4-.4.4-.4-.2-.4-.4zm1-1.1c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4.4.4 0 0 1-.5-.4zm1.3-.7c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.4.4 0 0 1-.5-.5zm1.4.1c0-.2.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4c-.3 0-.5-.2-.5-.4z"/> + <path fill="#c8b100" d="M277.9 210.7h.2a1 1 0 0 0 0 .4c0 .6.5 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1a.7.7 0 0 0 0-.1l.4-.4.2.5a1 1 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4s.7-.7.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6a1.5 1.5 0 0 1-.7.2c-.6 0-1.2-.3-1.4-.8a1.5 1.5 0 0 1-1.1.5c-.5 0-1-.2-1.2-.6a1.5 1.5 0 0 1-1 .4c-.6 0-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4 0-.8-.1-1-.4a1.6 1.6 0 0 1-1.3.6c-.4 0-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2a4.2 4.2 0 0 1-1-1l.1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 1 1 0 0 0 0-.4v-.5l.4.4v.1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.6 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.2"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M277.9 210.7h.2a1 1 0 0 0 0 .4c0 .6.5 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1a.7.7 0 0 0 0-.1l.4-.4.2.5a1 1 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4s.7-.7.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6a1.5 1.5 0 0 1-.7.2c-.6 0-1.2-.3-1.4-.8a1.5 1.5 0 0 1-1.1.5c-.5 0-1-.2-1.2-.6a1.5 1.5 0 0 1-1 .4c-.6 0-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4 0-.8-.1-1-.4a1.6 1.6 0 0 1-1.3.6c-.4 0-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2a4.2 4.2 0 0 1-1-1l.1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 1 1 0 0 0 0-.4v-.5l.4.4v.1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.6 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.2z"/> + <path fill="#c8b100" d="M277.8 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3c2-.6 4.6-1 7.5-1 3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27 27 0 0 0-7.4-1"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M277.8 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3c2-.6 4.6-1 7.5-1 3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27 27 0 0 0-7.4-1z"/> + <path fill="#fff" d="M275 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4c-.3 0-.5-.2-.5-.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M275 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4c-.3 0-.5-.2-.5-.4z"/> + <path fill="#ad1519" d="M277.9 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M277.9 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"/> + <path fill="#058e6e" d="M273.2 214.9h-.6a.3.3 0 0 1-.4-.2.3.3 0 0 1 .3-.3l.6-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M273.2 214.9h-.6a.3.3 0 0 1-.4-.2.3.3 0 0 1 .3-.3l.6-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7"/> + <path fill="#ad1519" d="m270.5 215.3.3-.4h.7l-.4.6-.6-.2"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m270.5 215.3.3-.4h.7l-.4.6-.6-.2"/> + <path fill="#fff" d="M279.8 214.4c0-.3.2-.4.4-.4.3 0 .5.1.5.4 0 .2-.2.4-.5.4a.4.4 0 0 1-.4-.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M279.8 214.4c0-.3.2-.4.4-.4.3 0 .5.1.5.4 0 .2-.2.4-.5.4a.4.4 0 0 1-.4-.4z"/> + <path fill="#058e6e" d="M282.5 214.9h.7a.3.3 0 0 0 .3-.2.3.3 0 0 0-.2-.3l-.7-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M282.5 214.9h.7a.3.3 0 0 0 .3-.2.3.3 0 0 0-.2-.3l-.7-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7"/> + <path fill="#ad1519" d="m285.1 215.4-.2-.5h-.7l.3.6.6-.1"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m285.1 215.4-.2-.5h-.7l.3.6.6-.1"/> + <path fill="#ad1519" d="M277.8 217.1a25 25 0 0 1-6-.6 25.4 25.4 0 0 1 6-.7c2.4 0 4.5.3 6.1.7-1.6.4-3.7.6-6 .6"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M277.8 217.1a25 25 0 0 1-6-.6 25.4 25.4 0 0 1 6-.7c2.4 0 4.5.3 6.1.7-1.6.4-3.7.6-6 .6z"/> + <path fill="#c8b100" d="m285.2 212-.1-.3c-.2 0-.3 0-.4.2l.1.4c.2 0 .3 0 .4-.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m285.2 212-.1-.3c-.2 0-.3 0-.4.2l.1.4c.2 0 .3 0 .4-.3z"/> + <path fill="#c8b100" d="M280.6 211.2c0-.2-.1-.4-.3-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M280.6 211.2c0-.2-.1-.4-.3-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3z"/> + <path fill="#c8b100" d="M275.2 211.2c0-.2 0-.4.2-.4l.3.3-.2.4c-.2 0-.3-.2-.3-.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M275.2 211.2c0-.2 0-.4.2-.4l.3.3-.2.4c-.2 0-.3-.2-.3-.3z"/> + <path fill="#c8b100" d="m270.5 212 .1-.3c.2 0 .3 0 .4.2l-.1.4c-.2 0-.3 0-.4-.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m270.5 212 .1-.3c.2 0 .3 0 .4.2l-.1.4c-.2 0-.3 0-.4-.3z"/> + <path fill="#c8b100" d="m277.8 208.5-.8.5.6 1.3.2.1.3-.1.6-1.3-.9-.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m277.8 208.5-.8.5.6 1.3.2.1.3-.1.6-1.3-.9-.5"/> + <path fill="#c8b100" d="m276 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m276 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6"/> + <path fill="#c8b100" d="m279.6 210.5-.3.5-1.3-.4-.1-.2v-.2l1.4-.3.4.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m279.6 210.5-.3.5-1.3-.4-.1-.2v-.2l1.4-.3.4.6"/> + <path fill="#c8b100" d="m272.5 209-.7.7.9 1 .2.1.2-.1.2-1.3-.8-.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m272.5 209-.7.7.9 1 .2.1.2-.1.2-1.3-.8-.3"/> + <path fill="#c8b100" d="m271.1 211.2.5.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m271.1 211.2.5.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6"/> + <path fill="#c8b100" d="m274.7 210.5-.3.6h-1.3l-.2-.2.1-.3 1.2-.6.5.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m274.7 210.5-.3.6h-1.3l-.2-.2.1-.3 1.2-.6.5.5"/> + <path fill="#c8b100" d="M269.8 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M269.8 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4"/> + <path fill="#c8b100" d="M272.4 210.9c0-.3.2-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M272.4 210.9c0-.3.2-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z"/> + <path fill="#c8b100" d="m283.2 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m283.2 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3"/> + <path fill="#c8b100" d="m284.6 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m284.6 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6"/> + <path fill="#c8b100" d="m281 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m281 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5"/> + <path fill="#c8b100" d="M285.7 211.4v.6l1.4.2.2-.1v-.2l-1-.9-.6.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M285.7 211.4v.6l1.4.2.2-.1v-.2l-1-.9-.6.4"/> + <path fill="#c8b100" d="M277.4 210.4c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.5.5 0 0 1-.5-.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M277.4 210.4c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.5.5 0 0 1-.5-.5z"/> + <path fill="#c8b100" d="M282.3 210.9c0-.3.3-.5.5-.5.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 0 1-.5-.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M282.3 210.9c0-.3.3-.5.5-.5.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 0 1-.5-.4z"/> + <path fill="#c8b100" d="M277 205.4c0-.5.4-.8.8-.8s1 .3 1 .8-.5.8-1 .8a.9.9 0 0 1-.8-.8"/> + <path fill="#c8b100" d="M278.5 205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M278.5 205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4z"/> + <path fill="#c8b100" d="M279 205.1v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M278.1 204.6c.4 0 .6.4.6.8 0 .5-.4.8-.9.8a.9.9 0 0 1-.8-.8c0-.4.2-.7.6-.8"/> + <path fill="#c8b100" d="m268 212.2-.6-.7a2.3 2.3 0 0 0-.7-.3c0-.1.3-.3.6-.3.2 0 .3 0 .4.2v-.2s.3 0 .4.3v1"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m268 212.2-.6-.7a2.3 2.3 0 0 0-.7-.3c0-.1.3-.3.6-.3.2 0 .3 0 .4.2v-.2s.3 0 .4.3v1z"/> + <path fill="#c8b100" d="M268 212c.1-.2.4-.2.5 0 .2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4 0-.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M268 212c.1-.2.4-.2.5 0 .2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4 0-.5z"/> + <path fill="#c8b100" d="m287.5 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m287.5 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3z"/> + <path fill="#c8b100" d="M287.5 212c-.1-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M287.5 212c-.1-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z"/> + <path fill="#c8b100" d="M267.2 223h21.4v-5.5h-21.4v5.6z"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M267.2 223h21.4v-5.5h-21.4v5.6z"/> + <path fill="#c8b100" d="M286.3 226.8a1 1 0 0 0-.4 0h-16.5c.6-.2 1-.7 1-1.2 0-.6-.4-1.1-1-1.3h17-.1c-.6.2-1 .7-1 1.3 0 .5.4 1 1 1.2"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M286.3 226.8a1 1 0 0 0-.4 0h-16.5c.6-.2 1-.7 1-1.2 0-.6-.4-1.1-1-1.3h17-.1c-.6.2-1 .7-1 1.3 0 .5.4 1 1 1.2z"/> + <path fill="#c8b100" d="M269.9 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.6 0-1-.4-1-.8s.5-.8 1-.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M269.9 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.6 0-1-.4-1-.8s.5-.8 1-.8z"/> + <path fill="#c8b100" d="M269.9 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.6 0-1-.2-1-.6 0-.3.4-.6 1-.6"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M269.9 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.6 0-1-.2-1-.6 0-.3.4-.6 1-.6z"/> + <path fill="#005bbf" d="M263 317.4c1.4 0 2.7-.3 3.7-.8a8.4 8.4 0 0 1 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.8a8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.8 3.8.8v2.4a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.8c-1.4 0-2.7.3-3.6.8-1 .5-2.3.9-3.8.9a8 8 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v-2.4"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M263 317.4c1.4 0 2.7-.3 3.7-.8a8.4 8.4 0 0 1 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.8a8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.8 3.8.8v2.4a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.8c-1.4 0-2.7.3-3.6.8-1 .5-2.3.9-3.8.9a8 8 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v-2.4z"/> + <path fill="#ccc" d="M263 319.8c1.4 0 2.7-.4 3.7-.9s2.3-.8 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8c1.5 0 2.8.3 3.7.8 1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.1 8.1 0 0 0-3.7-.7c-1.4 0-2.7.2-3.6.7-1 .5-2.3.9-3.8.9a7 7 0 0 1-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3 8.3 0 0 0-3.7.7 8.1 8.1 0 0 1-3.8.9v-2.3"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M263 319.8c1.4 0 2.7-.4 3.7-.9s2.3-.8 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8c1.5 0 2.8.3 3.7.8 1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.1 8.1 0 0 0-3.7-.7c-1.4 0-2.7.2-3.6.7-1 .5-2.3.9-3.8.9a7 7 0 0 1-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3 8.3 0 0 0-3.7.7 8.1 8.1 0 0 1-3.8.9v-2.3"/> + <path fill="#005bbf" d="M263 322c1.4 0 2.7-.2 3.7-.8 1-.4 2.3-.7 3.7-.7 1.4 0 2.8.2 3.8.7s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .6-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8V322"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M263 322c1.4 0 2.7-.2 3.7-.8 1-.4 2.3-.7 3.7-.7 1.4 0 2.8.2 3.8.7s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .6-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8V322"/> + <path fill="#ccc" d="M263 326.7a8 8 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.9a8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8a8.3 8.3 0 0 0 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .5-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8v2.3"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M263 326.7a8 8 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.9a8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8a8.3 8.3 0 0 0 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .5-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8v2.3"/> + <path fill="#005bbf" d="M263 329a8.1 8.1 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8 1 .5 2.4.8 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.8 8.2 8.2 0 0 0-3.7-.8 8.4 8.4 0 0 0-3.6.7 8.2 8.2 0 0 1-3.8.9c-1.4 0-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v2.3"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M263 329a8.1 8.1 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8 1 .5 2.4.8 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.8 8.2 8.2 0 0 0-3.7-.8 8.4 8.4 0 0 0-3.6.7 8.2 8.2 0 0 1-3.8.9c-1.4 0-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v2.3z"/> + <path fill="#c8b100" d="m286.3 308-.1.5c0 1.5 1.2 2.6 2.7 2.6h-22c1.5 0 2.7-1.2 2.7-2.6l-.1-.5h16.8"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="m286.3 308-.1.5c0 1.5 1.2 2.6 2.7 2.6h-22c1.5 0 2.7-1.2 2.7-2.6l-.1-.5h16.8z"/> + <path fill="#c8b100" d="M269.9 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.6 0-1-.3-1-.8 0-.4.5-.7 1-.7"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M269.9 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.6 0-1-.3-1-.8 0-.4.5-.7 1-.7z"/> + <path fill="#c8b100" d="M266.9 316.7h22V311h-22v5.6z"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M266.9 316.7h22V311h-22v5.6z"/> + <path fill="#ad1519" d="M290.6 286.7c2.1 1.2 3.6 2.5 3.4 3.2-.1.6-.8 1-1.8 1.6-1.6 1.1-2.5 3-1.8 4a5.5 5.5 0 0 1 .2-8.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M290.6 286.7c2.1 1.2 3.6 2.5 3.4 3.2-.1.6-.8 1-1.8 1.6-1.6 1.1-2.5 3-1.8 4a5.5 5.5 0 0 1 .2-8.8z"/> + <path fill="#ccc" d="M270.1 305.6h15.6V229h-15.6v76.5z"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M281.4 229.1v76.3m1.8-76.3v76.3m-13 .2h15.5V229h-15.6v76.5z"/> + <path fill="#ad1519" d="M254.2 257.7a49.6 49.6 0 0 1 23.3-2c9.3 1.6 16.4 5.3 15.9 8.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5 53.5 0 0 0-9.2-.7c-6.7 0-12.4.8-15.9 2.1v9.4"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M254.2 257.7a49.6 49.6 0 0 1 23.3-2c9.3 1.6 16.4 5.3 15.9 8.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5 53.5 0 0 0-9.2-.7c-6.7 0-12.4.8-15.9 2.1v9.4"/> + <path fill="#ad1519" d="M285.7 267.3c4.4-.3 7.3-1.4 7.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3v7.4"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M285.7 267.3c4.4-.3 7.3-1.4 7.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3v7.4"/> + <path fill="#ad1519" d="M270 261.5a13 13 0 0 0-5.7 1.9v.2c-.5 1 1.8 3 5.8 5.4v-7.5"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M270 261.5a13 13 0 0 0-5.7 1.9v.2c-.5 1 1.8 3 5.8 5.4v-7.5"/> + <path fill="#ad1519" d="M295.4 282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1 8-1 8-.8 1.3 4.8 5.5 12.4 9.1 2.4 1.2 7.6 3 10 4 4.3 1.4 8.7 4.3 8.3 5.3l1.4-7.7"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M295.4 282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1 8-1 8-.8 1.3 4.8 5.5 12.4 9.1 2.4 1.2 7.6 3 10 4 4.3 1.4 8.7 4.3 8.3 5.3l1.4-7.7z"/> + <path fill="#c8b100" d="M263.9 254.4c.6-2.3 1.4-4.4 2.1-6.6h-.5a5.2 5.2 0 0 1-.5.1 52.8 52.8 0 0 1-1.4 4.8c-1-1.4-2-2.7-2.7-4.1l-1 .2h-1a131.3 131.3 0 0 1 4 5.7h.5l.5-.1m6-6.6h-1a8 8 0 0 1-.8 0v6.2h4.2v-.7h-2.6l.1-5.5m6.8 1 2 .3v-.7l-5.8-.5v.8a19.3 19.3 0 0 1 2 0l-.4 5.6h1.6l.5-5.4m2.4 6c.3 0 .5 0 .8.2l.8.2.7-2.9.6 1.2.8 2.1 1 .2c.4 0 .7.2 1 .3l-.3-.7c-.4-1-1-1.9-1.3-2.9 1 0 1.9-.3 2.1-1.2.1-.6 0-1-.7-1.5-.4-.3-1.2-.4-1.7-.5l-2.4-.5-1.4 6m3-5.2c.7.2 1.5.3 1.5 1v.5c-.3.9-1 1.2-2 .9l.5-2.4m8 7-.2 2 .8.5.9.5.5-7a3.4 3.4 0 0 1-.7-.3l-6.1 3.8.5.3.4.2 1.7-1.2 2.3 1.3zm-1.7-1.5 2-1.4-.2 2.3-1.8-1"/> + <path fill="none" stroke="#000" stroke-width=".1" d="M182.2 192.4c0-1 1-2 2-2s2.2 1 2.2 2c0 1.1-1 2-2.1 2a2 2 0 0 1-2.1-2z"/> + <path fill="#ad1519" stroke="#000" stroke-width=".3" d="M205.7 175.4c6.3 0 12 1 15.7 2.4a31.7 31.7 0 0 0 14.6 2.3c2.7 0 6.5.8 10.3 2.4a27.3 27.3 0 0 1 7.4 4.7l-1.5 1.4-.4 3.8-4.1 4.7-2 1.8-5 3.9-2.5.2-.7 2.1-31.6-3.7-31.7 3.7-.8-2.1-2.5-.2-4.9-4-2-1.7-4.1-4.7-.5-3.8-1.5-1.4a27.6 27.6 0 0 1 7.5-4.7 26 26 0 0 1 10.2-2.4c2 .2 4.2.1 6.6-.2a30 30 0 0 0 8-2c3.7-1.5 9-2.5 15.5-2.5z"/> + <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M206.2 217.1c-11.8 0-22.4-1.4-29.9-3.6a1.1 1.1 0 0 1-.8-1.2c0-.5.3-1 .8-1.2a109 109 0 0 1 29.9-3.6c11.7 0 22.3 1.4 29.8 3.6a1.3 1.3 0 0 1 0 2.4c-7.5 2.2-18 3.6-29.8 3.6"/> + <path fill="#ad1519" d="M206.1 215.6c-10.6 0-20.2-1.2-27.5-3.1 7.3-2 16.9-3 27.5-3.1a115 115 0 0 1 27.6 3c-7.3 2-17 3.2-27.6 3.2"/> + <path fill="none" stroke="#000" stroke-width=".1" d="M206.9 215.7v-6.3m-1.7 6.3v-6.3"/> + <path fill="none" stroke="#000" stroke-width=".2" d="M203.6 215.7v-6.3m-1.6 6.3v-6.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M200.6 215.7v-6.3m-2.8 5.9v-5.7m1.3 5.8v-6m-3.8 5.6v-5.2m1.3 5.4v-5.6"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M192 214.8V210m1 4.7V210m1.2 5v-5m-3.4 4.7v-4.5"/> + <path fill="none" stroke="#000" stroke-width=".5" d="M189.7 214.5v-4.2m-1.2 4.1v-4"/> + <path fill="none" stroke="#000" stroke-width=".6" d="M186 214v-3m1.3 3.2v-3.5m-2.5 3.1V211"/> + <path fill="none" stroke="#000" stroke-width=".7" d="M183.7 213.6v-2.3m-1.3 2v-1.8m-1.2 1.6v-1.3"/> + <path fill="none" stroke="#000" stroke-width=".9" d="M179.8 212.8v-.7"/> + <path fill="none" stroke="#000" stroke-width=".1" d="M213.7 215.3v-5.8m-2.9 6v-6.1m-2.1 6.2v-6.3"/> + <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M206 207.4a108 108 0 0 0-30 3.9c.6-.3.5-1-.3-3-1-2.5-2.4-2.4-2.4-2.4 8.3-2.5 20-4 32.8-4a123 123 0 0 1 33 4s-1.5-.1-2.5 2.3c-.8 2-.8 2.8-.2 3-7.5-2.2-18.4-3.7-30.3-3.7"/> + <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M206.1 201.9c-12.9 0-24.5 1.5-32.8 4a1 1 0 0 1-1.3-.6 1 1 0 0 1 .7-1.3 121 121 0 0 1 33.4-4.2c13.2 0 25.2 1.7 33.5 4.2.6.2.9.8.7 1.3-.2.5-.8.8-1.3.6-8.4-2.5-20-4-32.9-4"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M206.1 215.6c-10.6 0-20.2-1.2-27.5-3.1 7.3-2 16.9-3 27.5-3.1a115 115 0 0 1 27.6 3c-7.3 2-17 3.2-27.6 3.2z"/> + <path fill="#fff" stroke="#000" stroke-width=".4" d="M197 204.8c0-.5.4-1 1-1 .5 0 1 .5 1 1s-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="#ad1519" stroke="#000" stroke-width=".4" d="M206.1 205.6H203a1 1 0 0 1 0-2h6.4c.5 0 1 .5 1 1s-.5 1-1 1h-3.2"/> + <path fill="#058e6e" stroke="#000" stroke-width=".4" d="m190.3 206.5-2.3.2c-.6.1-1-.3-1.2-.8a1 1 0 0 1 1-1.1l2.2-.3 2.4-.3c.5 0 1 .3 1.1.9.1.5-.3 1-.9 1l-2.3.4"/> + <path fill="#fff" stroke="#000" stroke-width=".4" d="M181 206.7c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="#ad1519" stroke="#000" stroke-width=".4" d="m174 208.5 1.2-1.6 3.3.4-2.6 2-1.8-.8"/> + <path fill="#058e6e" stroke="#000" stroke-width=".4" d="m222 206.5 2.3.2c.5.1 1-.3 1.1-.8a1 1 0 0 0-.9-1.1l-2.2-.3-2.4-.3a1 1 0 0 0-1.1.9c-.1.5.3 1 .9 1l2.3.4"/> + <path fill="#fff" stroke="#000" stroke-width=".4" d="M213.3 204.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1m15.8 1.9c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="#ad1519" stroke="#000" stroke-width=".4" d="m238.2 208.5-1.1-1.6-3.3.4 2.6 2 1.8-.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M177.3 212.8c7.4-2.1 17.6-3.4 28.8-3.4 11.3 0 21.4 1.3 28.9 3.4"/> + <path fill="#c8b100" d="m182.3 183.8 1.4 1 2-3.2a7.4 7.4 0 0 1-3.6-7.2c.2-4.1 5.2-7.6 11.7-7.6 3.3 0 6.3 1 8.5 2.4 0-.6 0-1.2.2-1.8a17.4 17.4 0 0 0-8.7-2.1c-7.4 0-13.2 4.1-13.5 9.1a8.9 8.9 0 0 0 3 7.6l-1 1.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="m182.3 183.8 1.4 1 2-3.2a7.4 7.4 0 0 1-3.6-7.2c.2-4.1 5.2-7.6 11.7-7.6 3.3 0 6.3 1 8.5 2.4 0-.6 0-1.2.2-1.8a17.4 17.4 0 0 0-8.7-2.1c-7.4 0-13.2 4.1-13.5 9.1a8.9 8.9 0 0 0 3 7.6l-1 1.8"/> + <path fill="#c8b100" d="M182.4 183.8a9.3 9.3 0 0 1-4-7.3c0-3.2 2-6.1 5.3-8a8.5 8.5 0 0 0-3.4 6.8 8.9 8.9 0 0 0 3 6.7l-.9 1.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M182.4 183.8a9.3 9.3 0 0 1-4-7.3c0-3.2 2-6.1 5.3-8a8.5 8.5 0 0 0-3.4 6.8 8.9 8.9 0 0 0 3 6.7l-.9 1.8"/> + <path fill="#c8b100" d="M160.1 187.1a8.8 8.8 0 0 1-2.3-5.9c0-1.3.3-2.6 1-3.8 2-4.2 8.4-7.2 16-7.2 2 0 4 .2 5.9.6l-1 1.4a25.5 25.5 0 0 0-4.9-.4c-7 0-12.8 2.7-14.5 6.3a7 7 0 0 0-.7 3.1 7.3 7.3 0 0 0 2.7 5.6l-2.6 4.1-1.3-1 1.7-2.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M160.1 187.1a8.8 8.8 0 0 1-2.3-5.9c0-1.3.3-2.6 1-3.8 2-4.2 8.4-7.2 16-7.2 2 0 4 .2 5.9.6l-1 1.4a25.5 25.5 0 0 0-4.9-.4c-7 0-12.8 2.7-14.5 6.3a7 7 0 0 0-.7 3.1 7.3 7.3 0 0 0 2.7 5.6l-2.6 4.1-1.3-1 1.7-2.8z"/> + <path fill="#c8b100" d="M162.7 173.3a10.5 10.5 0 0 0-4 4.1 8.6 8.6 0 0 0-.9 3.8c0 2.3.9 4.3 2.3 5.9l-1.5 2.5a10.4 10.4 0 0 1-2.3-6.5c0-4 2.5-7.5 6.4-9.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M162.7 173.3a10.5 10.5 0 0 0-4 4.1 8.6 8.6 0 0 0-.9 3.8c0 2.3.9 4.3 2.3 5.9l-1.5 2.5a10.4 10.4 0 0 1-2.3-6.5c0-4 2.5-7.5 6.4-9.8z"/> + <path fill="#c8b100" d="M206 164.4c1.7 0 3.2 1.1 3.5 2.6.3 1.4.4 2.9.4 4.5v1.1c.1 3.3.6 6.3 1.3 8.1l-5.2 5-5.2-5c.7-1.8 1.2-4.8 1.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5 1.8-2.6 3.5-2.6"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M206 164.4c1.7 0 3.2 1.1 3.5 2.6.3 1.4.4 2.9.4 4.5v1.1c.1 3.3.6 6.3 1.3 8.1l-5.2 5-5.2-5c.7-1.8 1.2-4.8 1.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5 1.8-2.6 3.5-2.6z"/> + <path fill="#c8b100" d="M206 166c1 0 1.7.6 1.8 1.4.2 1.2.4 2.6.4 4.2v1c.1 3.2.6 6 1.2 7.7l-3.4 3.2-3.4-3.2c.7-1.7 1.1-4.5 1.2-7.7v-1a28.1 28.1 0 0 1 .4-4.2 2 2 0 0 1 1.8-1.4"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M206 166c1 0 1.7.6 1.8 1.4.2 1.2.4 2.6.4 4.2v1c.1 3.2.6 6 1.2 7.7l-3.4 3.2-3.4-3.2c.7-1.7 1.1-4.5 1.2-7.7v-1a28.1 28.1 0 0 1 .4-4.2 2 2 0 0 1 1.8-1.4z"/> + <path fill="#c8b100" d="m229.7 183.8-1.3 1-2-3.2a7.4 7.4 0 0 0 3.6-6.3 7 7 0 0 0 0-.9c-.2-4.1-5.3-7.6-11.7-7.6a15 15 0 0 0-8.5 2.4 23 23 0 0 0-.2-1.8 17.4 17.4 0 0 1 8.7-2.1c7.4 0 13.2 4.1 13.4 9.1a8.9 8.9 0 0 1-3 7.6l1 1.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="m229.7 183.8-1.3 1-2-3.2a7.4 7.4 0 0 0 3.6-6.3 7 7 0 0 0 0-.9c-.2-4.1-5.3-7.6-11.7-7.6a15 15 0 0 0-8.5 2.4 23 23 0 0 0-.2-1.8 17.4 17.4 0 0 1 8.7-2.1c7.4 0 13.2 4.1 13.4 9.1a8.9 8.9 0 0 1-3 7.6l1 1.8"/> + <path fill="#c8b100" d="M229.6 183.8a9.1 9.1 0 0 0 4.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5 8.5 0 0 1 3.4 6.8 8.9 8.9 0 0 1-3.2 6.7l1 1.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M229.6 183.8a9.1 9.1 0 0 0 4.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5 8.5 0 0 1 3.4 6.8 8.9 8.9 0 0 1-3.2 6.7l1 1.8"/> + <path fill="#c8b100" d="M252 187.1a8.8 8.8 0 0 0 2.2-5.9 8.7 8.7 0 0 0-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29 29 0 0 0-6 .6l1 1.4a25.4 25.4 0 0 1 5-.4c7 0 12.8 2.7 14.4 6.3.5 1 .7 2 .7 3.1a7.3 7.3 0 0 1-2.6 5.6l2.5 4.1 1.3-1-1.7-2.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M252 187.1a8.8 8.8 0 0 0 2.2-5.9 8.7 8.7 0 0 0-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29 29 0 0 0-6 .6l1 1.4a25.4 25.4 0 0 1 5-.4c7 0 12.8 2.7 14.4 6.3.5 1 .7 2 .7 3.1a7.3 7.3 0 0 1-2.6 5.6l2.5 4.1 1.3-1-1.7-2.8z"/> + <path fill="#c8b100" d="M249.3 173.3a10.6 10.6 0 0 1 4 4.1 8.7 8.7 0 0 1 .9 3.8 8.8 8.8 0 0 1-2.3 5.9l1.6 2.5a10.4 10.4 0 0 0 2.3-6.5c0-4-2.6-7.5-6.5-9.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M249.3 173.3a10.6 10.6 0 0 1 4 4.1 8.7 8.7 0 0 1 .9 3.8 8.8 8.8 0 0 1-2.3 5.9l1.6 2.5a10.4 10.4 0 0 0 2.3-6.5c0-4-2.6-7.5-6.5-9.8z"/> + <path fill="#fff" d="M204.2 181.4c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 0 1-1.8-1.7"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M204.2 181.4c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 0 1-1.8-1.7z"/> + <path fill="#fff" stroke="#000" stroke-width=".4" d="M204.2 178c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 0 1-1.8-1.7m.4-3.7c0-.7.6-1.3 1.4-1.3.8 0 1.5.6 1.5 1.3 0 .8-.7 1.4-1.5 1.4s-1.4-.6-1.4-1.4m.4-3.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1m.2-2.8c0-.5.4-.8.8-.8.5 0 .9.3.9.8 0 .4-.4.8-.9.8a.8.8 0 0 1-.8-.8"/> + <path fill="#c8b100" stroke="#000" stroke-width=".4" d="m206.2 191.8 1.2.2a4.6 4.6 0 0 0 4.5 6 4.7 4.7 0 0 0 4.4-3c.1 0 .5-1.7.7-1.7.2 0 .1 1.8.2 1.7.3 2.3 2.4 3.8 4.7 3.8a4.6 4.6 0 0 0 4.7-5l1.5-1.5.7 2a4 4 0 0 0-.4 1.9 4.4 4.4 0 0 0 4.5 4.2c1.6 0 3-.7 3.8-1.9l.9-1.2v1.5c0 1.5.6 2.8 2 3 0 0 1.7.1 4-1.6 2.1-1.7 3.3-3.1 3.3-3.1l.2 1.7s-1.8 2.8-3.8 4c-1 .6-2.7 1.3-4 1-1.4-.2-2.4-1.3-3-2.6a6.7 6.7 0 0 1-3.3 1 6.5 6.5 0 0 1-6.1-3.7 7 7 0 0 1-10.4-.3 7 7 0 0 1-4.6 1.8 6.9 6.9 0 0 1-5.7-3 6.9 6.9 0 0 1-5.7 3 7 7 0 0 1-4.7-1.8 7 7 0 0 1-10.4.3 6.5 6.5 0 0 1-6 3.7 6.7 6.7 0 0 1-3.4-1c-.6 1.3-1.5 2.4-3 2.7-1.2.2-2.9-.5-4-1.1-2-1.2-3.8-4-3.8-4l.2-1.7s1.2 1.4 3.4 3.1c2.2 1.8 3.9 1.6 3.9 1.6 1.4-.2 2-1.5 2-3v-1.5l1 1.2a4.6 4.6 0 0 0 3.7 2c2.5 0 4.5-2 4.5-4.3a4 4 0 0 0-.4-2l.8-1.9 1.5 1.5a4.4 4.4 0 0 0 0 .6c0 2.4 2 4.4 4.6 4.4 2.4 0 4.4-1.5 4.7-3.8 0 0 0-1.6.2-1.7.2 0 .6 1.7.7 1.6a4.7 4.7 0 0 0 4.5 3.1 4.6 4.6 0 0 0 4.5-6l1.2-.2"/> + <path fill="#fff" stroke="#000" stroke-width=".4" d="M238.6 197.7c.3-.8 0-1.6-.6-1.8-.5-.2-1.2.3-1.5 1.1-.3.8 0 1.6.6 1.8.5.2 1.2-.3 1.5-1.1m-20.5-4c0-.8-.3-1.6-1-1.6-.5-.1-1 .5-1.2 1.4-.1.8.3 1.5.9 1.6.6 0 1.2-.6 1.3-1.4m-23.9 0c0-.8.4-1.6 1-1.6.6-.1 1.1.5 1.2 1.4.1.8-.3 1.5-.9 1.6-.6 0-1.1-.6-1.2-1.4m-20.6 4c-.2-.8 0-1.6.6-1.8.6-.2 1.2.3 1.5 1.1.3.8 0 1.6-.5 1.8-.6.2-1.3-.3-1.6-1.1"/> + <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M182.7 184a5.1 5.1 0 0 1 2.2 2.9s0-.3.6-.6 1-.3 1-.3l-.1 1.3-.3 2.2a7.4 7.4 0 0 1-.7 1.6 1.9 1.9 0 0 0-1.5-.4 1.8 1.8 0 0 0-1.2.9s-.7-.6-1.2-1.3l-1.1-2-.7-1.1s.5-.2 1.1 0c.6 0 .8.2.8.2a4.9 4.9 0 0 1 1-3.4m.4 9.8a1.8 1.8 0 0 1-.6-1c0-.5 0-.9.3-1.2 0 0-.9-.5-1.8-.7-.7-.2-2-.2-2.3-.2h-1l.2.5c.2.5.5.7.5.7a5 5 0 0 0-3 2 5.3 5.3 0 0 0 3.5 1l-.2.8v.6l1-.4c.3-.1 1.5-.5 2-1 .8-.4 1.5-1.1 1.5-1.1m2.7-.5a1.6 1.6 0 0 0 .2-1.1 1.7 1.7 0 0 0-.6-1l1.4-1.3a10 10 0 0 1 2-.9l1.1-.4v.6a5.7 5.7 0 0 1-.2.8 5 5 0 0 1 3.4 1 5 5 0 0 1-2.9 2 6.4 6.4 0 0 0 .7 1.2h-1c-.4 0-1.6 0-2.3-.2a11 11 0 0 1-1.8-.7"/> + <path fill="#ad1519" stroke="#000" stroke-width=".4" d="M182.2 192.4c0-1 1-2 2-2s2.2 1 2.2 2c0 1.1-1 2-2.1 2a2 2 0 0 1-2.1-2"/> + <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M206.1 180.8a5.7 5.7 0 0 1 1.9 3.7s.2-.3.9-.5c.7-.3 1.2-.2 1.2-.2l-.5 1.4-.8 2.4a8.2 8.2 0 0 1-1 1.7 2.1 2.1 0 0 0-1.7-.7c-.6 0-1.2.3-1.6.7 0 0-.6-.7-1-1.7l-.8-2.4-.5-1.4 1.2.2c.7.2.9.5.9.5 0-1.4.8-2.8 1.8-3.7"/> + <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M204.6 191.8a2 2 0 0 1-.5-1.2c0-.5.1-1 .4-1.3 0 0-.8-.7-1.8-1-.7-.4-2-.7-2.5-.7l-1.2-.2.2.6.4.9a5.9 5.9 0 0 0-3.7 1.7c1 .9 2.3 1.6 3.7 1.6l-.4 1-.2.6 1.2-.2c.4-.1 1.8-.4 2.5-.7 1-.4 1.9-1 1.9-1m3 0a1.9 1.9 0 0 0 .1-2.6s.9-.7 1.8-1a8 8 0 0 1 2.5-.7l1.2-.3-.1.7-.4.9c1.4 0 2.7.8 3.6 1.7a5.9 5.9 0 0 1-3.6 1.6 6.9 6.9 0 0 0 .5 1.6l-1.2-.2-2.5-.7c-1-.4-1.8-1-1.8-1m22-8a5.2 5.2 0 0 0-2.2 3l-.7-.6c-.6-.3-1-.3-1-.3l.2 1.3c0 .3 0 1.3.3 2.2.2 1 .6 1.6.6 1.6a2 2 0 0 1 1.5-.4c.6.1 1 .5 1.3.9l1.1-1.3c.6-.8 1-1.7 1.1-2l.7-1.1s-.4-.2-1 0c-.7 0-1 .2-1 .2a4.9 4.9 0 0 0-1-3.4m-.3 9.8c.3-.3.5-.6.6-1a1.6 1.6 0 0 0-.2-1.2s.8-.5 1.7-.7c.7-.2 2-.2 2.3-.2h1.1l-.3.5a6.2 6.2 0 0 1-.4.7 5 5 0 0 1 2.9 2 5.3 5.3 0 0 1-3.5 1l.2.8v.6l-1-.4c-.3-.1-1.4-.5-2-1-.8-.4-1.4-1.1-1.4-1.1m-2.8-.5a1.7 1.7 0 0 1-.2-1.1c0-.5.3-.8.6-1 0 0-.6-.8-1.4-1.3-.6-.4-1.7-.8-2-.9a171.4 171.4 0 0 1-1-.4v.6c0 .5.2.8.2.8a5.2 5.2 0 0 0-3.5 1c.7.9 1.7 1.7 3 2 0 0-.3.2-.5.7l-.3.5h1c.4 0 1.7 0 2.3-.2a11.1 11.1 0 0 0 1.8-.7"/> + <path fill="#ad1519" stroke="#000" stroke-width=".4" d="M226 192.4c0-1 1-2 2-2s2.1 1 2.1 2a2 2 0 0 1-2 2 2 2 0 0 1-2.1-2m23.2 4.4c-.4-.5-1.4-.4-2.2.2-.8.7-1 1.6-.5 2.2.5.5 1.5.4 2.3-.3.7-.6 1-1.6.5-2"/> + <path fill="#c8b100" stroke="#000" stroke-width=".4" d="m246.3 198 .7-1c.7-.6 1.8-.7 2.3-.2l.1.2s1-2 2.3-2.6c1.3-.7 3.4-.5 3.4-.5a2.8 2.8 0 0 0-2.9-2.8 3 3 0 0 0-2.4 1l-.2-1s-1.3.3-1.9 1.8c-.6 1.5 0 3.6 0 3.6s-.3-.9-.7-1.5a8 8 0 0 0-2.4-1.6l-1.3-.7-.1.5a5 5 0 0 0 0 .8 7.9 7.9 0 0 0-3.7.5 4.7 4.7 0 0 0 2.5 2.2l-.8.7a4 4 0 0 0-.4.5l1.3.2 2.5.2a14.5 14.5 0 0 0 1.7-.2m-80.3 0c0-.4-.3-.7-.7-1-.7-.7-1.7-.8-2.2-.3l-.2.3s-1-2-2.3-2.7c-1.2-.7-3.3-.5-3.3-.5a2.8 2.8 0 0 1 2.8-2.8c1 0 1.9.4 2.4 1l.2-1s1.3.3 2 1.8c.5 1.5-.1 3.6-.1 3.6s.3-.9.8-1.5a8 8 0 0 1 2.4-1.6l1.3-.7v1.3a7.9 7.9 0 0 1 3.7.5 4.7 4.7 0 0 1-2.5 2.2l.8.7.4.5-1.2.2-2.6.2a14.7 14.7 0 0 1-1.7-.2"/> + <path fill="#ad1519" stroke="#000" stroke-width=".4" d="M163 196.8c.6-.5 1.6-.4 2.4.3.7.6 1 1.5.4 2-.5.6-1.5.5-2.2-.2-.8-.6-1-1.6-.5-2m41-6.3c0-1.1.9-2 2-2s2.1.9 2.1 2c0 1-1 2-2 2a2 2 0 0 1-2.1-2"/> + <path fill="#005bbf" stroke="#000" stroke-width=".3" d="M201.8 160.6c0-2.2 1.9-4 4.3-4s4.2 1.8 4.2 4-1.9 4-4.3 4a4.1 4.1 0 0 1-4.2-4"/> + <path fill="#c8b100" stroke="#000" stroke-width=".3" d="M205 149.3v2.2h-2.4v2.2h2.3v6.3H202l-.2.6c0 .6.1 1.1.3 1.6h7.9c.2-.5.3-1 .3-1.6l-.2-.6h-2.8v-6.3h2.3v-2.2h-2.3v-2.2h-2.4z"/> + <path fill="#ccc" d="M206.5 330.6a82 82 0 0 1-35.5-8.2 22.7 22.7 0 0 1-12.8-20.4v-32h96.4v32a22.7 22.7 0 0 1-12.8 20.4 81 81 0 0 1-35.3 8.2"/> + <path fill="none" stroke="#000" stroke-width=".5" d="M206.5 330.6a82 82 0 0 1-35.5-8.2 22.7 22.7 0 0 1-12.8-20.4v-32h96.4v32a22.7 22.7 0 0 1-12.8 20.4 81 81 0 0 1-35.3 8.2z"/> + <path fill="#ccc" d="M206.3 270h48.3v-53.5h-48.3V270z"/> + <path fill="none" stroke="#000" stroke-width=".5" d="M206.3 270h48.3v-53.5h-48.3V270z"/> + <path fill="#ad1519" d="M206.3 302c0 12.6-10.7 22.9-24 22.9s-24.2-10.3-24.2-23v-32h48.2v32"/> + <path fill="#c8b100" stroke="#000" stroke-width=".5" d="M168.6 320.9c1.5.8 3.6 2 5.8 2.6l-.1-54.7h-5.7v52z"/> + <path fill="#c8b100" stroke="#000" stroke-linejoin="round" stroke-width=".5" d="M158 301.6a24.4 24.4 0 0 0 5.5 15v-47.5h-5.4v32.5z"/> + <path fill="#c7b500" stroke="#000" stroke-width=".5" d="M179.4 324.7a26.6 26.6 0 0 0 5.6 0v-55.9h-5.6v56z"/> + <path fill="#c8b100" stroke="#000" stroke-width=".5" d="M190 323.5a19 19 0 0 0 5.8-2.5v-52.2H190l-.1 54.7z"/> + <path fill="#ad1519" d="M158.1 270h48.2v-53.5H158V270z"/> + <path fill="none" stroke="#000" stroke-width=".5" d="M158.1 270h48.2v-53.5H158V270z"/> + <path fill="#c8b100" stroke="#000" stroke-width=".5" d="M201 316c2.4-2 4.6-6.8 5.4-12.2l.1-35H201l.1 47.3z"/> + <path fill="none" stroke="#000" stroke-width=".5" d="M206.3 302c0 12.6-10.7 22.9-24 22.9s-24.2-10.3-24.2-23v-32h48.2v32"/> + <path fill="#ad1519" d="M254.6 270v32c0 12.6-10.8 22.9-24.1 22.9s-24.2-10.3-24.2-23v-32h48.3"/> + <path fill="none" stroke="#000" stroke-width=".5" d="M254.6 270v32c0 12.6-10.8 22.9-24.1 22.9s-24.2-10.3-24.2-23v-32h48.3"/> + <path fill="#c8b100" d="m215.1 294.1.1.5c0 .6-.5 1-1.1 1a1 1 0 0 1-1.1-1v-.5h-1.5a2.5 2.5 0 0 0 1.8 2.9v3.9h1.6V297a2.6 2.6 0 0 0 1.7-1.6h4.4v-1.2h-6m21.8 0v1.2h-4a2.5 2.5 0 0 1-.3.6l4.6 5.2-1.2 1-4.6-5.3-.2.1v8.7h-1.6V297h-.2l-4.8 5.2-1.2-1 4.7-5.3a2.1 2.1 0 0 1-.2-.4h-4V294h13zm2.6 0v1.2h4.4c.3.8.9 1.4 1.7 1.6v3.9h1.6V297a2.5 2.5 0 0 0 1.8-2.4 2 2 0 0 0 0-.5h-1.6l.1.5c0 .6-.5 1-1 1-.7 0-1.2-.4-1.2-1a1 1 0 0 1 .1-.5h-5.9m-6.7 22.1a15.6 15.6 0 0 0 3.7-1l.8 1.4a17.6 17.6 0 0 1-4.3 1.2 2.6 2.6 0 0 1-2.6 2 2.6 2.6 0 0 1-2.5-2 17.5 17.5 0 0 1-4.6-1.2l.8-1.4c1.3.5 2.6.9 4 1a2.5 2.5 0 0 1 1.5-1.3v-6.7h1.6v6.7c.7.2 1.3.7 1.6 1.4zm-11-2.2-.8 1.4a16.6 16.6 0 0 1-3.6-3.1c-.9.2-1.8 0-2.5-.5a2.4 2.4 0 0 1-.3-3.5l.1-.1a15.3 15.3 0 0 1-1.3-4.8h1.7a13.1 13.1 0 0 0 1 4c.5 0 1 0 1.4.2l4.1-4.5 1.3 1-4.1 4.5c.5.9.5 2-.1 2.8a15.2 15.2 0 0 0 3.1 2.6zm-6-4.8c.3-.4 1-.5 1.5 0s.5 1 .1 1.4a1.2 1.2 0 0 1-1.6.1 1 1 0 0 1 0-1.5zm-2.2-4.5-1.6-.3-.3-4.3 1.7-.6v2.5c0 1 0 1.8.2 2.7zm1.4-5.3 1.7.4v2.2c0-.8.3 2.1.3 2.1l-1.7.6a14 14 0 0 1-.3-2.7v-2.6zm5.6 13.7a15.7 15.7 0 0 0 4.8 2.6l.4-1.6a13.7 13.7 0 0 1-4-2l-1.2 1m-.8 1.4a17.4 17.4 0 0 0 4.8 2.6l-1.2 1.1a18.7 18.7 0 0 1-4-2l.4-1.7m2.2-9.4 1.6.7 3-3.3-1-1.4-3.6 4m-1.3-1-1-1.4 3-3.3 1.6.7-3.6 4m18.1 9.9.8 1.4a16.7 16.7 0 0 0 3.6-3.1c.9.2 1.8 0 2.5-.5a2.4 2.4 0 0 0 .3-3.5l-.1-.1a15 15 0 0 0 1.3-4.8h-1.7a13.3 13.3 0 0 1-1 4 3 3 0 0 0-1.4.2l-4.1-4.5-1.3 1 4.1 4.5a2.4 2.4 0 0 0 .1 2.8 15 15 0 0 1-3.1 2.6zm6-4.8a1.2 1.2 0 0 0-1.5 0 1 1 0 0 0-.1 1.4 1.2 1.2 0 0 0 1.6.1 1 1 0 0 0 0-1.5zm2.2-4.5 1.6-.3.3-4.3-1.7-.6v2.5c0 1 0 1.9-.2 2.8zm-1.4-5.3-1.7.4v2.2c0-.8-.3 2.1-.3 2.1l1.7.6.3-2.7v-2.6m-5.6 13.7a15.7 15.7 0 0 1-4.8 2.6l-.4-1.6a13.7 13.7 0 0 0 4-2l1.2 1m.8 1.4a17.4 17.4 0 0 1-4.8 2.6l1.2 1.1a18.6 18.6 0 0 0 4-2l-.4-1.7m-2.2-9.4-1.6.7-2.9-3.3 1-1.4 3.5 4m1.3-1 1-1.4-3-3.3-1.6.7 3.6 4m-20.1-8.7.5 1.6h4.5l.5-1.6h-5.5m21.1 0-.5 1.6h-4.5l-.5-1.6h5.5m-11.6 21.9c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm1.9-7.8 1.7-.4v-4.3l-1.7-.5v5.2m-1.6 0-1.7-.4v-4.3l1.7-.5v5.2"/> + <path fill="#c8b100" d="M211.5 294.2c.2-1 1-1.6 1.8-2V287h1.6v5.3c.8.3 1.5.9 1.7 1.6h4.4v.3h-6a1.2 1.2 0 0 0-1-.6c-.4 0-.7.3-1 .6h-1.5m12.2 0v-.3h4.1a2.4 2.4 0 0 1 .2-.3l-5-5.7 1.2-1 5 5.6.2-.1V285h1.6v7.3h.3l4.9-5.5 1.2 1-4.9 5.5.3.6h4v.3h-13zm21.6 0a1.1 1.1 0 0 1 1-.6c.5 0 .8.3 1 .6h1.6c-.2-1-.9-1.6-1.8-2V287h-1.6v5.3c-.8.3-1.4.8-1.7 1.6h-4.4v.3h6m-30.2-15 6 6.8 1.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6 2.6 0 0 0-2.5-1.7 2.6 2.6 0 0 0-2.7 2.5 2.5 2.5 0 0 0 1.8 2.4v5.2h1.6v-5.2h.3zm32 0v5.3h-1.7v-5.2a2.5 2.5 0 0 1-.4-.2l-6 6.8-1.3-1 6.2-6.9-.1-.3h-4.5V276h4.5a2.6 2.6 0 0 1 2.4-1.7 2.6 2.6 0 0 1 2.7 2.5 2.5 2.5 0 0 1-1.9 2.4zm-16.1 0v3.3h-1.7v-3.2a2.6 2.6 0 0 1-1.7-1.6h-4V276h4a2.6 2.6 0 0 1 2.5-1.7c1.2 0 2.2.7 2.5 1.7h4v1.6h-4a2.5 2.5 0 0 1-1.6 1.6zm-17.8 4-1.7.4v4.3l1.7.5v-5.2m1.6 0 1.7.4v4.3l-1.7.5v-5.2m30.6 0-1.7.4v4.3l1.7.5v-5.2m1.6 0 1.7.4v4.3l-1.7.5v-5.2m-25.5.8 1.6-.7 2.9 3.3-1 1.4-3.5-4m-1.3 1-1 1.4 3 3.3 1.6-.7-3.6-4m18.5-1.1-1.6-.7-3 3.3 1 1.4 3.6-4m1.2 1 1 1.4-3 3.3-1.5-.7 3.5-4m-20.3 9 .5-1.6h4.5l.5 1.6h-5.5m-6.7-17c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1.1 1.1 0 0 1-1.2-1zm12.1.8-.5 1.6h-4.5l-.5-1.6h5.5m0-1.6-.5-1.6h-4.5l-.5 1.6h5.5m15.7 17.8-.5-1.6h-4.5l-.5 1.6h5.5m4.4-17c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm-16.1 0c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1zm6.2.8.5 1.6h4.6l.5-1.6h-5.6m0-1.6.5-1.6h4.6l.5 1.6h-5.6m-5.9 5-1.7.5v4.3l1.7.5V281m1.7 0 1.6.5v4.3l-1.6.5V281"/> + <path fill="none" stroke="#c8b100" stroke-width=".3" d="M232.7 316.3a15.6 15.6 0 0 0 3.7-1.1l.8 1.4a17.6 17.6 0 0 1-4.3 1.2 2.6 2.6 0 0 1-2.6 2 2.6 2.6 0 0 1-2.5-2 17.5 17.5 0 0 1-4.6-1.2l.8-1.4c1.3.5 2.6.9 4 1a2.5 2.5 0 0 1 1.5-1.3v-6.7h1.6v6.7c.7.2 1.3.7 1.6 1.4zm-4.7-20.4a2.3 2.3 0 0 1-.2-.5h-4V294h4a2.6 2.6 0 0 1 .2-.4l-5-5.6 1.2-1 5 5.5a2.2 2.2 0 0 1 .2 0V285h1.7v7.3h.2l4.9-5.5 1.2 1-4.9 5.5.3.6h4v1.5h-4c0 .2-.2.4-.3.5l4.7 5.3-1.3 1-4.6-5.3-.2.1v8.7h-1.6V297l-.2-.1-4.8 5.3-1.2-1 4.7-5.3m-12.8-16.7 6 6.8 1.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6 2.6 0 0 0-2.5-1.7 2.6 2.6 0 0 0-2.6 2.5 2.5 2.5 0 0 0 1.7 2.4v5.2h1.6v-5.2h.3zm6.5 34.8-.8 1.4a16.6 16.6 0 0 1-3.6-3.1c-.9.2-1.8 0-2.5-.5a2.4 2.4 0 0 1-.3-3.5l.1-.1a15.3 15.3 0 0 1-1.2-4.8h1.6a13.1 13.1 0 0 0 1 4c.5 0 1 0 1.4.2l4.1-4.5 1.3 1-4.1 4.5c.6.9.5 2-.1 2.8a15.2 15.2 0 0 0 3.1 2.6zm-8.4-13.1V297a2.5 2.5 0 0 1-1.8-2.4c0-1 .8-2 1.8-2.4V287h1.6v5.3c.8.2 1.5.8 1.7 1.6h4.4v1.5h-4.4a2.6 2.6 0 0 1-1.6 1.6v3.9h-1.7m2.3 8.3c.4-.4 1.1-.5 1.6 0s.5 1 .1 1.4a1.2 1.2 0 0 1-1.6.1 1 1 0 0 1 0-1.5zm-2-4.5-1.7-.3-.3-4.3 1.7-.6v2.5c0 1 0 1.8.3 2.7zm1.4-5.3 1.6.4v2.2c0-.8.3 2.1.3 2.1l-1.7.6-.3-2.7v-2.6zm5.5 13.7a15.7 15.7 0 0 0 4.8 2.6l.4-1.6a13.7 13.7 0 0 1-4-2l-1.2 1m-.8 1.4a17.4 17.4 0 0 0 4.8 2.6l-1.2 1.1a18.7 18.7 0 0 1-4-2l.4-1.7"/> + <path fill="none" stroke="#c8b100" stroke-width=".3" d="m221.9 305.1 1.6.7 3-3.3-1-1.4-3.6 4m-1.3-1-1-1.4 3-3.3 1.6.7-3.6 4m-7.6-9.5c0-.6.5-1 1-1 .7 0 1.2.5 1.2 1 0 .6-.5 1.1-1.1 1.1a1 1 0 0 1-1.1-1zm25.7 19.4.8 1.4a16.7 16.7 0 0 0 3.6-3.1c.9.2 1.8 0 2.6-.5a2.4 2.4 0 0 0 .2-3.5l-.1-.1a15 15 0 0 0 1.3-4.8h-1.7a13.3 13.3 0 0 1-1 4 3 3 0 0 0-1.4.2l-4.1-4.5-1.3 1 4.1 4.5a2.4 2.4 0 0 0 .1 2.8 15 15 0 0 1-3 2.6zm8.4-13.1V297a2.5 2.5 0 0 0 1.8-2.4c0-1-.7-2-1.8-2.4V287h-1.6v5.3c-.8.2-1.4.8-1.7 1.6h-4.4v1.5h4.4c.3.8.9 1.3 1.7 1.6v3.9h1.6zm-2.3 8.3a1.2 1.2 0 0 0-1.6 0 1 1 0 0 0-.1 1.4 1.2 1.2 0 0 0 1.6.1 1 1 0 0 0 0-1.5zm2-4.5 1.7-.3.3-4.3-1.7-.6v2.5c0 1 0 1.8-.2 2.7zm-1.3-5.3-1.7.4v2.2c0-.8-.3 2.1-.3 2.1l1.7.6.3-2.7v-2.6m1.6-20.1v5.2h-1.6v-5.2a2.3 2.3 0 0 1-.4-.2l-6 6.8-1.2-1 6-7v-.2h-4.5V276h4.4a2.6 2.6 0 0 1 2.5-1.7 2.6 2.6 0 0 1 2.6 2.5 2.5 2.5 0 0 1-1.8 2.4zm-16 0v3.2h-1.7v-3.2a2.6 2.6 0 0 1-1.7-1.6h-4V276h4c.4-1 1.3-1.7 2.5-1.7s2.2.7 2.5 1.7h4v1.6h-4a2.5 2.5 0 0 1-1.6 1.6zm8.8 33.8a15.7 15.7 0 0 1-4.8 2.6l-.4-1.6a13.7 13.7 0 0 0 4-2l1.2 1m.8 1.4a17.4 17.4 0 0 1-4.8 2.6l1.2 1.1a18.7 18.7 0 0 0 4-2l-.4-1.7m-27.4-31.4-1.7.5v4.3l1.7.5v-5.2m1.7 0 1.6.4v4.3l-1.6.5V283m30.5 0-1.7.5v4.3l1.7.5V283"/> + <path fill="none" stroke="#c8b100" stroke-width=".3" d="m247.1 283.1 1.7.5v4.3l-1.7.5V283m-8.6 22-1.6.7-2.9-3.3 1-1.4 3.5 4m1.3-1 1-1.4-3-3.3-1.6.7 3.6 4m-18.2-20 1.6-.7 3 3.3-1 1.4-3.6-4m-1.3 1-1 1.4 3 3.3 1.6-.7-3.6-4m18.5-1.1-1.6-.7-3 3.3 1 1.4 3.6-4m1.2 1 1 1.4-3 3.2-1.5-.6 3.5-4m-20.3 9 .5-1.6h4.5l.5 1.6h-5.5m0 1.5.5 1.6h4.5l.5-1.6h-5.5M213 277c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1.2-1zm12.1.8-.5 1.6h-4.5l-.5-1.6h5.5m0-1.6-.5-1.6h-4.5l-.5 1.6h5.5m20.1 18.5c0-.5.5-1 1.1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1.1-1 1.1a1 1 0 0 1-1.2-1zm-4.4-.7-.5-1.6h-4.5l-.5 1.6h5.5m0 1.5-.5 1.6h-4.5l-.5-1.6h5.5m-11.6 21.9c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm1.9-7.8 1.7-.4v-4.3l-1.7-.5v5.2m-1.6 0-1.7-.4v-4.3l1.7-.5v5.2m15.7-32.6c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm-16.1 0c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm6.2.8.5 1.6h4.6l.5-1.6h-5.5m0-1.6.4-1.6h4.6l.5 1.6h-5.5m-6 5-1.6.5v4.3l1.6.5V281m1.7 0 1.6.5v4.3l-1.6.5V281"/> + <path fill="#058e6e" d="M227.7 294.7a2.6 2.6 0 0 1 2.6-2.5 2.6 2.6 0 0 1 2.6 2.5 2.6 2.6 0 0 1-2.6 2.4c-1.4 0-2.6-1-2.6-2.4"/> + <path fill="#db4446" d="M230.9 229.7v-.6l.1-.3-2.3-.1a5.9 5.9 0 0 1-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1 .4 1.7 1.3 1.5 1.3 1.8 1.4c.6.2 2.6 0 3.1.1l1.8.2"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M230.9 229.7v-.6l.1-.3-2.3-.1a5.9 5.9 0 0 1-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1 .4 1.7 1.3 1.5 1.3 1.8 1.4c.6.2 2.6 0 3.1.1l1.8.2z"/> + <path fill="#ed72aa" stroke="#000" stroke-width=".4" d="M238.1 227.5v1.4c.2.6-.1 1.2 0 1.5 0 .4.1.6.3.9l.2.9-.7-.5-.6-.4v1c.1.2.3.8.6 1.1l1 1.3c.2.5.1 1.4.1 1.4s-.4-.7-.8-.8l-1.2-.7s.7.8.7 1.5c0 .8-.3 1.6-.3 1.6s-.3-.7-.8-1.1l-1-.9s.4 1.2.4 2v2.3l-.9-1-1-.7c0-.2.5.6.6 1.1 0 .5.3 2.3 1.8 4.5 1 1.3 2.3 3.6 5.3 2.9 3-.8 1.9-4.8 1.3-6.7a16.8 16.8 0 0 1-1-4.6c0-.8.6-2.9.5-3.3a8 8 0 0 1 .2-3.1c.4-1.3.7-1.8.9-2.3.2-.6.4-.9.4-1.3l.1-1.3.7 1.3.1 1.5s.1-1 1-1.6c.8-.6 1.8-1.1 2-1.4.3-.3.3-.5.3-.5s0 1.8-.6 2.6l-1.7 2s.7-.3 1.2-.3h.9s-.6.4-1.4 1.6c-.8 1-.5 1.2-1 2.1-.6 1-1 1-1.7 1.5-1 .8-.5 4.2-.4 4.7.2.5 2 4.5 2 5.5s.2 3.2-1.5 4.6c-1.1 1-3 1-3.4 1.2-.4.3-1.2 1.1-1.2 2.8 0 1.7.6 2 1 2.4.6.5 1.2.2 1.3.6.2.3.2.5.5.7.2.2.3.4.2.8 0 .3-.8 1.1-1.1 1.7l-.8 2.4c0 .2-.1 1 .1 1.3 0 0 .9 1 .3 1.2-.4.2-.8-.2-1-.2l-.9.5c-.3-.1-.3-.3-.4-.8l-.1-.7c-.2 0-.3.2-.4.5 0 .2 0 .8-.3.8-.2 0-.5-.4-.8-.5-.2 0-.8-.2-.8-.4 0-.3.4-.9.7-1 .4 0 .8-.3.5-.5s-.5-.2-.7 0-.8 0-.7-.2v-.8c0-.2-.4-.5.1-.8.6-.3.8.2 1.4.1.6 0 .8-.3 1-.6.2-.3.2-1-.2-1.4-.4-.5-.7-.5-.9-.8l-.3-.9v2.2l-.7-.8c-.3-.3-.6-1.3-.6-1.3v1.3c0 .4.3.7.2.8-.1.1-.8-.7-1-.8a3.7 3.7 0 0 1-1-1l-.4-1.4a4.2 4.2 0 0 1 0-1.5l.4-1h-1.4c-.7 0-1.2-.3-1.5.2-.3.5-.2 1.5.2 2.8.3 1.2.5 1.9.4 2.1a3 3 0 0 1-.7.8h-.9a2.5 2.5 0 0 0-1.2-.3h-1.3l-1.1-.3c-.3.1-.8.3-.6.7.2.6-.2.7-.5.7l-.9-.2c-.4-.1-.9 0-.8-.4 0-.4.2-.4.4-.7.2-.3.2-.5 0-.5h-.6c-.2.2-.5.5-.8.4-.2-.1-.4-.4-.4-1s-.7-1.2 0-1.1c.5 0 1.3.4 1.4 0 .2-.3 0-.4-.2-.7s-.8-.4-.3-.7l.7-.5c.1-.2.4-.8.7-.6.6.2 0 .7.6 1.3.6.7 1 1 2 .8 1 0 1.3-.2 1.3-.5l-.1-1v-1s-.4.3-.5.6l-.4.8v-2a8 8 0 0 0-.2-.8l-.3.9-.1 1s-.7-.5-.5-1.5c.1-.7-.1-1.6.1-2 .2-.3.7-1.5 2-1.6h2.6l2-.3s-2.8-1.4-3.5-1.9a9.5 9.5 0 0 1-2-2l-.6-1.6s-.5 0-1 .3a5 5 0 0 0-1.2 1l-.7 1 .1-1.2v-.8s-.4 1.2-1 1.7l-1.4 1v-.8l.2-1s-.4.8-1.1 1c-.7 0-1.8 0-1.9.4 0 .5.2 1 0 1.4 0 .3-.4.5-.4.5l-.8-.4c-.4 0-.7.2-.7.2s-.3-.4-.2-.7c.1-.2.7-.6.5-.8l-.8.2c-.3.1-.8.3-.8-.2 0-.4.2-.7 0-1 0-.3 0-.5.2-.6l1.2-.1c0-.2-.2-.5-.8-.6-.6-.1-.8-.5-.5-.8.3-.2.3-.3.5-.6.1-.2.2-.7.7-.5.5.3.4.8 1 1a4 4 0 0 0 2-.2l1.5-1 1.5-1-1-.8c-.3-.3-.7-.9-1-1a8.3 8.3 0 0 0-1.8-.6 9 9 0 0 1-1.7-.5l.8-.3c.2-.2.6-.6.8-.6h.3-1.4c-.3-.1-1-.6-1.3-.6l-.8.1s.8-.4 1.4-.5l1-.1s-.9-.3-1.1-.6l-.6-1c-.2-.1-.3-.5-.6-.5l-1 .3c-.4 0-.6-.2-.6-.6l-.1-.5c-.2-.3-.6-.8-.2-1h1.4c0-.2-.5-.6-.8-.8-.4-.2-1-.5-.7-.8l.8-.5c.2-.3.3-1 .7-.7.4.2.8 1.2 1.1 1.1.3 0 .3-.8.3-1 0-.4 0-1 .2-.9.3 0 .5.4 1 .5.4 0 1-.1 1 .2 0 .3-.3.7-.6 1-.3.3-.4 1-.3 1.4.2.5.7 1.2 1.2 1.4.4.3 1.2.5 1.7.9.5.3 1.7 1.2 2.1 1.3l.8.4s.5-.2 1.1-.2c.7 0 2.1 0 2.6-.2.6-.2 1.3-.6 1-1-.1-.6-1.3-1-1.2-1.4 0-.4.5-.4 1.2-.4.8 0 1.8.1 2-1 .2-1 .2-1.5-.8-1.8-1-.2-1.8-.2-2-1-.2-.7-.4-.9-.2-1.1.3-.2.6-.3 1.4-.4.8 0 1.6 0 1.9-.2.2-.2.3-.7.6-.9.3-.2 1.4-.4 1.4-.4s1.4.7 2.7 1.7a15 15 0 0 1 2.2 2.1"/> + <path d="m228.1 226.8-.2-.6v-.3s.8 0 .7.3c0 .2-.2.2-.3.3l-.2.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m228.1 226.8-.2-.6v-.3s.8 0 .7.3c0 .2-.2.2-.3.3l-.2.3z"/> + <path d="M232 225.4v-.4s.7 0 1 .3c.5.4.9 1 .9 1l-.8-.4h-.5l-.3-.1v-.3h-.3"/> + <path fill="none" stroke="#000" stroke-width=".1" d="M232 225.4v-.4s.7 0 1 .3c.5.4.9 1 .9 1l-.8-.4h-.5l-.3-.1v-.3h-.3z"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m237.3 231.3-.4-.7a8 8 0 0 1-.3-.4"/> + <path fill="#db4446" d="M217.4 226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1 1a2 2 0 0 1-.6.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M217.4 226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1 1a2 2 0 0 1-.6.8z"/> + <path fill="#db4446" d="M215.2 227.6s-.4-.7-1.3-.6c-.8 0-1.4.8-1.4.8h1.2c.3.3.4 1 .4 1l.7-.6a7.2 7.2 0 0 0 .4-.6"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M215.2 227.6s-.4-.7-1.3-.6c-.8 0-1.4.8-1.4.8h1.2c.3.3.4 1 .4 1l.7-.6a7.2 7.2 0 0 0 .4-.6z"/> + <path fill="#db4446" d="M214.2 230.6s-.8.1-1.2.6c-.4.5-.3 1.3-.3 1.3s.4-.5.9-.5l1 .2-.1-.8-.3-.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M214.2 230.6s-.8.1-1.2.6c-.4.5-.3 1.3-.3 1.3s.4-.5.9-.5l1 .2-.1-.8-.3-.8z"/> + <path d="m228.2 230.5.3-.5.3.5h-.7"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m228.2 230.5.3-.5.3.5h-.7"/> + <path d="m229 230.5.3-.5.4.5h-.8"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m229 230.5.3-.5.4.5h-.8"/> + <path d="m228.6 227.3.8.3-.7.4-.1-.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m228.6 227.3.8.3-.7.4-.1-.6"/> + <path d="m229.5 227.6.7.2-.5.4-.2-.6"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m229.5 227.6.7.2-.5.4-.2-.6"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M224.2 233.7s-.7.2-1 .6c-.4.5-.3 1-.3 1s.6-.5 1.5-.3l1.2.3 1.3-.3s-.7.8-.7 1.3l.2 1.1c0 .7-.6 1.6-.6 1.6l1-.3a4.6 4.6 0 0 0 1.7-.8l.9-1s-.2 1 0 1.4l.2 1.6.8-.6c.2-.1.7-.4.9-.7l.3-1s0 .8.4 1.3l.6 1.6s.3-.8.6-1.1c.3-.4.7-.8.7-1a4.3 4.3 0 0 0-.1-.9l.4.8m-11 .6s.5-.8 1-1l1.1-.8.9-.4m1 5 1.3-.8a4 4 0 0 0 1-1"/> + <path fill="#db4446" d="M216.6 240.4s-.4-.5-1.1-.3c-.7 0-1.2.9-1.2.9s.6-.2 1-.1.6.4.6.4l.4-.4.3-.6"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M216.6 240.4s-.4-.5-1.1-.3c-.7 0-1.2.9-1.2.9s.6-.2 1-.1.6.4.6.4l.4-.4.3-.6z"/> + <path fill="#db4446" d="M215.8 243.2s-.6 0-1.1.3c-.5.4-.5 1.2-.5 1.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M215.8 243.2s-.6 0-1.1.3c-.5.4-.5 1.2-.5 1.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8z"/> + <path fill="#db4446" d="M217.2 245.8s0 .8.3 1.3c.4.5 1.1.5 1.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3h-.7"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M217.2 245.8s0 .8.3 1.3c.4.5 1.1.5 1.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3h-.7zm16 1.3s2 1.2 1.9 2.2c0 1-1 2.3-1 2.3"/> + <path fill="#db4446" d="M224.2 252.6s-.4-.6-1.1-.6c-.7 0-1.4.7-1.4.7s.8-.1 1 .2l.5.6.5-.3.5-.6"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M224.2 252.6s-.4-.6-1.1-.6c-.7 0-1.4.7-1.4.7s.8-.1 1 .2l.5.6.5-.3.5-.6z"/> + <path fill="#db4446" d="M222.2 255.3s-1-.1-1.4.3c-.4.5-.4 1.3-.4 1.3s.6-.6 1-.5c.5 0 1 .3 1 .3v-.7l-.3-.7"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M222.2 255.3s-1-.1-1.4.3c-.4.5-.4 1.3-.4 1.3s.6-.6 1-.5c.5 0 1 .3 1 .3v-.7l-.3-.7z"/> + <path fill="#db4446" d="M224 258.1s-.3.7 0 1.1c.3.5 1 .8 1 .8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M224 258.1s-.3.7 0 1.1c.3.5 1 .8 1 .8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2z"/> + <path fill="#db4446" d="M236 259.3s-.8-.2-1.2 0c-.5.3-.8 1.4-.8 1.4s.7-.6 1.2-.5c.5 0 1 .3 1 .3v-.8l-.2-.4"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M236 259.3s-.8-.2-1.2 0c-.5.3-.8 1.4-.8 1.4s.7-.6 1.2-.5c.5 0 1 .3 1 .3v-.8l-.2-.4z"/> + <path fill="#db4446" d="M236.4 262.2s-.6.6-.4 1.1l.6 1s0-.7.2-1l1-.3-.7-.5a15.8 15.8 0 0 1-.7-.3"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M236.4 262.2s-.6.6-.4 1.1l.6 1s0-.7.2-1l1-.3-.7-.5a15.8 15.8 0 0 1-.7-.3z"/> + <path fill="#db4446" d="M239.4 263s-.3.8.2 1.3c.6.5 1 .5 1 .5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M239.4 263s-.3.8.2 1.3c.6.5 1 .5 1 .5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3z"/> + <path fill="#ffd691" stroke="#000" stroke-width=".5" d="M208.8 316.4c2 .6 3 2 3 3.8 0 2.3-2.2 4-5 4-3 0-5.3-1.7-5.3-4 0-1.7 1-3.6 3-3.8l-.2-.4-.7-.7h1.2l.8.5.5-.7c.3-.4.6-.5.6-.5l.6.6.3.5.7-.4.8-.3s0 .4-.2.7l-.1.7"/> + <path fill="#058e6e" stroke="#000" stroke-width=".5" d="M206.3 326.7s-3.8-2.6-5.5-3c-2-.4-4.5 0-5.5 0 0 0 1.2.8 1.8 1.4.5.5 2.3 1.5 3.3 1.8 3 .8 6-.2 6-.2m1 .2s2.4-2.5 5-2.9c3-.4 5 .3 6.2.6l-1.5.8c-.5.3-2 1.5-4 1.6-2 0-4.4-.3-4.8-.2l-.9.1"/> + <path fill="#ad1519" stroke="#000" stroke-width=".5" d="M206.7 323.8a4.8 4.8 0 0 1 0-7.1 4.8 4.8 0 0 1 1.5 3.5 4.9 4.9 0 0 1-1.5 3.6"/> + <path fill="#058e6e" stroke="#000" stroke-width=".5" d="M205.7 329s.6-1.5.6-2.7l-.1-2.1h.8s.3 1.1.3 2l-.1 2.4-.7.1-.8.3"/> + <path fill="#fff" d="M254 190.7c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M254 190.7c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M255.4 188.2c0-.6.5-1 1.1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M255.4 188.2c0-.6.5-1 1.1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M256.4 185.2c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M256.4 185.2c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"/> + <path fill="#fff" d="M256.5 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M256.5 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M255.7 179c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M255.7 179c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M254.1 176.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M254.1 176.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M252 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M252 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M249.4 171.8c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M249.4 171.8c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1z"/> + <path fill="#fff" d="M246.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M246.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M243.3 169.1c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M243.3 169.1c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M239.9 168.5c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M239.9 168.5c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M236.6 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M236.6 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M233.3 168.5c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M233.3 168.5c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M230.1 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M230.1 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"/> + <path fill="#fff" stroke="#000" stroke-width=".4" d="M231.7 171.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1m.6 3.1c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1m0 3c0-.5.6-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1m-1 2.8c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1 0 .6-.4 1-1 1a1 1 0 0 1-1-1m-1.9 2.6c0-.5.5-1 1-1 .7 0 1.2.5 1.2 1s-.5 1-1.1 1c-.6 0-1-.4-1-1"/> + <path fill="#fff" d="M227.6 166.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M227.6 166.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M224.8 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M224.8 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M221.6 164c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1 1-.6 0-1.1-.5-1.1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M221.6 164c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1 1-.6 0-1.1-.5-1.1-1z"/> + <path fill="#fff" d="M218.3 163.4c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M218.3 163.4c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"/> + <path fill="#fff" d="M215 163.5c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M215 163.5c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M211.7 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M211.7 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M208.6 165.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M208.6 165.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"/> + <path fill="#fff" d="M156 190.7c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M156 190.7c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M154.5 188.2c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M154.5 188.2c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M153.5 185.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M153.5 185.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M153.4 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M153.4 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M154.2 179c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M154.2 179c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M155.8 176.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M155.8 176.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M158 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M158 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M160.5 171.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M160.5 171.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M163.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M163.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M166.6 169.1c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M166.6 169.1c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M170 168.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M170 168.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1z"/> + <path fill="#fff" d="M173.4 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M173.4 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M176.6 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M176.6 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"/> + <path fill="#fff" d="M179.8 168.5c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M179.8 168.5c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" stroke="#000" stroke-width=".4" d="M178.2 171.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1m-.7 3.1c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1m-.2 3c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1m.9 2.8c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1.1-1m1.8 2.6c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"/> + <path fill="#fff" d="M182.3 166.5c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M182.3 166.5c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M185.2 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M185.2 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M188.3 164c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1 0 .5-.4 1-1 1s-1-.5-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M188.3 164c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1 0 .5-.4 1-1 1s-1-.5-1-1z"/> + <path fill="#fff" d="M191.6 163.4c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M191.6 163.4c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M194.9 163.5c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M194.9 163.5c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M198.2 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M198.2 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#fff" d="M201.3 165.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"/> + <path fill="none" stroke="#000" stroke-width=".4" d="M201.3 165.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/> + <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M174.7 228.9h-1v-1h-1.5v3.6h1.6v2.5h-3.4v7h1.8v14.3h-3.5v7.3h27.2v-7.3h-3.5V241h1.8v-7h-3.4v-2.5h1.6V228h-1.6v.9h-.8v-1h-1.6v1h-1.1v-1h-1.6v3.6h1.6v2.5H184v-7.8h1.7v-3.5H184v.9h-1v-1h-1.5v1h-.9v-1H179v3.6h1.7v7.8h-3.3v-2.5h1.6V228h-1.6v.9h-.9v-1h-1.8v1zm-6 33.7H196m-27.3-1.8H196m-27.3-1.8H196m-27.3-1.7H196m-27.3-2H196m-23.8-1.6h20.2m-20.2-1.8h20.2m-20.2-2h20.2m-20.2-1.7h20.2m-20.2-1.8h20.2m-20.2-1.8h20.2m-20.2-1.7h20.2m-22-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-20.4-1.7h17m-10.2-1.8h3.4m-3.4-1.8h3.4m-3.4-1.8h3.4m-3.4-1.7h3.4m-5.1-2.2h6.8m-12 7.5h3.6m-5-2.2h6.6m-6.7 32.6v-1.8m0-1.8v-1.7m-1.8 1.7v1.8m3.4 0V259m1.7 3.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m-1.7 7.4v-2m-3.4 2v-2m7 0v2m1.5-2v-1.6m-5.1-1.8v1.8m3.5-1.8v1.8m3.3-1.8v1.8M179 252v-2m1.7-1.7v1.7m0-5.3v1.8m-1.7-3.6v1.8m1.7-3.5v1.7m-3.3-1.7v1.7m-3.5-1.7v1.7m-1.6-3.5v1.8m3.3-1.8v1.8m3.4-1.8v1.8m1.7-3.6v1.8m-3.3-1.8v1.8m-3.5-1.8v1.8m-1.6-3.6v1.8m6.7-1.8v1.8m-3.4-5.3v1.8m15.3-1.8h-3.5m5-2.2h-6.6m6.7 32.6v-1.8m0-1.8v-1.7m1.8 1.7v1.8m-3.4 0V259m-1.7 3.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m1.7 7.4v-2m3.4 2v-2m-7 0v2m-1.5-2v-1.6m5.1-1.8v1.8m-3.5-1.8v1.8m-3.3-1.8v1.8m1.7-1.8v-2m-1.7-1.7v1.7m0-5.3v1.8m1.7-3.6v1.8m-1.7-3.5v1.7m3.3-1.7v1.7m3.5-1.7v1.7m1.6-3.5v1.8m-3.3-1.8v1.8m-3.4-1.8v1.8m-1.7-3.6v1.8m3.3-1.8v1.8m3.5-1.8v1.8m1.6-3.6v1.8m-6.7-1.8v1.8m3.4-5.3v1.8m-7 18v-2m0-5.4v-1.8m0 5.4v-1.8m0-5.3v-1.8m0-1.8v-1.7m0-3.6v-1.8m0-1.7v-1.8m-8.3 4.6h3.5m3.3-5.3h3.4m3.3 5.3h3.5"/> + <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M186.8 262.6v-4.7c0-.8-.4-3.5-4.6-3.5-4 0-4.4 2.7-4.4 3.5v4.7h9z"/> + <path fill="#c8b100" stroke="#000" stroke-width=".4" d="m179.3 258.2-2.2-.3c0-.9.2-2.2.9-2.6l2 1.5c-.3.2-.7 1-.7 1.4zm6 0 2.2-.3c0-.9-.2-2.2-.9-2.6l-2 1.5c.3.2.7 1 .7 1.4zm-2.2-2.3 1-2a5.3 5.3 0 0 0-2-.4l-1.7.4 1.1 2h1.6zm-4.2-5.5v-4.9c0-1.3-1-2.4-2.5-2.4s-2.4 1-2.4 2.4v4.9h4.9zm6.8 0v-4.9c0-1.3 1-2.4 2.5-2.4s2.4 1 2.4 2.4v4.9h-4.9zm-1.7-12 .4-4.4h-4.2l.2 4.4h3.6zm3.3 0-.4-4.4h4.4l-.5 4.4h-3.5zm-10 0 .2-4.4h-4.2l.5 4.4h3.5z"/> + <path fill="#0039f0" d="M185.3 262.6v-4c0-.7-.5-2.7-3.1-2.7-2.4 0-2.9 2-2.9 2.7v4h6zm-6.9-12.7v-4.2c0-1-.6-2.2-2-2.2s-2 1.1-2 2.2v4.3h4zm7.8 0v-4.2c0-1 .7-2.2 2-2.2s2 1.1 2 2.2v4.3h-4z"/> + <path fill="#ad1519" d="M190.8 269.8c0-9.7 7-17.6 15.6-17.6s15.6 7.9 15.6 17.6-7 17.5-15.6 17.5-15.6-7.8-15.6-17.5"/> + <path fill="none" stroke="#000" stroke-width=".6" d="M190.8 269.8c0-9.7 7-17.6 15.6-17.6s15.6 7.9 15.6 17.6-7 17.5-15.6 17.5-15.6-7.8-15.6-17.5z"/> + <path fill="#005bbf" d="M195.4 269.7c0-7 5-12.8 11-12.8s11 5.7 11 12.8c0 7.2-5 13-11 13s-11-5.8-11-13"/> + <path fill="none" stroke="#000" stroke-width=".6" d="M195.4 269.7c0-7 5-12.8 11-12.8s11 5.7 11 12.8c0 7.2-5 13-11 13s-11-5.8-11-13z"/> + <path fill="#c8b100" d="M201.2 260.9s-1.3 1.4-1.3 2.7a6 6 0 0 0 .6 2.4c-.2-.5-.8-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.1-.3.5-.5 1-.5s1 .4 1 1a.9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.7 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M201.2 260.9s-1.3 1.4-1.3 2.7a6 6 0 0 0 .6 2.4c-.2-.5-.8-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.1-.3.5-.5 1-.5s1 .4 1 1a.9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.7 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z"/> + <path fill="#c8b100" d="M199.2 269.9h4.1v-1h-4.1v1z"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M199.2 269.9h4.1v-1h-4.1v1z"/> + <path fill="#c8b100" d="M211.4 260.9s-1.3 1.4-1.3 2.7c0 1.3.6 2.4.6 2.4-.2-.5-.7-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.2-.3.5-.5 1-.5a1 1 0 0 1 1 1 .9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.8.8 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .8.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.6 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M211.4 260.9s-1.3 1.4-1.3 2.7c0 1.3.6 2.4.6 2.4-.2-.5-.7-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.2-.3.5-.5 1-.5a1 1 0 0 1 1 1 .9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.8.8 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .8.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.6 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z"/> + <path fill="#c8b100" d="M209.4 269.9h4.1v-1h-4.1v1z"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M209.4 269.9h4.1v-1h-4.1v1z"/> + <path fill="#c8b100" d="M206.3 269.6s-1.3 1.5-1.3 2.8.6 2.4.6 2.4c-.2-.5-.7-.9-1.4-.9-.8 0-1.4.6-1.4 1.4l.2.7.5 1c.1-.4.5-.6 1-.6a1 1 0 0 1 1 1 .9.9 0 0 1 0 .3h-1.2v1h1l-.8 1.5 1-.4.8.9.8-1 1 .5-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.2.9.6l.5-1 .2-.7a1.4 1.4 0 0 0-1.4-1.4c-.7 0-1.2.4-1.4 1 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7"/> + <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M206.3 269.6s-1.3 1.5-1.3 2.8.6 2.4.6 2.4c-.2-.5-.7-.9-1.4-.9-.8 0-1.4.6-1.4 1.4l.2.7.5 1c.1-.4.5-.6 1-.6a1 1 0 0 1 1 1 .9.9 0 0 1 0 .3h-1.2v1h1l-.8 1.5 1-.4.8.9.8-1 1 .5-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.2.9.6l.5-1 .2-.7a1.4 1.4 0 0 0-1.4-1.4c-.7 0-1.2.4-1.4 1 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z"/> + <path fill="#c8b100" d="M204.3 278.6h4.1v-1h-4.1v1z"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M204.3 278.6h4.1v-1h-4.1v1z"/> + <path fill="#c8b100" d="M237.6 223.4h-.3a1.5 1.5 0 0 1-.3.4c-.2.2-.6.2-.8 0a.5.5 0 0 1-.1-.4.5.5 0 0 1-.5 0c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6 0 0 1 0-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1 1.2c0 .6-.3 1.2-.3 1.2a9 9 0 0 1 2.9 1.6 9 9 0 0 1 2.2 2.3l1.2-.5c.6-.2 1.3-.2 1.3-.2l.2-.2c-.3 0-1.5.1-1.5-.4v-.2a.7.7 0 0 1-.2 0c-.2-.2-.2-.4 0-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8 0a.4.4 0 0 1-.1-.4.6.6 0 0 1-.5 0c-.2-.2-.3-.5 0-.8l.2-.3v-.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M237.6 223.4h-.3a1.5 1.5 0 0 1-.3.4c-.2.2-.6.2-.8 0a.5.5 0 0 1-.1-.4.5.5 0 0 1-.5 0c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6 0 0 1 0-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1 1.2c0 .6-.3 1.2-.3 1.2a9 9 0 0 1 2.9 1.6 9 9 0 0 1 2.2 2.3l1.2-.5c.6-.2 1.3-.2 1.3-.2l.2-.2c-.3 0-1.5.1-1.5-.4v-.2a.7.7 0 0 1-.2 0c-.2-.2-.2-.4 0-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8 0a.4.4 0 0 1-.1-.4.6.6 0 0 1-.5 0c-.2-.2-.3-.5 0-.8l.2-.3v-.3z"/> + <path d="M235.4 224h.2v.3h-.1c-.1 0-.1-.2 0-.2"/> + <path fill="none" stroke="#000" stroke-width=".1" d="M235.4 224h.2v.3h-.1c-.1 0-.1-.2 0-.2z"/> + <path d="m236.3 224.8-.3-.2v-.2h.1l.4.3.3.2v.2h-.2l-.3-.3"/> + <path fill="none" stroke="#000" stroke-width=".1" d="m236.3 224.8-.3-.2v-.2h.1l.4.3.3.2v.2h-.2l-.3-.3"/> + <path d="m234.6 223.7-.2-.2s-.1 0 0-.1l.3.1.3.1v.2h-.1l-.3-.1"/> + <path fill="none" stroke="#000" stroke-width=".1" d="m234.6 223.7-.2-.2s-.1 0 0-.1l.3.1.3.1v.2h-.1l-.3-.1"/> + <path d="M233.7 223h.2v.2h-.2s-.1-.1 0-.2"/> + <path fill="none" stroke="#000" stroke-width=".1" d="M233.7 223h.2v.2h-.2s-.1-.1 0-.2z"/> + <path d="M237.3 225.5v-.2h-.3l.1.2h.2"/> + <path fill="none" stroke="#000" stroke-width=".1" d="M237.3 225.5v-.2h-.3l.1.2h.2z"/> + <path d="m237.9 226.2.2.2h.1c.1 0 0-.1 0-.2l-.2-.2-.2-.2h-.1v.2l.2.2"/> + <path fill="none" stroke="#000" stroke-width=".1" d="m237.9 226.2.2.2h.1c.1 0 0-.1 0-.2l-.2-.2-.2-.2h-.1v.2l.2.2"/> + <path d="M238.8 227v-.3h-.3v.2h.3"/> + <path fill="none" stroke="#000" stroke-width=".1" d="M238.8 227v-.3h-.3v.2h.3z"/> + <path fill="#c8b100" d="M236.2 221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M236.2 221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5"/> + <path fill="#c8b100" d="M234.6 221.6v.5l.9.1h.1v-.2l-.5-.7-.5.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M234.6 221.6v.5l.9.1h.1v-.2l-.5-.7-.5.3"/> + <path fill="#c8b100" d="m236.4 222.6-.4.3-.6-.7v-.1h1.1v.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m236.4 222.6-.4.3-.6-.7v-.1h1.1v.5"/> + <path fill="#c8b100" d="M235.3 222a.3.3 0 0 1 .4 0 .3.3 0 0 1 0 .3.3.3 0 0 1-.3 0 .3.3 0 0 1-.1-.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M235.3 222a.3.3 0 0 1 .4 0 .3.3 0 0 1 0 .3.3.3 0 0 1-.3 0 .3.3 0 0 1-.1-.3z"/> + <path fill="#c8b100" d="m233.2 221.1-.2-.7-.4-.4s.4-.2.8.1c.4.3 0 .9 0 .9l-.2.1"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m233.2 221.1-.2-.7-.4-.4s.4-.2.8.1c.4.3 0 .9 0 .9l-.2.1z"/> + <path fill="#c8b100" d="m234.2 221.4-.4.4-.6-.6v-.2h1v.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m234.2 221.4-.4.4-.6-.6v-.2h1v.4"/> + <path fill="#c8b100" d="m233.1 221 .3-.1v.3c0 .2-.1.2-.2.2l-.1-.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m233.1 221 .3-.1v.3c0 .2-.1.2-.2.2l-.1-.3z"/> + <path fill="#c8b100" d="M238.3 222.5h-.5l-.3.7v.2h.2l.8-.4-.2-.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M238.3 222.5h-.5l-.3.7v.2h.2l.8-.4-.2-.5"/> + <path fill="#c8b100" d="M236.7 222.8v.5l.8.2h.1v-.2l-.4-.7-.5.2"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M236.7 222.8v.5l.8.2h.1v-.2l-.4-.7-.5.2"/> + <path fill="#c8b100" d="m238.4 224-.5.2-.4-.7v-.2h.1l.9.2-.1.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m238.4 224-.5.2-.4-.7v-.2h.1l.9.2-.1.5"/> + <path fill="#c8b100" d="M237.3 223.2h.4a.3.3 0 0 1 0 .4.3.3 0 0 1-.3 0 .3.3 0 0 1 0-.4"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M237.3 223.2h.4a.3.3 0 0 1 0 .4.3.3 0 0 1-.3 0 .3.3 0 0 1 0-.4z"/> + <path fill="#c8b100" d="m240.2 224.3.1.5-.8.3h-.2v-.2l.4-.8.5.2"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m240.2 224.3.1.5-.8.3h-.2v-.2l.4-.8.5.2"/> + <path fill="#c8b100" d="m240 225.8-.5.1-.3-.8v-.1h.2l.8.3-.1.5"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m240 225.8-.5.1-.3-.8v-.1h.2l.8.3-.1.5"/> + <path fill="#c8b100" d="m238.6 224.3-.2.5.9.3h.1v-.1l-.3-.8-.5.1"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m238.6 224.3-.2.5.9.3h.1v-.1l-.3-.8-.5.1"/> + <path fill="#c8b100" d="M239.5 225.2a.3.3 0 0 0 0-.3.3.3 0 0 0-.4 0 .3.3 0 0 0 0 .3.3.3 0 0 0 .4 0"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M239.5 225.2a.3.3 0 0 0 0-.3.3.3 0 0 0-.4 0 .3.3 0 0 0 0 .3.3.3 0 0 0 .4 0z"/> + <path fill="#c8b100" d="M240.8 227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2l-.2.2"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M240.8 227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2l-.2.2z"/> + <path fill="#c8b100" d="m240.3 226.1-.3.5.8.5v-.1h.2l-.1-1-.6.1"/> + <path fill="none" stroke="#000" stroke-width=".3" d="m240.3 226.1-.3.5.8.5v-.1h.2l-.1-1-.6.1"/> + <path fill="#c8b100" d="M241 227s.1-.1 0-.2h-.3c-.2 0-.2.1-.1.2h.3"/> + <path fill="none" stroke="#000" stroke-width=".3" d="M241 227s.1-.1 0-.2h-.3c-.2 0-.2.1-.1.2h.3zm38-21.9v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1"/> + <path fill="none" d="M134.4 217.1v-1.2m-.4 1.2v-1.2m-.2 1.2v-1.2m-.3 1.2v-1.2"/> + <path fill="none" stroke="#000" stroke-width=".1" d="M133.2 217.1v-1.2m-.5 1.1v-1m.2 1v-1m-.7 1v-1m.2 1v-1m-.9 1v-1m.2 1v-1m.3 1v-1m-.7 1v-1m-.3.9v-.8m-.1.8v-.8m-.5.7v-.6m.2.6v-.6m-.4.5v-.5m-.2.5v-.4m-.3.3v-.3m-.3.3v-.2"/> + <path fill="none" stroke="#000" stroke-width=".2" d="M129.2 216.6v-.2"/> + <path fill="none" d="M135.7 217v-1m-.5 1v-1m-.4 1.2V216m143 1.1V216m-.4 1.1V216m-.3 1.1V216m-.3 1.2V216"/> + <path fill="none" stroke="#000" stroke-width=".1" d="M276.6 217.1V216m-.6 1v-1m.3 1v-1m-.8 1v-1m.3 1v-1m-.9 1v-1m.2 1v-1m.2 1v-1m-.6 1v-1m-.3.9v-.8m-.2.8v-.8m-.4.7v-.6m.2.6v-.6m-.5.6v-.6m-.2.5v-.4m-.3.4v-.4m-.2.3v-.2"/> + <path fill="none" stroke="#000" stroke-width=".2" d="M272.6 216.6v-.2"/> + <path fill="none" d="M279.1 217v-1m-.6 1v-1m-.4 1.1V216"/> +</svg> diff --git a/home1800/overlays/images/flag-originals/fr.svg b/home1800/overlays/images/flag-originals/fr.svg new file mode 100644 index 0000000..1be6191 --- /dev/null +++ b/home1800/overlays/images/flag-originals/fr.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-fr" viewBox="0 0 640 480"> + <g fill-rule="evenodd" stroke-width="1pt"> + <path fill="#fff" d="M0 0h640v480H0z"/> + <path fill="#002654" d="M0 0h213.3v480H0z"/> + <path fill="#ce1126" d="M426.7 0H640v480H426.7z"/> + </g> +</svg> diff --git a/home1800/overlays/images/flag-originals/it.svg b/home1800/overlays/images/flag-originals/it.svg new file mode 100644 index 0000000..b8f83ba --- /dev/null +++ b/home1800/overlays/images/flag-originals/it.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-it" viewBox="0 0 640 480"> + <g fill-rule="evenodd" stroke-width="1pt"> + <path fill="#fff" d="M0 0h640v480H0z"/> + <path fill="#009246" d="M0 0h213.3v480H0z"/> + <path fill="#ce2b37" d="M426.7 0H640v480H426.7z"/> + </g> +</svg> \ No newline at end of file diff --git a/home1800/overlays/images/flag-originals/jp.svg b/home1800/overlays/images/flag-originals/jp.svg new file mode 100644 index 0000000..90af6c4 --- /dev/null +++ b/home1800/overlays/images/flag-originals/jp.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-jp" viewBox="0 0 640 480"> + <defs> + <clipPath id="a"> + <path fill-opacity=".7" d="M-88 32h640v480H-88z"/> + </clipPath> + </defs> + <g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)" transform="translate(88 -32)"> + <path fill="#fff" d="M-128 32h720v480h-720z"/> + <circle cx="523.1" cy="344.1" r="194.9" fill="#bc002d" transform="translate(-168.4 8.6) scale(.76554)"/> + </g> +</svg> diff --git a/home1800/overlays/images/flag-originals/kr.svg b/home1800/overlays/images/flag-originals/kr.svg new file mode 100644 index 0000000..39fa999 --- /dev/null +++ b/home1800/overlays/images/flag-originals/kr.svg @@ -0,0 +1,24 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-kr" viewBox="0 0 640 480"> + <defs> + <clipPath id="a"> + <path fill-opacity=".7" d="M-95.8-.4h682.7v512H-95.8z"/> + </clipPath> + </defs> + <g fill-rule="evenodd" clip-path="url(#a)" transform="translate(89.8 .4) scale(.9375)"> + <path fill="#fff" d="M-95.8-.4H587v512H-95.8Z"/> + <g transform="rotate(-56.3 361.6 -101.3) scale(10.66667)"> + <g id="c"> + <path id="b" d="M-6-26H6v2H-6Zm0 3H6v2H-6Zm0 3H6v2H-6Z"/> + <use xlink:href="#b" width="100%" height="100%" y="44"/> + </g> + <path stroke="#fff" d="M0 17v10"/> + <path fill="#cd2e3a" d="M0-12a12 12 0 0 1 0 24Z"/> + <path fill="#0047a0" d="M0-12a12 12 0 0 0 0 24A6 6 0 0 0 0 0Z"/> + <circle cy="-6" r="6" fill="#cd2e3a"/> + </g> + <g transform="rotate(-123.7 191.2 62.2) scale(10.66667)"> + <use xlink:href="#c" width="100%" height="100%"/> + <path stroke="#fff" d="M0-23.5v3M0 17v3.5m0 3v3"/> + </g> + </g> +</svg> diff --git a/home1800/overlays/images/flag-originals/no.svg b/home1800/overlays/images/flag-originals/no.svg new file mode 100644 index 0000000..a5f2a15 --- /dev/null +++ b/home1800/overlays/images/flag-originals/no.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-no" viewBox="0 0 640 480"> + <path fill="#ed2939" d="M0 0h640v480H0z"/> + <path fill="#fff" d="M180 0h120v480H180z"/> + <path fill="#fff" d="M0 180h640v120H0z"/> + <path fill="#002664" d="M210 0h60v480h-60z"/> + <path fill="#002664" d="M0 210h640v60H0z"/> +</svg> diff --git a/home1800/overlays/images/flag-originals/us.svg b/home1800/overlays/images/flag-originals/us.svg new file mode 100644 index 0000000..73b6245 --- /dev/null +++ b/home1800/overlays/images/flag-originals/us.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-us" viewBox="0 0 640 480"> + <g fill-rule="evenodd"> + <g stroke-width="1pt"> + <path fill="#bd3d44" d="M0 0h912v37H0zm0 73.9h912v37H0zm0 73.8h912v37H0zm0 73.8h912v37H0zm0 74h912v36.8H0zm0 73.7h912v37H0zM0 443h912V480H0z"/> + <path fill="#fff" d="M0 37h912v36.9H0zm0 73.8h912v36.9H0zm0 73.8h912v37H0zm0 73.9h912v37H0zm0 73.8h912v37H0zm0 73.8h912v37H0z"/> + </g> + <path fill="#192f5d" d="M0 0h364.8v258.5H0z"/> + <path fill="#fff" d="m30.4 11 3.4 10.3h10.6l-8.6 6.3 3.3 10.3-8.7-6.4-8.6 6.3L25 27.6l-8.7-6.3h10.9zm60.8 0 3.3 10.3h10.8l-8.7 6.3 3.2 10.3-8.6-6.4-8.7 6.3 3.3-10.2-8.6-6.3h10.6zm60.8 0 3.3 10.3H166l-8.6 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.7-6.3h10.8zm60.8 0 3.3 10.3h10.8l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.4-10.2-8.8-6.3h10.7zm60.8 0 3.3 10.3h10.7l-8.6 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm60.8 0 3.3 10.3h10.8l-8.8 6.3 3.4 10.3-8.7-6.4-8.7 6.3 3.4-10.2-8.8-6.3h10.8zM60.8 37l3.3 10.2H75l-8.7 6.2 3.2 10.3-8.5-6.3-8.7 6.3 3.1-10.3-8.4-6.2h10.7zm60.8 0 3.4 10.2h10.7l-8.8 6.2 3.4 10.3-8.7-6.3-8.7 6.3 3.3-10.3-8.7-6.2h10.8zm60.8 0 3.3 10.2h10.8l-8.7 6.2 3.3 10.3-8.7-6.3-8.7 6.3 3.3-10.3-8.6-6.2H179zm60.8 0 3.4 10.2h10.7l-8.8 6.2 3.4 10.3-8.7-6.3-8.6 6.3 3.2-10.3-8.7-6.2H240zm60.8 0 3.3 10.2h10.8l-8.7 6.2 3.3 10.3-8.7-6.3-8.7 6.3 3.3-10.3-8.6-6.2h10.7zM30.4 62.6l3.4 10.4h10.6l-8.6 6.3 3.3 10.2-8.7-6.3-8.6 6.3L25 79.3 16.3 73h10.9zm60.8 0L94.5 73h10.8l-8.7 6.3 3.2 10.2-8.6-6.3-8.7 6.3 3.3-10.3-8.6-6.3h10.6zm60.8 0 3.3 10.3H166l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.3-8.7-6.3h10.8zm60.8 0 3.3 10.3h10.8l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.4-10.3-8.8-6.3h10.7zm60.8 0 3.3 10.3h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.3-8.6-6.3h10.7zm60.8 0 3.3 10.3h10.8l-8.8 6.3 3.4 10.2-8.7-6.3-8.7 6.3 3.4-10.3-8.8-6.3h10.8zM60.8 88.6l3.3 10.2H75l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm60.8 0 3.4 10.2h10.7l-8.8 6.3 3.4 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.7-6.3h10.8zm60.8 0 3.3 10.2h10.8l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3H179zm60.8 0 3.4 10.2h10.7l-8.7 6.3 3.3 10.3-8.7-6.4-8.6 6.3 3.2-10.2-8.7-6.3H240zm60.8 0 3.3 10.2h10.8l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3h10.7zM30.4 114.5l3.4 10.2h10.6l-8.6 6.3 3.3 10.3-8.7-6.4-8.6 6.3L25 131l-8.7-6.3h10.9zm60.8 0 3.3 10.2h10.8l-8.7 6.3 3.2 10.2-8.6-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.6zm60.8 0 3.3 10.2H166l-8.6 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.7-6.3h10.8zm60.8 0 3.3 10.2h10.8l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.4-10.2-8.8-6.3h10.7zm60.8 0 3.3 10.2h10.7L279 131l3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm60.8 0 3.3 10.2h10.8l-8.8 6.3 3.4 10.3-8.7-6.4-8.7 6.3L329 131l-8.8-6.3h10.8zM60.8 140.3l3.3 10.3H75l-8.7 6.2 3.3 10.3-8.7-6.4-8.7 6.4 3.3-10.3-8.6-6.3h10.7zm60.8 0 3.4 10.3h10.7l-8.8 6.2 3.4 10.3-8.7-6.4-8.7 6.4 3.3-10.3-8.7-6.3h10.8zm60.8 0 3.3 10.3h10.8l-8.7 6.2 3.3 10.3-8.7-6.4-8.7 6.4 3.3-10.3-8.6-6.3H179zm60.8 0 3.4 10.3h10.7l-8.7 6.2 3.3 10.3-8.7-6.4-8.6 6.4 3.2-10.3-8.7-6.3H240zm60.8 0 3.3 10.3h10.8l-8.7 6.2 3.3 10.3-8.7-6.4-8.7 6.4 3.3-10.3-8.6-6.3h10.7zM30.4 166.1l3.4 10.3h10.6l-8.6 6.3 3.3 10.1-8.7-6.2-8.6 6.2 3.2-10.2-8.7-6.3h10.9zm60.8 0 3.3 10.3h10.8l-8.7 6.3 3.3 10.1-8.7-6.2-8.7 6.2 3.4-10.2-8.7-6.3h10.6zm60.8 0 3.3 10.3H166l-8.6 6.3 3.3 10.1-8.7-6.2-8.7 6.2 3.3-10.2-8.7-6.3h10.8zm60.8 0 3.3 10.3h10.8l-8.7 6.3 3.3 10.1-8.7-6.2-8.7 6.2 3.4-10.2-8.8-6.3h10.7zm60.8 0 3.3 10.3h10.7l-8.6 6.3 3.3 10.1-8.7-6.2-8.7 6.2 3.3-10.2-8.6-6.3h10.7zm60.8 0 3.3 10.3h10.8l-8.8 6.3 3.4 10.1-8.7-6.2-8.7 6.2 3.4-10.2-8.8-6.3h10.8zM60.8 192l3.3 10.2H75l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm60.8 0 3.4 10.2h10.7l-8.8 6.3 3.4 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.7-6.3h10.8zm60.8 0 3.3 10.2h10.8l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3H179zm60.8 0 3.4 10.2h10.7l-8.7 6.3 3.3 10.3-8.7-6.4-8.6 6.3 3.2-10.2-8.7-6.3H240zm60.8 0 3.3 10.2h10.8l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3h10.7zM30.4 217.9l3.4 10.2h10.6l-8.6 6.3 3.3 10.2-8.7-6.3-8.6 6.3 3.2-10.3-8.7-6.3h10.9zm60.8 0 3.3 10.2h10.8l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.4-10.3-8.7-6.3h10.6zm60.8 0 3.3 10.2H166l-8.4 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.3-8.7-6.3h10.8zm60.8 0 3.3 10.2h10.8l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.4-10.3-8.8-6.3h10.7zm60.8 0 3.3 10.2h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.3-8.6-6.3h10.7zm60.8 0 3.3 10.2h10.8l-8.8 6.3 3.4 10.2-8.7-6.3-8.7 6.3 3.4-10.3-8.8-6.3h10.8z"/> + </g> +</svg> diff --git a/home1800/overlays/images/flag-overlays/de+es.png b/home1800/overlays/images/flag-overlays/de+es.png new file mode 100644 index 0000000..dc76507 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/de+es.png differ diff --git a/home1800/overlays/images/flag-overlays/de+fr.png b/home1800/overlays/images/flag-overlays/de+fr.png new file mode 100644 index 0000000..1c18e76 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/de+fr.png differ diff --git a/home1800/overlays/images/flag-overlays/de+it.png b/home1800/overlays/images/flag-overlays/de+it.png new file mode 100644 index 0000000..e46f1cf Binary files /dev/null and b/home1800/overlays/images/flag-overlays/de+it.png differ diff --git a/home1800/overlays/images/flag-overlays/de+jp.png b/home1800/overlays/images/flag-overlays/de+jp.png new file mode 100644 index 0000000..c454eb8 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/de+jp.png differ diff --git a/home1800/overlays/images/flag-overlays/de+kr.png b/home1800/overlays/images/flag-overlays/de+kr.png new file mode 100644 index 0000000..dfa64e2 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/de+kr.png differ diff --git a/home1800/overlays/images/flag-overlays/de+no.png b/home1800/overlays/images/flag-overlays/de+no.png new file mode 100644 index 0000000..ec2ba3d Binary files /dev/null and b/home1800/overlays/images/flag-overlays/de+no.png differ diff --git a/home1800/overlays/images/flag-overlays/de.png b/home1800/overlays/images/flag-overlays/de.png new file mode 100644 index 0000000..971c85f Binary files /dev/null and b/home1800/overlays/images/flag-overlays/de.png differ diff --git a/home1800/overlays/images/flag-overlays/es.png b/home1800/overlays/images/flag-overlays/es.png new file mode 100644 index 0000000..ac17b5e Binary files /dev/null and b/home1800/overlays/images/flag-overlays/es.png differ diff --git a/home1800/overlays/images/flag-overlays/fr.png b/home1800/overlays/images/flag-overlays/fr.png new file mode 100644 index 0000000..f57cd2d Binary files /dev/null and b/home1800/overlays/images/flag-overlays/fr.png differ diff --git a/home1800/overlays/images/flag-overlays/it.png b/home1800/overlays/images/flag-overlays/it.png new file mode 100644 index 0000000..ae50cc7 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/it.png differ diff --git a/home1800/overlays/images/flag-overlays/jp.png b/home1800/overlays/images/flag-overlays/jp.png new file mode 100644 index 0000000..d801d05 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/jp.png differ diff --git a/home1800/overlays/images/flag-overlays/kr.png b/home1800/overlays/images/flag-overlays/kr.png new file mode 100644 index 0000000..ca08503 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/kr.png differ diff --git a/home1800/overlays/images/flag-overlays/no.png b/home1800/overlays/images/flag-overlays/no.png new file mode 100644 index 0000000..a64d4f7 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/no.png differ diff --git a/home1800/overlays/images/flag-overlays/us+de+es.png b/home1800/overlays/images/flag-overlays/us+de+es.png new file mode 100644 index 0000000..bd92d6b Binary files /dev/null and b/home1800/overlays/images/flag-overlays/us+de+es.png differ diff --git a/home1800/overlays/images/flag-overlays/us+de+fr.png b/home1800/overlays/images/flag-overlays/us+de+fr.png new file mode 100644 index 0000000..152dd11 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/us+de+fr.png differ diff --git a/home1800/overlays/images/flag-overlays/us+de+it.png b/home1800/overlays/images/flag-overlays/us+de+it.png new file mode 100644 index 0000000..31e0790 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/us+de+it.png differ diff --git a/home1800/overlays/images/flag-overlays/us+de+jp.png b/home1800/overlays/images/flag-overlays/us+de+jp.png new file mode 100644 index 0000000..380e093 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/us+de+jp.png differ diff --git a/home1800/overlays/images/flag-overlays/us+de+kr.png b/home1800/overlays/images/flag-overlays/us+de+kr.png new file mode 100644 index 0000000..e4d5209 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/us+de+kr.png differ diff --git a/home1800/overlays/images/flag-overlays/us+de+no.png b/home1800/overlays/images/flag-overlays/us+de+no.png new file mode 100644 index 0000000..1e32613 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/us+de+no.png differ diff --git a/home1800/overlays/images/flag-overlays/us+de.png b/home1800/overlays/images/flag-overlays/us+de.png new file mode 100644 index 0000000..4147a15 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/us+de.png differ diff --git a/home1800/overlays/images/flag-overlays/us+es.png b/home1800/overlays/images/flag-overlays/us+es.png new file mode 100644 index 0000000..4f0ebdd Binary files /dev/null and b/home1800/overlays/images/flag-overlays/us+es.png differ diff --git a/home1800/overlays/images/flag-overlays/us+fr.png b/home1800/overlays/images/flag-overlays/us+fr.png new file mode 100644 index 0000000..e475a9a Binary files /dev/null and b/home1800/overlays/images/flag-overlays/us+fr.png differ diff --git a/home1800/overlays/images/flag-overlays/us+it.png b/home1800/overlays/images/flag-overlays/us+it.png new file mode 100644 index 0000000..a7fc762 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/us+it.png differ diff --git a/home1800/overlays/images/flag-overlays/us+jp.png b/home1800/overlays/images/flag-overlays/us+jp.png new file mode 100644 index 0000000..a4ba8ad Binary files /dev/null and b/home1800/overlays/images/flag-overlays/us+jp.png differ diff --git a/home1800/overlays/images/flag-overlays/us+kr.png b/home1800/overlays/images/flag-overlays/us+kr.png new file mode 100644 index 0000000..543274f Binary files /dev/null and b/home1800/overlays/images/flag-overlays/us+kr.png differ diff --git a/home1800/overlays/images/flag-overlays/us+no.png b/home1800/overlays/images/flag-overlays/us+no.png new file mode 100644 index 0000000..37af9ad Binary files /dev/null and b/home1800/overlays/images/flag-overlays/us+no.png differ diff --git a/home1800/overlays/images/flag-overlays/us.png b/home1800/overlays/images/flag-overlays/us.png new file mode 100644 index 0000000..57af686 Binary files /dev/null and b/home1800/overlays/images/flag-overlays/us.png differ diff --git a/home1800/overlays/images/flag-templates/README.md b/home1800/overlays/images/flag-templates/README.md new file mode 100644 index 0000000..efcced3 --- /dev/null +++ b/home1800/overlays/images/flag-templates/README.md @@ -0,0 +1,16 @@ +# How to create a new combo flag # +1. download/open gimp +2. open any of the base templates that you want the combo with +3. drop the flag you want from the flag-orignals folder into the template + - in the pop-up insert the dimensions 1000x750 and hit enter + +![image](https://user-images.githubusercontent.com/69302307/185743912-7365463b-6ff1-44a0-8ede-335995fa69ea.png) + - on the right side, pull the added flag (layer) all the way to the bottom + +![image](https://user-images.githubusercontent.com/69302307/185744011-c89a4da9-d472-495e-9c28-902bbb3fd53d.png) + + - adjust position of added flag if necessary (press M to enter "move" mode) +4. shrink/downscale image to a height of 105 pixels (arbitrary value, yields nice results imo) + - Image -> Scale Image -> in the height field enter "105", the width will auto adjust -> enter +5. export to png: ctrl + shift + e + - enter name (ending in .png), and click through the rest diff --git a/home1800/overlays/images/flag-templates/de-template.xcf b/home1800/overlays/images/flag-templates/de-template.xcf new file mode 100644 index 0000000..295ae79 Binary files /dev/null and b/home1800/overlays/images/flag-templates/de-template.xcf differ diff --git a/home1800/overlays/images/flag-templates/solo-template.xcf b/home1800/overlays/images/flag-templates/solo-template.xcf new file mode 100644 index 0000000..6411e8d Binary files /dev/null and b/home1800/overlays/images/flag-templates/solo-template.xcf differ diff --git a/home1800/overlays/images/flag-templates/us+de-template.xcf b/home1800/overlays/images/flag-templates/us+de-template.xcf new file mode 100644 index 0000000..86c9476 Binary files /dev/null and b/home1800/overlays/images/flag-templates/us+de-template.xcf differ diff --git a/home1800/overlays/images/flag-templates/us-template.xcf b/home1800/overlays/images/flag-templates/us-template.xcf new file mode 100644 index 0000000..84155a4 Binary files /dev/null and b/home1800/overlays/images/flag-templates/us-template.xcf differ diff --git a/home1800/overlays/ratings-no250.yml b/home1800/overlays/ratings-no250.yml new file mode 100644 index 0000000..530638b --- /dev/null +++ b/home1800/overlays/ratings-no250.yml @@ -0,0 +1,481 @@ +############################################################# +# Ratings Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# # +# same ratings config as in the PMM repo, difference being # +# that it won't change the icon if it's IMdb's top 250 # +# I did this because I already have the 250 corner banner # +# so having it twice would be redundant and doesn't look nice +# # +# for setup check out the PMM repo: # +# # +# https://github.com/meisnate12/Plex-Meta-Manager-Configs/blob/master/PMM/overlays/ratings.yml +# # +# # +############################################################# + +templates: + Rating: + optional: + - overlay_level + default: + font: fonts/Inter-Bold.ttf + font_size: 63 + rating<<rating_num>>_font: <<font>> + rating<<rating_num>>_font_size: <<font_size>> + weight: 100 + side: left + horizontal_position: left + vertical_position: center + rating_alignment: vertical + rating<<rating_num>>: none + center_offset: 0 + standard_offset: 30 + v2_offset: 235 + v3_offset: 440 + cv2_offset: 105 + cv3_offset: 205 + h2_offset: 345 + h3_offset: 660 + ch2_offset: 160 + ch3_offset: 335 + conditionals: + mdblist_top: + conditions: + - image_level: Top + rating<<rating_num>>_image: rt_tomato + value: https://mdblist.com/lists/plexmetamanager/certifiedfresh<<library_type>>s + - image_level: Top + rating<<rating_num>>_image: metacritic + value: https://mdblist.com/lists/plexmetamanager/metacriticmustsee<<library_type>>s + imdb_top: + conditions: + - image_level: Top + rating<<rating_num>>_image: imdb + value: top_<<library_type>>s + run_this: + default: true + conditions: + - image_level: Top + rating<<rating_num>>_image: [anidb, letterboxd, rt_popcorn, mdblist, tmdb, trakt] + value: false + - image_level: Top + overlay_level: episode + value: false + - rating<<rating_num>>: none + value: false + rating<<rating_num>>_style: + default: "" + conditions: + - rating<<rating_num>>_image: [rt_popcorn, rt_tomato, tmdb] + value: "%" + - rating<<rating_num>>_image: metacritic + value: "0" + image_extra: + default: "" + conditions: + - rating<<rating_num>>_image: [rt_popcorn, rt_tomato] + value: <<image_level>> + rating<<rating_num>>_image_url: + conditions: + - rating<<rating_num>>_image: anidb + value: Anidb + - rating<<rating_num>>_image: imdb + value: IMDb + - rating<<rating_num>>_image: letterboxd + value: Letterboxd + - rating<<rating_num>>_image: mdblist + value: MDBList + - rating<<rating_num>>_image: metacritic + value: Metacritic + - rating<<rating_num>>_image: rt_popcorn + value: RT-Aud- + - rating<<rating_num>>_image: rt_tomato + value: RT-Crit- + - rating<<rating_num>>_image: tmdb + value: TMDb + - rating<<rating_num>>_image: trakt + value: Trakt + rating<<rating_num>>_horizontal_align: + default: left + conditions: + - horizontal_position: right + value: right + - horizontal_position: center + value: center + rating<<rating_num>>_vertical_align: + default: center + conditions: + - vertical_position: top + value: top + - vertical_position: bottom + value: bottom + rating1_horizontal_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: vertical + horizontal_position: center + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating2: none + rating3: none + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating2: none + value: -<<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating3: none + value: -<<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + value: -<<ch3_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating2: none + rating3: none + value: <<standard_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating2: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating3: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: right + value: <<h3_offset>> + rating1_vertical_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: horizontal + vertical_position: center + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating2: none + rating3: none + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating2: none + value: -<<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + rating3: none + value: -<<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + value: -<<cv3_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating2: none + rating3: none + value: <<standard_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating2: none + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating3: none + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: bottom + value: <<v3_offset>> + rating2_horizontal_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: vertical + horizontal_position: center + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating1: none + rating3: none + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating1: none + value: -<<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating3: none + value: -<<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + value: -<<ch3_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating1: none + rating3: none + value: <<standard_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating1: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating3: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: right + value: <<h3_offset>> + - rating_alignment: horizontal + horizontal_position: left + rating1: none + value: <<standard_offset>> + - rating_alignment: horizontal + horizontal_position: left + value: <<h2_offset>> + rating2_vertical_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: horizontal + vertical_position: center + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating1: none + rating3: none + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating1: none + value: -<<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + rating3: none + value: <<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating1: none + rating3: none + value: <<standard_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating1: none + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating3: none + value: <<standard_offset>> + - rating_alignment: vertical + vertical_position: bottom + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: top + rating1: none + value: <<standard_offset>> + - rating_alignment: vertical + vertical_position: top + value: <<v2_offset>> + rating3_horizontal_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: vertical + horizontal_position: center + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating1: none + rating2: none + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating1: none + value: <<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating2: none + value: <<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + value: <<ch3_offset>> + - rating_alignment: horizontal + horizontal_position: left + rating1: none + rating2: none + value: <<standard_offset>> + - rating_alignment: horizontal + horizontal_position: left + rating1: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: left + rating2: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: left + value: <<h3_offset>> + rating3_vertical_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: horizontal + vertical_position: center + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating1: none + rating2: none + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating1: none + value: <<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + rating2: none + value: <<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + value: <<cv3_offset>> + - rating_alignment: vertical + vertical_position: top + rating1: none + rating2: none + value: <<standard_offset>> + - rating_alignment: vertical + vertical_position: top + rating1: none + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: top + rating2: none + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: top + value: <<v3_offset>> + back_width: + default: 160 + conditions: + - rating_alignment: horizontal + value: 270 + back_height: + default: 160 + conditions: + - rating_alignment: horizontal + value: 80 + addon_position: + default: top + conditions: + - rating_alignment: horizontal + value: left + gte: + default: 0.0 + conditions: + - image_level: Fresh + value: 6.0 + lte: + default: 6.0 + conditions: + - image_level: Fresh + value: 10.0 + gsuffix: + conditions: + - rating<<rating_num>>: [critic, audience, user] + image_level: [Fresh, Rotten] + value: gte + lsuffix: + conditions: + - rating<<rating_num>>: [critic, audience, user] + image_level: Fresh + value: lte + - rating<<rating_num>>: [critic, audience, user] + image_level: Rotten + value: lt + plex_search: + all: + <<rating<<rating_num>>>>_rating.<<gsuffix>>: <<gte>> + <<rating<<rating_num>>>>_rating.<<lsuffix>>: <<lte>> + mdblist_list: <<mdblist_top>> + imdb_chart: <<imdb_top>> + collection_level: <<overlay_level>> + allowed_library_types: <<run_this>> + ignore_blank_results: true + overlay: + name: text(<<rating<<rating_num>>>>_rating<<rating<<rating_num>>_style>>) + horizontal_offset: <<rating<<rating_num>>_horizontal_offset>> + horizontal_align: <<rating<<rating_num>>_horizontal_align>> + vertical_offset: <<rating<<rating_num>>_vertical_offset>> + vertical_align: <<rating<<rating_num>>_vertical_align>> + group: rating<<rating_num>>_group + weight: <<weight>> + font: <<rating<<rating_num>>_font>> + font_size: <<rating<<rating_num>>_font_size>> + font_color: "#FFFFFF" + back_color: "#00000099" + back_radius: 30 + back_width: <<back_width>> + back_height: <<back_height>> + back_align: center + back_padding: 15 + git: PMM/overlays/images/raw/<<rating<<rating_num>>_image_url>><<image_extra>> + addon_position: <<addon_position>> + addon_offset: 15 + +overlays: + Rating1Rotten: + template: + name: Rating + rating_num: "1" + image_level: Rotten + + Rating1Fresh: + template: + name: Rating + rating_num: "1" + image_level: Fresh + + Rating1Top: + template: + name: Rating + weight: 110 + rating_num: "1" + image_level: Top + + Rating2Rotten: + template: + name: Rating + rating_num: "2" + image_level: Rotten + + Rating2Fresh: + template: + name: Rating + rating_num: "2" + image_level: Fresh + + Rating2Top: + template: + name: Rating + weight: 110 + rating_num: "2" + image_level: Top + + Rating3Rotten: + template: + name: Rating + rating_num: "3" + image_level: Rotten + + Rating3Fresh: + template: + name: Rating + rating_num: "3" + image_level: Fresh + + Rating3Top: + template: + name: Rating + weight: 110 + rating_num: "3" + image_level: Top \ No newline at end of file diff --git a/home1800/overlays/recent_ratings.yml b/home1800/overlays/recent_ratings.yml new file mode 100644 index 0000000..58e6280 --- /dev/null +++ b/home1800/overlays/recent_ratings.yml @@ -0,0 +1,512 @@ +############################################################# +# Ratings Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# # +# same ratings config as in the PMM repo, difference being # +# that it'll only apply to media added within the last # +# set of days, specified by <<time_frame>> (default: 30) # +# # +# # +# for the other variables and setup check out the PMM repo: # +# # +# https://github.com/meisnate12/Plex-Meta-Manager-Configs/blob/master/PMM/overlays/ratings.yml +# # +# # +############################################################# + +templates: + Rating: + optional: + - overlay_level + default: + time_frame: 30 + font: fonts/Inter-Bold.ttf + font_size: 63 + rating<<rating_num>>_font: <<font>> + rating<<rating_num>>_font_size: <<font_size>> + weight: 100 + side: left + horizontal_position: left + vertical_position: center + rating_alignment: vertical + rating<<rating_num>>: none + center_offset: 0 + standard_offset: 30 + v2_offset: 235 + v3_offset: 440 + cv2_offset: 105 + cv3_offset: 205 + h2_offset: 345 + h3_offset: 660 + ch2_offset: 160 + ch3_offset: 335 + conditionals: + mdblist_top: + conditions: + - image_level: Top + rating<<rating_num>>_image: rt_tomato + value: https://mdblist.com/lists/plexmetamanager/certifiedfresh<<library_type>>s + - image_level: Top + rating<<rating_num>>_image: metacritic + value: https://mdblist.com/lists/plexmetamanager/metacriticmustsee<<library_type>>s + imdb_top: + conditions: + - image_level: Top + rating<<rating_num>>_image: imdb + value: top_<<library_type>>s + run_this: + default: true + conditions: + - image_level: Top + rating<<rating_num>>_image: [anidb, letterboxd, rt_popcorn, mdblist, tmdb, trakt] + value: false + - image_level: Top + overlay_level: episode + value: false + - rating<<rating_num>>: none + value: false + rating<<rating_num>>_style: + default: "" + conditions: + - rating<<rating_num>>_image: [rt_popcorn, rt_tomato, tmdb] + value: "%" + - rating<<rating_num>>_image: metacritic + value: "0" + image_extra: + default: "" + conditions: + - rating<<rating_num>>_image: [imdb, rt_tomato, metacritic] + image_level: Top + value: Top + - rating<<rating_num>>_image: [rt_popcorn, rt_tomato] + value: <<image_level>> + rating<<rating_num>>_image_url: + conditions: + - rating<<rating_num>>_image: anidb + value: Anidb + - rating<<rating_num>>_image: imdb + value: IMDb + - rating<<rating_num>>_image: letterboxd + value: Letterboxd + - rating<<rating_num>>_image: mdblist + value: MDBList + - rating<<rating_num>>_image: metacritic + value: Metacritic + - rating<<rating_num>>_image: rt_popcorn + value: RT-Aud- + - rating<<rating_num>>_image: rt_tomato + value: RT-Crit- + - rating<<rating_num>>_image: tmdb + value: TMDb + - rating<<rating_num>>_image: trakt + value: Trakt + rating<<rating_num>>_horizontal_align: + default: left + conditions: + - horizontal_position: right + value: right + - horizontal_position: center + value: center + rating<<rating_num>>_vertical_align: + default: center + conditions: + - vertical_position: top + value: top + - vertical_position: bottom + value: bottom + rating1_horizontal_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: vertical + horizontal_position: center + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating2: none + rating3: none + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating2: none + value: -<<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating3: none + value: -<<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + value: -<<ch3_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating2: none + rating3: none + value: <<standard_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating2: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating3: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: right + value: <<h3_offset>> + rating1_vertical_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: horizontal + vertical_position: center + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating2: none + rating3: none + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating2: none + value: -<<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + rating3: none + value: -<<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + value: -<<cv3_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating2: none + rating3: none + value: <<standard_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating2: none + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating3: none + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: bottom + value: <<v3_offset>> + rating2_horizontal_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: vertical + horizontal_position: center + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating1: none + rating3: none + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating1: none + value: -<<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating3: none + value: -<<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + value: -<<ch3_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating1: none + rating3: none + value: <<standard_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating1: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: right + rating3: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: right + value: <<h3_offset>> + - rating_alignment: horizontal + horizontal_position: left + rating1: none + value: <<standard_offset>> + - rating_alignment: horizontal + horizontal_position: left + value: <<h2_offset>> + rating2_vertical_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: horizontal + vertical_position: center + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating1: none + rating3: none + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating1: none + value: -<<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + rating3: none + value: <<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating1: none + rating3: none + value: <<standard_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating1: none + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: bottom + rating3: none + value: <<standard_offset>> + - rating_alignment: vertical + vertical_position: bottom + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: top + rating1: none + value: <<standard_offset>> + - rating_alignment: vertical + vertical_position: top + value: <<v2_offset>> + rating3_horizontal_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: vertical + horizontal_position: center + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating1: none + rating2: none + value: <<center_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating1: none + value: <<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + rating2: none + value: <<ch2_offset>> + - rating_alignment: horizontal + horizontal_position: center + value: <<ch3_offset>> + - rating_alignment: horizontal + horizontal_position: left + rating1: none + rating2: none + value: <<standard_offset>> + - rating_alignment: horizontal + horizontal_position: left + rating1: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: left + rating2: none + value: <<h2_offset>> + - rating_alignment: horizontal + horizontal_position: left + value: <<h3_offset>> + rating3_vertical_offset: + default: <<standard_offset>> + conditions: + - rating_alignment: horizontal + vertical_position: center + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating1: none + rating2: none + value: <<center_offset>> + - rating_alignment: vertical + vertical_position: center + rating1: none + value: <<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + rating2: none + value: <<cv2_offset>> + - rating_alignment: vertical + vertical_position: center + value: <<cv3_offset>> + - rating_alignment: vertical + vertical_position: top + rating1: none + rating2: none + value: <<standard_offset>> + - rating_alignment: vertical + vertical_position: top + rating1: none + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: top + rating2: none + value: <<v2_offset>> + - rating_alignment: vertical + vertical_position: top + value: <<v3_offset>> + back_width: + default: 160 + conditions: + - rating_alignment: horizontal + value: 270 + back_height: + default: 160 + conditions: + - rating_alignment: horizontal + value: 80 + addon_position: + default: top + conditions: + - rating_alignment: horizontal + value: left + gte: + default: 0.0 + conditions: + - image_level: Fresh + value: 6.0 + lte: + default: 6.0 + conditions: + - image_level: Fresh + value: 10.0 + gsuffix: + conditions: + - rating<<rating_num>>: [critic, audience, user] + image_level: [Fresh, Rotten] + value: gte + lsuffix: + conditions: + - rating<<rating_num>>: [critic, audience, user] + image_level: Fresh + value: lte + - rating<<rating_num>>: [critic, audience, user] + image_level: Rotten + value: lt + plex_search: + all: + <<rating<<rating_num>>>>_rating.<<gsuffix>>: <<gte>> + <<rating<<rating_num>>>>_rating.<<lsuffix>>: <<lte>> + mdblist_list: <<mdblist_top>> + imdb_chart: <<imdb_top>> + collection_level: <<overlay_level>> + allowed_library_types: <<run_this>> + ignore_blank_results: true + overlay: + name: text(<<rating<<rating_num>>>>_rating<<rating<<rating_num>>_style>>) + horizontal_offset: <<rating<<rating_num>>_horizontal_offset>> + horizontal_align: <<rating<<rating_num>>_horizontal_align>> + vertical_offset: <<rating<<rating_num>>_vertical_offset>> + vertical_align: <<rating<<rating_num>>_vertical_align>> + group: rating<<rating_num>>_group + weight: <<weight>> + font: <<rating<<rating_num>>_font>> + font_size: <<rating<<rating_num>>_font_size>> + font_color: "#FFFFFF" + back_color: "#00000099" + back_radius: 30 + back_width: <<back_width>> + back_height: <<back_height>> + back_align: center + back_padding: 15 + git: PMM/overlays/images/raw/<<rating<<rating_num>>_image_url>><<image_extra>> + addon_position: <<addon_position>> + addon_offset: 15 + +overlays: + Rating1Rotten: + template: + name: Rating + rating_num: "1" + image_level: Rotten + plex_all: true + filter: + added: <<time_frame>> + + Rating1Fresh: + template: + name: Rating + rating_num: "1" + image_level: Fresh + plex_all: true + filter: + added: <<time_frame>> + + Rating1Top: + template: + name: Rating + weight: 110 + rating_num: "1" + image_level: Top + plex_all: true + filter: + added: <<time_frame>> + + Rating2Rotten: + template: + name: Rating + rating_num: "2" + image_level: Rotten + plex_all: true + filter: + added: <<time_frame>> + + Rating2Fresh: + template: + name: Rating + rating_num: "2" + image_level: Fresh + plex_all: true + filter: + added: <<time_frame>> + + Rating2Top: + template: + name: Rating + weight: 110 + rating_num: "2" + image_level: Top + plex_all: true + filter: + added: <<time_frame>> + + Rating3Rotten: + template: + name: Rating + rating_num: "3" + image_level: Rotten + plex_all: true + filter: + added: <<time_frame>> + + Rating3Fresh: + template: + name: Rating + rating_num: "3" + image_level: Fresh + plex_all: true + filter: + added: <<time_frame>> + + Rating3Top: + template: + name: Rating + weight: 110 + rating_num: "3" + image_level: Top + plex_all: true + filter: + added: <<time_frame>> diff --git a/hstep20/metadata/cross-library/attenborough_documentaries_orb_version.yml b/hstep20/metadata/cross-library/attenborough_documentaries_orb_version.yml new file mode 100644 index 0000000..349f3ed --- /dev/null +++ b/hstep20/metadata/cross-library/attenborough_documentaries_orb_version.yml @@ -0,0 +1,405 @@ +# This version of the config uses the 'Orb' version of the Planet show Posters as metadata. +# The set can be found here: https://theposterdb.com/set/143160 + +templates: + Show: + optional: + - s0_pid + - s1_pid + - s2_pid + - s3_pid + - s4_pid + + url_poster: https://theposterdb.com/api/assets/<<s_pid>> + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/<<s0_pid>> + 1: + url_poster: https://theposterdb.com/api/assets/<<s1_pid>> + 2: + url_poster: https://theposterdb.com/api/assets/<<s2_pid>> + 3: + url_poster: https://theposterdb.com/api/assets/<<s3_pid>> + 4: + url_poster: https://theposterdb.com/api/assets/<<s4_pid>> + +collections: + #Only the 'Planet' documentaries + Attenborough's Planet Collection: + trakt_list: + - https://trakt.tv/users/agent531c/lists/the-planet-collection?sort=released%2Casc + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/238229 + collection_order: alpha + sort_title: ++++++++_attenboroughs_planet + + # Only the 'Life' documentaries + Attenborough's Life Collection: + trakt_list: + - https://trakt.tv/users/lorumipsomlydia/lists/attenborough-life-on-earth?sort=released%2Cdesc + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/241456 + collection_order: alpha + sort_title: ++++++++_attenboroughs_life + + # All Movie/Show documentaries, including the Planet docs + David Attenborough Collection: + plex_all: true + sort_title: ++++++++_attenborough_collection + url_poster: https://theposterdb.com/api/assets/241457 + collection_order: alpha + filter: + actor: David Attenborough + +metadata: +#==================================================================================== +# +# PLANET SHOWS +# +#==================================================================================== + 79257: #Planet Earth: + template: {Name: Show, s_pid: 208862, s0_pid: 238213, s1_pid: 238212} + 318408: #Planet Earth II: + template: {Name: Show, s_pid: 238236, s0_pid: 238217, s1_pid: 238218} + 413197: #Planet Earth III: + template: {Name: Show, s_pid: 238237} + + 251418: #Frozen Planet: + template: {Name: Show, s_pid: 238232, s0_pid: 238207, s1_pid: 238208} + 417395: #Frozen Planet II: + template: {Name: Show, s_pid: 238233} + + 359250: #The Green Planet: + template: {Name: Show, s_pid: 238241, s1_pid: 238228} + + 74372: #The Blue Planet: + template: {Name: Show, s_pid: 238240, s0_pid: 238225, s1_pid: 238226} + 330942: #Blue Planet II: + template: {Name: Show, s_pid: 238231, s0_pid: 238204, s1_pid: 238205} + + 359251: #Seven Worlds, One Planet: + template: {Name: Show, s_pid: 238239, s1_pid: 238223} + + 418505: #Prehistoric Planet(2022): + template: {Name: Show, s_pid: 238238, s0_pid: 238220, s1_pid: 238221} + + 355229: # Our Planet: + template: {Name: Show, s_pid: 238234, s0_pid: 238210, s1_pid: 238211} + + 359365: # A Perfect Planet: + template: {Name: Show, s_pid: 238230, s0_pid: 238201, s1_pid: 238202} + + + +#==================================================================================== +# +# NON-PLANET SHOWS +# +#==================================================================================== + 264241: # Adventure + template: {Name: Show, s_pid: 263992} + + 265145: # Africa (2013) + template: {Name: Show, s_pid: 238115, s0_pid: 238116, s1_pid: 238117} + + 151521: # Are We Changing Planet Earth? (aka The Truth About Climate Change) + template: {Name: Show, s_pid: 238051, s0_pid: 238052, s1_pid: 238053} + + 79610: # Attenborough in Paradise and Other Personal Voyages + template: {Name: Show, s_pid: 237994, s1_pid: 237995} + + 397337: # Attenborough's Life in Color + template: {Name: Show, s_pid: 238160, s0_pid: 238161, s1_pid: 238162} + + 311317: # Attenboroughs Passion Projects + template: {Name: Show, s_pid: 238075} + + 264173: # Attenborough 60 Years in the Wild + template: {Name: Show, s_pid: 238070, s0_pid: , s1_pid: 238071} + + 290034: # David Attenborough Conquest of the Skies + template: {Name: Show, s_pid: 238102, s0_pid: 238103, s1_pid: 238104} + + 349155: # David Attenboroughs Ant Mountain + template: {Name: Show, s_pid: 238007} + + 410034: # David Attenboroughs Global Adventure + template: {Name: Show, s_pid: 238074} + + 266388: # David Attenboroughs Natural Curiosities + template: {Name: Show, s_pid: 238081, s1_pid: 238082, s2_pid: 238083, s3_pid: 238084, s4_pid: 238085} + + 273424: # David Attenboroughs Rise of Animals Triumph of the Vertebrates + template: {Name: Show, s_pid: 238105} + + 333247: # Deep Ocean + template: {Name: Show, s_pid: 238040, s0_pid: , s1_pid: } + + 352054: # Dynasties (2018) + template: {Name: Show, s_pid: 238151, s0_pid: 238152, s1_pid: 238153} + + 84843: # The First Eden + template: {Name: Show, s_pid: 238135} + + 200931: # First Life With David Attenborough + template: {Name: Show, s_pid: 238089, s1_pid: 238090} + + 265373: # Galapagos with David Attenborough + template: {Name: Show, s_pid: 238123, s0_pid: 238124, s1_pid: 238125} + + 304953: # Great Barrier Reef with David Attenborough + template: {Name: Show, s_pid: 238127, s1_pid: 238126} + + 302286: # The Hunt + template: {Name: Show, s_pid: 238145, s1_pid: 238145} + + 259418: # Kingdom of Plants + template: {Name: Show, s_pid: 238109, s0_pid: 238108, s1_pid: 238107} + + 118421: # Life + template: {Name: Show, s_pid: 238163, s0_pid: 238164, s1_pid: 238165} + + 81394: # Life in Cold Blood + template: {Name: Show, s_pid: 238167, s0_pid: 238168, s1_pid: 238169} + + 74373: # Life in the Freezer + template: {Name: Show, s_pid: 238172, s0_pid: 238171, s1_pid: 238170} + + 79185: # Life in the Undergrowth + template: {Name: Show, s_pid: 238173, s0_pid: 238174, s1_pid: 238175} + + 78989: # The Life of Birds + template: {Name: Show, s_pid: 238181, s0_pid: 238180, s1_pid: 238179} + + 78994: # The Life of Mammals + template: {Name: Show, s_pid: 238182, s0_pid: 238183, s1_pid: 238184} + + 74371: # Life on Earth + template: {Name: Show, s_pid: 238176, s0_pid: 238177, s1_pid: 238178} + + 287019: # Life Story + template: {Name: Show, s_pid: 238157} + + 78864: # The Living Planet + template: {Name: Show, s_pid: 238185, s0_pid: 238186, s1_pid: 238187} + + 79616: # Lost Worlds, Vanished Lives + template: {Name: Show, s_pid: 238092} + + 230371: # Madagascar + template: {Name: Show, s_pid: 238129, s0_pid: 238130, s1_pid: 238143} + + 410848: # The Mating Game + template: {Name: Show, s_pid: 238144} + + 270732: # Micro Monsters with David Attenborough + template: {Name: Show, s_pid: 238111, s0_pid: 238112, s1_pid: 238113} + + 251581: # The Miracle of Bali + template: {Name: Show, s_pid: 238079} + + 85083: # Natures Great Events + template: {Name: Show, s_pid: 238141, s0_pid: 238142, s1_pid: 238131} + + 264243: # The People of Paradise + template: {Name: Show, s_pid: 238078} + + 276537: # Plants Behaving Badly + template: {Name: Show, s_pid: 238110} + + 78993: # The Private Life of Plants + template: {Name: Show, s_pid: 238188, s0_pid: 238189, s1_pid: 238190} + + 258633: # Secrets of Wild India + template: {Name: Show, s_pid: 238133} + + 78943: # State of the Planet + template: {Name: Show, s_pid: 238059, s0_pid: 238060, s1_pid: 238061} + + 79947: # Trials of Life + template: {Name: Show, s_pid: 238191, s0_pid: 238192, s1_pid: 238193} + + 81652: # Tiger: Spy in the Jungle + template: {Name: Show, s_pid: 238030} + + 87911: # The Tribal Eye + template: {Name: Show, s_pid: 238080} + + 316346: # Wild City + template: {Name: Show, s_pid: 238134} + + 9511: # Zoo Quest + template: {Name: Show, s_pid: 238077} + +#==================================================================================== +# +# MOVIES +# +#==================================================================================== + + + 113303: # The Amber Time Machine + url_poster: https://theposterdb.com/api/assets/238000 + + + 528965: # Animal House + url_poster: https://theposterdb.com/api/assets/238005 + + 77027: # Attenborough and the Empire of Ants + url_poster: https://theposterdb.com/api/assets/238006 + + 379393: # Attenborough and the Giant Dinosaur + url_poster: https://theposterdb.com/api/assets/238097 + + 206671: # Attenbborough: 60 Years in the Wild + url_poster: https://theposterdb.com/api/assets/238071 + + 123669: # Attenborough and the Giant Egg + url_poster: https://theposterdb.com/api/assets/238098 + + 492729: # Attenborough and the Giant Elephant + url_poster: https://theposterdb.com/api/assets/238099 + + 921728: # Attenborough and the Mammoth Graveyard + url_poster: https://theposterdb.com/api/assets/238100 + + 497160: # Attenborough and the Sea Dragon + url_poster: https://theposterdb.com/api/assets/238101 + + 978800: # Attenborough at 90 + url_poster: https://theposterdb.com/api/assets/238072 + + 395663: # Attenborough at 90: Behind the Lens + url_poster: https://theposterdb.com/api/assets/238073 + + 862386: # Attenborough's Ark + url_poster: https://theposterdb.com/api/assets/238086 + + 471921: # Attenborough's Big Birds + url_poster: https://theposterdb.com/api/assets/238009 + + 193606: # Attenborough's Journey + url_poster: https://theposterdb.com/api/assets/238091 + + 397619: # Attenborough's Life that Glows + url_poster: https://theposterdb.com/api/assets/238137 + + 335016: # Attenborough's Paradise Birds + url_poster: https://theposterdb.com/api/assets/238630 + + 516110: # Attenborough's Wonder of Eggs + url_poster: https://theposterdb.com/api/assets/238017 + + 923004: # Attenborough's Wonder of Song + url_poster: https://theposterdb.com/api/assets/238018 + + 113300: # A Blank on the Map + url_poster: https://theposterdb.com/api/assets/237996 + + 922326: # Bowerbirds: The Art of Seduction + url_poster: https://theposterdb.com/api/assets/237998 + + 828146: # Breaking Boundaries: The Science of our Planet + url_poster: https://theposterdb.com/api/assets/238064 + + 20784: # Charles Darwin and the Tree of Life + url_poster: https://theposterdb.com/api/assets/238087 + + 67978: # Clever Monkeys + url_poster: https://theposterdb.com/api/assets/238023 + + 664280: # David Attenborough A Life on Our Planet + url_poster: https://theposterdb.com/api/assets/238068 + + 246818: # David Attenborough's Natural History Museum Alive + url_poster: https://theposterdb.com/api/assets/238094 + + 427183: # Desert Seas + url_poster: https://theposterdb.com/api/assets/238120 + + 959785: # Dinosaurs - The Final Day + url_poster: https://theposterdb.com/api/assets/238096 + + 675898: # Dragons and Damsels + url_poster: https://theposterdb.com/api/assets/238114s + + 742637: # Extinction: The Facts + url_poster: https://theposterdb.com/api/assets/238057 + + 301965: # Fabulous Frogs + url_poster: https://theposterdb.com/api/assets/238011 + + 46060: # Flying Monsters 3D + url_poster: https://theposterdb.com/api/assets/238095 + + 123681: # Gorilla Revisited with David Attenborough + url_poster: https://theposterdb.com/api/assets/263741 + + 175373: # Great Natural Wonders of the World + url_poster: https://theposterdb.com/api/assets/238128 + + 540466: # The Greatest Wildlife Show on Earth + url_poster: https://theposterdb.com/api/assets/238140 + + 433832: # Humming Bird: Jeweled Messangers + url_poster: https://theposterdb.com/api/assets/238019 + + 446520: # Legends of the Deep: Deep Sea Sharks + url_poster: https://theposterdb.com/api/assets/238033 + + 446518: # Legends of the Deep: Giant Squid + url_poster: https://theposterdb.com/api/assets/238034 + + 576006: # Life on Air: David Attenborough + url_poster: https://theposterdb.com/api/assets/237999 + + 123686: # The Link: Uncovering our Earliest Ancestors + url_poster: https://theposterdb.com/api/assets/238093 + + 398412: # The Lost Gods of Easter Island + url_poster: https://theposterdb.com/api/assets/238001 + + 913385: # Mountain Lions: Big Cats in High Places + url_poster: https://theposterdb.com/api/assets/238029 + + 148686: # The Penguin King + url_poster: https://theposterdb.com/api/assets/238021 + + 823800: # Planet Earth: A Celebration + # Orb Version + url_poster: https://theposterdb.com/api/assets/121587 + + 819633: # Puerto Rico: Island of Enchantment + url_poster: https://theposterdb.com/api/assets/238132 + + 519864: # The Queen's Green Planet + url_poster: https://theposterdb.com/api/assets/263997 + + 922327: # The Song of the Earth + url_poster: https://theposterdb.com/api/assets/238004 + + 914587: # Superfish Billfish + url_poster: https://theposterdb.com/api/assets/238039 + + 70260: # Superfish Bluefin Tuna + url_poster: https://theposterdb.com/api/assets/238036 + + 31762: # Survival Island + url_poster: https://theposterdb.com/api/assets/238640 + + 578377: # Tasmania + url_poster: https://theposterdb.com/api/assets/238119 + + 652876: # Whale Wisdom + url_poster: https://theposterdb.com/api/assets/238032 + + 613842: # Wild Karnataka + url_poster: https://theposterdb.com/api/assets/238136 + + 811703: # The Year Earth Changed + url_poster: https://theposterdb.com/api/assets/238062 + + 399437: # Zoo Quest in Color + url_poster: https://theposterdb.com/api/assets/238076 + + diff --git a/hstep20/metadata/cross-library/attenborough_documentaries_regular_version.yml b/hstep20/metadata/cross-library/attenborough_documentaries_regular_version.yml new file mode 100644 index 0000000..e4d5221 --- /dev/null +++ b/hstep20/metadata/cross-library/attenborough_documentaries_regular_version.yml @@ -0,0 +1,402 @@ +# This version of the config uses the 'Regular' version of the Planet show Posters as metadata. +# The set can be found here: https://theposterdb.com/poster/238214 + +templates: + Show: + optional: + - s0_pid + - s1_pid + - s2_pid + - s3_pid + - s4_pid + + url_poster: https://theposterdb.com/api/assets/<<s_pid>> + seasons: + 0: + url_poster: https://theposterdb.com/api/assets/<<s0_pid>> + 1: + url_poster: https://theposterdb.com/api/assets/<<s1_pid>> + 2: + url_poster: https://theposterdb.com/api/assets/<<s2_pid>> + 3: + url_poster: https://theposterdb.com/api/assets/<<s3_pid>> + 4: + url_poster: https://theposterdb.com/api/assets/<<s4_pid>> + +collections: + #Only the 'Planet' documentaries + Attenborough's Planet Collection: + trakt_list: + - https://trakt.tv/users/agent531c/lists/the-planet-collection?sort=released%2Casc + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/238196 + collection_order: alpha + sort_title: ++++++++_attenboroughs_planet + + # Only the 'Life' documentaries + Attenborough's Life Collection: + trakt_list: + - https://trakt.tv/users/lorumipsomlydia/lists/attenborough-life-on-earth?sort=released%2Cdesc + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/241456 + collection_order: alpha + sort_title: ++++++++_attenboroughs_life + + # All Movie/Show documentaries, including the Planet docs + David Attenborough Collection: + plex_all: true + sort_title: ++++++++_attenborough_collection + url_poster: https://theposterdb.com/api/assets/241457 + collection_order: alpha + filter: + actor: David Attenborough + +metadata: +#==================================================================================== +# +# PLANET SHOWS +# +#==================================================================================== + 79257: #Planet Earth: + template: {Name: Show, s_pid: 238212, s0_pid: 238213, s1_pid: 238214} + 318408: #Planet Earth II: + template: {Name: Show, s_pid: , s0_pid: , s1_pid: 238218} + 413197: #Planet Earth III: + template: {Name: Show, s_pid: , s0_pid: , s1_pid: } + + 251418: #Frozen Planet: + template: {Name: Show, s_pid: 238206, s0_pid: 238207, s1_pid: 238208} + 417395: #Frozen Planet II: + template: {Name: Show, s_pid: 238203, s0_pid: 238204, s1_pid: 238205} + + 359250: #The Green Planet: + template: {Name: Show, s_pid: 238227, s1_pid: 238228} + + 74372: #The Blue Planet: + template: {Name: Show, s_pid: 238224, s0_pid: 238225, s1_pid: 238226} + 330942: #Blue Planet II: + template: {Name: Show, s_pid: , s0_pid: , s1_pid: } + + 359251: #Seven Worlds, One Planet: + template: {Name: Show, s_pid: 238222, s1_pid: 238223} + + 418505: #Prehistoric Planet(2022): + template: {Name: Show, s_pid: 238219, s0_pid: 238220, s1_pid: 238221} + + 355229: # Our Planet: + template: {Name: Show, s_pid: 238209, s0_pid: 238210, s1_pid: 238211} + + 359365: # A Perfect Planet: + template: {Name: Show, s_pid: 238200, s0_pid: 238201, s1_pid: 238202} + + + +#==================================================================================== +# +# NON-PLANET SHOWS +# +#==================================================================================== + 264241: # Adventure + template: {Name: Show, s_pid: 263992} + + 265145: # Africa (2013) + template: {Name: Show, s_pid: 238115, s0_pid: 238116, s1_pid: 238117} + + 151521: # Are We Changing Planet Earth? (aka The Truth About Climate Change) + template: {Name: Show, s_pid: 238051, s0_pid: 238052, s1_pid: 238053} + + 79610: # Attenborough in Paradise and Other Personal Voyages + template: {Name: Show, s_pid: 237994, s1_pid: 237995} + + 397337: # Attenborough's Life in Color + template: {Name: Show, s_pid: 238160, s0_pid: 238161, s1_pid: 238162} + + 311317: # Attenboroughs Passion Projects + template: {Name: Show, s_pid: 238075} + + 264173: # Attenborough 60 Years in the Wild + template: {Name: Show, s_pid: 238070, s0_pid: , s1_pid: 238071} + + 290034: # David Attenborough Conquest of the Skies + template: {Name: Show, s_pid: 238102, s0_pid: 238103, s1_pid: 238104} + + 349155: # David Attenboroughs Ant Mountain + template: {Name: Show, s_pid: 238007} + + 410034: # David Attenboroughs Global Adventure + template: {Name: Show, s_pid: 238074} + + 266388: # David Attenboroughs Natural Curiosities + template: {Name: Show, s_pid: 238081, s1_pid: 238082, s2_pid: 238083, s3_pid: 238084, s4_pid: 238085} + + 273424: # David Attenboroughs Rise of Animals Triumph of the Vertebrates + template: {Name: Show, s_pid: 238105} + + 333247: # Deep Ocean + template: {Name: Show, s_pid: 238040, s0_pid: , s1_pid: } + + 352054: # Dynasties (2018) + template: {Name: Show, s_pid: 238151, s0_pid: 238152, s1_pid: 238153} + + 84843: # The First Eden + template: {Name: Show, s_pid: 238135} + + 200931: # First Life With David Attenborough + template: {Name: Show, s_pid: 238089, s1_pid: 238090} + + 265373: # Galapagos with David Attenborough + template: {Name: Show, s_pid: 238123, s0_pid: 238124, s1_pid: 238125} + + 304953: # Great Barrier Reef with David Attenborough + template: {Name: Show, s_pid: 238127, s1_pid: 238126} + + 302286: # The Hunt + template: {Name: Show, s_pid: 238145, s1_pid: 238145} + + 259418: # Kingdom of Plants + template: {Name: Show, s_pid: 238109, s0_pid: 238108, s1_pid: 238107} + + 118421: # Life + template: {Name: Show, s_pid: 238163, s0_pid: 238164, s1_pid: 238165} + + 81394: # Life in Cold Blood + template: {Name: Show, s_pid: 238167, s0_pid: 238168, s1_pid: 238169} + + 74373: # Life in the Freezer + template: {Name: Show, s_pid: 238172, s0_pid: 238171, s1_pid: 238170} + + 79185: # Life in the Undergrowth + template: {Name: Show, s_pid: 238173, s0_pid: 238174, s1_pid: 238175} + + 78989: # The Life of Birds + template: {Name: Show, s_pid: 238181, s0_pid: 238180, s1_pid: 238179} + + 78994: # The Life of Mammals + template: {Name: Show, s_pid: 238182, s0_pid: 238183, s1_pid: 238184} + + 74371: # Life on Earth + template: {Name: Show, s_pid: 238176, s0_pid: 238177, s1_pid: 238178} + + 287019: # Life Story + template: {Name: Show, s_pid: 238157} + + 78864: # The Living Planet + template: {Name: Show, s_pid: 238185, s0_pid: 238186, s1_pid: 238187} + + 79616: # Lost Worlds, Vanished Lives + template: {Name: Show, s_pid: 238092} + + 230371: # Madagascar + template: {Name: Show, s_pid: 238129, s0_pid: 238130, s1_pid: 238143} + + 410848: # The Mating Game + template: {Name: Show, s_pid: 238144} + + 270732: # Micro Monsters with David Attenborough + template: {Name: Show, s_pid: 238111, s0_pid: 238112, s1_pid: 238113} + + 251581: # The Miracle of Bali + template: {Name: Show, s_pid: 238079} + + 85083: # Natures Great Events + template: {Name: Show, s_pid: 238141, s0_pid: 238142, s1_pid: 238131} + + 264243: # The People of Paradise + template: {Name: Show, s_pid: 238078} + + 276537: # Plants Behaving Badly + template: {Name: Show, s_pid: 238110} + + 78993: # The Private Life of Plants + template: {Name: Show, s_pid: 238188, s0_pid: 238189, s1_pid: 238190} + + 258633: # Secrets of Wild India + template: {Name: Show, s_pid: 238133} + + 78943: # State of the Planet + template: {Name: Show, s_pid: 238059, s0_pid: 238060, s1_pid: 238061} + + 79947: # Trials of Life + template: {Name: Show, s_pid: 238191, s0_pid: 238192, s1_pid: 238193} + + 81652: # Tiger: Spy in the Jungle + template: {Name: Show, s_pid: 238030} + + 87911: # The Tribal Eye + template: {Name: Show, s_pid: 238080} + + 316346: # Wild City + template: {Name: Show, s_pid: 238134} + + 9511: # Zoo Quest + template: {Name: Show, s_pid: 238077} + +#==================================================================================== +# +# MOVIES +# +#==================================================================================== + + + 113303: # The Amber Time Machine + url_poster: https://theposterdb.com/api/assets/238000 + + + 528965: # Animal House + url_poster: https://theposterdb.com/api/assets/238005 + + 77027: # Attenborough and the Empire of Ants + url_poster: https://theposterdb.com/api/assets/238006 + + 379393: # Attenborough and the Giant Dinosaur + url_poster: https://theposterdb.com/api/assets/238097 + + 206671: # Attenbborough: 60 Years in the Wild + url_poster: https://theposterdb.com/api/assets/238071 + + 123669: # Attenborough and the Giant Egg + url_poster: https://theposterdb.com/api/assets/238098 + + 492729: # Attenborough and the Giant Elephant + url_poster: https://theposterdb.com/api/assets/238099 + + 921728: # Attenborough and the Mammoth Graveyard + url_poster: https://theposterdb.com/api/assets/238100 + + 497160: # Attenborough and the Sea Dragon + url_poster: https://theposterdb.com/api/assets/238101 + + 978800: # Attenborough at 90 + url_poster: https://theposterdb.com/api/assets/238072 + + 395663: # Attenborough at 90: Behind the Lens + url_poster: https://theposterdb.com/api/assets/238073 + + 862386: # Attenborough's Ark + url_poster: https://theposterdb.com/api/assets/238086 + + 471921: # Attenborough's Big Birds + url_poster: https://theposterdb.com/api/assets/238009 + + 193606: # Attenborough's Journey + url_poster: https://theposterdb.com/api/assets/238091 + + 397619: # Attenborough's Life that Glows + url_poster: https://theposterdb.com/api/assets/238137 + + 335016: # Attenborough's Paradise Birds + url_poster: https://theposterdb.com/api/assets/238630 + + 516110: # Attenborough's Wonder of Eggs + url_poster: https://theposterdb.com/api/assets/238017 + + 923004: # Attenborough's Wonder of Song + url_poster: https://theposterdb.com/api/assets/238018 + + 113300: # A Blank on the Map + url_poster: https://theposterdb.com/api/assets/237996 + + 922326: # Bowerbirds: The Art of Seduction + url_poster: https://theposterdb.com/api/assets/237998 + + 828146: # Breaking Boundaries: The Science of our Planet + url_poster: https://theposterdb.com/api/assets/238064 + + 20784: # Charles Darwin and the Tree of Life + url_poster: https://theposterdb.com/api/assets/238087 + + 67978: # Clever Monkeys + url_poster: https://theposterdb.com/api/assets/238023 + + 664280: # David Attenborough A Life on Our Planet + url_poster: https://theposterdb.com/api/assets/238068 + + 246818: # David Attenborough's Natural History Museum Alive + url_poster: https://theposterdb.com/api/assets/238094 + + 427183: # Desert Seas + url_poster: https://theposterdb.com/api/assets/238120 + + 959785: # Dinosaurs - The Final Day + url_poster: https://theposterdb.com/api/assets/238096 + + 675898: # Dragons and Damsels + url_poster: https://theposterdb.com/api/assets/238114s + + 742637: # Extinction: The Facts + url_poster: https://theposterdb.com/api/assets/238057 + + 301965: # Fabulous Frogs + url_poster: https://theposterdb.com/api/assets/238011 + + 46060: # Flying Monsters 3D + url_poster: https://theposterdb.com/api/assets/238095 + + 123681: # Gorilla Revisited with David Attenborough + url_poster: https://theposterdb.com/api/assets/263741 + + 175373: # Great Natural Wonders of the World + url_poster: https://theposterdb.com/api/assets/238128 + + 540466: # The Greatest Wildlife Show on Earth + url_poster: https://theposterdb.com/api/assets/238140 + + 433832: # Humming Bird: Jeweled Messangers + url_poster: https://theposterdb.com/api/assets/238019 + + 446520: # Legends of the Deep: Deep Sea Sharks + url_poster: https://theposterdb.com/api/assets/238033 + + 446518: # Legends of the Deep: Giant Squid + url_poster: https://theposterdb.com/api/assets/238034 + + 576006: # Life on Air: David Attenborough + url_poster: https://theposterdb.com/api/assets/237999 + + 123686: # The Link: Uncovering our Earliest Ancestors + url_poster: https://theposterdb.com/api/assets/238093 + + 398412: # The Lost Gods of Easter Island + url_poster: https://theposterdb.com/api/assets/238001 + + 913385: # Mountain Lions: Big Cats in High Places + url_poster: https://theposterdb.com/api/assets/238029 + + 148686: # The Penguin King + url_poster: https://theposterdb.com/api/assets/238021 + + 823800: # Planet Earth: A Celebration + url_poster: https://theposterdb.com/api/assets/238215 + + 819633: # Puerto Rico: Island of Enchantment + url_poster: https://theposterdb.com/api/assets/238132 + + 519864: # The Queen's Green Planet + url_poster: https://theposterdb.com/api/assets/263997 + + 922327: # The Song of the Earth + url_poster: https://theposterdb.com/api/assets/238004 + + 914587: # Superfish Billfish + url_poster: https://theposterdb.com/api/assets/238039 + + 70260: # Superfish Bluefin Tuna + url_poster: https://theposterdb.com/api/assets/238036 + + 31762: # Survival Island + url_poster: https://theposterdb.com/api/assets/238640 + + 578377: # Tasmania + url_poster: https://theposterdb.com/api/assets/238119 + + 652876: # Whale Wisdom + url_poster: https://theposterdb.com/api/assets/238032 + + 613842: # Wild Karnataka + url_poster: https://theposterdb.com/api/assets/238136 + + 811703: # The Year Earth Changed + url_poster: https://theposterdb.com/api/assets/238062 + + 399437: # Zoo Quest in Color + url_poster: https://theposterdb.com/api/assets/238076 \ No newline at end of file diff --git a/hstep20/metadata/cross-library/readme.md b/hstep20/metadata/cross-library/readme.md new file mode 100644 index 0000000..f88b0ca --- /dev/null +++ b/hstep20/metadata/cross-library/readme.md @@ -0,0 +1,11 @@ +# Note +Cross Library configs are configs for items that contain both TV Show and Movies in the config. + +### Attenborough Documentary Notes + +There are two separate versions of the config file. The only difference is that one uses the "**Orb**" Poster set for the Planet Collection, and one uses the "**Normal**" Poster set for the Planet Collection. Everything else is the same + +- Orb Posters: https://theposterdb.com/set/143160 +- Normal Posters: https://theposterdb.com/poster/238214 + +You can pick whichever set you prefer (personally, I use the Orbs) \ No newline at end of file diff --git a/hstep20/metadata/movies/back_to_the_future_trilogy.yml b/hstep20/metadata/movies/back_to_the_future_trilogy.yml new file mode 100644 index 0000000..fde5f93 --- /dev/null +++ b/hstep20/metadata/movies/back_to_the_future_trilogy.yml @@ -0,0 +1,17 @@ +#Uses https://theposterdb.com/poster/108170 and https://theposterdb.com/set/40548 +collections: + Back to the Future Trilogy: + tmdb_collection: https://www.themoviedb.org/collection/264 + tmdb_summary: https://www.themoviedb.org/collection/264 + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/108170 + sort_title: ++++++++_back_to_the_future_trilogy + collection_order: release + +metadata: + 105: #"Back to the Future" + url_poster: https://theposterdb.com/api/assets/63512 + 165: #"Back to the Future Part II" + url_poster: https://theposterdb.com/api/assets/63513 + 196: #"Back to the Future Part III": + url_poster: https://theposterdb.com/api/assets/63514 diff --git a/hstep20/metadata/movies/blade_runner_collection.yml b/hstep20/metadata/movies/blade_runner_collection.yml new file mode 100644 index 0000000..7f04401 --- /dev/null +++ b/hstep20/metadata/movies/blade_runner_collection.yml @@ -0,0 +1,17 @@ +#Uses https://theposterdb.com/poster/50376 + +collections: + Blade Runner Collection: + tmdb_collection: https://www.themoviedb.org/collection/422837 + tmdb_summary: https://www.themoviedb.org/collection/422837 + #or trakt_list + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/50376 + sort_title: ++++++++_blade_runner + collection_order: release + +metadata: + 78: #Blade Runner: + url_poster: https://theposterdb.com/api/assets/50377 + 335984: #Blade Runner 2049: + url_poster: https://theposterdb.com/api/assets/50378 \ No newline at end of file diff --git a/hstep20/metadata/movies/despicable_me_collection.yml b/hstep20/metadata/movies/despicable_me_collection.yml new file mode 100644 index 0000000..bc373db --- /dev/null +++ b/hstep20/metadata/movies/despicable_me_collection.yml @@ -0,0 +1,19 @@ +#Uses https://theposterdb.com/set/37562 + +collections: + Despicable Me Collection: + tmdb_collection: https://www.themoviedb.org/collection/86066 + tmdb_summary: https://www.themoviedb.org/collection/86066 + #or trakt_list + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/138807 + sort_title: ++++++++_despicable_me + collection_order: release + +metadata: + 20352: #Despicable Me + url_poster: https://theposterdb.com/api/assets/58832 + 93456: #Despicable Me 2 + url_poster: https://theposterdb.com/api/assets/58830 + 324852: #Despicable Me 3 + url_poster: https://theposterdb.com/api/assets/58831 \ No newline at end of file diff --git a/hstep20/metadata/movies/futurama_movies.yml b/hstep20/metadata/movies/futurama_movies.yml new file mode 100644 index 0000000..846f59c --- /dev/null +++ b/hstep20/metadata/movies/futurama_movies.yml @@ -0,0 +1,21 @@ +#Uses posterdblink + +collections: + Futurama Movie Collection: + tmdb_collection: https://www.themoviedb.org/collection/13800 + tmdb_summary: https://www.themoviedb.org/collection/13800 + #or trakt_list + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/29186 + sort_title: ++++++++_futurama_movies + collection_order: release + +metadata: + 7249: #"Futurama: Into the Wild Green Yonder": + url_poster: https://theposterdb.com/api/assets/17751 + 12889: #"Futurama: Bender's Big Score": + url_poster: https://theposterdb.com/api/assets/17748 + 13253: #"Futurama: The Beast with a Billion Backs": + url_poster: https://theposterdb.com/api/assets/17749 + 15060: #"Futurama: Bender's Game" + url_poster: https://theposterdb.com/api/assets/17750 \ No newline at end of file diff --git a/hstep20/metadata/movies/harry_potter_collection.yml b/hstep20/metadata/movies/harry_potter_collection.yml new file mode 100644 index 0000000..0305b00 --- /dev/null +++ b/hstep20/metadata/movies/harry_potter_collection.yml @@ -0,0 +1,29 @@ +#Uses https://theposterdb.com/set/54696 cover; Uses https://theposterdb.com/set/54696 movies + +collections: + Harry Potter Collection: + tmdb_collection: https://www.themoviedb.org/collection/1241 + tmdb_summary: https://www.themoviedb.org/collection/1241 + #or trakt_list + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/737 + sort_title: ++++++++_harry_potter + collection_order: release + +metadata: + 671: #Harry Potter and the Sorcerer's Stone: + url_poster: https://theposterdb.com/api/assets/85945 + 672: #Harry Potter and the Chamber of Secrets: + url_poster: https://theposterdb.com/api/assets/85946 + 673: #Harry Potter and the Prisoner of Azkaban: + url_poster: https://theposterdb.com/api/assets/85947 + 674: #Harry Potter and the Goblet of Fire: + url_poster: https://theposterdb.com/api/assets/85948 + 675: #Harry Potter and the Order of the Phoenix: + url_poster: https://theposterdb.com/api/assets/85949 + 767: #Harry Potter and the Half-Blood Prince: + url_poster: https://theposterdb.com/api/assets/85950 + 12444: #"Harry Potter and the Deathly Hallows: Part 1": + url_poster: https://theposterdb.com/api/assets/85951 + 12445: #"Harry Potter and the Deathly Hallows: Part 2": + url_poster: https://theposterdb.com/api/assets/85952 \ No newline at end of file diff --git a/hstep20/metadata/movies/indiana_jones_collection.yml b/hstep20/metadata/movies/indiana_jones_collection.yml new file mode 100644 index 0000000..288d30b --- /dev/null +++ b/hstep20/metadata/movies/indiana_jones_collection.yml @@ -0,0 +1,25 @@ +#Uses https://theposterdb.com/poster/143533 + +collections: + Indiana Jones Collection: + tmdb_collection: https://www.themoviedb.org/collection/84 + tmdb_summary: https://www.themoviedb.org/collection/84 + #or trakt_list + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/143533 + sort_title: ++++++++_indiana_jones + collection_order: release + +metadata: + 85: #Indiana Jones and the Raiders of the Lost Ark: + url_poster: https://theposterdb.com/api/assets/143534 + sort_title: Indiana Jones 1 + 87: #Indiana Jones and the Temple of Doom: + url_poster: https://theposterdb.com/api/assets/143535 + sort_title: Indiana Jones 2 + 89: #Indiana Jones and the Last Crusade: + url_poster: https://theposterdb.com/api/assets/143536 + sort_title: Indiana Jones 3 + 217: #Indiana Jones and the Kingdom of the Crystal Skull: + url_poster: https://theposterdb.com/api/assets/143537 + sort_title: Indiana Jones 4 \ No newline at end of file diff --git a/hstep20/metadata/movies/kingsman_collection.yml b/hstep20/metadata/movies/kingsman_collection.yml new file mode 100644 index 0000000..9054781 --- /dev/null +++ b/hstep20/metadata/movies/kingsman_collection.yml @@ -0,0 +1,19 @@ +#Uses posterdblink + +collections: + The Kingsman Collection: + tmdb_collection: https://www.themoviedb.org/collection/391860 + tmdb_summary: https://www.themoviedb.org/collection/391860 + #or trakt_list + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/6634 + sort_title: ++++++++_kingsman_collection + collection_order: release + +metadata: + 207703: #"Kingsman: The Secret Service": + url_poster: https://theposterdb.com/api/assets/179 + 343668: #"Kingsman: The Golden Circle": + url_poster: https://theposterdb.com/api/assets/180 + 476669: #The King's Man: + url_poster: https://theposterdb.com/api/assets/50420 \ No newline at end of file diff --git a/hstep20/metadata/movies/lego_movies_collection.yml b/hstep20/metadata/movies/lego_movies_collection.yml new file mode 100644 index 0000000..2f0cb64 --- /dev/null +++ b/hstep20/metadata/movies/lego_movies_collection.yml @@ -0,0 +1,19 @@ +#Uses https://theposterdb.com/poster/46059 + +collections: + The Lego Movie Collection: + trakt_list: https://trakt.tv/users/conanrocks/lists/movies-lego-movie?sort=rank%2Casc + tmdb_summary: https://www.themoviedb.org/collection/325470 + #or trakt_list + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/46059 + sort_title: ++++++++_lego_movies + collection_order: release + +metadata: + 137106: #The Lego Movie: + url_poster: https://theposterdb.com/api/assets/46060 + 280217: #"The Lego Movie 2: The Second Part": + url_poster: https://theposterdb.com/api/assets/46064 + 324849: #The Lego Batman Movie: + url_poster: https://theposterdb.com/api/assets/46061 \ No newline at end of file diff --git a/hstep20/metadata/movies/lord_of_the_rings_trilogy.yml b/hstep20/metadata/movies/lord_of_the_rings_trilogy.yml new file mode 100644 index 0000000..de9e004 --- /dev/null +++ b/hstep20/metadata/movies/lord_of_the_rings_trilogy.yml @@ -0,0 +1,17 @@ +#Uses https://theposterdb.com/poster/24549 +collections: + The Lord of the Rings Trilogy: + tmdb_collection: https://www.themoviedb.org/collection/119 + tmdb_summary: https://www.themoviedb.org/collection/119 + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/24549 + sort_title: ++++++++_lord_of_the_rings_trilogy + collection_order: release + +metadata: + 120: #"The Lord of the Rings: The Fellowship of the Ring": + url_poster: https://theposterdb.com/api/assets/24550 + 121: #"The Lord of the Rings: The Two Towers": + url_poster: https://theposterdb.com/api/assets/24551 + 122: #"The Lord of the Rings: The Return of the King": + url_poster: https://theposterdb.com/api/assets/24552 diff --git a/hstep20/metadata/movies/national_treasure_collection.yml b/hstep20/metadata/movies/national_treasure_collection.yml new file mode 100644 index 0000000..9785ca6 --- /dev/null +++ b/hstep20/metadata/movies/national_treasure_collection.yml @@ -0,0 +1,18 @@ + +#Uses https://theposterdb.com/poster/71196 and https://theposterdb.com/poster/11460 + +collections: + National Treasure Collection: + tmdb_collection: https://www.themoviedb.org/collection/52984 + tmdb_summary: https://www.themoviedb.org/collection/52984 + #or trakt_list + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/71196 + sort_title: ++++++++_national_treasure + collection_order: release + +metadata: + 2059: #"National Treasure": + url_poster: https://theposterdb.com/api/assets/11461 + 6637: #"National Treasure: Book of Secrets": + url_poster: https://theposterdb.com/poster/11462 \ No newline at end of file diff --git a/hstep20/metadata/movies/night_at_the_museum_trilogy.yml b/hstep20/metadata/movies/night_at_the_museum_trilogy.yml new file mode 100644 index 0000000..dab0168 --- /dev/null +++ b/hstep20/metadata/movies/night_at_the_museum_trilogy.yml @@ -0,0 +1,19 @@ +#Uses https://theposterdb.com/poster/163679 and https://theposterdb.com/poster/864 + +collections: + Night at the Museum Collection: + tmdb_collection: https://www.themoviedb.org/collection/85943 + tmdb_summary: https://www.themoviedb.org/collection/85943 + #or trakt_list + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/163679 + sort_title: ++++++++_night_at_the_museum + collection_order: release + +metadata: + 1593: #Night at the Museum: + url_poster: https://theposterdb.com/poster/865 + 18360: #"Night at the Museum: Battle of the Smithsonian": + url_poster: https://theposterdb.com/api/assets/866 + 181533: #"Night at the Museum: Secret of the Tomb": + url_poster: https://theposterdb.com/api/assets/867 \ No newline at end of file diff --git a/hstep20/metadata/movies/shrek_collection.yml b/hstep20/metadata/movies/shrek_collection.yml new file mode 100644 index 0000000..3ddd091 --- /dev/null +++ b/hstep20/metadata/movies/shrek_collection.yml @@ -0,0 +1,20 @@ +#Uses https://theposterdb.com/poster/6997 + +collections: + Shrek Collection: + tmdb_collection: https://www.themoviedb.org/collection/2150-shrek-collection + tmdb_summary: https://www.themoviedb.org/collection/2150-shrek-collection + sync_mode: sync + url_poster: https://theposterdb.com/api/assets/6997 + sort_title: ++++++++_shrek + collection_order: release + +metadata: + 808: #"Shrek": + url_poster: https://theposterdb.com/api/assets/6998 + 809: #"Shrek 2": + url_poster: https://theposterdb.com/api/assets/6999 + 810: #"Shrek the Third": + url_poster: https://theposterdb.com/api/assets/7000 + 10192: #"Shrek Forever After": + url_poster: https://theposterdb.com/api/assets/7001 diff --git a/hstep20/readme.md b/hstep20/readme.md new file mode 100644 index 0000000..485e330 --- /dev/null +++ b/hstep20/readme.md @@ -0,0 +1,37 @@ +# Configs +I wanted to try and make things as 'drag and drop' as possible for people who like things to be more modular than the large, monolithic configs some people put together. Each individual config file is atomic, in the sense that it contains one collection, one movie series, or similar along with matching posters for each item in the collection. + +In order to best use these, you can use a `folder:` tag in your config file for each library pointed to the directory you place them in. + +Each config file uses a complete set of matching posters, and collection poster, all of which are linked in the config file itself. If you want to change the poster set, just change the links in your config. + +I've also included a config file which I use as a base for all of these. If you want to create your own structure, just copy the contents of the config file into your yml, and fill out the fields + +## Movies +- Back to the Future Trilogy +- Blade Runner Collection +- Despicable Me Collection +- Futurama Movie Collection +- Harry Potter Collection +- Indiana Jones Collection +- Kingsman Collection +- Lego Movie Collection +- Lord of the Rings Trilogy +- National Treasure Collection +- Night at the Museum Trilogy +- Shrek Collection + +## Shows + +## Cross Library +- David Attenborough Documentaries + +-------- +#### Future Collections +Some future collections I plan to do include: +- Marvel Cinematic Universe +- Star Wars +- Wes Anderson Movies +- Studio Ghibli Movies + +There are a lot of good collections for these already, but my aim is to include matching posters for them as well in the provided files, which most don't do. \ No newline at end of file diff --git a/hstep20/template.yml b/hstep20/template.yml new file mode 100644 index 0000000..8e884e1 --- /dev/null +++ b/hstep20/template.yml @@ -0,0 +1,19 @@ +#Uses posterdblink + +collections: + Plex Collection Name: + tmdb_collection: + #or trakt_list, tmdb_list + tmdb_summary: + sync_mode: sync + url_poster: + sort_title: ++++++++_ + collection_order: release + +metadata: + "": + - url_poster: + "": + - url_poster: + "": + - url_poster: \ No newline at end of file diff --git a/jalarab/Peliculas.yml b/jalarab/Peliculas.yml new file mode 100644 index 0000000..97c3ce6 --- /dev/null +++ b/jalarab/Peliculas.yml @@ -0,0 +1,126 @@ +collections: + Lo mejor del ano DDC (2010-): + imdb_list: https://www.imdb.com/list/ls027905928 + Criterion Collection: + imdb_list: https://www.imdb.com/search/title/?lists=ls090936109 + Masters of cinema: + imdb_list: https://www.imdb.com/list/ls090961611 + Peliculas mas taquilleras: + imdb_list: https://www.imdb.com/list/ls090455617 + sync_mode: sync + IMDB TOP250: + imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250 + sync_mode: sync + Festival de Sitges: + imdb_list: https://www.imdb.com/list/ls020399290/ + Premio Ariel - Mexico: + imdb_list: https://www.imdb.com/list/ls027901570/ + Festival de Venecia: + imdb_list: https://www.imdb.com/list/ls083130292/ + Premio Platino - Iberoamerica: + imdb_list: https://www.imdb.com/list/ls027950499/ + Premio Macondo - Colombia: + imdb_list: https://www.imdb.com/list/ls027950462/ + Festival de Berlin: + imdb_list: https://www.imdb.com/list/ls023764904/ + Premio Cesar - Francia: + imdb_list: https://www.imdb.com/list/ls027901075/ + Festival de Sundance: + imdb_list: https://www.imdb.com/list/ls021201309/ + Independent Spirit: + imdb_list: https://www.imdb.com/list/ls027955354/ + Premio BAFTA - UK: + imdb_list: https://www.imdb.com/list/ls023087044/ + Premio Goya - Espana: + imdb_list: https://www.imdb.com/list/ls027907877/ + Nordic Council Film Prize: + imdb_list: https://www.imdb.com/list/ls025480301/ + Premio Sur - Argentina: + imdb_list: https://www.imdb.com/list/ls066638856/ + European Film Award: + imdb_list: https://www.imdb.com/list/ls091295777/ + Premio Saturn Ciencia Ficcion: + imdb_list: https://www.imdb.com/list/ls023137452/ + Premio Academia Brasilera: + imdb_list: https://www.imdb.com/list/ls090455772/ + Premio David di Donatello - Italia: + imdb_list: https://www.imdb.com/list/ls022097955/ + Festival de Cannes: + imdb_list: https://www.imdb.com/list/ls022097461/ + Asian Film Award: + imdb_list: https://www.imdb.com/list/ls027950956/ + Festival de Annecy: + imdb_list: https://www.imdb.com/list/ls505176189/ + Oscar MejorPelicula (Ganadores): + imdb_list: https://www.imdb.com/list/ls023154823/?sort=list_order,desc + Oscar Mejor Documental (1990-): + imdb_list: https://www.imdb.com/list/ls023154831/?sort=list_order,desc + Oscar al Mejor Guion: + imdb_list: https://www.imdb.com/list/ls027955396/?sort=list_order,desc + Oscar MejorPelicula (Nominados): + imdb_list: https://www.imdb.com/list/ls023764240/?sort=list_order,desc + Oscar Mejor Pelicula Animada: + imdb_list: https://www.imdb.com/list/ls023130861/?sort=list_order,desc + Oscar Nominados 2021: + imdb_list: https://www.imdb.com/list/ls088030476/?sort=list_order,desc + Oscar Nominados 2020: + imdb_list: https://www.imdb.com/list/ls093481511/?sort=list_order,desc + Oscar Nominados 2019: + imdb_list: https://www.imdb.com/list/ls041854652/?sort=list_order,desc + Oscar Nominados 2018: + imdb_list: https://www.imdb.com/list/ls021323514/?sort=list_order,desc + Oscar Mejor Pelicula Internacional: + imdb_list: https://www.imdb.com/list/ls500065417/?sort=list_order,desc + Oscar Mejor Fotografia: + imdb_list: https://www.imdb.com/list/ls503449482/?sort=list_order,desc + Cine de los 40s - Taschen: + imdb_list: https://www.imdb.com/list/ls027483912/ + 1001 Movies You Must See Before You Die - Taschen: + imdb_list: https://www.imdb.com/search/title/?lists=ls023216066 + 101 Action Movies You Must See Before You Die - Taschen: + imdb_list: https://www.imdb.com/list/ls023853367/ + 100 Clasicos del siglo XX (Taschen): + imdb_list: https://www.imdb.com/list/ls061947605/ + 101 Gangster Movies You Must See Before You Die - Taschen: + imdb_list: https://www.imdb.com/list/ls023853622/ + 101 Horror Movies You Must See Before You Die - Taschen: + imdb_list: https://www.imdb.com/list/ls023853272/ + 101 War Movies You Must See Before You Die - Taschen: + imdb_list: https://www.imdb.com/list/ls023853931/ + 101 Sci-Fi Movies You Must See Before You Die - Taschen: + imdb_list: https://www.imdb.com/list/ls027905471/ + 101 Cult Movies You Must See Before You Die - Taschen: + imdb_list: https://www.imdb.com/list/ls027905444/ + Film Noir - Taschen: + imdb_list: https://www.imdb.com/list/ls027489496/ + 100 All-Time Favorite - Taschen: + imdb_list: https://www.imdb.com/list/ls027905208/ + Horror Cinema - Taschen: + imdb_list: https://www.imdb.com/list/ls027489922/ + Cine de los 80s - Taschen: + imdb_list: https://www.imdb.com/list/ls027489772/ + Cine de los 2000s - Taschen: + imdb_list: https://www.imdb.com/list/ls027489264/ + Cine de los 90s - Taschen: + imdb_list: https://www.imdb.com/list/ls027489156/ + Cine de los 70s - Taschen: + imdb_list: https://www.imdb.com/list/ls027482912/ + Cine de los 60s - Taschen: + imdb_list: https://www.imdb.com/list/ls027486957/ + Cine de los 50s - Taschen: + imdb_list: https://www.imdb.com/list/ls027486163/ + Cine de los 30s - Taschen: + imdb_list: https://www.imdb.com/list/ls027483775/ + Cine de los 20s - Taschen: + imdb_list: https://www.imdb.com/list/ls027481496/ + Universo de Peliculas Animadas de DC (DCAMU): + imdb_list: https://www.imdb.com/list/ls085087913/ + DC Universe Animated Original Movies: + imdb_list: https://www.imdb.com/list/ls085085810/ + Universo cinematografico de Marvel: + imdb_list: https://www.imdb.com/list/ls042924161/ + Universo extendido de DC: + imdb_list: https://www.imdb.com/list/ls500069035/ + Cine de los 2010s: + imdb_list: https://www.imdb.com/list/ls500373998/ + sync_mode: sync diff --git a/jalarab/README.md b/jalarab/README.md new file mode 100644 index 0000000..a39384b --- /dev/null +++ b/jalarab/README.md @@ -0,0 +1,68 @@ +# Plex Meta Manager Configs + +I have this movie collections: +Lo mejor del ano DDC (2010-): Thes movies of the year according the spanish tv show "días de cine" +Criterion Collection: +Masters of cinema: +Peliculas mas taquilleras: High grossing films by year +Cine de los 2010s: the 100 best movies of the 2010s from IndieWire +IMDB TOP250: +Festivals + Festival de Sitges: + Festival de Venecia: + Festival de Berlin: + Festival de Sundance: + Festival de Cannes: + Festival de Annecy: +Awards + Premio Ariel - Mexico: + Premio Platino - Iberoamerica: + Premio Macondo - Colombia: + Premio Cesar - Francia: + Independent Spirit: + Premio BAFTA - UK: + Premio Goya - Espana: + Nordic Council Film Prize: + Premio Sur - Argentina: + European Film Award: + Premio Saturn Ciencia Ficcion: + Premio Academia Brasilera: + Premio David di Donatello - Italia: + Asian Film Award: + Oscar MejorPelicula (Ganadores): Best movie winners + Oscar Mejor Documental (1990-): Best documentary + Oscar al Mejor Guion: Best screenplay + Oscar MejorPelicula (Nominados): Best movie nominateds + Oscar Mejor Pelicula Animada: Best animation movie + Oscar Nominados 2021: Nominateds 2021 + Oscar Nominados 2020: Nominateds 2020 + Oscar Nominados 2019: Nominateds 2019 + Oscar Nominados 2018: Nominateds 2018 + Oscar Mejor Pelicula Internacional: best foreing movie + Oscar Mejor Fotografia: best cinematography +Taschen + Cine de los 2000s - Taschen: Taschen Movies of the 2000s + Cine de los 90s - Taschen: Taschen Movies of the 90s + Cine de los 80s - Taschen: Taschen Movies of the 80s + Cine de los 70s - Taschen: Taschen Movies of the 70s + Cine de los 60s - Taschen: Taschen Movies of the 60s + Cine de los 50s - Taschen: Taschen Movies of the 50s + Cine de los 40s - Taschen: Taschen Movies of the 40s + Cine de los 30s - Taschen: Taschen Movies of the 30s + Cine de los 20s - Taschen: Taschen Movies of the 20s + 1001 Movies You Must See Before You Die - Taschen: + 101 Action Movies You Must See Before You Die - Taschen: + 100 Clasicos del siglo XX (Taschen): + 101 Gangster Movies You Must See Before You Die - Taschen: + 101 Horror Movies You Must See Before You Die - Taschen: + 101 War Movies You Must See Before You Die - Taschen: + 101 Sci-Fi Movies You Must See Before You Die - Taschen: + 101 Cult Movies You Must See Before You Die - Taschen: + Film Noir - Taschen: + 100 All-Time Favorite - Taschen: + Horror Cinema - Taschen: +Superheroes + Universo de Peliculas Animadas de DC (DCAMU): DC Animated Movie Universe + DC Universe Animated Original Movies: + Universo cinematografico de Marvel: Marvel Cinematic Universe (MCU) + Universo extendido de DC: DC Extended Universe diff --git a/jwfox5150/movies/Movies.yml b/jwfox5150/Movies.yml similarity index 86% rename from jwfox5150/movies/Movies.yml rename to jwfox5150/Movies.yml index 4d15c9c..2dd7c84 100644 --- a/jwfox5150/movies/Movies.yml +++ b/jwfox5150/Movies.yml @@ -13,6 +13,15 @@ templates: visible_library: true radarr_add: true + Collection: + optional: + - collection + - movie + tmdb_collection_details: <<collection>> + tmdb_movie: <<movie>> + sync_mode: sync + collection_order: release + collections: # list-driven Mindfuck Movies: @@ -53,11 +62,41 @@ collections: Documentaries: trakt_list: https://trakt.tv/users/hdlists/lists/documentary-movies-top-rated-from-1980-to-today + tmdb_company: + - 18894 + - 6790 + - 3507 sync_mode: sync - smart_label: critic_rating.desc + sort_by: title.desc sort_title: --Documentaries - summary: A collection consisting of the top rated documentary movies from the 80's onward, sorted by critical acclaim. + summary: A collection consisting of documentaries. url_poster: https://i.imgur.com/Ti5JdFv.jpg + radarr_add: true + radarr_quality: Bluray 1080p with all + + Discovery Channel: + tmdb_company: 6790 + sync_mode: sync + sort_by: title.desc + sort_title: -Discovery Channel + summary: A collection of movies/documentaries produced by The Discovery Channel. + url_poster: https://github.com/Drapersniper/Posters/raw/main/networks/Discovery/poster.jpg + + History Channel: + tmdb_company: 3507 + sync_mode: sync + sort_by: title.desc + sort_title: -History Channel + summary: A collection of movies/documentaries produced by The History Channel. + url_poster: https://github.com/Drapersniper/Posters/raw/main/networks/History/poster.jpg + + Smithsonian Channel: + tmdb_company: 18894 + sync_mode: sync + sort_by: title.desc + sort_title: -Smithsonian Channel + summary: A collection of movies/documentaries produced by The Smithsonian Channel. + url_poster: https://github.com/Drapersniper/Posters/raw/main/networks/Smithsonian%20Channel/poster.jpg Action Movies: trakt_list: https://trakt.tv/users/hdlists/lists/action-movies-top-rated-from-1980-to-today @@ -129,7 +168,7 @@ collections: tmdb_trending_weekly: 100 sort_title: ---Trending sync_mode: sync - smart_label: year.desc + smart_label: critic_rating.desc summary: Movies trending across the internet url_background: https://i.imgur.com/SOVfrIq.png url_poster: https://i.imgur.com/4vpMZoA.png @@ -188,7 +227,7 @@ collections: template: name: Holiday start_date: 02/01 - end_date: 02/29 + end_date: 02/28 imdb_list: - https://www.imdb.com/list/ls000094398/ - https://www.imdb.com/list/ls057783436/ diff --git a/jwfox5150/config.yml b/jwfox5150/config.yml new file mode 100644 index 0000000..28d3028 --- /dev/null +++ b/jwfox5150/config.yml @@ -0,0 +1,80 @@ +libraries: + Movies: + Movies (4K): + overlay_path: + - file: config/overlays.yml + TV Shows (4K): + overlay_path: + - file: config/overlays.yml + TV Shows: + overlay_path: + - file: config/overlays.yml +settings: + cache: true + cache_expiration: 60 + asset_directory: + - //config/assets + asset_folders: true + create_asset_folders: false + show_missing_season_assets: false + sync_mode: append + delete_below_minimum: false + delete_not_scheduled: false + run_again_delay: 0 + missing_only_released: false + only_filter_missing: false + show_unmanaged: true + show_filtered: false + show_missing: true + show_missing_assets: true + save_missing: true + tvdb_language: default + ignore_ids: + ignore_imdb_ids: + asset_depth: 0 + dimensional_asset_rename: false + show_options: false + minimum_items: 1 + download_url_assets: false + default_collection_order: + verify_ssl: true + playlist_sync_to_users: all + show_missing_episode_assets: false + show_asset_not_needed: true + item_refresh_delay: 0 + custom_repo: + prioritize_assets: false + playlist_report: true + check_nightly: false +plex: + url: ############ + token: ############ + timeout: 60 + clean_bundles: false + empty_trash: false + optimize: false +tmdb: + apikey: ############ + language: en + cache_expiration: 60 + region: +tautulli: + url: ############ + apikey: ############ +radarr: + url: ############ + token: ############ + root_folder_path: /movies + monitor: true + availability: released + quality_profile: ############ + tag: ############ + search: true + add_existing: false + radarr_path: + plex_path: + add_missing: false + upgrade_existing: false +trakt: + client_id: ############ + client_secret: ############ diff --git a/jwfox5150/config/config.yml b/jwfox5150/config/config.yml deleted file mode 100644 index bd0af8f..0000000 --- a/jwfox5150/config/config.yml +++ /dev/null @@ -1,58 +0,0 @@ -libraries: - Movies: -settings: - cache: true - cache_expiration: 60 - asset_directory: - - //config/assets - asset_folders: true - create_asset_folders: false - show_missing_season_assets: false - sync_mode: append - collection_minimum: 1 - delete_below_minimum: false - delete_not_scheduled: false - run_again_delay: 0 - missing_only_released: false - only_filter_missing: false - show_unmanaged: true - show_filtered: false - show_missing: true - show_missing_assets: true - save_missing: true - tvdb_language: default - ignore_ids: - ignore_imdb_ids: - asset_depth: 0 - dimensional_asset_rename: false - show_options: false - playlist_sync_to_user: all -plex: - url: #### - token: #### - timeout: 60 - clean_bundles: false - empty_trash: false - optimize: false -tmdb: - apikey: #### - language: en -tautulli: - url: #### - apikey: #### -radarr: - url: #### - token: #### - add: false - root_folder_path: #### - monitor: true - availability: #### - quality_profile: #### - tag: pmm - search: true - add_existing: false - radarr_path: - plex_path: -trakt: - client_id: #### - client_secret: ##### diff --git a/jwfox5150/overlays.yml b/jwfox5150/overlays.yml new file mode 100644 index 0000000..5b5a7a1 --- /dev/null +++ b/jwfox5150/overlays.yml @@ -0,0 +1,21 @@ +overlays: + 4K: + plex_search: + all: + resolution: 4K + overlay: + name: 4K + horizontal_offset: 0 + horizontal_align: left + vertical_offset: 0 + vertical_align: top + HDR: + plex_search: + all: + hdr: true + overlay: + name: HDR + horizontal_offset: 0 + horizontal_align: left + vertical_offset: 0 + vertical_align: top diff --git a/jwfox5150/overlays/4K.png b/jwfox5150/overlays/4K.png new file mode 100644 index 0000000..15a47c2 Binary files /dev/null and b/jwfox5150/overlays/4K.png differ diff --git a/jwfox5150/overlays/HDR.png b/jwfox5150/overlays/HDR.png new file mode 100644 index 0000000..4ec1692 Binary files /dev/null and b/jwfox5150/overlays/HDR.png differ diff --git a/jwfox5150/overlays/README.md b/jwfox5150/overlays/README.md new file mode 100644 index 0000000..f88c740 --- /dev/null +++ b/jwfox5150/overlays/README.md @@ -0,0 +1 @@ +image files for overlays.yml must be in /overlays. diff --git a/loftydan/README.md b/loftydan/README.md new file mode 100644 index 0000000..d7ab7dc --- /dev/null +++ b/loftydan/README.md @@ -0,0 +1,10 @@ +# Collections and Overlays + +## Creates the following collections and overlays +![comic book overlay colour](overlays/colour/COMIC%20BOOKS.png) ![video overlay colour](overlays/colour/VIDEO%20GAMES.png) ![true events overlay colour](overlays/colour/TRUE%20EVENTS.png) ![books overlay colour](overlays/colour/BOOKS.png) + +## Also has a black and white version + +![comic book overlay bw](overlays/bw/COMIC%20BOOKS.png) ![video overlay bw](overlays/bw/VIDEO%20GAMES.png) ![true events overlay bw](overlays/bw/TRUE%20EVENTS.png) ![books overlay bw](overlays/bw/BOOKS.png) + +##### Also adds some favourite actors diff --git a/loftydan/collections.yml b/loftydan/collections.yml new file mode 100644 index 0000000..81be43f --- /dev/null +++ b/loftydan/collections.yml @@ -0,0 +1,59 @@ +collections: + + # Books - + Based on Books: + smart_label: originally_available.desc + sync_mode: sync + sort_title: "!001_Books" + tmdb_keyword: 818 #https://www.themoviedb.org/keyword/818-based-on-novel-or-book/movie + summary: Movies based on books or novels + #url_poster: + #url_background: + #radarr_add: true + #radarr_search: true + #radarr_monitor: true + + # True events + Based on True Events: + smart_label: originally_available.desc + sync_mode: sync + sort_title: "!001_True" + imdb_list: + - https://www.imdb.com/list/ls046648040/?sort=num_votes + - https://www.imdb.com/list/ls074038725/?sort=num_votes + - https://www.imdb.com/list/ls084944137/?sort=num_votes + - https://www.imdb.com/list/ls099275673/?sort=num_votes + summary: A compilation of a lists of movies based on true events + #url_poster: + #url_background: + #radarr_add: true + #radarr_search: true + #radarr_monitor: true + + # video games + Based on Video Games: + smart_label: originally_available.desc + sync_mode: sync + sort_title: "!001_Video" + imdb_list: + url: https://www.imdb.com/list/ls063096359/?sort=release_date,desc&st_dt=&mode=detail + summary: Movies based on video games, sorted by release date + #url_poster: + #url_background: + #radarr_add: true + #radarr_search: true + #radarr_monitor: true + + # comics + Based on Comics: + smart_label: originally_available.desc + sync_mode: sync + sort_title: "!001_Comic" + imdb_list: + url: https://www.imdb.com/list/ls004135985/?sort=alpha,asc&st_dt=&mode=detail + summary: Movies based on comic books + #url_poster: + #url_background: + #radarr_add: true + #radarr_search: true + #radarr_monitor: true \ No newline at end of file diff --git a/loftydan/overlays.yml b/loftydan/overlays.yml new file mode 100644 index 0000000..b827669 --- /dev/null +++ b/loftydan/overlays.yml @@ -0,0 +1,91 @@ +############################################################# +# Overlays # +# Created by loftydan & iJRMH. # +############################################################# +# # +# Call this from your config.yml (Movie or Show): # +# If nothing is specified these are the defaults # +# # +# overlay_path: # +# - git: loftydan/overlays # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 15 # +# # Set the horizontal align for the overlay # +# horizontal_align: left # +# # Set the vertical offset for the overlay # +# vertical_offset: 135 # +# # Set the vertical align for the overlay # +# vertical_align: top # +# # Sets the style of overlay: colour or bw. # +# style: colour # +# # +# # Use <<slug>> collection. # +# use_<<slug>>: true # +############################################################# + +templates: + myCollection: + optional: + - overlay_level + - use_<<slug>> + default: + overlay: <<overlay_name>> + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 135 + vertical_align: top + style: colour + collection_level: <<overlay_level>> + allowed_library_types: <<use_<<slug>>>> + ignore_blank_results: true + overlay: + name: <<overlay_name>> + file: loftydan/overlays/<<style>>/<<overlay>>.png + group: myCollections + weight: <<weight>> + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + +############################ good stuff below ################################## +overlays: + + BOOKS: + template: + - name: myCollection + weight: 100 + slug: books + plex_search: + any: + label.regex: '(?i)\b(Based on Books)\b' + + COMIC BOOKS: + template: + - name: myCollection + weight: 101 + slug: comics + plex_search: + any: + label.regex: '(?i)\b(Based on Comics)\b' + + TRUE EVENTS: + template: + - name: myCollection + weight: 105 + slug: events + plex_search: + any: + label.regex: '(?i)\b(Based on True Events)\b' + + VIDEO GAMES: + template: + - name: myCollection + weight: 103 + slug: games + plex_search: + any: + label.regex: '(?i)\b(Based on Video Games)\b' \ No newline at end of file diff --git a/loftydan/overlays/bw/BOOKS.png b/loftydan/overlays/bw/BOOKS.png new file mode 100644 index 0000000..2aee5f7 Binary files /dev/null and b/loftydan/overlays/bw/BOOKS.png differ diff --git a/loftydan/overlays/bw/COMIC BOOKS.png b/loftydan/overlays/bw/COMIC BOOKS.png new file mode 100644 index 0000000..41bed0e Binary files /dev/null and b/loftydan/overlays/bw/COMIC BOOKS.png differ diff --git a/loftydan/overlays/bw/TRUE EVENTS.png b/loftydan/overlays/bw/TRUE EVENTS.png new file mode 100644 index 0000000..428716b Binary files /dev/null and b/loftydan/overlays/bw/TRUE EVENTS.png differ diff --git a/loftydan/overlays/bw/VIDEO GAMES.png b/loftydan/overlays/bw/VIDEO GAMES.png new file mode 100644 index 0000000..af7cb07 Binary files /dev/null and b/loftydan/overlays/bw/VIDEO GAMES.png differ diff --git a/loftydan/overlays/colour/BOOKS.png b/loftydan/overlays/colour/BOOKS.png new file mode 100644 index 0000000..f8eea8d Binary files /dev/null and b/loftydan/overlays/colour/BOOKS.png differ diff --git a/loftydan/overlays/colour/COMIC BOOKS.png b/loftydan/overlays/colour/COMIC BOOKS.png new file mode 100644 index 0000000..65700dc Binary files /dev/null and b/loftydan/overlays/colour/COMIC BOOKS.png differ diff --git a/loftydan/overlays/colour/TRUE EVENTS.png b/loftydan/overlays/colour/TRUE EVENTS.png new file mode 100644 index 0000000..ae41bb5 Binary files /dev/null and b/loftydan/overlays/colour/TRUE EVENTS.png differ diff --git a/loftydan/overlays/colour/VIDEO GAMES.png b/loftydan/overlays/colour/VIDEO GAMES.png new file mode 100644 index 0000000..a7f8be2 Binary files /dev/null and b/loftydan/overlays/colour/VIDEO GAMES.png differ diff --git a/loftydan/people.yml b/loftydan/people.yml new file mode 100644 index 0000000..b0c0545 --- /dev/null +++ b/loftydan/people.yml @@ -0,0 +1,222 @@ +external_templates: + git: PMM/templates + template_variables: + collection_section: 17 + +templates: + people: + actor: tmdb + tmdb_person: <<person>> + sort_title: "!17_!<<collection_name>>" + collection_order: release + +collections: + Actors Collections: + template: + - name: separator + separator: actor + +########################### +# People Collections # +########################### + Adam Sandler: + writer: tmdb + template: {name: people, person: 19292} + Al Pacino: + template: {name: people, person: 1158} + Angelina Jolie: + template: {name: people, person: 11701} + Brad Pitt: + template: {name: people, person: 287} + Bruce Lee: + template: {name: people, person: 19429} + Bruce Willis: + template: {name: people, person: 62} + Cameron Diaz: + template: {name: people, person: 6941} + Channing Tatum: + template: {name: people, person: 38673} + Christian Bale: + template: {name: people, person: 3894} + Chris Evans: + template: {name: people, person: 16828} + Chris Hemsworth: + template: {name: people, person: 74568} + Chris Pratt: + template: {name: people, person: 73457} + Chris Rock: + template: {name: people, person: 2632} + Christopher Nolan: + director: tmdb + template: {name: people, person: 525} + Christopher Walken: + template: {name: people, person: 4690} + Daniel Craig: + template: {name: people, person: 8784} + Dave Chappelle: + template: {name: people, person: 4169} + Denzel Washington: + template: {name: people, person: 5292} + Dwayne Johnson: + template: {name: people, person: 18918} + Eddie Murphy: + template: {name: people, person: 776} + Emma Stone: + template: {name: people, person: 54693} + Emma Watson: + template: {name: people, person: 10990} + Ewan McGregor: + template: {name: people, person: 3061} + George Clooney: + template: {name: people, person: 1461} + Gerard Butler: + template: {name: people, person: 17276} + Harrison Ford: + template: {name: people, person: 3} + Hayao Miyazaki: + template: {name: people, person: 608} + Hugh Jackman: + template: {name: people, person: 6968} + Ice Cube: + template: {name: people, person: 9778} + J.J. Abrams: + director: tmdb + template: {name: people, person: 15344} + Jack Black: + template: {name: people, person: 70851} + Jackie Chan: + template: {name: people, person: 18897} + James Cameron: + director: tmdb + template: {name: people, person: 2710} + James Franco: + template: {name: people, person: 17051} + Jamie Foxx: + template: {name: people, person: 134} + Jason Bateman: + template: {name: people, person: 23532} + Jason Statham: + template: {name: people, person: 976} + Jennifer Aniston: + template: {name: people, person: 4491} + Jennifer Lawrence: + template: {name: people, person: 72129} + Jesse Eisenberg: + template: {name: people, person: 44735} + Jessica Alba: + template: {name: people, person: 56731} + Jet Li: + template: {name: people, person: 1336} + Jim Carrey: + template: {name: people, person: 206} + John Candy: + template: {name: people, person: 7180} + John Travolta: + template: {name: people, person: 8891} + Julia Roberts: + template: {name: people, person: 1204} + Kevin Hart: + template: {name: people, person: 55638} + Liam Neeson: + template: {name: people, person: 3896} + Lucy Liu: + template: {name: people, person: 140} + M. Night Shyamalan: + director: tmdb + template: {name: people, person: 11614} + Mark Wahlberg: + template: {name: people, person: 13240} + Matt Damon: + template: {name: people, person: 1892} + Matthew McConaughey: + template: {name: people, person: 10297} + Melissa McCarthy: + template: {name: people, person: 55536} + Meryl Streep: + template: {name: people, person: 5064} + Michael Bay: + director: tmdb + template: {name: people, person: 865} + Michael Caine: + template: {name: people, person: 3895} + Mike Myers: + template: {name: people, person: 12073} + Mila Kunis: + template: {name: people, person: 18973} + Milla Jovovich: + template: {name: people, person: 63} + Morgan Freeman: + template: {name: people, person: 192} + Natalie Portman: + template: {name: people, person: 524} + Nicolas Cage: + template: {name: people, person: 2963} + Nicole Kidman: + template: {name: people, person: 2227} + Orlando Bloom: + template: {name: people, person: 114} + Owen Wilson: + template: {name: people, person: 887} + Patrick Stewart: + template: {name: people, person: 2387} + Quentin Tarantino: + writer: tmdb + director: tmdb + template: {name: people, person: 138} + Reese Witherspoon: + template: {name: people, person: 368} + Ridley Scott: + director: tmdb + template: {name: people, person: 578} + Robin Williams: + template: {name: people, person: 2157} + Rosario Dawson: + template: {name: people, person: 5916} + Ryan Reynolds: + template: {name: people, person: 10859} + Samuel L. Jackson: + template: {name: people, person: 2231} + Sandra Bullock: + template: {name: people, person: 18277} + Sacha Baron Cohen: + template: {name: people, person: 6730} + Scarlett Johansson: + template: {name: people, person: 1245} + Sean Connery: + template: {name: people, person: 738} + Seth Rogen: + writer: tmdb + director: tmdb + template: {name: people, person: 19274} + Shia LaBeouf: + template: {name: people, person: 10959} + Steve Buscemi: + template: {name: people, person: 884} + Steve Carell: + template: {name: people, person: 4495} + Steve Martin: + template: {name: people, person: 67773} + Steven Seagal: + template: {name: people, person: 23880} + Steven Spielberg: + director: tmdb + template: {name: people, person: 488} + Sylvester Stallone: + template: {name: people, person: 16483} + Tim Burton: + writer: tmdb + director: tmdb + template: {name: people, person: 510} + Tom Cruise: + template: {name: people, person: 500} + Tom Hanks: + template: {name: people, person: 31} + Will Ferrell: + template: {name: people, person: 23659} + Will Smith: + template: {name: people, person: 2888} + Woody Harrelson: + template: {name: people, person: 57755} + Zack Snyder: + director: tmdb + template: {name: people, person: 15217} \ No newline at end of file diff --git a/meisnate12/MovieCharts.yml b/meisnate12/MovieCharts.yml index cdce48b..1cfb027 100644 --- a/meisnate12/MovieCharts.yml +++ b/meisnate12/MovieCharts.yml @@ -62,3 +62,5 @@ collections: template: { name: Best of, year: 2020 } Best of 2021: template: { name: Best of, year: 2021 } + Best of 2022: + template: { name: Best of, year: 2022 } diff --git a/mountaingod2/stonerfilms.yml b/mountaingod2/stonerfilms.yml new file mode 100644 index 0000000..ec2af17 --- /dev/null +++ b/mountaingod2/stonerfilms.yml @@ -0,0 +1,55 @@ +############################################################# +# Stoner Collection # +# Created by MountainGod2 # +############################################################# +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: mountaingod2/stonerfilms # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: false # +# # Turn the April 20 (4/20) collection on/off # +# schedule_420: range(04/15-04/24) # +# # Sets how the collection is sorted # +# sort_by: title.asc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "00" # +############################################################# +external_templates: + git: PMM/templates + +templates: + Holiday: + default: + sort_by: title.asc + visible_home_<<season>>: true + visible_shared_<<season>>: true + optional: + - schedule_<<season>> + - visible_library_<<season>> + schedule: <<schedule_<<season>>>> + visible_library: <<visible_library_<<season>>>> + visible_home: <<visible_home_<<season>>>> + visible_shared: <<visible_shared_<<season>>>> + smart_label: <<sort_by>> + summary: A collection of <<collection_name>> and other movies that may relate to the season. + url_poster: https://raw.githubusercontent.com/MountainGod2/Plex-Meta-Manager-Images/master/seasonal/<<season>>.jpg + delete_not_scheduled: true + +collections: + Seasonal Collections: + template: + - name: separator off + separator: seasonal + + Stoner Films: + template: + - name: Holiday + season: 420 + schedule_420: range(04/15-04/24) + - name: shared + imdb_list: https://www.imdb.com/list/ls075204988/ diff --git a/mpmullally/genres.yml b/mpmullally/genres.yml new file mode 100644 index 0000000..ac1cee6 --- /dev/null +++ b/mpmullally/genres.yml @@ -0,0 +1,195 @@ +########################################################################## +########################################################################## +## _ _ _ ## +## _ __ ___ _ __ __ _ _ __ (_) | _(_) ## +## | '_ ` _ \| '__/ _` | '_ \| | |/ / | ## +## | | | | | | | | (_| | | | | | <| | ## +## |_| |_| |_|_| \__,_|_| |_|_|_|\_\_| ## +## ## +## ## +## Collection for Plex-Meta-Manager ## +########################################################################## +########################################################################## + +# +01_ = Charts +# +02_ = Holidays +# +03_ = Studios or Network +# +04_ = Collection +# +05_ = Countries +# +06_ = Genres +# +07_ = Awards +# +08_ = Decades +# +09_ = People +# +10_ = Movies + +##################################################### +# Genre Collections # +##################################################### + +templates: + GenreMulti: + sort_title: +06_<<collection_name>> + sync_mode: sync + url_background: https://img5.goodfon.com/original/1920x1080/1/61/fon-netflix-logo-raduga-tsvet-fon-background-skachat-oboi-sk.jpg + collection_order: release + + Genre: + sort_title: +06_<<collection_name>> + sync_mode: sync + url_background: https://img5.goodfon.com/original/1920x1080/1/61/fon-netflix-logo-raduga-tsvet-fon-background-skachat-oboi-sk.jpg + collection_order: custom + +collections: + + Action: + template: { name: GenreMulti} + trakt_list: + - https://trakt.tv/users/fresnobiker/lists/action-movies-2000-to-2021 + - https://trakt.tv/users/g0g0/lists/heroic-killer-bad-ass + - https://trakt.tv/users/movistapp/lists/action + - https://trakt.tv/users/grimreaper1972/lists/action-tv + - https://trakt.tv/users/buzdekay/lists/action + url_background: https://images.unsplash.com/photo-1588281345136-9893252095bd + url_poster: https://theposterdb.com/api/assets/203054 + + Adventure: + template: { name: GenreMulti} + url_poster: https://theposterdb.com/api/assets/203108 + trakt_list: + - https://trakt.tv/users/movistapp/lists/adventure + - https://trakt.tv/users/krissykk/lists/adventure-drama-comedy-discovery-novels-1of2 + + Animation: + template: { name: Genre} + url_poster: https://theposterdb.com/api/assets/203119 + trakt_list: + - https://trakt.tv/users/movistapp/lists/animation + + Comedy: + template: { name: GenreMulti} + trakt_list: + - https://trakt.tv/users/movistapp/lists/comedy + - https://trakt.tv/users/krissykk/lists/comedy-comedy-drama + - https://trakt.tv/users/amymarie1982/lists/comedies + - https://trakt.tv/users/norman05/lists/sitcoms + - https://trakt.tv/users/coldkeys/lists/classic-american-comedy + - https://trakt.tv/users/pauls67/lists/british-comedy + + Documentary: + template: { name: GenreMulti} + trakt_list: + - https://trakt.tv/users/hdlists/lists/documentary-movies-top-rated-from-1980-to-today + - https://trakt.tv/users/kayaaron13/lists/ranker-greatest-documentaries-of-all-time + - https://trakt.tv/users/sp1ti/lists/the-documentary-blog-s-top-50-documentaries-of-the-decade + - https://trakt.tv/users/firetv4k/lists/nature-documentaries + - https://trakt.tv/users/firetv4k/lists/science-documentaries + - https://trakt.tv/users/michaeldibben/lists/documentaries-scientific-factual + - https://trakt.tv/users/oxnard/lists/documentaries + - https://trakt.tv/users/hammers-lists/lists/martial-arts-documentaries + - https://trakt.tv/users/cscott1/lists/history-science-documentaries + - https://trakt.tv/users/kttylttrbreath/lists/interesting-and-or-quality-documentaries + + Drama: + template: { name: GenreMulti} + trakt_list: + - https://trakt.tv/users/movistapp/lists/drama + - https://trakt.tv/users/majeed_pk/lists/drama-movies-_-the-essential-list + - https://trakt.tv/users/krissykk/lists/drama-11910764 + + Dystopian: + template: { name: GenreMulti} + trakt_list: + - https://trakt.tv/users/mezuror/lists/dystopian + - https://trakt.tv/users/remontant/lists/dystopian-movies + summary: A dystopia, or cacotopia, is a speculated ideal society with minimal crime, violence and poverty that is undesirable or frightening. + + Fantasy: + template: { name: GenreMulti} + trakt_list: + - https://trakt.tv/users/movistapp/lists/fantasy + - https://trakt.tv/users/6911557d-5846-4d10-97c8-af0ed44a5dc7/lists/fantasy + - https://trakt.tv/users/ld667/lists/best-fantasy-movies-of-all-time + + Gangster: + template: { name: GenreMulti} + trakt_list: + - https://trakt.tv/users/bmonomad/lists/gangster + - https://trakt.tv/users/moses456/lists/hood_gangsters_ghetto-movies + - https://trakt.tv/users/whitecoat21/lists/cartel-gang-mafia + - https://trakt.tv/users/debonair-pirate/lists/mobsters + - https://trakt.tv/users/krissykk/lists/documentary-movies-famous-gangsters-organized-crime + - https://trakt.tv/users/majeed_pk/lists/best-mafia-gangsters-tv-shows + + History: + template: { name: GenreMulti} + trakt_list: + - https://trakt.tv/users/movistapp/lists/history + - https://trakt.tv/users/additup/lists/period-drama-history + + Musical: + template: { name: GenreMulti} + trakt_list: + - https://trakt.tv/users/mpsimala/lists/musicals + - https://trakt.tv/users/guavalove/lists/musical-television + - https://trakt.tv/users/trakker/lists/musical-tv + - https://trakt.tv/users/asterlea/lists/top-musicals + - https://trakt.tv/users/maxwelldeux/lists/bfi-s-100-film-musicals + + Romance: + template: { name: GenreMulti} + trakt_list: + - https://trakt.tv/users/movistapp/lists/romance + - https://trakt.tv/users/rdjones247/lists/films-romance + - https://trakt.tv/users/krissykk/lists/romance-comedy-and-drama-mixed-movies?sort=title,asc + + Sci-Fi: + template: { name: GenreMulti} + trakt_list: + - https://trakt.tv/users/movistapp/lists/science-fiction + - https://trakt.tv/users/canconfirm/lists/sci-fi + - https://trakt.tv/users/chazlarson/lists/looper-best-scifi-of-2021 + - https://trakt.tv/users/evilbyte/lists/hard-science-fiction + - https://trakt.tv/users/zapin/lists/best-sci-fi-series + + Sports: + template: { name: GenreMulti} + trakt_list: + - https://trakt.tv/users/lish408/lists/sports-documentary-series-film + + War: + template: { name: GenreMulti} + trakt_list: + - https://trakt.tv/users/movistapp/lists/war + - https://trakt.tv/users/maxtrontv/lists/war-tv-shows + - https://trakt.tv/users/majeed_pk/lists/wwii-tv-series + - https://trakt.tv/users/debonair-pirate/lists/war + - https://trakt.tv/users/majeed_pk/lists/wwii-tv-series + - https://trakt.tv/users/jonatos1972/lists/war + + Western: + template: { name: GenreMulti} + trakt_list: + - https://trakt.tv/users/kayaaron13/lists/ranker-top-western-movies + - https://trakt.tv/users/movistapp/lists/western + - https://trakt.tv/users/bambos/lists/western-tv-series-watchlist + - https://trakt.tv/users/artscience84/lists/cowboy-hat + - https://trakt.tv/users/kodiuser000000/lists/tv-westerns + summary: Western Film is a genre that revolves around stories primarily set in the late 19th century in the American Old West. + + Zombie: + template: { name: GenreMulti} + trakt_list: + - https://trakt.tv/users/ld667/lists/the-most-epic-zombie-films-since-2000 + - https://trakt.tv/users/almj24/lists/zombies + - https://trakt.tv/users/mraniki/lists/zombie + + + + + + + + + + + diff --git a/mpmullally/oscars.yml b/mpmullally/oscars.yml new file mode 100644 index 0000000..9bb3aad --- /dev/null +++ b/mpmullally/oscars.yml @@ -0,0 +1,70 @@ +############################################################# +# Oscars Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/award/oscars # +# template_variables: # +# # Turn the individual year collections on/off # +# use_year_collections: true # +# # Sets the sort of the IMDb Search # +# imdb_sort: user_rating,desc # +# collection_order: custom # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: 16 # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: 16 + +templates: + Oscars: + default: + imdb_sort: moviemeter,asc + allowed_library_types: movie + summary: Academy Awards (Oscars) Winners for <<key>> + imdb_list: https://www.imdb.com/search/title/?release_date=<<key>>-01-01,<<key>>-12-31&groups=oscar_winner&sort=<<imdb_sort>> + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/winner/<<key>>.jpg + +collections: + + Oscars Best Picture Winners: + template: + - name: award + image: oscars/best_picture_winner + - name: shared + sort: Oscars !1 + allowed_library_types: movie + imdb_list: https://www.imdb.com/search/title/?groups=best_picture_winner + summary: The Academy Award for Best Picture is one of the Academy Awards presented annually by the Academy of Motion Picture Arts and Sciences since the awards debuted in 1929. + + Oscars Best Director Winners: + template: + - name: award + image: oscars/best_director_winner + - name: shared + sort: Oscars !2 + allowed_library_types: movie + imdb_list: https://www.imdb.com/search/title/?groups=best_director_winner + summary: The Academy Award for Best Director is one of the Academy Awards presented annually by the Academy of Motion Picture Arts and Sciences since the awards debuted in 1929. + +dynamic_collections: + Oscars Winners Awards: + type: number + sync: true + data: + starting: current_year-5 + ending: current_year + title_format: Oscars Winners <<key_name>> + template: + - use_year_collections + - Oscars + - award + - shared diff --git a/mpmullally/people.yml b/mpmullally/people.yml new file mode 100644 index 0000000..8d29df7 --- /dev/null +++ b/mpmullally/people.yml @@ -0,0 +1,81 @@ +###################################################### +# 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: + Adam Sandler: + template: {name: Person, person: 19292} + Arnold Schwarzenegger: + template: {name: Person, person: 1100} + Bruce Willis: + template: {name: Person, person: 62} + Charlie Chaplin: + template: {name: Person, person: 13848} + Christopher Nolan: + template: {name: Person, person: 525} + Coen Brothers: + template: {name: Person, person: "1223, 1224"} + summary: "Joel Coen and Ethan Coen, collectively referred to as the Coen Brothers, are American film directors, producers, screenwriters, and editors. Their films span many genres and styles, which they frequently subvert or parody. Their most acclaimed works include: Raising Arizona (1987), Miller's Crossing (1990), Fargo (1996), The Big Lebowski (1998), O Brother, Where Art Thou? (2000), No Country for Old Men (2007), Burn After Reading (2008), A Serious Man (2009), True Grit (2010), Inside Llewyn Davis (2013), and The Ballad of Buster Scruggs (2018)." + Denzel Washington: + template: {name: Person, person: 5292} + Dustin Hoffman: + template: {name: Person, person: 4483} + Ewan McGregor: + template: {name: Person, person: 3061} + George Clooney: + template: {name: Person, person: 1461} + Harrison Ford: + template: {name: Person, person: 3} + J.J. Abrams: + template: {name: Person, person: 15344} + James Cameron: + template: {name: Person, person: 2710} + Jim Carrey: + template: {name: Person, person: 206} + Kevin Costner: + template: {name: Person, person: 1269} + Leonardo DiCaprio: + template: {name: Person, person: 6193} + Liam Neeson: + template: {name: Person, person: 3896} + Matt Damon: + template: {name: Person, person: 1892} + Mel Brooks: + template: {name: Person, person: 14639} + Mel Gibson: + template: {name: Person, person: 2461} + Michael Bay: + template: {name: Person, person: 865} + Morgan Freeman: + template: {name: Person, person: 192} + Nicolas Cage: + template: {name: Person, person: 2963} + Patrick Stewart: + template: {name: Person, person: 2387} + Ridley Scott: + template: {name: Person, person: 578} + Robin Williams: + template: {name: Person, person: 2157} + Samuel L. Jackson: + template: {name: Person, person: 2231} + Sean Connery: + template: {name: Person, person: 738} + Steven Spielberg: + template: {name: Person, person: 488} + Tom Cruise: + template: {name: Person, person: 500} + Tom Hanks: + template: {name: Person, person: 31} + Will Smith: + template: {name: Person, person: 2888} diff --git a/mpmullally/seasonal.yml b/mpmullally/seasonal.yml new file mode 100644 index 0000000..17e2ee1 --- /dev/null +++ b/mpmullally/seasonal.yml @@ -0,0 +1,145 @@ +############################################################# +# Seasonal Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie only) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/movie/seasonal # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: false # +# # Turn the Independence Day collection on/off # +# schedule_independence: range(06/23-07/11) # +# # Turn the Easter collection on/off # +# schedule_easter: range(03/22-04/25) # +# # Turn the Valentine's Day collection on/off # +# schedule_valentine: range(02/01-02/29) # +# # Turn the St. Patrick's Day collection on/off # +# schedule_patrick: range(03/01-03/18) # +# # Turn the Thanksgiving collection on/off # +# schedule_thanksgiving: range(11/01-11/30) # +# # Turn the Halloween collection on/off # +# schedule_halloween: range(10/01-10/31) # +# # Turn the Christmas collection on/off # +# schedule_christmas: range(12/01-12/31) # +# # Turn the New Year's Day collection on/off # +# schedule_years: range(12/26-01/04) # +# # Sets how the collection is sorted # +# sort_by: title.asc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "00" # +############################################################# + +external_templates: + git: PMM/templates + +templates: + Holiday: + default: + sort_by: title.asc + visible_home_<<season>>: true + visible_shared_<<season>>: true + optional: + - schedule_<<season>> + - visible_library_<<season>> + schedule: <<schedule_<<season>>>> + visible_library: <<visible_library_<<season>>>> + visible_home: <<visible_home_<<season>>>> + visible_shared: <<visible_shared_<<season>>>> + smart_label: <<sort_by>> + summary: A collection of <<collection_name>> and other movies that may relate to the season. + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/seasonal/<<season>>.jpg + delete_not_scheduled: true + +collections: + Seasonal Collections: + template: + - name: separator off + separator: seasonal + + Independence Day: + template: + - name: Holiday + season: independence + schedule_independence: range(06/23-07/11) + - name: shared + imdb_list: + - https://www.imdb.com/list/ls068664510/ + - https://www.imdb.com/list/ls080925875/ + + Easter: + template: + - name: Holiday + season: easter + schedule_easter: range(03/22-04/25) + - name: shared + imdb_list: + - https://www.imdb.com/list/ls062665509/ + - https://www.imdb.com/list/ls051733651/ + + Valentine's Day: + template: + - name: Holiday + season: valentine + schedule_valentine: range(02/01-02/29) + - name: shared + imdb_list: + - https://www.imdb.com/list/ls000094398/ + - https://www.imdb.com/list/ls057783436/ + - https://www.imdb.com/list/ls064427905/ + + St. Patrick's Day: + template: + - name: Holiday + season: patrick + schedule_patrick: range(03/01-03/18) + - name: shared + imdb_list: https://www.imdb.com/list/ls063934595/ + + Thanksgiving: + collection_name: Thanksgiving + template: + - name: Holiday + season: thanksgiving + schedule_thanksgiving: range(11/01-11/30) + - name: shared + imdb_list: + - https://www.imdb.com/list/ls000835734/ + - https://www.imdb.com/list/ls091597850/ + + Halloween: + template: + - name: Holiday + season: halloween + schedule_halloween: range(10/01-10/31) + - name: shared + imdb_list: + - https://www.imdb.com/list/ls023118929/ + - https://www.imdb.com/list/ls000099714/ + tmdb_collection: + - 91361 # Halloween Collection + - 8581 # A Nightmare on Elm Street Collection + - 1733 # The Mummy Collection + - 8091 # Alien Collection + tmdb_movie: + - 23437 # A Nightmare on Elm Street (2010) + + Christmas: + template: + - name: Holiday + season: christmas + schedule_christmas: range(12/01-12/31) + - name: shared + imdb_list: https://www.imdb.com/list/ls000096828/ + + New Year's Day: + template: + - name: Holiday + season: years + schedule_years: range(12/26-01/04) + - name: shared + imdb_list: https://www.imdb.com/list/ls066838460/ \ No newline at end of file diff --git a/mpmullally/some-movies.yml b/mpmullally/some-movies.yml new file mode 100644 index 0000000..63bcc8d --- /dev/null +++ b/mpmullally/some-movies.yml @@ -0,0 +1,88 @@ +###################################################### +# Collections # +###################################################### +templates: + Decade: + sort_title: 01_Decade_<<collection_name>> + collection_order: alpha + sync_mode: sync + Popular: + sort_title: 02_Popular_<<collection_name>> + collection_order: custom + sync_mode: sync + DC Marvel: + sort_title: 03_DC_Marvel_<<collection_name>> + collection_order: release + Studio: + sort_title: 04_Studio_<<collection_name>> + collection_order: alpha + Disney: + sort_title: 05_Disney <<collection_name>> + collection_order: alpha + Genre: + sort_title: 06_Genre_<<collection_name>> + collection_order: custom + sync_mode: sync + Actor: + actor: tmdb + tmdb_person: <<person>> + tmdb_director: <<director>> + tmdb_writer: <<writer>> + sync_mode: sync + collection_order: release + sort_title: 07_Person_<<collection_name>> + +collections: + Certified Fresh: + trakt_list: https://trakt.tv/users/linaspurinis/lists/certified-fresh + collection_mode: show_items + template: + name: Popular + Trakt Trending: + trakt_chart: + chart: trending + limit: 30 + template: + name: Popular + Good Bad Movies: + trakt_list: + - https://trakt.tv/users/philrivers/lists/the-50-best-good-bad-movies?sort=rank,asc + - https://trakt.tv/users/acelove/lists/good-bad-movies?sort=title,asc + - https://trakt.tv/users/gristlemctough/lists/bad-movies?sort=title,asc + - https://trakt.tv/users/maxwelldeux/lists/badmovies-org-best-b-movies?sort=rank,asc + collection_mode: show_items + template: + name: Popular + collection_order: alpha + Cult Classics: + trakt_list: + - https://trakt.tv/users/mr-mc86/lists/cult-classics?sort=rank,asc + - https://trakt.tv/users/mekwall/lists/cult-films?sort=rank,asc + collection_mode: show_items + template: + name: Popular + collection_order: alpha + Marvel Cinematic Universe: + trakt_list: https://trakt.tv/users/tetharion/lists/marvel-cinematic-universe?sort=rank,asc + summary: The Marvel Cinematic Universe (MCU) is an American media franchise and shared universe centered on a series of superhero films, independently produced by Marvel Studios and based on characters that appear in American comic books published by Marvel Comics. The franchise includes comic books, short films, television series, and digital series. The shared universe, much like the original Marvel Universe in comic books, was established by crossing over common plot elements, settings, cast, and characters. The first MCU film is Iron Man (2008), which began the films of Phase One culminating in the crossover film The Avengers (2012). Phase Two began with Iron Man 3 (2013) and concluded with Ant-Man (2015). Phase Three began with Captain America - Civil War (2016) and concluded with Spider-Man - Far From Home (2019). The first three phases in the franchise are collectively known as "The Infinity Saga". The films of Phase Four will begin with Black Widow (2021) and are set to conclude with Guardians of the Galaxy Vol. 3 (2023). + collection_mode: show_items + sync_mode: append + template: + name: DC Marvel + DC Extended Universe: + trakt_list: https://trakt.tv/users/donxy/lists/dc-extended-universe + sync_mode: append + template: + name: DC Marvel + Car Films: + letterboxd_list: https://letterboxd.com/alexquinney/list/cars/ + trakt_list: https://trakt.tv/users/rockcrusher/lists/cars?sort=title,asc + template: + name: Genre + collection_order: alpha + Aaron Sorkin: + template: + name: Actor + person: 13520 + writer: 13520 + director: 13520 \ No newline at end of file diff --git a/mpmullally/studio.yml b/mpmullally/studio.yml new file mode 100644 index 0000000..0d1e227 --- /dev/null +++ b/mpmullally/studio.yml @@ -0,0 +1,115 @@ +############################################################# +# Dynamic Studio Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/studio # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "07" # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "07" + +templates: + studio_dynamic: + default: + sort_by: release.desc + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/<<key_encoded>>.jpg + smart_filter: + sort_by: <<sort_by>> + any: + studio.is: <<value>> + +collections: + Studio Collections: + template: + - name: separator + separator: studio + +dynamic_collections: + Studio: + type: studio + title_format: <<key_name>> + template: + - studio_dynamic + - shared + include: + - 20th Century Studios + - Amazon Studios + - Blue Sky Studios + - Columbia Pictures + - DreamWorks Studios + - Illumination Entertainment + - Lionsgate + - Lucasfilm Ltd + - Marvel Studios + - Metro-Goldwyn-Mayer + - New Line Cinema + - Paramount Pictures + - Pixar + - Sony Pictures + - Studio Ghibli + - Universal Pictures + - Walt Disney Pictures + - Warner Bros. Pictures + addons: + 20th Century Studios: + - 20th Century + - 20th Century Animation + Amazon Studios: + - Amazon + Blue Sky Studios: + - Blue Sky Films + Columbia Pictures: + - Columbia TriStar + - TriStar + DreamWorks Studios: + - DreamWorks + - DreamWorks Animation + Illumination Entertainment: + - Illumination Films + Lucasfilm Ltd: + - Lucasfilm + Marvel Studios: + - Marvel Animation + - Marvel Enterprises + - Marvel Entertainment + - Marvel + Metro-Goldwyn-Mayer: + - MGM + New Line Cinema: + - New Line + Paramount Pictures: + - Paramount + - Paramount Animation + Pixar: + - Pixar Animation Studios + Sony Pictures: + - Sony + - Sony Pictures Animation + Universal Pictures: + - Universal + - Universal Animation Studios + Walt Disney Pictures: + - Disney + - Disney Chanel + - DisneyToon Studios + - Walt Disney Feature Animation + - Walt disney Productions + - Walt Disney Animation Studios + Warner Bros. Pictures: + - Warner + - Warner Animation Group diff --git a/mpmullally/thememovies.yml b/mpmullally/thememovies.yml new file mode 100644 index 0000000..5717683 --- /dev/null +++ b/mpmullally/thememovies.yml @@ -0,0 +1,55 @@ +###################################################### +# # +# / | / /__ / /_/ __ \/ /__ _ __/ ____/ (_) __ # +# / |/ / _ \/ __/ /_/ / / _ \| |/_/ /_ / / / |/_/ # +# / /| / __/ /_/ ____/ / __/> </ __/ / / /> < # +#/_/ |_/\___/\__/_/ /_/\___/_/|_/_/ /_/_/_/|_| # +# Plex Meta Manager Movie.yml Config # +# # +###################################################### +# TEMPLATES # +###################################################### +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + smart_label: added.desc + Best of: + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<year>> + sort_title: +1_Best of <<year>> + sync_mode: sync + summary: Rotten Tomatoes Highest rated Movies of <<year>> + smart_label: audience_rating.desc +collections: + Based on True Events: + smart_label: originally_available.desc + trakt_list: https://trakt.tv/users/manu101/lists/based-inspired-on-actual-events + summary: Movies based on true events. + sort_title: '+2 Based on true events' + Chick Flicks: + trakt_list: + - https://trakt.tv/users/29zombies/lists/romantic-comedies + - https://trakt.tv/users/yirmaster/lists/chick-flicks + summary: Get in touch with your feminine side. + sort_title: '+2 Chick Flicks' + collection_order: alpha + collection_mode: default + Heist Movies: + imdb_list: + - https://www.imdb.com/list/ls068224634/ + - https://www.imdb.com/list/ls009794682/ + summary: Movies detailing the preparation for, execution of and aftermath of a (well-)planned and often daring heist. + sort_title: '+2 Heist' + collection_order: alpha + collection_mode: default + Member Berries: + smart_label: release.desc + trakt_list: https://trakt.tv/users/netplexflix/lists/member-berries + summary: Member Berry movies are movies that contain a lot of call backs or easter eggs to previous movies in the franchise or related franchises. Often franchise reboots. + sort_title: '+2 Member Berries' + sync_mode: sync + Time Travel: + smart_label: title.asc + trakt_list: https://trakt.tv/users/vagnerr/lists/time-travel + summary: Film/show contains time-travel. In any form. Be it time-loop, full on relocation in time, consciousness transfer... + sort_title: '+2 Time Travel' diff --git a/ramair02/Documentaries.yml b/ramair02/Documentaries.yml new file mode 100644 index 0000000..d65ff0e --- /dev/null +++ b/ramair02/Documentaries.yml @@ -0,0 +1,6 @@ +collections: + Michael Moore: + tmdb_actor: 17087 + tmdb_writer: 17087 + tmdb_director: 17087 + tmdb_producer: 17087 \ No newline at end of file diff --git a/ramair02/Movies.yml b/ramair02/Movies.yml new file mode 100644 index 0000000..2d663f6 --- /dev/null +++ b/ramair02/Movies.yml @@ -0,0 +1,1262 @@ +###################################################### +# Collections # +###################################################### +templates: + Decade: + sort_title: 01_Decade_<<collection_name>> + collection_order: alpha + sync_mode: sync + Popular: + sort_title: 02_Popular_<<collection_name>> + collection_order: custom + sync_mode: sync + DC Marvel: + sort_title: 03_DC_Marvel_<<collection_name>> + collection_order: release + Studio: + sort_title: 04_Studio_<<collection_name>> + collection_order: alpha + Disney: + sort_title: 05_Disney <<collection_name>> + collection_order: alpha + Genre: + sort_title: 06_Genre_<<collection_name>> + collection_order: custom + sync_mode: sync + Actor: + actor: tmdb + tmdb_person: <<person>> + tmdb_director: <<director>> + tmdb_writer: <<writer>> + sync_mode: sync + collection_order: release + sort_title: 07_Person_<<collection_name>> + +collections: + 30s Movies: + decade: 1930 + template: + name: Decade + 40s Movies: + decade: 1940 + template: + name: Decade + 50s Movies: + decade: 1950 + template: + name: Decade + 60s Movies: + decade: 1960 + template: + name: Decade + 70s Movies: + decade: 1970 + template: + name: Decade + 80s Movies: + decade: 1980 + template: + name: Decade + 90s Movies: + decade: 1990 + template: + name: Decade + Most Popular Movies (90 Days): + tautulli_popular: + list_days: 90 + list_size: 25 + list_buffer: 20 + collection_mode: show_items + template: + name: Popular + IMDb Top 250: + imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc + collection_mode: show_items + template: + name: Popular + Certified Fresh: + trakt_list: https://trakt.tv/users/linaspurinis/lists/certified-fresh + collection_mode: show_items + template: + name: Popular + Trakt Trending: + trakt_chart: + chart: trending + limit: 30 + template: + name: Popular + Most Pirated (This Week): + trakt_list: https://trakt.tv/users/linaspurinis/lists/top-10-pirated-movies-of-the-week?sort=rank,asc + collection_mode: show_items + template: + name: Popular + Oscars Best Picture Winners: + imdb_list: https://www.imdb.com/search/title/?count=100&groups=oscar_best_picture_winners&sort=year%2Cdesc + collection_mode: show_items + template: + name: Popular + Good Bad Movies: + trakt_list: + - https://trakt.tv/users/philrivers/lists/the-50-best-good-bad-movies?sort=rank,asc + - https://trakt.tv/users/acelove/lists/good-bad-movies?sort=title,asc + - https://trakt.tv/users/gristlemctough/lists/bad-movies?sort=title,asc + - https://trakt.tv/users/maxwelldeux/lists/badmovies-org-best-b-movies?sort=rank,asc + collection_mode: show_items + template: + name: Popular + collection_order: alpha + Cult Classics: + trakt_list: + - https://trakt.tv/users/mr-mc86/lists/cult-classics?sort=rank,asc + - https://trakt.tv/users/mekwall/lists/cult-films?sort=rank,asc + collection_mode: show_items + template: + name: Popular + collection_order: alpha + Marvel Cinematic Universe: + trakt_list: https://trakt.tv/users/tetharion/lists/marvel-cinematic-universe?sort=rank,asc + summary: The Marvel Cinematic Universe (MCU) is an American media franchise and shared universe centered on a series of superhero films, independently produced by Marvel Studios and based on characters that appear in American comic books published by Marvel Comics. The franchise includes comic books, short films, television series, and digital series. The shared universe, much like the original Marvel Universe in comic books, was established by crossing over common plot elements, settings, cast, and characters. The first MCU film is Iron Man (2008), which began the films of Phase One culminating in the crossover film The Avengers (2012). Phase Two began with Iron Man 3 (2013) and concluded with Ant-Man (2015). Phase Three began with Captain America - Civil War (2016) and concluded with Spider-Man - Far From Home (2019). The first three phases in the franchise are collectively known as "The Infinity Saga". The films of Phase Four will begin with Black Widow (2021) and are set to conclude with Guardians of the Galaxy Vol. 3 (2023). + collection_mode: show_items + sync_mode: append + template: + name: DC Marvel + In Association with Marvel: + trakt_list: https://trakt.tv/users/ishalioh/lists/marvel-non-mcu-live-action?sort=released,asc + collection_mode: show_items + sync_mode: append + template: + name: DC Marvel + DC Extended Universe: + trakt_list: https://trakt.tv/users/donxy/lists/dc-extended-universe + sync_mode: append + template: + name: DC Marvel + Blue Sky Animation: + tmdb_company: 9383 + summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. + sync_mode: append + template: + name: Studio + DreamWorks: + tmdb_company: 521 + summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. + sync_mode: append + template: + name: Studio + Illumination Entertainment: + summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, + are the studio's mascots. + tmdb_company: 6704 + sync_mode: append + template: + name: Studio + Pixar: + tmdb_company: 3 + summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney Company. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the company's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. + sync_mode: append + template: + name: Studio + Sony Pictures Animation: + tmdb_company: 2251 + summary: Sony Pictures Animation Inc. is an American animation studio owned by Sony Entertainment's Sony Pictures Entertainment through their Motion Picture Group division and founded on May 9, 2002. The studio's films are distributed worldwide by Sony Pictures Releasing under their Columbia Pictures label, while all direct-to-video releases are released by Sony Pictures Home Entertainment. + sync_mode: append + template: + name: Studio + Studio Ghibli: + tmdb_company: 10342 + summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. It is best known for its animated feature films, and has also produced several short subjects, television commercials, and two television films. Its mascot and most recognizable symbol is a character named Totoro, a giant catlike spirit from the 1988 anime film My Neighbor Totoro. Among the studio's highest-grossing films are Spirited Away (2001), Howl's Moving Castle (2004) and Ponyo (2008). The studio was founded on June 15, 1985 by directors Hayao Miyazaki and Isao Takahata and producer Toshio Suzuki, after the successful performance of Topcraft's Nausicaä of the Valley of the Wind (1984). It has also collaborated with video game studios on the visual development of several games. + template: + name: Studio + Warner Animation Group: + tmdb_company: 25120 + summary: The Warner Animation Group (WAG) is an American animation studio that is the feature animation division of Warner Bros. Entertainment. Established on January 7, 2013, the studio is the successor to the dissolved 2D traditional hand-drawn animation studio Warner Bros. Feature Animation, which shut down in 2003 and the dissolved family film division Warner Bros. Family Entertainment, which shut down in 2009. The entity is also a sister animation studio of the regular animation studio Warner Bros. Animation. + sync_mode: append + template: + name: Studio + Walt Disney Animation Studios: + imdb_list: https://www.imdb.com/list/ls059383351/ + summary: Walt Disney Animation Studios (WDAS), sometimes shortened to Disney Animation, is an American animation studio that creates animated features and short films for The Walt Disney Company. Founded on October 16, 1923 by brothers Walt Disney and Roy O. Disney, it is one of the oldest-running animation studios in the world. It is currently organized as a division of Walt Disney Studios and is headquartered at the Roy E. Disney Animation Building at the Walt Disney Studios lot in Burbank, California. + sync_mode: append + template: + name: Disney + Walt Disney Pictures: + imdb_list: https://www.imdb.com/list/ls077114097/ + summary: Walt Disney Pictures is an American film production studio of The Walt Disney Studios, which is owned by The Walt Disney Company. The studio is the flagship producer of live-action feature films within the Walt Disney Studios unit, and is based at the Walt Disney Studios in Burbank, California. Animated films produced by Walt Disney Animation Studios and Pixar Animation Studios are also released under this brand. Walt Disney Studios Motion Pictures distributes and markets the films produced by Walt Disney Pictures. + sync_mode: append + template: + name: Disney + Best of Action: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=action&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Adventure: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=adventure&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Biopic: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=biography&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Car Films: + letterboxd_list: https://letterboxd.com/alexquinney/list/cars/ + trakt_list: https://trakt.tv/users/rockcrusher/lists/cars?sort=title,asc + template: + name: Genre + collection_order: alpha + Best of Comedy: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=comedy&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Crime: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=crime&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Drama: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=drama&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Family: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=family&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Fantasy: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&&num_votes=100000,genres=fantasy&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Gangster: + trakt_list: https://trakt.tv/users/iktnikola/lists/101-gangster-movies-you-must-see-before-you-die?sort=rank,asc + template: + name: Genre + Best of History: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=history&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Horror: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=horror&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Music: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=music&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Mystery: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=mystery&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Pandemic: + trakt_list: https://trakt.tv/users/caspian024/lists/virus-epidemic?sort=popularity,asc + template: + name: Genre + Best of Romance: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=romance&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Romantic Comedy: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=comedy,romance&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Romantic Drama: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=drama,romance&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Sci-Fi: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=sci-fi&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Sports: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=sport&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Thriller: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=thriller&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of War: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=war&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Best of Western: + imdb_list: https://www.imdb.com/search/title/?title_type=feature&release_date=1940-01-01,2021-01-31&user_rating=7.5,10.0&num_votes=100000,&genres=western&countries=us&languages=en&adult=include&count=250 + template: + name: Genre + Christmas: + trakt_list: + - https://trakt.tv/users/movistapp/lists/christmas-movies + - https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza + sync_mode: append + template: + name: Genre + collection_order: release + Aaron Sorkin: + template: + name: Actor + person: 13520 + writer: 13520 + director: 13520 + Adam Sandler: + template: + name: Actor + person: 19292 + writer: 19292 + Al Pacino: + template: + name: Actor + person: 1158 + Alejandro G. Inarritu: + template: + name: Actor + director: 223 + Alfred Hitchcock: + template: + name: Actor + person: 2636 + director: 2636 + trakt_list: https://trakt.tv/users/movistapp/lists/hitchcock + Amy Adams: + template: + name: Actor + person: 9273 + Angelina Jolie: + template: + name: Actor + person: 11701 + Anthony Hopkins: + template: + name: Actor + person: 4173 + Arnold Schwarzenegger: + template: + name: Actor + person: 1100 + The Beatles: + template: + name: Actor + person: 10592, 10593, 10594, 10215 + tmdb_list: 7069428 + Ben Affleck: + template: + name: Actor + person: 880 + Ben Stiller: + template: + name: Actor + person: 7399 + Bill Murray: + template: + name: Actor + person: 1532 + Brad Pitt: + template: + name: Actor + person: 287 + Bruce Lee: + template: + name: Actor + person: 19429 + Bruce Willis: + template: + name: Actor + person: 62 + Cary Grant: + template: + name: Actor + person: 2638 + Charles Bronson: + template: + name: Actor + person: 4960 + Charlie Chaplin: + template: + name: Actor + person: 13848 + Charlize Theron: + template: + name: Actor + person: 6885 + Cheech & Chong: + tmdb_collection: 33071 + collection_order: release + sort_title: 06_Person_<<collection>> + Chevy Chase: + template: + name: Actor + person: 54812 + Christian Bale: + template: + name: Actor + person: 3894 + Christopher Nolan: + template: + name: Actor + director: 525 + Chuck Norris: + template: + name: Actor + person: 51576 + Clint Eastwood: + template: + name: Actor + person: 190 + director: 190 + Coen Brothers: + template: + name: Actor + writer: 1223, 1224 + director: 1223, 1224 + Dave Chappelle: + template: + name: Actor + person: 4169 + Denzel Washington: + template: + name: Actor + person: 5292 + Diane Keaton: + template: + name: Actor + person: 3092 + Dustin Hoffman: + template: + name: Actor + person: 4483 + Eddie Murphy: + template: + name: Actor + person: 776 + Edward Norton: + template: + name: Actor + person: 819 + Elvis Presley: + template: + name: Actor + person: 21457 + Emma Stone: + template: + name: Actor + person: 54693 + Francis Ford Coppola: + template: + name: Actor + person: 1776 + director: 1776 + Gene Hackman: + template: + name: Actor + person: 193 + Gene Wilder: + template: + name: Actor + person: 3460 + George Clooney: + template: + name: Actor + person: 1461 + Gregory Peck: + template: + name: Actor + person: 8487 + Harrison Ford: + template: + name: Actor + person: 3 + Humphrey Bogart: + template: + name: Actor + person: 4110 + Jack Nicholson: + template: + name: Actor + person: 514 + James Cameron: + template: + name: Actor + person: 2710 + director: 2710 + James Dean: + template: + name: Actor + person: 2749 + James Franco: + template: + name: Actor + person: 17051 + Jamie Foxx: + template: + name: Actor + person: 134 + Jeff Bridges: + template: + name: Actor + person: 1229 + Jennifer Aniston: + template: + name: Actor + person: 4491 + Jennifer Lawrence: + template: + name: Actor + person: 72129 + Jim Carrey: + template: + name: Actor + person: 206 + John Candy: + template: + name: Actor + person: 7180 + John Travolta: + template: + name: Actor + person: 8891 + John Wayne: + template: + name: Actor + person: 4165 + Johnny Depp: + template: + name: Actor + person: 85 + Jordan Peele: + template: + name: Actor + person: 291263 + Judd Apatow: + template: + name: Actor + person: 41039 + writer: 41039 + director: 41039 + Julia Roberts: + template: + name: Actor + person: 1204 + Kevin Costner: + template: + name: Actor + person: 1269 + Kevin Smith: + template: + name: Actor + person: 19303 + director: 19303 + writer: 19303 + Laurel & Hardy: + template: + name: Actor + person: 89670, 78057 + Leonardo DiCaprio: + template: + name: Actor + person: 6193 + summary: Laurel and Hardy were a comedy duo act during the early Classical Hollywood era of American cinema. The team was composed of Englishman Stan Laurel (1890-1965) and American Oliver Hardy (1892-1957). They became well known during the late 1920s to the mid-1940s for their slapstick comedy, with Laurel playing the clumsy and childlike fried of the pompous bully Hardy. + Mark Wahlberg: + template: + name: Actor + person: 13240 + Marlon Brando: + template: + name: Actor + person: 3084 + Martin Scorsese: + template: + name: Actor + person: 1032 + director: 1032 + writer: 1032 + Matt Damon: + template: + name: Actor + person: 1892 + Matthew McConaughey: + template: + name: Actor + person: 10297 + Mel Brooks: + template: + name: Actor + person: 14639 + director: 14639 + writer: 14639 + Mel Gibson: + template: + name: Actor + person: 2461 + director: 2461 + Meryl Streep: + template: + name: Actor + person: 5064 + Michael Caine: + template: + name: Actor + person: 3895 + Michael Keaton: + template: + name: Actor + person: 2232 + Morgan Freeman: + template: + name: Actor + person: 192 + Nicolas Cage: + template: + name: Actor + person: 2963 + Nicole Kidman: + template: + name: Actor + person: 2227 + Oliver Stone: + template: + name: Actor + person: 1152 + director: 1152 + writer: 1152 + Pryor & Wilder: + template: + name: Actor + person: 9309, 3460 + Quentin Tarantino: + template: + name: Actor + person: 138 + director: 138 + writer: 138 + Reese Witherspoon: + template: + name: Actor + person: 368 + Richard Gere: + template: + name: Actor + person: 1205 + Richard Pryor: + template: + name: Actor + person: 9309 + Ridley Scott: + template: + name: Actor + director: 578 + Robert De Niro: + template: + name: Actor + person: 380 + Robert Downey Jr.: + template: + name: Actor + person: 3223 + Robert Duvall: + template: + name: Actor + person: 3087 + Robin Williams: + template: + name: Actor + person: 2157 + Samuel L. Jackson: + template: + name: Actor + person: 2231 + Scarlett Johansson: + template: + name: Actor + person: 1245 + Sean Connery: + template: + name: Actor + person: 738 + Sean Penn: + template: + name: Actor + person: 2228 + Seth Rogen: + template: + name: Actor + person: 19274 + writer: 19274 + Stanley Kubrick: + template: + name: Actor + person: 240 + director: 240 + Steve Carell: + template: + name: Actor + person: 4495 + Steve Martin: + template: + name: Actor + person: 67773 + Steven Seagal: + template: + name: Actor + person: 23880 + Steven Spielberg: + template: + name: Actor + person: 488 + director: 488 + Sylvester Stallone: + template: + name: Actor + person: 16483 + Tim Burton: + template: + name: Actor + person: 510 + director: 510 + writer: 510 + Tom Cruise: + template: + name: Actor + person: 500 + Tom Hanks: + template: + name: Actor + person: 31 + Tommy Lee Jones: + template: + name: Actor + person: 2176 + Wesley Snipes: + template: + name: Actor + person: 10814 + Will Ferrell: + template: + name: Actor + person: 23659 + Will Smith: + template: + name: Actor + person: 2888 + Woody Allen: + template: + name: Actor + person: 1243 + director: 1243 + writer: 1243 + Woody Harrelson: + template: + name: Actor + person: 57755 + 101 Dalmatians (Animated): + tmdb_collection: 100693 + 101 Dalmatians (Live-Action): + tmdb_collection: 124916 + Ace Ventura: + tmdb_collection: 3167 + The Addams Family: + tmdb_collection: 11716 + The Addams Family (animated): + tmdb_collection: 750822 + Airplane: + tmdb_collection: 91663 + Aladdin: + tmdb_collection: 86027 + Alice in Wonderland: + tmdb_collection: 261307 + Alien: + tmdb_collection: 8091 + Almighty: + tmdb_collection: 124949 + Alvin and the Chipmunks: + tmdb_collection: 167613 + The Amazing Spider-Man: + tmdb_collection: 125574 + American Pie: + tmdb_collection: 2806 + An American Tail: + tmdb_collection: 8783 + Analyze: + tmdb_collection: 110127 + Anchorman: + tmdb_collection: 93791 + The Angry Birds: + tmdb_collection: 531315 + Ant-Man: + tmdb_collection: 422834 + Austin Powers: + tmdb_collection: 1006 + Avatar: + tmdb_collection: 87096 + The Avengers: + tmdb_collection: 86311 + AVP: + tmdb_collection: 115762 + Babe: + tmdb_collection: 9435 + Back to the Future: + tmdb_collection: 264 + Bad Boys: + tmdb_collection: 14890 + Bad Moms: + tmdb_collection: 487376 + Bad Santa: + tmdb_collection: 423173 + Batman: + trakt_list: https://trakt.tv/users/movistapp/lists/batman + summary: Batman is a superhero who appears in American comic books published by DC Comics. Batman was created by artist Bob Kane and writer Bill Finger, and debuted in the 27th issue of the comic book Detective Comics on March 30, 1939. In the DC Universe continuity, Batman is the alias of Bruce Wayne, a wealthy American playboy, philanthropist, and owner of Wayne Enterprises based in Gotham City. Kane, Finger, and future DC writers accompanied Batman with supporting characters, including his sidekick Robin, allies Alfred Pennyworth and James Gordon, and foes such as Catwoman, the Scarecrow, the Penguin, and his archenemy, the Joker. Batman's origin story features him swearing vengeance against criminals after witnessing the murder of his parents Thomas and Martha; he trains himself physically and intellectually, crafts a bat-inspired persona, and monitors the Gotham streets at night. + Beethoven: + tmdb_collection: 168880 + Best F(r)iends: + tmdb_collection: 507070 + Beverly Hills Chihuahua: + tmdb_collection: 87256 + Beverly Hills Cop: + tmdb_collection: 85861 + Big Momma's House: + tmdb_collection: 44979 + Bill & Ted's Most Excellent: + tmdb_collection: 91746 + Blade: + tmdb_collection: 735 + Blade Runner: + tmdb_collection: 422837 + The Blues Brothers: + tmdb_collection: 112636 + The Boondock Saints: + tmdb_collection: 87186 + Borat Moviefilms: + tmdb_collection: 747168 + Bourne: + tmdb_collection: 31562 + Caballeros: + tmdb_collection: 271668 + Caddyshack: + tmdb_collection: 104847 + Captain America: + tmdb_collection: 131295 + Cars: + tmdb_collection: 87118 + Child's Play: + tmdb_collection: 10455 + Chili Palmer: + tmdb_collection: 91698 + The Chronicles of Narnia: + tmdb_collection: 420 + The Chronicles of Riddick: + tmdb_collection: 2794 + City Slickers: + tmdb_collection: 150156 + Clerks: + tmdb_collection: 182813 + Clint Eastwood's Iwo Jima: + tmdb_collection: 261382 + Coming to America: + tmdb_collection: 647077 + Conan the Barbarian: + tmdb_collection: 43055 + The Conjuring: + tmdb_collection: 313086 + Crank: + tmdb_collection: 64751 + Creed: + tmdb_collection: 553717 + Crocodile Dundee: + tmdb_collection: 9332 + The Croods: + tmdb_collection: 464577 + Daddy's Home: + tmdb_collection: 473971 + The Dark Knight: + tmdb_collection: 263 + Deadpool: + tmdb_collection: 448150 + Death Wish: + tmdb_collection: 14377 + Deep Blue Sea: + tmdb_collection: 518165 + The Delta Force: + tmdb_collection: 126166 + Despicable Me: + tmdb_collection: 86066 + Dick Tracy: + tmdb_collection: 224011 + Die Hard: + tmdb_collection: 1570 + Dirty Harry: + tmdb_collection: 10456 + Dr. Dolittle: + tmdb_collection: 3169 + Dumb and Dumber: + tmdb_collection: 96665 + The Equalizer: + tmdb_collection: 523855 + Ernest: + tmdb_collection: 330555 + Escape Plan: + tmdb_collection: 525891 + The Expendables: + tmdb_collection: 126125 + Fantasia: + tmdb_collection: 55427 + Fantastic Beasts: + tmdb_collection: 435259 + Fantastic Four: + tmdb_collection: 9744 + The Fast and the Furious: + tmdb_collection: 9485 + Fifty Shades: + tmdb_collection: 344830 + Final Destination: + tmdb_collection: 8864 + Finding Nemo: + tmdb_collection: 137697 + Fletch: + tmdb_collection: 104833 + Friday: + tmdb_collection: 43563 + Friday the 13th: + tmdb_collection: 9735 + Frozen: + tmdb_collection: 386382 + Futurama: + tmdb_collection: 13800 + Ghost Rider: + tmdb_collection: 90306 + Ghostbusters: + tmdb_collection: 2980 + The Godfather: + tmdb_collection: 230 + Godzilla: + tmdb_collection: 535313 + A Goofy Movie: + tmdb_collection: 410261 + Gremlins: + tmdb_collection: 89151 + Grown Ups: + tmdb_collection: 180546 + Grumpy Old Men: + tmdb_collection: 119050 + Guardians of the Galaxy: + tmdb_collection: 284433 + Halloween: + tmdb_collection: 91361 + Halloween (Rob Zombie Series): + tmdb_collection: 126209 + The Hangover: + tmdb_collection: 86119 + Hannibal Lecter: + tmdb_collection: 9743 + Harold & Kumar: + tmdb_collection: 30663 + Harry Potter: + tmdb_collection: 1241 + '... Has Fallen': + tmdb_collection: 386534 + Hellboy: + tmdb_collection: 17235 + Hercules: + tmdb_collection: 314023 + The Hills Have Eyes: + tmdb_collection: 8918 + The Hobbit: + tmdb_collection: 121938 + Hot Tub Time Machine: + tmdb_collection: 313576 + Home Alone: + tmdb_collection: 9888 + Honey, I Shurnk the Kids: + tmdb_collection: 72119 + Horrible Bosses: + tmdb_collection: 280588 + Hostel: + tmdb_collection: 86578 + House of 1000 Corpses: + tmdb_collection: 105625 + How to Train Your Dragon: + tmdb_collection: 89137 + The Hunger Games: + tmdb_collection: 131635 + I Know What You Did Last Summer: + tmdb_collection: 3601 + Ice Age: + tmdb_collection: 8354 + The Incredibles: + tmdb_collection: 468222 + Independence Day: + tmdb_collection: 304378 + Indiana Jones: + tmdb_collection: 84 + Inspector Gadget: + tmdb_collection: 237445 + Iron Man: + tmdb_collection: 131292 + It: + tmdb_collection: 477962 + Jack Ryan: + tmdb_collection: 192492 + Jackass: + tmdb_collection: 17178 + James Bond: + tmdb_collection: 645 + Jaws: + tmdb_collection: 2366 + Joe Dirt: + tmdb_collection: 353325 + John Wick: + tmdb_collection: 404609 + Jumanji: + tmdb_collection: 495527 + Jump Street: + tmdb_collection: 212562 + Jurassic Park: + tmdb_collection: 328 + The Karate Kid: + tmdb_collection: 8580 + Kill Bill: + tmdb_collection: 2883 + Knocked Up: + tmdb_collection: 779062 + Kung Fu Panda: + tmdb_collection: 77816 + Legally Blonde: + tmdb_collection: 86024 + The Lego Movie: + tmdb_collection: 325470 + Lethal Weapon: + tmdb_collection: 945 + Look Who's Talking: + tmdb_collection: 9521 + The Lord of the Rings: + tmdb_collection: 119 + Mad Max: + tmdb_collection: 8945 + Madagascar: + tmdb_collection: 14740 + Major League: + tmdb_collection: 97771 + Maleficent: + tmdb_collection: 531331 + Mall Cop: + tmdb_collection: 328372 + Mamma Mia!: + tmdb_collection: 458558 + Man of Steel: + tmdb_collection: 209131 + The Man With No Name: + tmdb_movie: + - 391 + - 938 + - 429 + Marshal Samuel Gerard: + tmdb_movie: + - 5503 + - 11808 + Mary Poppins: + tmdb_collection: 527439 + The Matrix: + tmdb_collection: 2344 + Meet the Parents: + tmdb_collection: 51509 + Men In Black: + tmdb_collection: 86055 + The Mighty Ducks: + tmdb_collection: 10709 + Minions: + tmdb_collection: 544669 + Miss Congeniality: + tmdb_collection: 93220 + Missing in Action: + tmdb_collection: 46512 + Mission Impossible: + tmdb_collection: 87359 + Monsters, Inc.: + tmdb_collection: 137696 + The Muppets: + tmdb_collection: 256377 + Naked Gun: + tmdb_collection: 37139 + National Lampoon's: + tmdb_collection: + - 108693 + - 43220 + Neighbors: + tmdb_collection: 400700 + Night at the Museum: + tmdb_collection: 85943 + A Nightmare on Elm Street: + tmdb_collection: 8581 + Now You See Me: + tmdb_collection: 382685 + The Nutty Professor: + tmdb_collection: 86028 + Ocean's: + tmdb_collection: 304 + The Odd Couple: + tmdb_collection: 221966 + Paddington: + tmdb_collection: 488924 + Peter Pan: + tmdb_collection: 55422 + Philo & Clyde: + tmdb_collection: 168182 + The Pink Panther (Original): + tmdb_collection: 937 + The Pink Panther (Steve Martin): + tmdb_collection: 130440 + Pirates of the Caribbean: + tmdb_collection: 295 + Planet of the Apes Original: + tmdb_collection: 1709 + Planet of the Apes (Reboot): + tmdb_collection: 173710 + Police Academy: + tmdb_collection: 9338 + Poltergeist: + tmdb_collection: 10453 + Predator: + tmdb_collection: 399 + Problem Child: + tmdb_collection: 180854 + Prometheus: + tmdb_collection: 135416 + The Punisher: + tmdb_collection: 635362 + The Purge: + tmdb_collection: 256322 + Rambo: + tmdb_collection: 5039 + The Rescuers: + tmdb_collection: 57971 + Ride Along: + tmdb_collection: 376650 + The Ring: + tmdb_collection: 14563 + Rio: + tmdb_collection: 229932 + Robert Langdon: + tmdb_collection: 115776 + RoboCop: + tmdb_collection: 5547 + Rocky: + tmdb_collection: 1575 + Romancing the Stone: + tmdb_collection: 89264 + Rush Hour: + tmdb_collection: 90863 + The Santa Clause: + tmdb_collection: 53159 + Saw: + tmdb_collection: 656 + Scary Movie: + tmdb_collection: 4246 + Scream: + tmdb_collection: 2602 + The Secret Life of Pets: + tmdb_collection: 427084 + Sex and the City: + tmdb_collection: 50457 + Shaft: + tmdb_collection: 495 + Shaft (Reboot): + tmdb_collection: 608103 + Sherlock Holmes: + tmdb_collection: 102322 + The Shining: + tmdb_collection: 530064 + Short Circuit: + tmdb_collection: 86347 + Shrek: + tmdb_collection: 2150 + Sicario: + tmdb_collection: 496796 + Sin City: + tmdb_collection: 135179 + Sister Act: + tmdb_collection: 103573 + Smokey and the Bandit: + tmdb_collection: 87220 + Smurfs: + tmdb_collection: 134897 + Space Jam: + tmdb_collection: 722961 + Speed: + tmdb_collection: 43064 + Spider-Man: + tmdb_collection: 556 + Spider-Man (Avengers): + tmdb_collection: 531241 + SpongeBob: + tmdb_collection: 275402 + Stakeout: + tmdb_collection: 162028 + Star Wars: + tmdb_collection: 10 + The Sting: + tmdb_collection: 330605 + Super Troopers: + tmdb_collection: 449462 + Superman: + tmdb_collection: 8537 + Taken: + tmdb_collection: 135483 + Ted: + tmdb_collection: 266672 + Teenage Mutant Ninja Turtles: + tmdb_collection: 1582 + Teenage Mutant Ninja Turtles (Remake): + tmdb_collection: 401562 + Terminator: + tmdb_collection: 528 + Texas Chainsaw (Reboot): + tmdb_collection: 425175 + Texas Chainsaw Massacre: + tmdb_collection: 111751 + Thor: + tmdb_collection: 131296 + Top Gun: + tmdb_collection: 531330 + Toy Story: + tmdb_collection: 10194 + Trainspotting: + tmdb_collection: 424202 + Transformers: + tmdb_collection: 8650 + The Transporter: + tmdb_collection: 9518 + Tremors: + tmdb_collection: 91799 + Trolls: + tmdb_collection: 489724 + TRON: + tmdb_collection: 63043 + Under Siege: + tmdb_collection: 112399 + View Askewniverse: + trakt_list: https://trakt.tv/users/eloy86/lists/view-askewniverse + summary: The View Askewniverse is a fictional universe created by writer/director Kevin Smith, featured in several films, comics and a television series; it is named for Smith's production company, View Askew Productions. The characters Jay and Silent Bob appear in almost all the View Askewniverse media, and characters from one story often reappear or are referred to in others. Smith often casts the same actors for multiple characters in the universe, sometimes even in the same film; Smith himself portrays the character of Silent Bob. + Wall Street: + tmdb_collection: 52783 + Wayne's World: + tmdb_collection: 8979 + Weekend at Bernie's: + tmdb_collection: 118221 + The Whole Nine/Ten Yards: + tmdb_collection: 103577 + name_mapping: The Whole Nine-Ten Yards + Wolverine: + tmdb_collection: 453993 + Wonder Woman: + tmdb_collection: 468552 + Wreck-It Ralph: + tmdb_collection: 404825 + X-Men: + tmdb_collection: 748 + xXx: + tmdb_collection: 52785 + Young Guns: + tmdb_collection: 9329 + Zombieland: + tmdb_collection: 537982 + Zoolander: + tmdb_collection: 352789 + Zorro: + tmdb_collection: 1657 +dynamic_collections: + TMDb Collections: # This name is the mapping name + type: tmdb_collection + remove_suffix: "Collection" \ No newline at end of file diff --git a/ramair02/StandUp.yml b/ramair02/StandUp.yml new file mode 100644 index 0000000..8e2265e --- /dev/null +++ b/ramair02/StandUp.yml @@ -0,0 +1,137 @@ +collections: + Adam Sandler Comedy: + tmdb_actor: 19292 + Amy Schumer Comedy: + tmdb_actor: 440414 + Andy Kaufman Comedy: + tmdb_actor: 164653 + Aziz Ansari Comedy: + tmdb_actor: 86626 + Bill Burr Comedy: + tmdb_actor: 109708 + Bill Cosby Comedy: + tmdb_actor: 51962 + Bill Hicks Comedy: + tmdb_actor: 77193 + Bill Maher Comedy: + tmdb_actor: 74086 + Bob Saget Comedy: + tmdb_actor: 72450 + Brian Regan Comedy: + tmdb_actor: 83995 + Chris D'Elia Comedy: + tmdb_actor: 1260036 + Chris Rock Comedy: + tmdb_actor: 2632 + Colin Quinn Comedy: + tmdb_actor: 1219901 + Dana Carvey Comedy: + tmdb_actor: 56159 + Dave Attell Comedy: + tmdb_actor: 65923 + Dave Chappelle Comedy: + tmdb_actor: 4169 + David Cross Comedy: + tmdb_actor: 212 + Denis Leary Comedy: + tmdb_actor: 5724 + Eddie Murphy Comedy: + tmdb_actor: 776 + Fred Armisen Comedy: + tmdb_actor: 61110 + Gabriel Iglesias Comedy: + tmdb_actor: 86498 + Garry Shandling Comedy: + tmdb_actor: 52865 + George Carlin Comedy: + tmdb_actor: 15903 + Hannibal Buress Comedy: + tmdb_actor: 500427 + Hasan Minhaj Comedy: + tmdb_actor: 552252 + J.B. Smoove Comedy: + tmdb_actor: 65920 + Janeane Garofalo Comedy: + tmdb_actor: 21197 + Jay Pharoah Comedy: + tmdb_actor: 1099717 + Jerry Lewis Comedy: + tmdb_actor: 3663 + Jerry Seinfeld Comedy: + tmdb_actor: 16337 + Jim Carrey Comedy: + tmdb_actor: 206 + Jim Gaffigan Comedy: + tmdb_actor: 84407 + Joe Rogan Comedy: + tmdb_actor: 91609 + John Mulaney Comedy: + tmdb_actor: 933558 + John Oliver Comedy: + tmdb_actor: 84292 + Jon Stewart Comedy: + tmdb_actor: 12219 + Judd Apatow Comedy: + tmdb_actor: 41039 + Kevin Hart Comedy: + tmdb_actor: 55638 + Larry David Comedy: + tmdb_actor: 16376 + Lenny Bruce Comedy: + tmdb_actor: 107605 + Lewis Black Comedy: + tmdb_actor: 59258 + Louis C.K. Comedy: + tmdb_actor: 52849 + Marlon Wayans Comedy: + tmdb_actor: 9562 + Michael Che Comedy: + tmdb_actor: 1395347 + Neal Brennan Comedy: + tmdb_actor: 57692 + Norm Macdonald Comedy: + tmdb_actor: 77075 + The Original Kings of Comedy: + imdb_id: tt0236388 + Patton Oswalt Comedy: + tmdb_actor: 10872 + Pete Davidson Comedy: + tmdb_actor: 1427948 + Richard Pryor Comedy: + tmdb_actor: 9309 + Ricky Gervais Comedy: + tmdb_actor: 17835 + Robert Klein Comedy: + tmdb_actor: 26715 + Robin Williams Comedy: + tmdb_actor: 2157 + Rodney Dangerfield Comedy: + tmdb_actor: 3198 + Sarah Silverman Comedy: + tmdb_actor: 7404 + Seth Rogen Comedy: + tmdb_actor: 19274 + Steve Harvey Comedy: + tmdb_actor: 82587 + Steve Martin & Martin Short Comedy: + tmdb_actor: 67773, 519 + Steve Martin Comedy: + tmdb_actor: 67773 + Steven Wright Comedy: + tmdb_actor: 3214 + T.J. Miller Comedy: + tmdb_actor: 51990 + Tom Segura Comedy: + tmdb_actor: 1238012 + Tracy Morgan Comedy: + tmdb_actor: 56903 + Trevor Noah Comedy: + tmdb_actor: 131133 + Wanda Sykes Comedy: + tmdb_actor: 27102 + Whoopi Goldberg Comedy: + tmdb_actor: 2395 + Will Ferrell Comedy: + tmdb_actor: 23659 + Zach Galifianakis Comedy: + tmdb_actor: 58225 \ No newline at end of file diff --git a/ramair02/TV.yml b/ramair02/TV.yml new file mode 100644 index 0000000..6406650 --- /dev/null +++ b/ramair02/TV.yml @@ -0,0 +1,171 @@ +##################################### +# Studio Collections # +##################################### +collections: + DC Extended Universe: + trakt_list: + - https://trakt.tv/users/1coolguy/lists/dc-tv-shows?sort=released,asc + - https://trakt.tv/users/tiska82/lists/dc-tv-shows?sort=added,asc + - https://trakt.tv/users/sroyalty/lists/dc-tv-shows-arrakis?sort=released,asc + - https://trakt.tv/users/donxy/lists/dc-extended-universe?sort=rank,asc + sort_title: "*106" + Marvel Cinematic Universe: + trakt_list: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe?sort=rank,asc + sort_title: "*104" + + +##################################### +# General Collections # +##################################### + Car Shows: + imdb_list: + - url: https://www.imdb.com/list/ls070925151/ + - url: https://www.imdb.com/search/keyword/?keywords=car&ref_=kw_ref_typ&mode=detail&page=1&genres=Sport&sort=moviemeter,asc&title_type=tvSeries + - url: https://www.imdb.com/search/keyword/?keywords=car&ref_=kw_ref_typ&mode=detail&page=1&genres=Documentary&sort=moviemeter,asc&title_type=tvSeries + sort_title: "*106" + Documentaries: + tmdb_discover: + with_genres: 99 + sort_title: "*108" + 30 Rock Top 100 Episodes: + collection_order: custom + collection_level: episode + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?series=tt0496424&sort=user_rating,desc + limit: 100 + sort_title: "*109" + summary: The top 100 30 Rock episodes by IMDb user rating + Family Guy Top 100 Episodes: + collection_order: custom + collection_level: episode + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?series=tt0182576&sort=user_rating,desc + limit: 100 + sort_title: "*110" + summary: The top 100 Family Guy episodes by IMDb user rating + Futurama Top 100 Episodes: + collection_order: custom + collection_level: episode + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?series=tt0149460&sort=user_rating,desc + limit: 100 + sort_title: "*111" + summary: The top 100 Futurama episodes by IMDb user rating + It's Always Sunny Top 100 Episodes: + collection_order: custom + collection_level: episode + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?series=tt0472954&sort=user_rating,desc + limit: 100 + sort_title: "*112" + summary: The top 100 It's Always Sunny in Philadelphia episodes by IMDb user rating + The Simpsons Top 100 Episodes: + collection_order: custom + collection_level: episode + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?series=tt0096697&sort=user_rating,desc + limit: 100 + sort_title: "*113" + summary: The top 100 Simpsons episodes by IMDb user rating + South Park Top 100 Episodes: + collection_order: custom + collection_level: episode + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?series=tt0121955&sort=user_rating,desc + limit: 100 + sort_title: "*114" + summary: The top 100 South Park episodes by IMDb user rating + ABC: + tmdb_network: 2 + sort_title: "*115" + Amazon: + tmdb_network: 1024 + sort_title: "*116" + AMC: + tmdb_network: 174 + sort_title: "*117" + Apple TV+: + tmdb_network: 2552 + sort_title: "*118" + CBS: + tmdb_network: + - 16 + - 1709 + sort_title: "*119" + Comedy Central: + tmdb_network: 47 + sort_title: "*120" + The CW: + tmdb_network: 71 + sort_title: "*122" + Disney+: + tmdb_network: 2739 + sort_title: "*124" + FOX: + tmdb_network: 19 + sort_title: "*126" + FX: + tmdb_network: 88 + sort_title: "*128" + HBO: + tmdb_network: + - 49 + - 3186 + sort_title: "*130" + HGTV: + tmdb_network: 210 + sort_title: "*132" + Hulu: + tmdb_network: 453 + sort_title: "*134" + NBC: + tmdb_network: 6 + sort_title: "*136" + Netflix: + tmdb_network: 213 + sort_title: "*138" + Nick: + tmdb_network: + - 13 + - 224 + - 35 + sort_title: "*140" + PBS: + tmdb_network: 14 + sort_title: "*142" + Showtime: + tmdb_network: 67 + sort_title: "*144" + Kids Cartoons: + trakt_list: + - https://trakt.tv/users/kylesheila/lists/kids-cartoons?sort=title,asc + - https://trakt.tv/users/ondrisel/lists/classic-cartoons?sort=rank,asc + summary: A collection of kids cartoons + sort_title: "*160" + Anthony Bourdain: + plex_search: + all: + actor: Anthony Bourdain + tmdb_biography: 1223677 + sort_title: "*146" + Archie Bunker: + plex_search: + all: + actor: Carroll O'Connor + summary: Archibald "Archie" Bunker is a fictional character from the 1970s American television sitcom All in the Family and its spin-off Archie Bunker's Place, played by Carroll O'Connor. Bunker, a main character of the series, is a World War II veteran, blue-collar worker, and family man. All in the Family premiered on January 12, 1971, where he was depicted as the head of the Bunker family. In 1979, the show was retooled and renamed Archie Bunker's Place; it finally went off the air in 1983. Bunker lived at the fictional address of 704 Hauser Street in the borough of Queens, in New York City. All in the Family got many of its laughs by playing on Archie's bigotry, although the dynamic tension between Archie and his liberal son-in-law, Mike, provided an ongoing political and social sounding board for a variety of topics. + sort_title: "*148" + Judd Apatow: + tmdb_biography: 41039 + trakt_list: https://trakt.tv/users/ramair02/lists/judd-apatow-tv-shows?sort=released,desc + sort_title: "*150" + Norman Lear: + tmdb_producer: 170497 + tmdb_actor: 170497 + tmdb_show: 1964 + sort_title: "*152" \ No newline at end of file diff --git a/serialpotato/collections.yml b/serialpotato/collections.yml new file mode 100644 index 0000000..9f7f0eb --- /dev/null +++ b/serialpotato/collections.yml @@ -0,0 +1,943 @@ +collections: + AGoodMovieToWatch: + imdb_id: + - tt13387422 + - tt10366460 + - tt14039582 + - tt6788942 + - tt11847410 + - tt13648212 + - tt2901736 + - tt6304046 + - tt8430054 + - tt4908644 + - tt10832274 + - tt0116041 + - tt5923026 + - tt8980602 + - tt0808417 + - tt10272386 + - tt7472352 + - tt0111507 + - tt11777738 + - tt12789558 + - tt0244316 + - tt6463320 + - tt12680684 + - tt9309756 + - tt0128445 + - tt0095801 + - tt2088865 + - tt5091612 + - tt0101698 + - tt0097814 + - tt10483044 + - tt2013293 + - tt0275719 + - tt10156112 + - tt13648230 + - tt0315543 + - tt1226236 + - tt6333078 + - tt11464016 + - tt8951086 + - tt0487419 + - tt8633462 + - tt6814914 + - tt0119572 + - tt0796212 + - tt9608818 + - tt2395469 + - tt3742378 + - tt0101985 + - tt9138170 + - tt6102288 + - tt0092699 + - tt0114323 + - tt0436039 + - tt0387131 + - tt0378793 + - tt0108002 + - tt0104036 + - tt0089015 + - tt7681902 + - tt7524414 + - tt0456149 + - tt11316824 + - tt0159382 + - tt8373280 + - tt11874226 + - tt11614054 + - tt4331970 + - tt0095302 + - tt0097243 + - tt11296058 + - tt0093342 + - tt0093191 + - tt9586294 + - tt9541486 + - tt0473308 + - tt0100791 + - tt10360862 + - tt0274812 + - tt0107920 + - tt0983213 + - tt1024942 + - tt0781511 + - tt0089881 + - tt0119711 + - tt0112913 + - tt3721954 + - tt5323662 + - tt3265462 + - tt0100234 + - tt0100624 + - tt0110598 + - tt0102587 + - tt0451094 + - tt0104652 + - tt1426362 + - tt4292432 + - tt0810784 + - tt0156887 + - tt2762506 + - tt5859238 + - tt1843287 + - tt0383694 + - tt8095860 + - tt2937696 + - tt0283283 + - tt0113824 + - tt0088196 + - tt1287878 + - tt10612922 + - tt0093512 + - tt0091480 + - tt0117589 + - tt3566788 + - tt0247380 + - tt0113677 + - tt4613272 + - tt0093225 + - tt1313092 + - tt7886936 + - tt4881578 + - tt8173728 + - tt11394180 + - tt5375040 + - tt10530176 + - tt11327514 + - tt8185182 + - tt0089960 + - tt0286261 + - tt0111797 + - tt0101765 + - tt5363618 + - tt0115678 + - tt0918927 + - tt0209933 + - tt1169834 + - tt4768776 + - tt1194238 + - tt2427892 + - tt1592527 + - tt1152850 + - tt0118845 + - tt1100048 + - tt2731398 + - tt11392114 + - tt0119080 + - tt7321190 + - tt4954522 + - tt10642834 + - tt11416746 + - tt0110882 + - tt1070874 + - tt1680136 + - tt4741708 + - tt6411590 + - tt7736478 + - tt8168186 + - tt0316188 + - tt3278224 + - tt11464826 + - tt7686448 + - tt7939766 + - tt8674506 + - tt7158582 + - tt4357368 + - tt5471480 + - tt5672286 + - tt10199640 + - tt0935075 + - tt4364194 + - tt8649186 + - tt3721936 + - tt9801736 + - tt6485304 + - tt5555502 + - tt9231040 + - tt9484998 + - tt5390504 + - tt8739752 + - tt1212456 + - tt5709536 + - tt8399664 + - tt11905462 + - tt8963708 + - tt5157326 + - tt6390668 + - tt5838526 + - tt8359816 + - tt6910006 + - tt7080960 + - tt5707048 + - tt7913172 + - tt4323594 + - tt6365796 + - tt8247470 + - tt10008784 + - tt4540710 + - tt3756788 + - tt9683478 + - tt4613254 + - tt6062774 + - tt9318280 + - tt4451458 + - tt7213936 + - tt5287168 + - tt4120176 + - tt1277728 + - tt1736633 + - tt8206668 + - tt10763618 + - tt1038693 + - tt4916630 + - tt1560970 + - tt4449576 + - tt10199590 + - tt7772582 + - tt8923500 + - tt9358044 + - tt8228288 + - tt3863484 + - tt8613070 + - tt8811382 + - tt6433456 + - tt9351746 + - tt3824648 + - tt6964076 + - tt7298400 + - tt3513548 + - tt5862338 + - tt0418773 + - tt5433114 + - tt9071322 + - tt8535968 + - tt8722346 + - tt5210324 + - tt8526872 + - tt8378126 + - tt5791098 + - tt8151874 + - tt8652728 + - tt4169146 + - tt8991268 + - tt9617456 + - tt5827916 + - tt5727208 + - tt7984734 + - tt7844450 + - tt8291806 + - tt7458762 + - tt5451118 + - tt0845439 + - tt9056818 + - tt8772262 + - tt7476116 + - tt5952594 + - tt4669788 + - tt7158430 + - tt5580266 + - tt5311542 + - tt3385524 + - tt4729430 + - tt8230872 + - tt9806192 + - tt10199586 + - tt7653254 + - tt4353250 + - tt5117428 + - tt8236336 + - tt5913184 + - tt5164432 + - tt4385888 + - tt8760684 + - tt8637428 + - tt10915286 + - tt5431890 + - tt6768578 + - tt1087578 + - tt2675914 + - tt4714568 + - tt7681824 + - tt8266310 + - tt4729896 + - tt7339248 + - tt5016946 + - tt4964788 + - tt5501104 + - tt5727282 + - tt7279188 + - tt5883570 + - tt6752992 + - tt5715874 + - tt2937898 + - tt8254556 + - tt7664504 + - tt1650048 + - tt7738450 + - tt0775529 + - tt1554091 + - tt1263670 + - tt4595882 + - tt3861876 + - tt7008872 + - tt6212478 + - tt5776858 + - tt6952604 + - tt6043142 + - tt8359848 + - tt7043176 + - tt6820256 + - tt3627488 + - tt2872462 + - tt8436026 + - tt10516984 + - tt6016744 + - tt4936450 + - tt4686844 + - tt1489887 + - tt7121252 + - tt8075192 + - tt7374948 + - tt8267604 + - tt4266638 + - tt8459250 + - tt7282468 + - tt2366450 + - tt7533152 + - tt5439796 + - tt6543652 + - tt5929754 + - tt4971344 + - tt5073020 + - tt6776106 + - tt8041276 + - tt7784604 + - tt0115640 + - tt9412098 + - tt6499752 + - tt6053438 + - tt9316022 + - tt1226837 + - tt1216491 + - tt5613484 + - tt6155172 + - tt0120188 + - tt0870111 + - tt4015500 + - tt7242142 + - tt5222918 + - tt3296658 + - tt4621016 + - tt4377864 + - tt5742374 + - tt7983794 + - tt6742252 + - tt6510332 + - tt5536610 + - tt5688932 + - tt3518012 + - tt3892172 + - tt7014006 + - tt5221584 + - tt5478478 + - tt3169706 + - tt4857264 + - tt2891174 + - tt8106576 + - tt5340300 + - tt2053425 + - tt5791536 + - tt5362988 + - tt5805752 + - tt6217608 + - tt4285496 + - tt3846674 + - tt5116410 + - tt1995341 + - tt7344360 + - tt5304992 + - tt5635086 + - tt4034228 + - tt2671706 + - tt4925292 + - tt5997928 + - tt0453562 + - tt1925421 + - tt5598102 + - tt3521126 + - tt0088178 + - tt2304426 + - tt2494362 + - tt3748172 + - tt5536736 + - tt0929425 + - tt0307385 + - tt4178092 + - tt6057032 + - tt5607714 + - tt6304162 + - tt1063669 + - tt3655522 + - tt4846232 + - tt6878038 + - tt0104348 + - tt3268850 + - tt6573444 + - tt1019452 + - tt7214762 + - tt5649144 + - tt4995790 + - tt6135348 + - tt5278506 + - tt4481414 + - tt3235888 + - tt5294966 + - tt7253506 + - tt5990474 + - tt3544082 + - tt0353969 + - tt1556190 + - tt0976051 + - tt0109508 + - tt6265828 + - tt5700672 + - tt3319018 + - tt4901306 + - tt0346336 + - tt2714900 + - tt0414993 + - tt0102536 + - tt4991512 + - tt5462602 + - tt2402927 + - tt0814075 + - tt1113829 + - tt3741834 + - tt0374546 + - tt0327137 + - tt1845773 + - tt0110367 + - tt1073241 + - tt6333060 + - tt0154506 + - tt4276820 + - tt2380247 + - tt0367089 + - tt0816442 + - tt3967856 + - tt0388473 + - tt4016934 + - tt0425112 + - tt4645368 + - tt5247022 + - tt1276419 + - tt1773764 + - tt5804038 + - tt2884206 + - tt0421082 + - tt1291580 + - tt4975722 + - tt0480025 + - tt0106489 + - tt3962848 + - tt1164999 + - tt4048272 + - tt2381335 + - tt2057392 + - tt4881362 + - tt3279124 + - tt1083452 + - tt3263996 + - tt0419887 + - tt1596345 + - tt3674140 + - tt1649419 + - tt1924396 + - tt1322269 + - tt0340855 + - tt3270538 + - tt1721677 + - tt1878870 + - tt0108399 + - tt6073176 + - tt1579361 + - tt3299704 + - tt4972062 + - tt5710514 + - tt5186714 + - tt1028532 + - tt2452254 + - tt4080728 + - tt1149362 + - tt4273292 + - tt0432325 + - tt5952266 + - tt4846318 + - tt5215952 + - tt5446858 + - tt4730986 + - tt0387898 + - tt0468489 + - tt1020072 + - tt1441952 + - tt0109424 + - tt2121382 + - tt1954701 + - tt1100089 + - tt1969062 + - tt0307901 + - tt5912454 + - tt5168192 + - tt4698684 + - tt4082068 + - tt2073086 + - tt2866360 + - tt0462200 + - tt5129818 + - tt2625598 + - tt3553976 + - tt0100024 + - tt2582782 + - tt1032846 + - tt0441909 + - tt0274117 + - tt2625790 + - tt0354899 + - tt2125435 + - tt5895028 + - tt0276919 + - tt1937149 + - tt1233334 + - tt2465578 + - tt3922798 + - tt0245429 + - tt2991224 + - tt2404461 + - tt4034354 + - tt0107617 + - tt1220719 + - tt0804497 + - tt1510938 + - tt0382330 + - tt0427312 + - tt1132620 + - tt0480669 + - tt3149038 + - tt0105488 + - tt0898367 + - tt3622120 + - tt0401085 + - tt4062536 + - tt1034303 + - tt0448134 + - tt1103275 + - tt0425210 + - tt0118694 + - tt2659414 + - tt2980592 + - tt2258858 + - tt0428803 + - tt1124035 + - tt0203230 + - tt0857191 + - tt0338013 + - tt1639084 + - tt1866249 + - tt0408306 + - tt3312830 + - tt3544112 + - tt1174730 + - tt2639344 + - tt0162346 + - tt0247586 + - tt2167266 + - tt0408664 + - tt1847731 + - tt3830162 + - tt3966404 + - tt2452386 + - tt1596363 + - tt3766394 + - tt1016268 + - tt0896872 + - tt1334260 + - tt3219604 + - tt2205697 + - tt3205376 + - tt3521134 + - tt0099703 + - tt2125608 + - tt2170593 + - tt0379786 + - tt1139328 + - tt2331143 + - tt2234003 + - tt0120679 + - tt1319744 + - tt3483194 + - tt0469623 + - tt1466054 + - tt2852406 + - tt3316960 + - tt0415978 + - tt0252444 + - tt3464902 + - tt1093824 + - tt0352248 + - tt0880502 + - tt4226388 + - tt2070776 + - tt1045670 + - tt0268126 + - tt0109445 + - tt1327773 + - tt3365778 + - tt0256009 + - tt1942884 + - tt2444946 + - tt1431181 + - tt1592281 + - tt0124315 + - tt0247425 + - tt3170832 + - tt1045658 + - tt1244668 + - tt0128442 + - tt2125653 + - tt1740707 + - tt1194263 + - tt2545118 + - tt1229822 + - tt2397535 + - tt0783233 + - tt0347048 + - tt0420260 + - tt1441326 + - tt1872818 + - tt4144504 + - tt1441912 + - tt0469494 + - tt1191111 + - tt2140203 + - tt2319580 + - tt4171032 + - tt0401383 + - tt0840361 + - tt0118843 + - tt2980626 + - tt1226240 + - tt1932767 + - tt1971352 + - tt1606829 + - tt1340800 + - tt0896529 + - tt0369702 + - tt1242460 + - tt2582496 + - tt0470752 + - tt2084989 + - tt1499666 + - tt2764784 + - tt0113247 + - tt4104022 + - tt3416744 + - tt1714206 + - tt3011894 + - tt2396224 + - tt0460791 + - tt0301199 + - tt0903657 + - tt2692904 + - tt0435679 + - tt4284010 + - tt0914798 + - tt0390221 + - tt1860355 + - tt1365050 + - tt1723811 + - tt2364975 + - tt2229499 + - tt2023690 + - tt3850214 + - tt1865505 + - tt0200465 + - tt0318411 + - tt2431286 + - tt1360860 + - tt2375605 + - tt2555268 + - tt2737050 + - tt0117802 + - tt0342172 + - tt0427944 + - tt2073029 + - tt2278388 + - tt0805564 + - tt1675192 + - tt2309788 + - tt2718492 + - tt1714915 + - tt1385956 + - tt1235166 + - tt2910274 + - tt2378281 + - tt2758880 + - tt2321549 + - tt1571249 + - tt1832382 + - tt3416742 + - tt0404203 + - tt0146882 + - tt0842926 + - tt0443680 + - tt1555149 + - tt1972571 + - tt1980929 + - tt1687247 + - tt2024519 + - tt2872718 + - tt1185836 + - tt1262981 + - tt2139843 + - tt0457655 + - tt1232776 + - tt1315981 + - tt2582802 + - tt2334649 + - tt2994190 + - tt2548738 + - tt2008513 + - tt0181536 + - tt1931533 + - tt1172570 + - tt0159097 + - tt2382396 + - tt3455224 + - tt2245195 + - tt2756032 + - tt2278871 + - tt1069238 + - tt1706620 + - tt1601913 + - tt2209418 + - tt0381681 + - tt0112471 + - tt2883512 + - tt2459156 + - tt1127715 + - tt2216240 + - tt0862846 + - tt1600196 + - tt2359024 + - tt0443706 + - tt0412080 + - tt3612616 + - tt0482571 + - tt0130827 + - tt0243017 + - tt1065073 + - tt2042568 + - tt1798709 + - tt1174732 + - tt0117951 + - tt1022603 + - tt0379557 + - tt1966604 + - tt1399683 + - tt0464141 + - tt1316536 + - tt1038988 + - tt1139797 + - tt0405094 + - tt0110308 + - tt1226774 + - tt1605717 + - tt1615147 + - tt1727388 + - tt1291584 + - tt0120176 + - tt1532503 + - tt1314280 + - tt0362225 + - tt2358891 + - tt1839492 + - tt0115639 + - tt1306980 + - tt0319061 + - tt2350496 + - tt1152758 + - tt1899353 + - tt0119349 + - tt0301357 + - tt2567712 + - tt0485947 + - tt1440292 + - tt1742336 + - tt1510906 + - tt0119698 + - tt0370986 + - tt0493459 + - tt0473488 + - tt0340377 + - tt2106476 + - tt0451966 + - tt0108550 + - tt1441940 + - tt2390361 + - tt1091722 + - tt1821549 + - tt1433811 + - tt0907657 + - tt1176740 + - tt1683526 + - tt0477139 + - tt2347569 + - tt1862079 + - tt0475169 + - tt1456635 + - tt1478964 + - tt1255953 + - tt0497137 + - tt2370248 + - tt0246578 + - tt2194499 + - tt0817177 + - tt1149405 + - tt0098524 + - tt1120985 + - tt1588170 + - tt0923752 + - tt1753887 + - tt0300015 + - tt1391092 + - tt1560139 + - tt1235841 + - tt1084950 + - tt1855199 + - tt0780536 + - tt0118113 + - tt2370718 + - tt0377091 + - tt0181875 + - tt0770802 + - tt1125849 + - tt0119177 + - tt0208092 + - tt0851578 + - tt0407265 + - tt1295072 + - tt0756683 + - tt0119643 + - tt2306745 + - tt0765443 + - tt0318462 + - tt1567609 + - tt0356721 + - tt1587707 + - tt1614989 + - tt0185014 + - tt0332285 + - tt0266987 + - tt0446029 + - tt0449059 + - tt1266029 + - tt2179116 + - tt1193138 + - tt1331126 + - tt0126886 + - tt1748122 + - tt0420223 + - tt0265666 + - tt0375912 + - tt0373074 + - tt0221073 + - tt0978762 + - tt0272338 + - tt0388139 + - tt1187064 + - tt1227926 + - tt0170691 + - tt0485601 + - tt1424432 + - tt0393109 + - tt1772925 + - tt0154420 + - tt1259521 + - tt1540133 + - tt0247199 + - tt2011971 + - tt0419749 + - tt0094716 + - tt0286244 + - tt0364569 + - tt1152822 + - tt1071804 + - tt1182345 + - tt0206634 + - tt0373469 + - tt0390384 + - tt1305806 + - tt1401143 + - tt1244666 + - tt1912398 + - tt0424136 + - tt0373981 + - tt1659337 + - tt0333766 + - tt1637706 + - tt1286537 + - tt0455590 + - tt1341167 + - tt0257360 + - tt0395169 + - tt1082886 + - tt1588173 + - tt0124718 + - tt1675434 + - tt0209144 + - tt1704573 + - tt0993842 + - tt1641638 + - tt1155056 + - tt1907668 + - tt0385267 + - tt1758692 + - tt1155592 + - tt1465522 + - tt0105226 + - tt0829482 + - tt1606392 + - tt2404463 + - tt1645089 + - tt1212450 + - tt1935179 + - tt0365748 + - tt0317248 + sort_title: +1_9AGoodMovie + summary: We pick movies that received high ratings both from viewers (IMDB) and + critics (Rotten Tomatoes). In other words, really good movies. We narrow them + down to those that didn't make a huge splash at the box office. This way not + only are the movies great, but you haven't seen them yet. diff --git a/shayne55434/Movies.yml b/shayne55434/Movies.yml index f3a9dea..18a83d1 100644 --- a/shayne55434/Movies.yml +++ b/shayne55434/Movies.yml @@ -122,16 +122,10 @@ templates: delete_below_minimum: true collections: - 4K Overlay: - plex_search: - all: - resolution: 4K - item_overlay: 4K - item_assets: true - build_collection: false ###################################################### # Studio Collections # ###################################################### + Pixar: template: {name: Studio, company: 3} summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney Company. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the company's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. @@ -180,6 +174,8 @@ collections: url: https://www.imdb.com/list/ls000096828/ limit: 100 summary: Top 100 Christmas movies, accoring to https://www.imdb.com/list/ls000096828/. + visible_home: range(12/01-12/31) + visible_shared: range(12/01-12/31) #schedule: monthly(1) Top Horror Movies: template: {name: Chart Alpha, num: 7} @@ -188,6 +184,8 @@ collections: summary: Top horror movies, accoring to https://trakt.tv/users/w1nt3r/lists/time-out-s-100-best-horror-films?sort=rank,asc. radarr_add: true radarr_search: true + visible_home: range(10/01-10/31) + visible_shared: range(10/01-10/31) #schedule: monthly(1) Best of 1980s: template: {name: Chart Alpha, num: 8} @@ -204,20 +202,27 @@ collections: trakt_list: https://trakt.tv/users/sp1ti/lists/a-v-club-s-best-films-of-the-00s?sort=rank,asc summary: Best of the 2000s, according to https://trakt.tv/users/sp1ti/lists/a-v-club-s-best-films-of-the-00s?sort=rank,asc. #schedule: monthly(1) - Best of 2017: - template: {name: Best of, year: 2017} - #schedule: monthly(1) - Best of 2018: - template: {name: Best of, year: 2018} - #schedule: monthly(1) - Best of 2019: - template: {name: Best of, year: 2019} - #schedule: monthly(1) + Best of 2010s: + template: {name: Chart Alpha, num: 9.2} + trakt_list: https://trakt.tv/users/maxwelldeux/lists/a-v-club-s-the-best-movies-of-the-2010s?sort=rank,asc + summary: Best of the 2010s, according to https://trakt.tv/users/maxwelldeux/lists/a-v-club-s-the-best-movies-of-the-2010s?sort=rank,asc. + #schedule: monthly(1) + # Best of 2017: + # template: {name: Best of, year: 2017} + # #schedule: monthly(1) + # Best of 2018: + # template: {name: Best of, year: 2018} + # #schedule: monthly(1) + # Best of 2019: + # template: {name: Best of, year: 2019} + # #schedule: monthly(1) Best of 2020: template: {name: Best of, year: 2020} #schedule: monthly(1) Best of 2021: template: {name: Best of, year: 2021} + Best of 2022: + template: {name: Best of, year: 2022} Oscars: template: {name: Chart Release} imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner @@ -227,6 +232,7 @@ collections: ###################################################### # TMDb Collections # ###################################################### + 101 Dalmatians: template: {name: Collection, collection: "100693, 124916", movie: 337404} #schedule: monthly(1) @@ -325,7 +331,7 @@ collections: #schedule: monthly(1) Cloverfield: template: {name: Collection} - imdb_list: https://www.imdb.com/list/ls021933730/ + imdb_list: https://www.imdb.com/list/ls023762626/ summary: Cloverfield is an American science fiction anthology film series and media franchise created and produced by J. J. Abrams consisting of three films, viral marketing websites linking the films together, and a tie-in manga to the first film titled Cloverfield/Kishin (2008), all set in a shared fictional universe referred to as the "Cloververse". The franchise as a whole deals with creatures from other dimensions attacking Earth throughout various decades, all as a repercussion of an experiment by an astronaut team aboard the Cloverfield Station in outer-space. Each film depicts the reality-altering effects of their study, which was meant to find a new energy source replacing the planet's depleted resources, only to open portals for assault from various beasts from deep space. #schedule: monthly(1) Cornetto Trilogy: @@ -345,6 +351,8 @@ collections: #schedule: monthly(1) Deadpool: template: {name: Collection, collection: 448150, movie: 567604} + visible_home: yearly(02/14) + visible_shared: yearly(02/14) #schedule: monthly(1) Death Race: template: {name: Collection, collection: 86116} @@ -432,6 +440,8 @@ collections: #schedule: monthly(1) Halloween: template: {name: Collection, collection: "91361, 126209"} + visible_home: range(10/01-10/31) + visible_shared: range(10/01-10/31) #schedule: monthly(1) Halloweentown: template: {name: Collection, collection: 87252} diff --git a/shayne55434/Overlays.yml b/shayne55434/Overlays.yml new file mode 100644 index 0000000..e1efde4 --- /dev/null +++ b/shayne55434/Overlays.yml @@ -0,0 +1,65 @@ +templates: + Resolution: + optional: + - overlay_level + default: + overlay: <<overlay_name>> + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 15 + vertical_align: top + collection_level: <<overlay_level>> + overlay: + name: <<overlay_name>> + git: PMM/overlays/images/<<overlay>> + group: res + weight: <<weight>> + horizontal_offset: <<horizontal_offset>> + horizontal_align: <<horizontal_align>> + vertical_offset: <<vertical_offset>> + vertical_align: <<vertical_align>> + + 4K-DV: + default: + 4K: true + DV: true + allowed_library_types: <<4K>>, <<DV>> + + 4K-HDR: + default: + 4K: true + HDR: true + allowed_library_types: <<4K>>, <<HDR>> + + 4K_banner: + default: + 4K_banner: false + allowed_library_types: <<4K_banner>> + + 4K: + default: + 4K: false + allowed_library_types: <<4K>> + +overlays: + 4K_banner: + template: + name: 4K_banner + overlay: + name: 4K_banner + plex_search: + all: + resolution.regex: '(?i)2160|4K' + 4K: + template: + name: 4K + overlay: + name: 4K + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 15 + vertical_align: top + plex_search: + type: episodes + all: + resolution.regex: '(?i)2160|4K' \ No newline at end of file diff --git a/shayne55434/TV Shows.yml b/shayne55434/TV Shows.yml index 9ad043c..3383565 100644 --- a/shayne55434/TV Shows.yml +++ b/shayne55434/TV Shows.yml @@ -10,16 +10,10 @@ templates: sync_mode: sync collections: -# 4K Overlay: -# plex_search: -# all: -# resolution: 4K -# item_overlay: 4K-Mini -# item_assets: true -# build_collection: false ###################################################### # Charts # ###################################################### + Plex Popular: template: { name: Chart, num: 1 } tautulli_popular: @@ -59,7 +53,8 @@ collections: ###################################################### # TV Series # ###################################################### - 24: + + "24": tmdb_show: 1973 item_assets: true build_collection: false @@ -119,6 +114,10 @@ collections: tmdb_show: 33880 item_assets: true build_collection: false + Letterkenny: + tmdb_show: 65798 + item_assets: true + build_collection: false Loki: tmdb_show: 84958 item_assets: true @@ -199,6 +198,10 @@ collections: tmdb_show: 688 item_assets: true build_collection: false + The Witcher: + tmdb_show: 71912 + item_assets: true + build_collection: false Yellowstone: tmdb_show: 73586 item_assets: true @@ -207,16 +210,17 @@ collections: ###################################################### # Network Collections # ###################################################### + A&E: template: { name: network, network: "129, 2639, 3688" } ABC: template: { name: network, network: "2, 75, 2791" } Adult Swim: - template: { name: network, network: 80 } + template: { name: network, network: "80" } Apple+: - template: { name: network, network: 2552 } + template: { name: network, network: "2552" } Amazon: - template: { name: network, network: 1024 } + template: { name: network, network: "1024" } AMC: template: { name: network, network: "174, 4661" } Cartoon Network: @@ -224,33 +228,33 @@ collections: CBS: template: { name: network, network: "16, 2528", "1709", "2621" } Cinemax: - template: { name: network, network: 359 } + template: { name: network, network: "359" } Discovery: template: { name: network, network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741" } Disney+: template: { name: network, network: "2739, 2919" } Fox: - template: { name: network, network: 19 } + template: { name: network, network: "19" } Freeform: - template: { name: network, network: 1267 } + template: { name: network, network: "1267" } FX: - template: { name: network, network: 88 } + template: { name: network, network: "88" } FXX: - template: { name: network, network: 1035 } + template: { name: network, network: "1035" } HBO: template: { name: network, network: "49, 2593, 3186, 3308" } HGTV: - template: { name: network, network: 210 } + template: { name: network, network: "210" } Hulu: - template: { name: network, network: 453 } + template: { name: network, network: "453" } National Geographic: template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476" } Netflix: - template: { name: network, network: 213 } + template: { name: network, network: "213" } Prime Video: - template: { name: network, network: 1024 } + template: { name: network, network: "1024" } Showtime: - template: { name: network, network: 67 } + template: { name: network, network: "67" } Starz: template: { name: network, network: "318, 758, 4906" } Syfy: diff --git a/shayne55434/config.yml b/shayne55434/config.yml deleted file mode 100644 index 5f1e236..0000000 --- a/shayne55434/config.yml +++ /dev/null @@ -1,142 +0,0 @@ -libraries: # Library mappings must have a colon (:) placed after them - Movies: - metadata_path: - - file: config/Movies.yml - settings: - asset_directory: config/assets/movies - TV Shows: - metadata_path: - - file: config/TV Shows.yml - settings: - asset_directory: config/assets/tv_shows - Anime: - metadata_path: - - file: config/Anime.yml - settings: - asset_directory: config/assets/anime - sonarr: - url: http://sonarr:8989 - token: <token> - version: v3 - add: false - root_folder_path: /mnt/unionfs/media/anime - monitor: all - quality_profile: Any - language_profile: English - series_type: anime - season_folder: true - tag: - search: false - cutoff_search: false - add_existing: false - Kid's TV: - metadata_path: - - file: config/KidsTV.yml - settings: - asset_directory: config/assets/tv_shows - 4K Movies: - metadata_path: - - file: config/Movies.yml - settings: - asset_directory: config/assets/movies - radarr: - url: radarr4k:7878 - token: <token> - version: v3 - add: false - root_folder_path: /mnt/unionfs/media/4kmovies - monitor: true - availability: released - quality_profile: Remux-2160p - tag: - search: false - 4K TV Shows: - metadata_path: - - file: config/TV Shows.yml - settings: - asset_directory: config/assets/tv_shows - sonarr: - url: http://sonarr4k:8989 - token: <token> - version: v3 - add: false - root_folder_path: /mnt/unionfs/media/4ktvshows - monitor: all - quality_profile: Remux-2160p - language_profile: English - series_type: standard - season_folder: true - tag: - search: false - cutoff_search: false - add_existing: false -settings: # Can be individually specified per library as well - cache: true - cache_expiration: 60 - asset_directory: config/assets - asset_folders: true - assets_for_all: true - sync_mode: sync - show_unmanaged: true - show_filtered: false - show_missing: false - save_missing: false - run_again_delay: 2 - released_missing_only: false - create_asset_folders: false - missing_only_released: true - collection_minimum: 3 - delete_below_minimum: true - notifiarr_collection_creation: false - notifiarr_collection_addition: false - notifiarr_collection_removing: false -plex: # Can be individually specified per library as well - url: http://plex:32400 - token: <token> - timeout: 60 - clean_bundles: false - empty_trash: false - optimize: false -tmdb: - apikey: <api key> - language: en -tautulli: # Can be individually specified per library as well - url: http://tautulli:8181 - apikey: <api key> -radarr: # Can be individually specified per library as well - url: http://radarr:7878 - token: <token> - version: v3 - add: false - root_folder_path: /mnt/unionfs/media/movies - monitor: true - availability: released - quality_profile: HD-1080p - tag: - search: false - add_existing: false -sonarr: # Can be individually specified per library as well - url: http://sonarr:8989 - token: <token> - version: v3 - add: false - root_folder_path: /mnt/unionfs/media/tvshows - monitor: all - quality_profile: HD-1080p - language_profile: English - series_type: standard - season_folder: true - tag: - search: false - cutoff_search: false - add_existing: false -trakt: - client_id: <client id> - client_secret: <client secret> - authorization: - access_token: <token> - token_type: Bearer - expires_in: 7889238 - refresh_token: <token> - scope: public - created_at: 1633973894 diff --git a/shayne55434/config.yml.template b/shayne55434/config.yml.template new file mode 100644 index 0000000..0f8df72 --- /dev/null +++ b/shayne55434/config.yml.template @@ -0,0 +1,209 @@ +libraries: # Library mappings must have a colon (:) placed after them + Movies: + metadata_path: + - file: config/Movies.yml + overlay_path: + - remove_overlays: false + - git: PMM/overlays/imdb_top_250 + settings: + asset_directory: + - config/assets/movies + - config/assets/movie_collections + TV Shows: + metadata_path: + - file: config/TV Shows.yml + settings: + asset_directory: + - config/assets/tv_shows + - config/assets/tv_show_collections + operations: + assets_for_all: true + Anime: + metadata_path: + - file: config/Anime.yml + settings: + asset_directory: config/assets/anime + assets_for_all: true + sonarr: + root_folder_path: /mnt/unionfs/media/anime + series_type: anime + Kid's TV: + metadata_path: + - file: config/KidsTV.yml + settings: + asset_directory: + - config/assets/tv_shows + - config/assets/tv_show_collections + operations: + assets_for_all: true + sonarr: + root_folder_path: /mnt/unionfs/media/kidstv + 4K Movies: + metadata_path: + - file: config/Movies.yml + overlay_path: + - remove_overlays: false + - git: PMM/overlays/imdb_top_250 + - file: config/Overlays.yml + template_variables: + # Which overlay(s) should be used? + 4K_banner: true + settings: + asset_directory: + - config/assets/movies + - config/assets/movie_collections + operations: + assets_for_all: true + radarr: + url: http://radarr4k:7878 + token: <redacted> + version: v3 + root_folder_path: /mnt/media/4kmovies + monitor: true + availability: released + quality_profile: Ultra-HD + tag: + search: false + add_missing: false + add_existing: false + upgrade_existing: true + radarr_path: + plex_path: + 4K TV Shows: + metadata_path: + - file: config/TV Shows.yml + overlay_path: + - remove_overlays: false + - file: config/Overlays.yml + template_variables: + # Which overlay(s) should be used? + 4K: true + settings: + asset_directory: + - config/assets/tv_shows + - config/assets/tv_show_collections + operations: + assets_for_all: true + sonarr: + url: http://sonarr4k:8989 + token: <redacted> + root_folder_path: /mnt/media/4ktvshows + monitor: all + quality_profile: Ultra-HD + language_profile: English + series_type: standard + season_folder: true + tag: + search: false + cutoff_search: false + add_existing: false + add_missing: false + upgrade_existing: true + sonarr_path: + plex_path: +settings: # Can be individually specified per library as well + # General Settings + cache: true + cache_expiration: 60 + run_again_delay: 2 + save_report: true + tvdb_language: eng + item_refresh_delay: 0 + verify_ssl: true + custom_repo: + check_nightly: false + # Asset Settings + asset_directory: config/assets + asset_folders: true + asset_depth: 1 + create_asset_folders: true + prioritize_assets: false + dimensional_asset_rename: true + download_url_assets: false + show_missing_assets: true + show_missing_season_assets: false + show_missing_episode_assets: false + show_asset_not_needed: false + # Collection Settings + sync_mode: sync + minimum_items: 3 + default_collection_order: + delete_below_minimum: true + delete_not_scheduled: false + missing_only_released: true + only_filter_missing: false + show_unmanaged: true + show_filtered: false + show_options: false + show_missing: false + ignore_ids: + ignore_imdb_ids: + # Playlist Settings + playlist_sync_to_user: all + playlist_report: false +webhooks: # Can be individually specified per library as well + error: https://discord.com/api/webhooks/<redacted>/<redacted> + version: + run_start: + run_end: https://discord.com/api/webhooks/<redacted>/<redacted> + changes: +plex: # Can be individually specified per library as well + url: http://plex:32400 + token: <redacted> + timeout: 60 + clean_bundles: false + empty_trash: false + optimize: false +tmdb: + apikey: <redacted> + language: en + cache_expiration: 60 + region: +tautulli: # Can be individually specified per library as well + url: http://tautulli:8181 + apikey: <redacted> +radarr: # Can be individually specified per library as well + url: http://radarr:7878 + token: <redacted> + root_folder_path: /mnt/media/movies + quality_profile: Any + monitor: true + availability: announced + search: false + add_existing: false + add_missing: false + upgrade_existing: false + tag: + radarr_path: + plex_path: +sonarr: # Can be individually specified per library as well + url: http://sonarr:8989 + token: <redacted> + root_folder_path: /mnt/media/tvshows + quality_profile: Any + monitor: all + language_profile: English + series_type: standard + season_folder: true + search: false + cutoff_search: false + add_missing: false + add_existing: false + upgrade_existing: false + tag: + sonarr_path: + plex_path: +omdb: + apikey: <redacted> + cache_expiration: 60 +trakt: + client_id: <redacted> + client_secret: <redacted> + authorization: + access_token: + token_type: + expires_in: + refresh_token: + scope: + created_at: + pin: \ No newline at end of file diff --git a/sysmoon/movies/MoviesCharts.yml b/sysmoon/movies/MoviesCharts.yml new file mode 100644 index 0000000..8d1272b --- /dev/null +++ b/sysmoon/movies/MoviesCharts.yml @@ -0,0 +1,31 @@ +###################################################### +# Chart Collections # +###################################################### +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + collection_order: custom + item_refresh: true +collections: + Trending Movies: + template: { name: Chart, num: 1 } + trakt_trending: 40 + summary: movies Trending across the internet + filters: + year.gte: 2020 + visible_home: true + visible_shared: true + Trending Documentaries: + template: { name: Chart, num: 2 } + imdb_list: + url: https://www.imdb.com/search/title/?title_type=documentary&release_date=2021-01-01,&genres=documentary + limit: 40 + summary: Popular documentaries across the internet + radarr_add: true + visible_home: true + visible_shared: true + Popular Movies: + template: { name: Chart, num: 3 } + tmdb_popular: 40 + summary: Popular Movies across the internet diff --git a/sysmoon/movies/MoviesDecades.yml b/sysmoon/movies/MoviesDecades.yml new file mode 100644 index 0000000..d8ea0c1 --- /dev/null +++ b/sysmoon/movies/MoviesDecades.yml @@ -0,0 +1,27 @@ +templates: + Top 50 of Decade: + sort_title: +1_Best of <<startYear>>s + sync_mode: sync + summary: Best Movies of the <<startYear>>s + collection_order: custom + radarr_add: true + schedule: monthly(1) +collections: + Top 50 of 1970s: + template: { name: Top 50 of Decade, startYear: 1970, endYear: 1979 } + trakt_list: https://trakt.tv/users/benmooney/lists/top-50-of-the-70s?sort=rank,asc + Top 50 of 1980s: + template: { name: Top 50 of Decade, startYear: 1980, endYear: 1989 } + trakt_list: https://trakt.tv/users/benmooney/lists/top-50-of-the-80s?sort=rank,asc + Top 50 of 1990s: + template: { name: Top 50 of Decade, startYear: 1990, endYear: 1999 } + trakt_list: https://trakt.tv/users/benmooney/lists/top-50-of-the-90s?sort=rank,asc + Top 50 of 2000s: + template: { name: Top 50 of Decade, startYear: 2000, endYear: 2009 } + trakt_list: https://trakt.tv/users/benmooney/lists/top-50-of-the-00s?sort=rank,asc + Top 50 of 2010s: + template: { name: Top 50 of Decade, startYear: 2010, endYear: 2019 } + trakt_list: https://trakt.tv/users/benmooney/lists/top-50-of-the-10s?sort=rank,asc + Top 50 of 2020s: + template: { name: Top 50 of Decade, startYear: 2020, endYear: 2029 } + trakt_list: https://trakt.tv/users/benmooney/lists/top-50-of-the-20s?sort=rank,asc diff --git a/sysmoon/movies/MoviesGenres.yml b/sysmoon/movies/MoviesGenres.yml new file mode 100644 index 0000000..dd7bec0 --- /dev/null +++ b/sysmoon/movies/MoviesGenres.yml @@ -0,0 +1,103 @@ + ###################################################### + # Movie Collections Genre # + ###################################################### +########################### +# Templates # +########################### +templates: + Genre: + smart_filter: + genre: <<genre>> + sort_by: audience_rating.desc + url_poster: <<poster>> + sort_title: +5_<<collection_name>> + +collections: +########################### +# Genre Collections # +########################### + Action: + template: {name: Genre, genre: Action, poster: https://theposterdb.com/api/assets/52018} + summary: Action film is a genre wherein physical action takes precedence in the storytelling. The film will often have continuous motion and action including physical stunts, chases, fights, battles, and races. The story usually revolves around a hero that has a goal, but is facing incredible odds to obtain it. + Adventure: + template: {name: Genre, genre: Adventure, poster: https://theposterdb.com/api/assets/52218} + summary: Adventure film is a genre that revolves around the conquests and explorations of a protagonist. The purpose of the conquest can be to retrieve a person or treasure, but often the main focus is simply the pursuit of the unknown. These films generally take place in exotic locations and play on historical myths. Adventure films incorporate suspenseful puzzles and intricate obstacles that the protagonist must overcome in order to achieve the end goal. + Animation: + template: {name: Genre, genre: Animation, poster: https://theposterdb.com/api/assets/120090} + summary: Animated film is a collection of illustrations that are photographed frame-by-frame and then played in a quick succession. Since its inception, animation has had a creative and imaginative tendency. Being able to bring animals and objects to life, this genre has catered towards fairy tales and children’s stories. However, animation has long been a genre enjoyed by all ages. As of recent, there has even been an influx of animation geared towards adults. Animation is commonly thought of as a technique, thus it’s ability to span over many different genres. + Anime: + template: {name: Genre, genre: Anime, poster: https://theposterdb.com/api/assets/126743} + summary: A collection of Anime movies + Biography: + template: {name: Genre, genre: Biography, poster: https://theposterdb.com/api/assets/60369} + summary: A collection of Biography movies + Comedy: + template: {name: Genre, genre: Comedy, poster: https://theposterdb.com/api/assets/51397} + summary: Comedy is a genre of film that uses humor as a driving force. The aim of a comedy film is to illicit laughter from the audience through entertaining stories and characters. Although the comedy film may take on some serious material, most have a happy ending. Comedy film has the tendency to become a hybrid sub-genre because humor can be incorporated into many other genres. Comedies are more likely than other films to fall back on the success and popularity of an individual star. + Crime: + template: {name: Genre, genre: Crime, poster: https://theposterdb.com/api/assets/53057} + summary: Crime film is a genre that revolves around the action of a criminal mastermind. A Crime film will often revolve around the criminal himself, chronicling his rise and fall. Some Crime films will have a storyline that follows the criminal's victim, yet others follow the person in pursuit of the criminal. This genre tends to be fast paced with an air of mystery – this mystery can come from the plot or from the characters themselves. + Documentary: + template: {name: Genre, genre: Documentary, poster: https://theposterdb.com/api/assets/51430} + summary: Documentary film is a non-fiction genre intended to document reality primarily for the purposes of instruction, education, or maintaining a historical record. + Drama: + template: {name: Genre, genre: Drama, poster: https://theposterdb.com/api/assets/52016} + summary: Drama film is a genre that relies on the emotional and relational development of realistic characters. While Drama film relies heavily on this kind of development, dramatic themes play a large role in the plot as well. Often, these dramatic themes are taken from intense, real life issues. Whether heroes or heroines are facing a conflict from the outside or a conflict within themselves, Drama film aims to tell an honest story of human struggles. + Family: + template: {name: Genre, genre: Family, poster: https://theposterdb.com/api/assets/53059} + summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + Fantasy: + template: {name: Genre, genre: Fantasy, poster: https://theposterdb.com/api/assets/51476} + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=fantasy + limit: 100 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=fantasy&sort=user_rating,desc + limit: 100 + summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + History: + template: {name: Genre, genre: History, poster: https://theposterdb.com/api/assets/58022} + summary: History film is a genre that takes historical events and people and interprets them in a larger scale. Historical accuracy is not the main focus, but rather the telling of a grandiose story. The drama of an History film is often accentuated by a sweeping musical score, lavish costumes, and high production value. + Horror: + template: {name: Genre, genre: Horror, poster: https://theposterdb.com/api/assets/51475} + summary: Horror film is a genre that aims to create a sense of fear, panic, alarm, and dread for the audience. These films are often unsettling and rely on scaring the audience through a portrayal of their worst fears and nightmares. Horror films usually center on the arrival of an evil force, person, or event. Many Horror films include mythical creatures such as ghosts, vampires, and zombies. Traditionally, Horror films incorporate a large amount of violence and gore into the plot. Though it has its own style, Horror film often overlaps into Fantasy, Thriller, and Science-Fiction genres. + Musical: + template: {name: Genre, genre: Musical, poster: https://theposterdb.com/api/assets/51427} + summary: A Musical interweaves vocal and dance performances into the narrative of the film. The songs of a film can either be used to further the story or simply enhance the experience of the audience. These films are often done on a grand scale and incorporate lavish costumes and sets. Traditional musicals center on a well-known star, famous for their dancing or singing skills (i.e. Fred Astaire, Gene Kelly, Judy Garland). These films explore concepts such are love and success, allowing the audience to escape from reality. + Mystery: + template: {name: Genre, genre: Mystery, poster: https://theposterdb.com/api/assets/53060} + summary: A Mystery film centers on a person of authority, usually a detective, that is trying to solve a mysterious crime. The main protagonist uses clues, investigation, and logical reasoning. The biggest element in these films is a sense of “whodunit” suspense, usually created through visual cues and unusual plot twists. + Romance: + template: {name: Genre, genre: Romance, poster: https://theposterdb.com/api/assets/53062} + summary: "Romance film can be defined as a genre wherein the plot revolves around the love between two protagonists. This genre usually has a theme that explores an issue within love, including but not limited to: love at first sight, forbidden love, love triangles, and sacrificial love. The tone of Romance film can vary greatly. Whether the end is happy or tragic, Romance film aims to evoke strong emotions in the audience." + Science Fiction: + template: {name: Genre, genre: Science Fiction, poster: https://theposterdb.com/api/assets/51772} + summary: Science Fiction (Sci-Fi) film is a genre that incorporates hypothetical, science-based themes into the plot of the film. Often, this genre incorporates futuristic elements and technologies to explore social, political, and philosophical issues. The film itself is usually set in the future, either on earth or in space. Traditionally, a Science Fiction film will incorporate heroes, villains, unexplored locations, fantastical quests, and advanced technology. + Short: + template: {name: Genre, genre: Short, poster: https://theposterdb.com/api/assets/53063} + summary: A collection of Short movies + Sports: + template: {name: Genre, genre: Sport, poster: https://theposterdb.com/api/assets/60371} + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=sport + limit: 200 + - url: https://www.imdb.com/search/title/?title_type=feature&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=sport&sort=user_rating,desc + limit: 200 + summary: A Sport Film revolves around a sport setting, event, or an athlete. Often, these films will center on a single sporting event that carries significant importance. Sports films traditionally have a simple plot that builds up to the significant sporting event. This genre is known for incorporating film techniques to build anticipation and intensity. Sport films have a large range of sub-genres, from comedies to dramas, and are more likely than other genres to be based true-life events. + Thriller: + template: {name: Genre, genre: Thriller, poster: https://theposterdb.com/api/assets/52019} + summary: Thriller Film is a genre that revolves around anticipation and suspense. The aim for Thrillers is to keep the audience alert and on the edge of their seats. The protagonist in these films is set against a problem – an escape, a mission, or a mystery. No matter what sub-genre a Thriller film falls into, it will emphasize the danger that the protagonist faces. The tension with the main problem is built on throughout the film and leads to a highly stressful climax. + War: + template: {name: Genre, genre: War, poster: https://theposterdb.com/api/assets/51477} + summary: War Film is a genre that looks at the reality of war on a grand scale. They often focus on landmark battles as well as political issues within war. This genre usually focuses on a main character and his team of support, giving the audience an inside look into the gritty reality of war. + Western: + template: {name: Genre, genre: Western, poster: https://theposterdb.com/api/assets/51774} + summary: "Western Film is a genre that revolves around stories primarily set in the late 19th century in the American Old West. Most Westerns are set between the American Civil War (1865) and the early 1900s. Common themes within Western Film include: the conquest of the wild west, the cultural separation of the East and the West, the West’s resistance to modern change, the conflict between Cowboys and Indians, outlaws, and treasure/gold hunting. American Western Film usually revolves around a stoic hero and emphasizes the importance of honor and sacrifice." + Rom-Coms: + sort_title: +5_Rom-Coms + smart_filter: + all: + genre: romance,comedy + genre.not: drama,action,family + year.gte: 1980 + sort_by: audience_rating.desc + url_poster: https://theposterdb.com/api/assets/192874 diff --git a/sysmoon/movies/MoviesOther.yml b/sysmoon/movies/MoviesOther.yml new file mode 100644 index 0000000..925e645 --- /dev/null +++ b/sysmoon/movies/MoviesOther.yml @@ -0,0 +1,32 @@ +collections: + IMDB Top 250 Movies: + imdb_chart: top_movies + summary: IMDB Top 250 Movies + collection_order: custom + sync_mode: sync + sort_title: +1_Top Rated Movies + radarr_add: true + schedule: monthly(1) + Oscar Best Picture Winners: + imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=best_picture_winner&sort=release_date,desc + summary: Oscar Best Picture Winning Movies + sort_title: +1_Oscar_Best_Picture_winners + sync_mode: sync + collection_order: custom + radarr_add: true + schedule: monthly(1) + Christmas Movies: + sort_title: +3_Christmas Movies + trakt_list: + - https://trakt.tv/users/movistapp/lists/christmas-movies + - https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza + imdb_list: + - https://www.imdb.com/list/ls025976544/ + - https://www.imdb.com/list/ls003863000/ + - https://www.imdb.com/list/ls027454200/ + - https://www.imdb.com/list/ls027886673/ + - https://www.imdb.com/list/ls097998599/ + visible_home: range(12/01-12/31) + visible_shared: range(12/01-12/31) + schedule: monthly(1) + smart_label: random diff --git a/sysmoon/movies/MoviesWanted.yml b/sysmoon/movies/MoviesWanted.yml new file mode 100644 index 0000000..9b31294 --- /dev/null +++ b/sysmoon/movies/MoviesWanted.yml @@ -0,0 +1,22 @@ +###################################################### +# Radarr Collections # +###################################################### +templates: + radarr_add: + sync_mode: sync + radarr_add: true + radarr_search: true + build_collection: false +collections: + Trakt Trending Movies: + template: { name: radarr_add } + trakt_trending: 30 + Trakt Box Office Movies: + template: { name: radarr_add } + trakt_boxoffice: true + Trakt Popular Movies: + template: { name: radarr_add } + trakt_popular: 30 + StevenLu Popular Movies: + template: { name: radarr_add } + stevenlu_popular: true diff --git a/sysmoon/tv/TVCharts.yml b/sysmoon/tv/TVCharts.yml new file mode 100644 index 0000000..ee6a0df --- /dev/null +++ b/sysmoon/tv/TVCharts.yml @@ -0,0 +1,44 @@ +###################################################### +# Chart Collections # +###################################################### +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + collection_order: custom + item_refresh: true +collections: + Plex Popular: + template: { name: Chart, num: 1 } + tautulli_popular: + list_days: 30 + list_size: 20 + list_buffer: 20 + summary: Shows Popular on Plex + Top TV of the Last Week: + template: { name: Chart, num: 2 } + trakt_watched: 20 + summary: Most watched shows of the last week. + filters: + last_episode_aired: 100 + visible_home: true + visible_shared: true + Popular TV: + template: { name: Chart, num: 3 } + tmdb_popular: 40 + summary: Popular Shows across the internet + Top Rated TV: + template: { name: Chart, num: 4 } + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&num_votes=20000,&sort=user_rating,desc + limit: 100 + summary: Top Rated TV across the internet + schedule: monthly(1) + Popular Documentary Shows: + template: { name: Chart, num: 5 } + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&genres=documentary&languages=en + limit: 30 + summary: Top Documentaries across the internet + visible_home: true + visible_shared: true diff --git a/sysmoon/tv/TVLists.yml b/sysmoon/tv/TVLists.yml new file mode 100644 index 0000000..959b162 --- /dev/null +++ b/sysmoon/tv/TVLists.yml @@ -0,0 +1,19 @@ +###################################################### +# Trakt List Collections # +###################################################### +templates: + TraktList: + sort_title: +2_<<num>><<collection_name>> + sync_mode: sync + collection_order: custom + item_refresh: true +collections: + TV Picks of the Last Year: + template: { name: TraktList, num: 1 } + trakt_list: https://trakt.tv/users/benmooney/lists/tv-picks-from-the-last-year?sort=random,asc + summary: Top TV Shows which aired in the last 365 days. + schedule: weekly(sunday) + Trending Reality TV: + template: { name: TraktList, num: 2 } + trakt_list: https://trakt.tv/users/benmooney/lists/trending-reality-tv?sort=rank,asc + summary: Currently trending reality TV shows. diff --git a/sysmoon/tv/TVWanted.yml b/sysmoon/tv/TVWanted.yml new file mode 100644 index 0000000..6a5e5e0 --- /dev/null +++ b/sysmoon/tv/TVWanted.yml @@ -0,0 +1,19 @@ +###################################################### +# Sonarr Collections # +###################################################### +templates: + sonarr_add: + sync_mode: sync + sonarr_add: true + sonarr_search: true + build_collection: false +collections: + Trakt Trending Shows: + template: { name: sonarr_add } + trakt_trending: 30 + Trakt Popular Shows: + template: { name: sonarr_add } + trakt_popular: 30 + Trakt Recommended Shows: + template: { name: sonarr_add } + trakt_recommended_weekly: 30 diff --git a/twhiting9275/Studios.yml b/twhiting9275/Studios.yml deleted file mode 100644 index 59587de..0000000 --- a/twhiting9275/Studios.yml +++ /dev/null @@ -1,210 +0,0 @@ -########################################################### -# Studio Collections # -# A rather in depth list of studios and collections # -# By: twhiting9275 # -########################################################### -templates: - Studio: - optional: - - company - tmdb_company: <<company>> - sort_title: +2_<<collection_name>> - sync_mode: sync - smart_label: originally_available.desc -collections: - Marvel Studios: - template: { name: Studio, company: 420 } - summary: Marvel Studios is known for the production of the Marvel Cinematic Universe films, based on characters that appear in Marvel Comics publications. - Universal Pictures: - template: { name: Studio, company: 33 } - summary: Universal Pictures is an American film studio owned by Comcast through the NBCUniversal Film and Entertainment division of its wholly owned subsidiary NBCUniversal. - 20th Century Studios: - template: { name: Studio, company: 127928 } - summary: 20th Century Studios is the Disney rebrand of 20th century Fox studios, in 2020. - 20th Century Fox: - template: { name: Studio, company: 25 } - summary: 20th Century Fox was formed from the merger of the Fox Film Corporation and the original 20th Century Pictures in 1935. In 1985, the studio became known as 20th Century Fox after being acquired by News Corporation, which was split and succeeded by 21st Century Fox in 2013. - 20th Century Animation: - template: { name: Studio, company: 141821 } - summary: 20th Century Animation is the Disney rebrand of the animation arm of 20th Century Fox studios in 2020. - Columbia Tri-Star Motion Picture Group: - template: { name: Studio, company: 10202 } - summary: The Sony Pictures Entertainment Motion Picture Group is a division of Sony Pictures Entertainment to manage its motion picture operations. It was launched in 1998 by integrating the businesses of Columbia Pictures Industries, Inc. and TriStar Pictures, Inc. - Paramount Pictures: - template: { name: Studio, company: 4 } - summary: Paramount Pictures Corporation is an American film and television production and distribution company and a subsidiary of ViacomCBS. It is the fifth oldest film studio in the world, the second oldest film studio in the United States, and the sole member of the "Big Five" film studios still located in the city limits of Los Angeles. - Columbia Pictures: - template: { name: Studio, company: 5 } - summary: Columbia Pictures Industries, Inc. is an American film studio and production company that is a member of the Sony Pictures Motion Picture Group, a division of Sony Entertainment's Sony Pictures Entertainment, itself a subsidiary of the Japanese multinational conglomerate Sony. - Sony Pictures Studios: - template: { name: Studio, company: 34 } - summary: The Sony Pictures Studios is an American television and film studio complex located in Culver City, California at 10202 West Washington Boulevard and bounded by Culver Boulevard, Washington Boulevard, Overland Avenue and Madison Avenue. Founded in 1912, the facility is currently owned by Sony Pictures and houses the division's film studios, such as Columbia Pictures, TriStar Pictures, and Screen Gems. The complex was the original studios of Metro-Goldwyn-Mayer from 1924 to 1986 and Lorimar-Telepictures from 1986 to 1989. - New Line Cinema: - template: { name: Studio, company: 12 } - summary: New Line Productions, Inc., doing business as New Line Cinema, is an American film production studio and a label of the Warner Bros. Pictures Group division of Warner Bros. Entertainment. It was founded in 1967 by Robert Shaye as an independent film distribution company, later becoming a film studio. It was acquired by Turner Broadcasting System in 1994; Turner later merged with Time Warner in 1996, and New Line was merged with Warner Bros. Pictures in 2008. New Line continues to distribute its films albeit as a part of Warner Bros. Pictures, rather than as a separate media company alongside the latter. - Metro-Goldwyn-Mayer: - template: { name: Studio, company: 21 } - summary: Metro-Goldwyn-Mayer Studios Inc. is an American media company, involved primarily in the production and distribution of feature films and television programs. One of the world's oldest film studios, MGM's corporate headquarters are located in Beverly Hills, California. - Lionsgate: - template: { name: Studio, company: 1632 } - summary: Lions Gate Entertainment Corporation, is an American-Canadian entertainment company. It was formed by Frank Giustra on July 10, 1997, in Vancouver, British Columbia, Canada and is currently headquartered in Santa Monica, California, United States. - Legendary: - template: { name: Studio, company: 923 } - summary: Legendary Pictures Productions, LLC, doing business as Legendary Entertainment or simply Legendary, is an American film production and mass media company based in Burbank, California. The company was founded by Thomas Tull in 2000 and in 2005 concluded an agreement to co-produce and co-finance films with Warner Bros. and Universal Pictures. Since 2016, Legendary has been a subsidiary of the Chinese conglomerate Wanda Group. - The Weinstein Company: - template: { name: Studio, company: 308 } - summary: The Weinstein Company was an American independent film studio, founded in New York City by Bob and Harvey Weinstein in 2005. TWC was one of the largest mini-major film studios in North America prior to the firing of Harvey Weinstein following allegations of sexual harassment and assault against him, as well as financial troubles that followed. The studio eventually declared bankruptcy in February 2018, with independent studio Lantern Entertainment acquiring a majority of its film library and assets. Founder and chief executive Bob Weinstein previously owned a small stake in the company. - Miramax: - template: { name: Studio, company: 14 } - summary: Miramax, LLC is an American entertainment company known for producing and distributing films and television shows. Its headquarters are located in Los Angeles, California. Miramax was founded in 1979 by brothers Bob and Harvey Weinstein, and was a leading independent film motion picture distribution and production company before it was acquired by The Walt Disney Company on June 30, 1993 - DC Comics: - template: { name: Studio, company: 429 } - summary: DC Comics is one of the largest and oldest American comic book companies. The majority of its publications take place within the fictional DC Universe and feature numerous culturally iconic heroic characters, such as Superman, Batman, Wonder Woman, Green Lantern, the Flash, Aquaman, Martian Manhunter, Cyborg, Green Arrow, Starfire, Captain Marvel, Supergirl, Batwoman, Batgirl, Robin, Nightwing, the Black Canary, Hawkman, Hawkgirl, the Huntress, Static, and Zatanna. - Touchstone Pictures: - template: { name: Studio, company: 9195 } - summary: Touchstone Pictures was an American film distribution label of Walt Disney Studios Motion Pictures, created and owned by The Walt Disney Company. Feature films released under the Touchstone label were produced and financed by The Walt Disney Studios, and featured more mature themes targeted towards adult audiences than typical Disney releases. As such, Touchstone was merely a brand of the studio and did not exist as a distinct business operation. - Lucasfilm: - template: { name: Studio, company: 1 } - summary: Lucasfilm Ltd. LLC is an American film and television production company that is a subsidiary of Walt Disney Studios, which is a business segment of The Walt Disney Company. The studio is best known for creating and producing the Star Wars and Indiana Jones franchises, as well as its leadership in developing special effects, sound, and computer animation for films. Lucasfilm was founded by filmmaker George Lucas in 1971 in San Rafael, California; most of the company's operations were moved to San Francisco in 2005. - United Artists: - template: { name: Studio, company: 60 } - summary: United Artists Corporation (UA), currently doing business as United Artists Digital Studios, is an American digital production company. Founded in 1919 by D. W. Griffith, Charlie Chaplin, Mary Pickford, and Douglas Fairbanks, the studio was premised on allowing actors to control their own interests, rather than being dependent upon commercial studios. UA was repeatedly bought, sold, and restructured over the ensuing century. Metro-Goldwyn-Mayer acquired the studio in 1981 for a reported $350 million - RKO: - template: { name: Studio, company: 6 } - summary: RKO Pictures was an American film production and distribution company. In its original incarnation, as RKO Radio Pictures, Inc. it was one of the Big Five studios of Hollywood's Golden Age. The business was formed after the Keith-Albee-Orpheum theater chain and Joseph P. Kennedy's Film Booking Offices of America studio were brought together under the control of the Radio Corporation of America in October 1928. RCA chief David Sarnoff engineered the merger to create a market for the company's sound-on-film technology, RCA Photophone. By the mid-1940s, the studio was under the control of investor Floyd Odlum. - Pure Flix Entertainment: - template: { name: Studio, company: 6427 } - summary: Pinnacle Peak Pictures (formerly Pure Flix Entertainment) is an evangelical Christian film production and distribution studio founded by David A. R. White and Russell Wolfe.[3] Pinnacle Peak produces Christian films, including God's Not Dead (2014), Do You Believe? (2015), Woodlawn (2015), The Case for Christ (2017), and Unplanned (2019). Since 2014, films produced and distributed by Pure Flix have collectively grossed over $195 million at the worldwide box office. The company has headquarters in Scottsdale, Arizona. - Amblin Entertainment: - template: { name: Studio, company: 56 } - summary: Amblin Entertainment, Inc. is an American film production company founded by director and producer Steven Spielberg, and film producers Kathleen Kennedy and Frank Marshall in 1981. The company's headquarters are located in Bungalow 477 of the Universal Studios backlot in Universal City, California. The company distributes all of the films from Amblin Partners under the Amblin Entertainment banner. - Castle Rock Entertainment: - template: { name: Studio, company: 97 } - summary: Castle Rock Entertainment is an American film and television production company founded in 1987 by Martin Shafer, director Rob Reiner, Andrew Scheinman, Glenn Padnick and Alan Horn. It is a subsidiary of Warner Bros., a division of AT&T's WarnerMedia. - Dark Horse Entertainment: - template: { name: Studio, company: 552 } - summary: Dark Horse Entertainment is a motion picture and television production arm of American comic book publishing company Dark Horse Comics, founded in 1992. They also have a sub-label, Dark Horse Indie. - Dinemsion Films: - template: { name: Studio, company: 7405 } - summary: Dimension Films is an American film production company and independent film distribution label owned by Lantern Entertainment. It was formerly used as Bob and Harvey Weinstein's label within Miramax, which was acquired by The Walt Disney Company on June 30, 1993, to produce and release independent films and genre titles, specifically horror and science fiction films. - Dreamworks Pictures: - template: { name: Studio, company: 7 } - summary: DreamWorks Pictures (also known as DreamWorks SKG or DreamWorks Studios, commonly referred to as DreamWorks) is an American film production company, and a label of Amblin Partners. It was founded in 1994 as an original live-action film studio by Steven Spielberg, Jeffrey Katzenberg and David Geffen (together, SKG), of which they owned 72%. The studio formerly distributed its own and third-party films. It has produced or distributed more than ten films with box-office grosses of more than $100 million each. - Focus Features: - template: { name: Studio, company: 10146 } - summary: Focus Features LLC is an American film production and distribution company, owned by Comcast through Universal Pictures, a division of its wholly owned subsidiary NBCUniversal. Focus Features distributes independent and foreign films in the United States and internationally. - Fox Searchlight: - template: { name: Studio, company: 43 } - summary: Fox Searchlight Pictures is best known for distributing the films Slumdog Millionaire, 12 Years a Slave, Birdman, The Shape of Water, and Nomadland, all of which won an Academy Award for Best Picture. Other Best Picture nominations include The Full Monty, Sideways, Little Miss Sunshine, Juno, Black Swan, 127 Hours, The Tree of Life, The Descendants, Beasts of the Southern Wild, The Grand Budapest Hotel, Brooklyn, Three Billboards Outside Ebbing, Missouri, The Favourite, and Jojo Rabbit. The studio has grossed over $5.3 billion worldwide and amassed 26 Golden Globe Awards, 47 BAFTA awards, and 43 Academy Awards. Slumdog Millionaire is the studio's largest commercial success, with over $377 million (US) of box office receipts, against a production budget of only $15 million. - Searchlight Pictures: - template: { name: Studio, company: 127929 } - summary: Searchlight Pictures (formerly Fox Searchlight Pictures) is an American film studio within Walt Disney Studios, a division of The Walt Disney Company, that focuses primarily on producing, distributing, and acquiring specialty films. After the acquisition of Fox , by Disney, they rebranded to Searchlight Pictures - Happy Madison Productions: - template: { name: Studio, company: 2608 } - summary: Happy Madison Productions is an American film and television production company founded in 1999 by Adam Sandler which is best known for its comedy films. - Jerry Bruckheimer Films: - template: { name: Studio, company: 130 } - summary: What's big, loud, and seen all over? Virtually everything produced by Jerry Bruckheimer Films (JBF). The namesake company of former advertising executive turned uber-producer Jerry Bruckheimer, JBF is one of the most successful production shops in Hollywood. Most JBF films are thunderous, over the top action movies such as Pirates of the Caribbean , Armageddon , and Con Air . While they get little critical adoration, the movies are often big box office hits and have earned about $13 billion in total revenues. JBF has also branched onto the small screen with similar success, counting CBS' CSI and The Amazing Race franchises among its offerings. The firm's current incarnation was founded in 1995. - Lighthouse Pictures: - template: { name: Studio, company: 39 } - summary: Lighthouse Pictures is a venture that specializes in producing genre and mid-to small-budget film and television projects. Industry leaders Shawn Williamson and Jamie Goehring helm Lighthouse Pictures. With over 65 productions in the past ten years, Lighthouse Pictures productions continue to be recognized. - Nickelodeon Movies: - template: { name: Studio, company: 2348 } - summary: Nickelodeon Movies is the theatrical motion picture production arm of the Nickelodeon TV channel. Founded in 1995 and owned by Paramount Players, a subsidiary of ViacomCBS, which is itself a subsidiary of National Amusements. the company released its first film Harriet the Spy in 1996. It has produced family features and films based on Nickelodeon programs, as well as other adaptations and original projects. Its films are co-produced and/or distributed by fellow ViacomCBS division Paramount Pictures. The studio's highest-grossing films are Teenage Mutant Ninja Turtles (2014), which grossed $493.3 million worldwide, The Adventures of Tintin (2011), which grossed $374 million worldwide, and The SpongeBob Movie Sponge Out of Water (2015), which grossed $325.2 million worldwide. The company has so far produced over 33 theatrical feature films in total. - Orion Pictures: - template: { name: Studio, company: 41 } - summary: Orion Pictures, legal name Orion Releasing LLC, is an American motion picture producer owned by Metro-Goldwyn-Mayer. In its original operating period, the company produced and released films from 1978 until 1999 and was also involved in television production and syndication throughout the 1980s until the early 1990s. It was formed in 1978 as a joint venture between Warner Bros. and three former senior executives at United Artists. During this early period, Orion was considered a mini-major studio. Woody Allen, James Cameron, Jonathan Demme, Oliver Stone, and several other prominent directors worked with Orion during its most successful years from 1978 to 1992. Of the films distributed by Orion, four won Academy Awards for Best Picture Amadeus (1984), Platoon (1986), Dances with Wolves (1990), and The Silence of the Lambs (1991). Two other Orion films, Hannah and Her Sisters (1986) and Mississippi Burning (1988), were nominated for that same category. Since 1997, Orion has been owned by Metro-Goldwyn-Mayer. In 2013, Metro-Goldwyn-Mayer revived the Orion name for television; a year later, Orion Pictures was relaunched by the studio. - Overbrook Entertainment: - template: { name: Studio, company: 907 } - summary: Overbrook Entertainment is an American production company and record label based in Culver City, California.[1] It was founded by partners Will Smith and James Lassiter in 1998,[2] around the same time production for Wild Wild West (1999) was started. - Platinum Dunes: - template: { name: Studio, company: 2481 } - summary: Platinum Dunes is an American production company created in November 2001 by filmmakers Michael Bay, Brad Fuller, and Andrew Form. The company produces horror films, such as The Texas Chainsaw Massacre, The Purge, Friday the 13th, A Nightmare on Elm Street, Ouija, A Quiet Place, and A Quiet Place Part II. - Regency Enterprises: - template: { name: Studio, company: 116 } - summary: Regency Enterprises is an American entertainment company formed by Arnon Milchan. It was founded in 1982 as the successor to Regency International Pictures formerly known as Embassy International Pictures N.V.. - Relativity Media: - template: { name: Studio, company: 130 } - summary: Relativity Media is an American media company headquartered in Beverly Hills, California, founded in 2004 by Lynwood Spinks and Ryan Kavanaugh. The studio was the third largest mini-major globally until bankruptcy on July 30, 2015. Its full-scale film studio acquires, develops, produces and distributes films. The company's partners and financial institutions have invested $20 billion as of 2012 in entertainment investments with partners such as Citibank, Merrill Lynch, Deutsche Bank and others. Relativity Media also works in fashion, sports, digital and music. - Renaissance Films: - template: { name: Studio, company: 3102 } - summary: Renaissance Pictures is an American film production and television company. It was founded by director Sam Raimi, producer Robert Tapert and actor Bruce Campbell, with help from publicist Irvin Shapiro, on August 10, 1979 to produce their film The Evil Dead, along with its sequels Evil Dead II and Army of Darknes - Revolution Films: - template: { name: Studio, company: 163 } - summary: Revolution Films is a British film production company, founded by producer Andrew Eaton and director Michael Winterbottom. They have produced a number of film and television productions since 1994, including Jude (1996), 24 Hour Party People (2002), 9 Songs (2004), Rush (2013) and The Trip (TV) (2010) - Scott Free Productions: - template: { name: Studio, company: 1645 } - summary: Scott Free Productions is a British-American independent film and television production company founded in 1970 by filmmakers and brothers Ridley Scott and Tony Scott. They formed the feature film development company Percy Main Productions in 1980, naming the company after the English village Percy Main, where their father grew up. The company was renamed to Scott Free Productions in 1995. Scott Free has produced films ranging from the 2000 Hollywood blockbuster Gladiator to "smaller pictures" like Cracks. Between productions of White Squall and G.I. Jane, Ridley Scott reorganised the company. - Screen Gems: - template: { name: Studio, company: 3287 } - summary: Screen Gems, Inc. is an American film production and distribution studio that is a division of Sony Pictures's Sony Pictures Entertainment Motion Picture Group, a subsidiary of Japanese multinational conglomerate, Sony Group Corporation. It has served several different purposes for its parent companies over the decades since its incorporation. The label currently specializes in genre films, mainly horror. - Silver Screen Partners: - template: { name: Studio, company: 514 } - summary: Silver Screen Partners refers to four limited partnerships organized as an alternative funding source for movies. The managing general partner for the partnerships was Silver Screen Management, Inc. Former U.S. President George W. Bush was a member of Silver Screen Management, Inc.'s board of directors from 1983 to 1993. This became a part of the campaign issue over Hollywood's "pervasiveness of violence", centered around Silver Screen Management Board's approval of the highly violent horror-suspense film The Hitcher, when Bush ran for president in 2000. - Silver Screen Partners II: - template: { name: Studio, company: 10531 } - summary: Silver Screen Partners refers to four limited partnerships organized as an alternative funding source for movies. The managing general partner for the partnerships was Silver Screen Management, Inc. Former U.S. President George W. Bush was a member of Silver Screen Management, Inc.'s board of directors from 1983 to 1993. This became a part of the campaign issue over Hollywood's "pervasiveness of violence", centered around Silver Screen Management Board's approval of the highly violent horror-suspense film The Hitcher, when Bush ran for president in 2000. - Silver Screen Partners III: - template: { name: Studio, company: 554 } - summary: Silver Screen Partners refers to four limited partnerships organized as an alternative funding source for movies. The managing general partner for the partnerships was Silver Screen Management, Inc. Former U.S. President George W. Bush was a member of Silver Screen Management, Inc.'s board of directors from 1983 to 1993. This became a part of the campaign issue over Hollywood's "pervasiveness of violence", centered around Silver Screen Management Board's approval of the highly violent horror-suspense film The Hitcher, when Bush ran for president in 2000. - Silver Screen Partners IV: - template: { name: Studio, company: 10282 } - summary: Silver Screen Partners refers to four limited partnerships organized as an alternative funding source for movies. The managing general partner for the partnerships was Silver Screen Management, Inc. Former U.S. President George W. Bush was a member of Silver Screen Management, Inc.'s board of directors from 1983 to 1993. This became a part of the campaign issue over Hollywood's "pervasiveness of violence", centered around Silver Screen Management Board's approval of the highly violent horror-suspense film The Hitcher, when Bush ran for president in 2000. - Tim Burton Productions: - template: { name: Studio, company: 8601 } - summary: Tim Burton Productions is a film production company, founded by Tim Burton in the late 1980s. Denise Di Novi once headed the banner from 1989 to 1996. The company was not usually credited on films directed or produced by Burton. - Tristar Pictures: - template: { name: Studio, company: 559 } - summary: TriStar Pictures, Inc. is an American film studio and production company that is a member of the Sony Pictures Motion Picture Group, a subsidiary of Sony Entertainment's Sony Pictures, itself is a subsidiary of the Japanese multinational conglomerate Sony Group Corporation. TriStar Pictures is a sister studio of the older Sony studio Columbia Pictures. - Tyler Perry Studios: - template: { name: Studio, company: 3096 } - summary: Tyler Perry Studios (TPS) is an American film production studio in Atlanta, Georgia founded by actor, filmmaker, and playwright Tyler Perry in 2006. In 2019, Perry celebrated the grand opening of his newest Atlanta studio location; he purchased 330 acres (130 ha) of the former Fort McPherson complex in 2015 to make it the new home of Tyler Perry Studios. Tyler Perry Studios is the largest film production studio in the United States, and established Perry as the first African-American to outright own a major film production studio. Through 34th Street Films, a production arm of Tyler Perry Studios, Perry guides the work of other filmmakers. - United Pictures: - template: { name: Studio, company: 7271 } - summary: United Pictures Corporation was an American film production company in the mid 1960s who specialized in the production of nine action and science fiction films shot economically with an eye for their product to be viewed in both theatrical release and purchased for television showing. The organization became part of Commonwealth United Entertainment who released their films theatrically. - Village Roadshow Pictures: - template: { name: Studio, company: 79 } - summary: Village Roadshow Pictures is an American co-producer and co-financier of major Hollywood motion pictures, established in 1986. It is a division under Village Roadshow Entertainment Group, which in turn is owned by australian media company Village Roadshow. - WingNut Films: - template: { name: Studio, company: 11 } - summary: WingNut Films is a New Zealand production company based in Wellington, New Zealand with other offices in Hollywood, London and Melbourne. It is notable for producing and collaborates predominantly with filmmaker Peter Jackson, especially on The Lord of the Rings. WingNut Films also has produced at Pinewood Studios in England. - WWE Studios: - template: { name: Studio, company: 10339 } - summary: WWE Studios Inc. is an American film studio owned by the professional wrestling corporation WWE. WWE Studios movies frequently mix well-known actors and actresses in lead roles with WWE wrestlers, and teams with existing production and distribution companies to deliver the product at a cheaper cost for both parties. - Bad Robot: - template: { name: Studio, company: 11461 } - summary: Bad Robot is an American film and television production company responsible for the television series Alias, Lost, Fringe, Person of Interest, Revolution and Westworld alongside many fillms - Aardman: - template: { name: Studio, company: 297 } - summary: Aardman Animations, Ltd. is a British animation studio based in Bristol, England. Aardman is known for films made using stop-motion clay animation techniques, particularly those featuring Plasticine characters Wallace and Gromit. - Blue Sky: - template: { name: Studio, company: 9383 } - summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. - DreamWorks: - template: { name: Studio, company: 521 } - filters: - collection.not: Aardman - summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. - Illumination Entertainment: - template: { name: Studio, company: 6704 } - summary: Illumination is an American film and animation studio responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio mascots. - Pixar: - template: { name: Studio, company: 3 } - summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney Company. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the company's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. - Studio Ghibli: - template: { name: Studio, company: 10342 } - summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. Their mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. - Sony Pictures Animation: - template: { name: Studio, company: 2251 } - summary: Sony Pictures Animation Inc. is an American animation studio owned by Sony Entertainment's Sony Pictures Entertainment through their Motion Picture Group division and founded on May 9, 2002. The studio's films are distributed worldwide by Sony Pictures Releasing under their Columbia Pictures label, while all direct-to-video releases are released by Sony Pictures Home Entertainment. - Warner Animation Group: - template: { name: Studio, company: 25120 } - summary: The Warner Animation Group (WAG) is an American animation studio that is the feature animation division of Warner Bros. Entertainment. Established on January 7, 2013, the studio is the successor to the dissolved 2D traditional hand-drawn animation studio Warner Bros. Feature Animation, which shut down in 2003 and the dissolved family film division Warner Bros. Family Entertainment, which shut down in 2009. The entity is also a sister animation studio of the regular animation studio Warner Bros. Animation - Walt Disney Animation Studios: - template: { name: Studio } - imdb_list: https://www.imdb.com/list/ls059383351/ - summary: Walt Disney Animation Studios (WDAS), sometimes shortened to Disney Animation, is an American animation studio that creates animated features and short films for The Walt Disney Company. Founded on October 16, 1923 by brothers Walt Disney and Roy O. Disney, it is one of the oldest-running animation studios in the world. It is currently organized as a division of Walt Disney Studios and is headquartered at the Roy E. Disney Animation Building at the Walt Disney Studios lot in Burbank, California. - Walt Disney Pictures: - template: { name: Studio } - imdb_list: https://www.imdb.com/list/ls077114097/ - summary: Walt Disney Pictures is an American film production studio of The Walt Disney Studios, which is owned by The Walt Disney Company. The studio is the flagship producer of live-action feature films within the Walt Disney Studios unit, and is based at the Walt Disney Studios in Burbank, California. Animated films produced by Walt Disney Animation Studios and Pixar Animation Studios are also released under this brand. Walt Disney Studios Motion Pictures distributes and markets the films produced by Walt Disney Pictures. diff --git a/twhiting9275/genper.yml b/twhiting9275/genper.yml deleted file mode 100644 index 5bdef6c..0000000 --- a/twhiting9275/genper.yml +++ /dev/null @@ -1,630 +0,0 @@ -########################################################### -# A few genre and period collections # -# By: twhiting9275 # -########################################################### -templates: - Collection: - optional: - - collection - - movie - tmdb_collection_details: <<collection>> - tmdb_movie: <<movie>> - sync_mode: sync - collection_order: release - Chart: - sort_title: +1_<<num>><<collection_name>> - sync_mode: sync - smart_label: random - -collections: - Pixar Shorts: - sort_title: +++1_<<collection_name>> - summary: A collection of Pixar Short Films. - sync_mode: sync - smart_filter: - all: - duration.lte: 20 - studio: Pixar - sort_by: title.asc - Disney Sunday Night Movies: - trakt_list: https://trakt.tv/users/twhiting9275/lists/disney-sunday-night-movies - summary: A collection of the Walt Disney Sunday Night movies over the years - collection_order: release - collection_mode: default - sync_mode: sync - TMDB Most Popular: - summary: A collection of the most popular movies as listed on TMDB - tmdb_popular: 100 - sync_mode: sync - Trending: - trakt_trending: 150 - tmdb_trending_daily: 150 - tmdb_trending_weekly: 150 - sort_title: +++++++++++++++++++_1Trending - sync_mode: sync - smart_label: year.desc - summary: Movies Trending across the internet - url_background: https://i.imgur.com/SOVfrIq.png - url_poster: https://i.imgur.com/4vpMZoA.png - Plex Popular: - template: { name: Chart, num: 1 } - tautulli_popular: - list_days: 30 - list_size: 20 - list_buffer: 20 - tautulli_watched: - list_days: 30 - list_size: 20 - list_buffer: 20 - summary: Movies Popular on Plex - Top Rated: - imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250 - tmdb_top_rated: 250 - sort_title: +++++++++++++++++++_3Top Rated - sync_mode: sync - smart_label: critic_rating.desc - summary: Top Rated Movies - url_background: https://i.imgur.com/b26VZ9y.jpg - url_poster: https://i.imgur.com/x7BhedD.png - Best of Netflix: - summary: Best movies available to stream via Netflix according to Rotten Tomatoes - trakt_list: https://trakt.tv/users/hdlists/lists/best-movies-on-netflix - collection_order: release - collection_mode: default - sync_mode: sync - Best of Superhero Movies: - summary: Some of the best superhero movies - trakt_list: https://trakt.tv/users/hdlists/lists/best-superhero-movies - collection_order: release - collection_mode: default - sync_mode: sync - Best of the Razzies: - summary: Razzie Award Winners - trakt_list: https://trakt.tv/users/hdlists/lists/razzie-awards-worst-picture-winners - collection_order: release - collection_mode: default - sync_mode: sync - True Stories: - summary: Movies based on or inspired by a true story - trakt_list: https://trakt.tv/users/hdlists/lists/based-on-or-inspired-by-a-true-story - collection_order: release - collection_mode: default - sync_mode: sync - Top Romantic Comedies: - summary: Top rated romantic comedies according to Rotten Tomatoes - trakt_list: https://trakt.tv/users/hdlists/lists/romantic-comedies-rotten-tomatoes-top-rated - collection_order: release - collection_mode: default - sync_mode: sync - Parody Movie Collection: - trakt_list: https://trakt.tv/users/twhiting9275/lists/a-list-of-parody-movies - sync_mode: sync - smart_label: critic_rating.desc - sort_title: ++++++++++++++++++_Parody Movie Collection - summary: A collection of parody movies - url_poster: https://i.imgur.com/yFtJ5eV.png - url_background: https://i.imgur.com/eELv4eB.jpg - Another Holiday Movie Collection: - summary: NOT so sappy holiday movies - trakt_list: https://trakt.tv/users/twhiting9275/lists/another-holiday-movie-list - sync_mode: sync - smart_label: critic_rating.desc - sort_title: Holiday Movie Collection - url_poster: https://theposterdb.com/api/assets/108552/view? - filters: - collection.not: "Sappy Holiday Movies" - Sappy Holiday Movies: - summary: "Hallmark and Lifetime seem to have a trademark, as it were on these movies. The formula works, and it's quite a successful one. - A collection of sappy Holiday movies. If they're not on Hallmark, or Lifetime, they probably should be!" - trakt_list: https://trakt.tv/users/twhiting9275/lists/sappy-holiday-list - sync_mode: sync - smart_label: critic_rating.desc - sort_title: HallmarkTime Movie Collection - url_poster: https://theposterdb.com/api/assets/48894/view? - - -#decade based stuff here - - "1970s movies": - plex_search: - any: - decade: 1970 - summary: A collection of movies released in the 1970s - sort_title: +++1970_movies - collection_mode: default - sync_mode: sync - "'70s Comedies": - sort_title: +++1970_comedies - summary: A collection of some of the top rated comedy movies from the 70s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/1970 - release_date.lte: 12/31/1979 - sort_by: vote_average.desc - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_original_language: English - with_genres: 35 - limit: 500 - sync_mode: sync - "'70s Romance": - sort_title: +++1970_romance - summary: A collection of some of the top rated romance movies from the 70s compiled from TMDB - smart_label: critic_rating.desc - sync_mode: sync - tmdb_discover: - region: US - release_date.gte: 01/01/1970 - release_date.lte: 12/31/1979 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 10749 - limit: 500 - sort_by: vote_average.desc - "'70s Family": - sort_title: +++1970_<<collection_name>> - summary: A collection of some of the top rated family movies from the 70s compiled from TMDB - smart_label: critic_rating.desc - sync_mode: sync - tmdb_discover: - region: US - release_date.gte: 01/01/1970 - release_date.lte: 12/31/1979 - with_runtime.gte: 75 - certification_country: US - certification.lte: PG-13 - with_genres: 10751 - sort_by: vote_average.desc - limit: 500 - "'70s Drama": - sort_title: +++1970_drama - summary: A collection of some of the top rated drama movies from the 70s compiled from TMDB - smart_label: critic_rating.desc - sync_mode: sync - tmdb_discover: - region: US - release_date.gte: 01/01/1970 - release_date.lte: 12/31/1979 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 18 - sort_by: vote_average.desc - limit: 500 - "'70s Action": - sort_title: +++1970_<<collection_name>> - summary: A collection of some of the top rated action movies from the 70s compiled from TMDB - smart_label: critic_rating.desc - sync_mode: sync - tmdb_discover: - region: US - release_date.gte: 01/01/1970 - release_date.lte: 12/31/1979 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 28 - sort_by: vote_average.desc - limit: 500 - - - "1980s movies": - plex_search: - any: - decade: 1980 - summary: A collection of movies released in the 1980s - sort_title: +++1980_movies - sync_mode: sync - collection_mode: default - "'80s Comedies": - sync_mode: sync - sort_title: +++1980_<<collection_name>> - summary: A collection of some of the top rated comedy movies from the 80s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/1980 - release_date.lte: 12/31/1989 - sort_by: vote_average.desc - with_genres: 35 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - limit: 500 - "'80s Family": - sync_mode: sync - sort_title: +++1980_<<collection_name>> - summary: A collection of some of the top rated family movies from the 80s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/1980 - release_date.lte: 12/31/1989 - with_runtime.gte: 75 - certification_country: US - certification.lte: PG-13 - with_genres: 10751 - sort_by: vote_average.desc - limit: 500 - "'80s Romance": - sync_mode: sync - sort_title: +++1980_romance - summary: A collection of some of the top rated romance movies from the 80s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/1980 - release_date.lte: 12/31/1989 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 10749 - sort_by: vote_average.desc - limit: 500 - "'80s Drama": - sort_title: +++1980_drama - sync_mode: sync - summary: A collection of some of the top rated drama movies from the 80s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/1980 - release_date.lte: 12/31/1989 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 18 - sort_by: vote_average.desc - limit: 500 - "'80s Action": - sort_title: +++1980_action - sync_mode: sync - summary: A collection of some of the top rated action movies from the 80s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/1980 - release_date.lte: 12/31/1989 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 28 - sort_by: vote_average.desc - limit: 500 - - - "1990s movies": - sort_title: +++1990_movies - sync_mode: sync - plex_search: - any: - decade: 1990 - summary: A collection of movies released in the 1990s - collection_mode: default - "'90s Comedies": - sync_mode: sync - sort_title: +++1990_<<collection_name>> - summary: A collection of some of the top rated comedy movies from the 90s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/1990 - release_date.lte: 12/31/1999 - sort_by: vote_average.desc - with_genres: 35 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - limit: 500 - "'90s Romance": - sort_title: +++1990_romance - sync_mode: sync - summary: A collection of some of the top rated romance movies from the 90s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/1990 - release_date.lte: 12/31/1999 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 10749 - sort_by: vote_average.desc - limit: 500 - "'90s Family": - sort_title: +++1990_family - sync_mode: sync - summary: A collection of some of the top rated family movies from the 90s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/1990 - release_date.lte: 12/31/1999 - with_runtime.gte: 75 - certification_country: US - certification.lte: PG-13 - with_genres: 10751 - sort_by: vote_average.desc - limit: 500 - "'90s Drama": - sort_title: +++1990_drama - sync_mode: sync - summary: A collection of some of the top rated drama movies from the 90s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/1990 - release_date.lte: 12/31/1999 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 18 - sort_by: vote_average.desc - limit: 500 - "'90s Action": - sort_title: +++1990_action - sync_mode: sync - summary: A collection of some of the top rated action movies from the 90s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/1990 - release_date.lte: 12/31/1999 - with_runtime.gte: 75 - certification_country: US - certification.lte: PG-13 - with_genres: 28 - sort_by: vote_average.desc - limit: 500 - - "2000s movies": - plex_search: - any: - decade: 2000 - sync_mode: sync - summary: A collection of movies released in the 2000s - sort_title: +++2000_movies - collection_mode: default - "'2000s Comedies": - sort_title: +++2000_comedies - sync_mode: sync - summary: A collection of some of the top rated comedy movies from the 2000s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/2000 - release_date.lte: 12/31/2009 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 35 - sort_by: vote_average.desc - limit: 500 - "'2000s Romance": - sort_title: +++2000_romance - sync_mode: sync - summary: A collection of some of the top rated romance movies from the 2000s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/2000 - release_date.lte: 12/31/2009 - with_genres: 10749 - sort_by: vote_average.desc - limit: 500 - "2000s Family": - sort_title: +++2000_family - sync_mode: sync - summary: A collection of some of the top rated family movies from the 2000s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/2000 - release_date.lte: 12/31/2009 - with_runtime.gte: 75 - certification_country: US - certification.lte: PG-13 - with_genres: 10751 - sort_by: vote_average.desc - limit: 500 - "2000s Drama": - sort_title: +++2000_drama - sync_mode: sync - summary: A collection of some of the top rated drama movies from the 2000s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/2000 - release_date.lte: 12/31/2009 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 18 - sort_by: vote_average.desc - limit: 500 - "2000s Action": - sort_title: +++2000_action - sync_mode: sync - summary: A collection of some of the top rated action movies from the 2000s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/2000 - release_date.lte: 12/31/2009 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 28 - sort_by: vote_average.desc - limit: 500 - - "2010s movies": - plex_search: - any: - decade: 2010 - sync_mode: sync - summary: A collection of movies released in the 2010s - sort_title: +++2010_movies - collection_mode: default - "2010s Comedies": - sort_title: +++2010_<<collection_name>> - sync_mode: sync - summary: A collection of some of the top rated comedy movies from the 2010s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/2010 - release_date.lte: 12/31/2019 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 35 - sort_by: vote_average.desc - limit: 500 - "2010s Romance": - sort_title: +++2010_romance - sync_mode: sync - summary: A collection of some of the top rated romance movies from the 2010s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/2010 - release_date.lte: 12/31/2019 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 10749 - sort_by: vote_average.desc - limit: 500 - "2010s Family": - summary: A collection of some of the top rated family movies from the 2010s compiled from TMDB - sync_mode: sync - smart_label: critic_rating.desc - sort_title: +++2010_family - tmdb_discover: - region: US - release_date.gte: 01/01/2010 - release_date.lte: 12/31/2019 - with_runtime.gte: 75 - certification_country: US - certification.lte: PG-13 - with_genres: 10751 - sort_by: vote_average.desc - limit: 500 - "2010s Drama": - summary: A collection of some of the top rated drama movies from the 2010s compiled from TMDB - sync_mode: sync - smart_label: critic_rating.desc - sort_title: +++2010_drama - tmdb_discover: - region: US - release_date.gte: 01/01/2010 - release_date.lte: 12/31/2019 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 18 - sort_by: vote_average.desc - limit: 500 - "2010s Action": - sort_title: +++2010_action - sync_mode: sync - summary: A collection of some of the top rated action movies from the 2010s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/2010 - release_date.lte: 12/31/2019 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 28 - sort_by: vote_average.desc - limit: 500 - - "2020s movies": - sync_mode: sync - plex_search: - any: - decade: 2020 - summary: A collection of movies released in the 2020s - sort_title: +++2020_movies - collection_mode: default - "2020s Comedies": - sort_title: +++2020_comedies - sync_mode: sync - summary: A collection of some of the top rated comedy movies from the 2020s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/2020 - release_date.lte: 12/31/2029 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 35 - sort_by: vote_average.desc - limit: 500 - "2020s Romance": - summary: A collection of some of the top rated romance movies from the 2020s compiled from TMDB - sync_mode: sync - smart_label: critic_rating.desc - sort_title: +++2020_romance - tmdb_discover: - region: US - release_date.gte: 01/01/2020 - release_date.lte: 12/31/2029 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 10749 - sort_by: vote_average.desc - limit: 500 - "2020s Family": - sort_title: +++1_family - sync_mode: sync - summary: A collection of some of the top rated family movies from the 2020s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/2020 - release_date.lte: 12/31/2029 - with_runtime.gte: 75 - certification_country: US - certification.lte: PG-13 - with_genres: 10751 - sort_by: vote_average.desc - limit: 500 - "2020s Drama": - sort_title: +++2020_drama - sync_mode: sync - summary: A collection of some of the top rated drama movies from the 2020s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/2020 - release_date.lte: 12/31/2029 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 18 - sort_by: vote_average.desc - limit: 500 - "2020s Action": - sort_title: +++2020_action - sync_mode: sync - summary: A collection of some of the top rated action movies from the 2020s compiled from TMDB - smart_label: critic_rating.desc - tmdb_discover: - region: US - release_date.gte: 01/01/2020 - release_date.lte: 12/31/2029 - with_runtime.gte: 75 - certification_country: US - certification.lte: R - with_genres: 28 - sort_by: vote_average.desc - limit: 500 diff --git a/twhiting9275/people.yml b/twhiting9275/people.yml deleted file mode 100644 index 6882d45..0000000 --- a/twhiting9275/people.yml +++ /dev/null @@ -1,598 +0,0 @@ -########################################################### -# People # -# Without people, movies are nothing # -# A VERY large list of people. Be warned! # -# By: twhiting9275 # -########################################################### -templates: - Person: - smart_filter: - any: - actor: tmdb - director: tmdb - writer: tmdb - producer: tmdb - sort_by: title.asc - validate: false - tmdb_person: <<person>> - sort_title: +4_<<collection_name>> -collections: - Adam Sandler: - template: {name: Person, person: 19292} - Al Pacino: - template: {name: Person, person: 1158} - Alan Arkin: - template: {name: Person, person: 1903} - Alan rickman: - template: {name: Person, person: 4566} - Albert Finney: - template: {name: Person, person: 3926} - Alec Baldwin: - template: {name: Person, person: 7447} - Alec Guinness: - template: {name: Person, person: 12248} - Alfred Hitchcock: - template: {name: Person, person: 2636} - Alexandra Daddario: - template: {name: Person, person: 109513} - Andy Serkis: - template: {name: Person, person: 1333} - Amy Adams: - template: {name: Person, person: 9273} - Angelina Jolie: - template: {name: Person, person: 11701} - Ana De Armas: - template: {name: Person, person: 224513} - Anne Hathaway: - template: {name: Person, person: 1813} - Anthony Hopkins: - template: {name: Person, person: 4173} - Antonio Banderas: - template: {name: Person, person: 3131} - Anya Taylor-Joy: - template: {name: Person, person: 1397778} - Arnold Schwarzenegger: - template: {name: Person, person: 1100} - Ben Affleck: - template: {name: Person, person: 880} - Ben Kingsley: - template: {name: Person, person: 2282} - Ben Stiller: - template: {name: Person, person: 7399} - Bill Murray: - template: {name: Person, person: 1532} - Billy Boyd: - template: {name: Person, person: 1329} - Billy Crystal: - template: {name: Person, person: 7904} - Brad Pitt: - template: {name: Person, person: 287} - Bradley Cooper: - template: {name: Person, person: 51329} - Bradley Whitford: - template: {name: Person, person: 11367} - Brendan Fraser: - template: {name: Person, person: 18269} - Bruce Lee: - template: {name: Person, person: 19429} - Bruce Willis: - template: {name: Person, person: 62} - Bryan Cranston: - template: {name: Person, person: 17419} - Burt Lancaster: - template: {name: Person, person: 13784} - Burt Reynolds: - template: {name: Person, person: 16475} - Cameron Diaz: - template: {name: Person, person: 6941} - Carrie Fisher: - template: {name: Person, person: 4} - Casey Kasem: - template: {name: Person, person: 16418} - Cary Grant: - template: {name: Person, person: 2638} - Casper Van Dien: - template: {name: Person, person: 27763} - Cate Blanchett: - template: {name: Person, person: 112} - Catherine Zeta-Jones: - template: {name: Person, person: 1922} - Channing Tatum: - template: {name: Person, person: 38673} - Charlie Chaplin: - template: {name: Person, person: 13848} - Charlton Heston: - template: {name: Person, person: 10017} - Charlie Sheen: - template: {name: Person, person: 6952} - Charlize Theron: - template: {name: Person, person: 6885} - "Chloë Grace Moretz": - template: {name: Person, person: 56734} - Christian Bale: - template: {name: Person, person: 3894} - Christoph Waltz: - template: {name: Person, person: 27319} - Chris Evans: - template: {name: Person, person: 16828} - Chris Hemsworth: - template: {name: Person, person: 74568} - Chris Pratt: - template: {name: Person, person: 73457} - Chris Rock: - template: {name: Person, person: 2632} - Christopher Lee: - template: {name: Person, person: 113} - Christopher Nolan: - template: {name: Person, person: 525} - Christopher Plummer: - template: {name: Person, person: 290} - Christopher Walken: - template: {name: Person, person: 4690} - Chuck Norris: - template: {name: Person, person: 51576} - Cilian Murphy: - template: {name: Person, person: 2037} - Clark Gable: - template: {name: Person, person: 11492} - Clint Eastwood: - template: {name: Person, person: 190} - Coen Brothers: - template: {name: Person, person: "1223, 1224"} - summary: "Joel Coen and Ethan Coen, collectively referred to as the Coen Brothers, are American film directors, producers, screenwriters, and editors. Their films span many genres and styles, which they frequently subvert or parody. Their most acclaimed works include: Raising Arizona (1987), Miller's Crossing (1990), Fargo (1996), The Big Lebowski (1998), O Brother, Where Art Thou? (2000), No Country for Old Men (2007), Burn After Reading (2008), A Serious Man (2009), True Grit (2010), Inside Llewyn Davis (2013), and The Ballad of Buster Scruggs (2018)." - Colin Firth: - template: {name: Person, person: 5472} - Connie Nielsen: - template: {name: Person, person: 935} - Daniel Craig: - template: {name: Person, person: 8784} - Daniel Day-Lewis: - template: {name: Person, person: 11856} - Danielle Panabaker: - template: {name: Person, person: 31838} - Dave Bautista: - template: {name: Person, person: 543530} - Dave Chappelle: - template: {name: Person, person: 4169} - Denzel Washington: - template: {name: Person, person: 5292} - Diane Keaton: - template: {name: Person, person: 3092} - Dominic Monaghan: - template: {name: Person, person: 1330} - Don Cheadle: - template: {name: Person, person: 1896} - Dustin Hoffman: - template: {name: Person, person: 4483} - Dwayne Johnson: - template: {name: Person, person: 18918} - Eddie Murphy: - template: {name: Person, person: 776} - Edward Norton: - template: {name: Person, person: 819} - Elijah Wood: - template: {name: Person, person: 109} - Ellen / Elliot Page: - template: {name: Person, person: 27578} - Elizabeth Hurley: - template: {name: Person, person: 13918} - Emily Blunt: - template: {name: Person, person: 11701} - Emma Stone: - template: {name: Person, person: 54693} - Emma Watson: - template: {name: Person, person: 10990} - Ernie Hudson: - template: {name: Person, person: 8874} - Ewan McGregor: - template: {name: Person, person: 3061} - Evangeline Lilly: - template: {name: Person, person: 19034} - Frank Welker: - template: {name: Person, person: 15831} - Gal Gadot: - template: {name: Person, person: 90633} - Gary Cooper: - template: {name: Person, person: 4068} - Gary Oldman: - template: {name: Person, person: 64} - Gene Hackman: - template: {name: Person, person: 193} - Gene Kelly: - template: {name: Person, person: 13294} - Geoffrey Rush: - template: {name: Person, person: 118} - George C. Scott: - template: {name: Person, person: 862} - George Carlin: - template: {name: Person, person: 15903} - George Clooney: - template: {name: Person, person: 1461} - Gerard Butler: - template: {name: Person, person: 17276} - Goldie Hawn: - template: {name: Person, person: 18892} - Gregory Peck: - template: {name: Person, person: 8487} - Hailee Steinfeld: - template: {name: Person, person: 130640} - Harrison Ford: - template: {name: Person, person: 3} - Hayao Miyazaki: - template: {name: Person, person: 608} - Heath Ledger: - template: {name: Person, person: 1810} - Helen Mirren: - template: {name: Person, person: 15735} - Henry Cavill: - template: {name: Person, person: 73968} - Henry Fonda: - template: {name: Person, person: 4958} - Hiroyuki Sanada: - template: {name: Person, person: 9195} - Hugh Jackman: - template: {name: Person, person: 6968} - Humphrey Bogart: - template: {name: Person, person: 4110} - Ian Holm: - template: {name: Person, person: 65} - Ian McKellen: - template: {name: Person, person: 1327} - Ian McShane: - template: {name: Person, person: 6972} - Ice Cube: - template: {name: Person, person: 9778} - J.J. Abrams: - template: {name: Person, person: 15344} - Jack Black: - template: {name: Person, person: 70851} - Jack Lemmon: - template: {name: Person, person: 3151} - Jack Nicholson: - template: {name: Person, person: 514} - Jackie Chan: - template: {name: Person, person: 18897} - Jake Gyllenhaal: - template: {name: Person, person: 131} - James Cameron: - template: {name: Person, person: 2710} - James Dean: - template: {name: Person, person: 2749} - James Franco: - template: {name: Person, person: 17051} - James Garner: - template: {name: Person, person: 16896} - James Stewart: - template: {name: Person, person: 854} - Jamie Foxx: - template: {name: Person, person: 134} - Jason Bateman: - template: {name: Person, person: 23532} - Jason Statham: - template: {name: Person, person: 976} - Javier Bardem: - template: {name: Person, person: 3810} - Jeff Bridges: - template: {name: Person, person: 1229} - Jeff Goldblum: - template: {name: Person, person: 4785} - Jeffrey Dean Morgan: - template: {name: Person, person: 47296} - Jennifer Aniston: - template: {name: Person, person: 4491} - Jennifer Garner: - template: {name: Person, person: 9278} - Jennifer Lawrence: - template: {name: Person, person: 72129} - Jeremy Irons: - template: {name: Person, person: 16940} - Jesse Eisenberg: - template: {name: Person, person: 44735} - Jessica Alba: - template: {name: Person, person: 56731} - Jet Li: - template: {name: Person, person: 1336} - Jim Carrey: - template: {name: Person, person: 206} - Joan Cusack: - template: {name: Person, person: 3234} - "Jodi Lyn O'Keefe": - template: {name: Person, person: 58006} - Joaquin Phoenix: - template: {name: Person, person: 73421} - Joe Pesci: - template: {name: Person, person: 4517} - John Candy: - template: {name: Person, person: 7180} - John Cena: - template: {name: Person, person: 56446} - John Cusack: - template: {name: Person, person: 3036} - John Travolta: - template: {name: Person, person: 8891} - John Wayne: - template: {name: Person, person: 4165} - John Goodman: - template: {name: Person, person: 1230} - John Noble: - template: {name: Person, person: 1381} - Johnny Depp: - template: {name: Person, person: 85} - John Rhys-Davis: - template: {name: Person, person: 655} - John Turturro: - template: {name: Person, person: 1241} - Jon Voight: - template: {name: Person, person: 10127} - Josh Duhamel: - template: {name: Person, person: 19536} - Judd Nelson: - template: {name: Person, person: 21624} - Judge Reinhold: - template: {name: Person, person: 777} - Julia Roberts: - template: {name: Person, person: 1204} - Karl Urban: - template: {name: Person, person: 1372} - Kelsey Grammer: - template: {name: Person, person: 7090} - Kate Hudson: - template: {name: Person, person: 11661} - Kate Winslet: - template: {name: Person, person: 204} - Kathy Bates: - template: {name: Person, person: 8534} - Keanu Reeves: - template: {name: Person, person: 6384} - Kevin Bacon: - template: {name: Person, person: 4724} - Kevin Costner: - template: {name: Person, person: 1269} - Kevin Hart: - template: {name: Person, person: 55638} - Kevin Smith: - template: {name: Person, person: 19303} - Kevin Spacey: - template: {name: Person, person: 1979} - Kirk Douglas: - template: {name: Person, person: 2090} - Laurence Olivier: - template: {name: Person, person: 3359} - Leonardo DiCaprio: - template: {name: Person, person: 6193} - Leonard Nimoy: - template: {name: Person, person: 1749} - Leslie Nielsen: - template: {name: Person, person: 813} - Liam Neeson: - template: {name: Person, person: 3896} - Lin Shaye: - template: {name: Person, person: 7401} - Lisa Kudrow: - template: {name: Person, person: 14406} - Liv Tyler: - template: {name: Person, person: 882} - Lloyd Bridges: - template: {name: Person, person: 2177} - Lucy Liu: - template: {name: Person, person: 140} - M. Night Shyamalan: - template: {name: Person, person: 11614} - Mandy Moore: - template: {name: Person, person: 16855} - Margot Robbie: - template: {name: Person, person: 234352} - Mark Strong: - template: {name: Person, person: 2983} - Mark Wahlberg: - template: {name: Person, person: 13240} - Marlon Brando: - template: {name: Person, person: 3084} - Martin Sheen: - template: {name: Person, person: 8349} - Matt Damon: - template: {name: Person, person: 1892} - Matthew McConaughey: - template: {name: Person, person: 10297} - Meg Foster: - template: {name: Person, person: 41229} - Megan Fox: - template: {name: Person, person: 19537} - Mel Brooks: - template: {name: Person, person: 14639} - Mel Gibson: - template: {name: Person, person: 2461} - Melissa McCarthy: - template: {name: Person, person: 55536} - Meryl Streep: - template: {name: Person, person: 5064} - Michael Bay: - template: {name: Person, person: 865} - Michael Caine: - template: {name: Person, person: 3895} - Michael Clarke Duncan: - template: {name: Person, person: 61981} - Michael Douglass: - template: {name: Person, person: 3392} - Michael Keaton: - template: {name: Person, person: 2232} - Michelle Pfeiffer: - template: {name: Person, person: 1160} - Mike Myers: - template: {name: Person, person: 12073} - Mila Kunis: - template: {name: Person, person: 18973} - Milla Jovovich: - template: {name: Person, person: 63} - Ming-Na Wen: - template: {name: Person, person: 21702} - Morgan Freeman: - template: {name: Person, person: 192} - Natalie Portman: - template: {name: Person, person: 524} - Nicolas Cage: - template: {name: Person, person: 2963} - Nicole Kidman: - template: {name: Person, person: 2227} - Orlando Bloom: - template: {name: Person, person: 114} - Orson Welles: - template: {name: Person, person: 40} - Owen Wilson: - template: {name: Person, person: 887} - Patrick Dempsey: - template: {name: Person, person: 18352} - Patrick Stewart: - template: {name: Person, person: 2387} - Paul Newman: - template: {name: Person, person: 3636} - Paul Rudd: - template: {name: Person, person: 22226} - Paul Walker: - template: {name: Person, person: 8167} - Peter Cullen: - template: {name: Person, person: 19540} - Peter Fonda: - template: {name: Person, person: 8949} - Peter Sellers: - template: {name: Person, person: 12446} - Peter O'Toole: - template: {name: Person, person: 11390} - Philip Seymour Hoffman: - template: {name: Person, person: 1233} - Quentin Tarantino: - template: {name: Person, person: 138} - Rachel McAdams: - template: {name: Person, person: 53714} - Ralph Fiennes: - template: {name: Person, person: 5469} - Renee Zelweger: - template: {name: Person, person: 9137} - Reese Witherspoon: - template: {name: Person, person: 368} - Richard Gere: - template: {name: Person, person: 1205} - Rick Moranis: - template: {name: Person, person: 8872} - Ridley Scott: - template: {name: Person, person: 578} - River Phoenix: - template: {name: Person, person: 741} - Robert De Niro: - template: {name: Person, person: 380} - Robert Downey Jr.: - template: {name: Person, person: 3223} - Robert DuVall: - template: {name: Person, person: 3087} - Robert Redford: - template: {name: Person, person: 4135} - Robert Wagner: - template: {name: Person, person: 9208} - Robin Williams: - template: {name: Person, person: 2157} - Rosario Dawson: - template: {name: Person, person: 5916} - Russell Crowe: - template: {name: Person, person: 934} - Ryan Reynolds: - template: {name: Person, person: 10859} - Salma Hayek: - template: {name: Person, person: 3136} - Samuel L. Jackson: - template: {name: Person, person: 2231} - Sandra Bullock: - template: {name: Person, person: 18277} - Sacha Baron Cohen: - template: {name: Person, person: 6730} - Scarlett Johansson: - template: {name: Person, person: 1245} - Sean Astin: - template: {name: Person, person: 1328} - Sean Bean: - template: {name: Person, person: 48} - Sean Connery: - template: {name: Person, person: 738} - Sean Penn: - template: {name: Person, person: 2228} - Sebastian Stan: - template: {name: Person, person: 60898} - Seth Green: - template: {name: Person, person: 13922} - Seth Rogen: - template: {name: Person, person: 19274} - Shia LaBeouf: - template: {name: Person, person: 10959} - Sidney Poitier: - template: {name: Person, person: 16897} - Sophia Loren: - template: {name: Person, person: 16757} - Spencer Tracy: - template: {name: Person, person: 12147} - Stan Lee: - template: {name: Person, person: 7624} - Stanley Tucci: - template: {name: Person, person: 2283} - Steve Buscemi: - template: {name: Person, person: 884} - Steve Carell: - template: {name: Person, person: 4495} - Steve Martin: - template: {name: Person, person: 67773} - Steve McQueen: - template: {name: Person, person: 13565} - Steven Seagal: - template: {name: Person, person: 23880} - Steven Spielberg: - template: {name: Person, person: 488} - Sylvester Stallone: - template: {name: Person, person: 16483} - Tim Burton: - template: {name: Person, person: 510} - Tom Cruise: - template: {name: Person, person: 500} - Tom Hanks: - template: {name: Person, person: 31} - Tom Hardy: - template: {name: Person, person: 2524} - Tom Holland: - template: {name: Person, person: 1136406} - Tom Selleck: - template: {name: Person, person: 15112} - Tommy Lee Jones: - template: {name: Person, person: 2176} - Tyrese Gibson: - template: {name: Person, person: 8169} - Uma Thurman: - template: {name: Person, person: 139} - Val Kilmer: - template: {name: Person, person: 5576} - Vanessa Williams: - template: {name: Person, person: 27011} - Verne Troyer: - template: {name: Person, person: 10987} - Vin Diesel: - template: {name: Person, person: 12835} - Viggo Mortensen: - template: {name: Person, person: 110} - Vince Vaughn: - template: {name: Person, person: 4937} - Wanda Sykes: - template: {name: Person, person: 27102} - Wesley Snipes: - template: {name: Person, person: 10814} - Will Ferrell: - template: {name: Person, person: 23659} - Will Smith: - template: {name: Person, person: 2888} - William Shakespeare: - template: {name: Person, person: 6210} - William Shatner: - template: {name: Person, person: 1748} - Woody Harrelson: - template: {name: Person, person: 57755} - Zachary Levi: - template: {name: Person, person: 69899} - Zack Snyder: - template: {name: Person, person: 15217} - Zooey Deschanel: - template: {name: Person, person: 11664} diff --git a/twhiting9275/starwars.yml b/twhiting9275/starwars.yml deleted file mode 100644 index 4a69da9..0000000 --- a/twhiting9275/starwars.yml +++ /dev/null @@ -1,72 +0,0 @@ -########################################################### -# Star Wars Movies # -# You can never have too many 'Star Wars' collections # -# A few collections of SW movies, and metadata edits # -# By: twhiting9275 # -########################################################### -templates: - Collection: - optional: - - collection - - movie - tmdb_collection_details: <<collection>> - tmdb_movie: <<movie>> - sync_mode: sync - -collections: - "Star Wars: by year" : - template: {name: Collection, collection: 10} - collection_order: release - "Star Wars: by timeline": - template: {name: Collection, movie: "1893, 1894, 12180, 1895, 11, 1891, 1892, 140607, 181808, 181812"} - summary: This is a collection of main star wars movies, plus The Clone Wars animated movie, arranged by when events took place - collection_order: alpha - "Star Wars: Stories": - template: {name: Collection, movie: "348350 , 330459" } - summary: Collection of Star Wars stories, outside of the Skywalker Saga - collection_order: release - "Star Wars: The Rian Johnson Trilogy": - template: {name: Collection, collection: 820683} - collection_order: release - "Star Wars: The Ewok Advenures": - template: {name: Collection, collection: 133830} - collection_order: release - "Star Wars: The Original Trilogy": - template: {name: Collection, movie: "11, 1891, 1892"} - summary: The trilogy that started it all! George Lucas' original Star Wars , episodes 4-6 - collection_order: release - "Star Wars: The Prequel Trilogy": - template: {name: Collection, movie: "1893, 1894, 1895"} - summary: The prequel trilogy, episodes 1-3 - collection_order: release - "Star Wars: The Disney Trilogy": - template: {name: Collection, movie: "140607, 181808, 181812"} - summary: The Disney Star Wars trilogy - collection_order: release - "Star Wars: Behind the Scenes": - summary: Some cool videos , interviews and the like about one of the biggest movie franchises in the world - collection_order: release - template: {name: Collection, movie: "825647, 435365, 72694, 128295, 81418, 154452, 376798, 372906, 277499, 507052, 486000, 363132, 659114, 786611, 485994, 485997, 729605, 219566, 372909, 515580, 76180"} - -metadata: - - "Star Wars: Episode I - The Phantom Menace": - sort_title: Star Wars 1 - "Star Wars: Episode II - Attack of the Clones": - sort_title: Star wars 2 - "Star Wars: The Clone Wars": - sort_title: Star Wars 3 - "Star Wars: Episode III - Revenge of the Sith": - sort_title: Star Wars 4 - Star Wars: - sort_title: Star Wars 5 - The Empire Strikes Back: - sort_title: Star Wars 6 - Return of the Jedi: - sort_title: Star Wars 7 - "Star Wars: The Force Awakens": - sort_title: Star Wars 8 - "Star Wars: The Last Jedi": - sort_title: Star Wars 9 - "Star Wars: The Rise of Skywalker": - sort_title: Star Wars 10 diff --git a/yozora/configs/movies/genres-smart.yml b/yozora/configs/movies/genres-smart.yml new file mode 100644 index 0000000..3182ac0 --- /dev/null +++ b/yozora/configs/movies/genres-smart.yml @@ -0,0 +1,90 @@ +templates: + Genre: + default: + exclude: Children, Anime + sort_title: +02_<<collection_name>> + url_background: https://wallpaper.dog/large/20509069.jpg + smart_filter: + sort_by: release.desc + validate: false + all: + genre.not: <<exclude>> + audio_language: en + genre: <<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 diff --git a/yozora/configs/movies/holidays.yml b/yozora/configs/movies/holidays.yml index 590b656..c95d66b 100644 --- a/yozora/configs/movies/holidays.yml +++ b/yozora/configs/movies/holidays.yml @@ -8,7 +8,7 @@ collections: smart_label: release.desc sort_title: +02_Christmas summary: "A collection of festive-themed movies to get even the Grinchiest of hearts in the Christmas spirit" - trakt_list: https://trakt.tv/users/kscosmos/lists/christmas-extravaganza-non-romance + trakt_list: https://trakt.tv/users/yozoraxcii/lists/christmas-extravaganza-non-romance url_poster: https://theposterdb.com/api/assets/48897/view? url_background: https://wallpapercave.com/wp/wp4972414.jpg schedule: range(11/01-12/31) @@ -28,7 +28,7 @@ collections: - https://trakt.tv/users/evil-vin/lists/halloween-2021?sort=released,asc summary: "A collection of spook films, make sure to check for monsters under your bed before you go to sleep!" url_poster: https://bit.ly/PlexSeasonHalloween - schedule: range(11/01-11/31) + schedule: range(10/01-11/01) visible_library: true visible_home: true visible_shared: true @@ -44,4 +44,4 @@ collections: schedule: range (02/01-02/14) visible_home: true visible_shared: true - visible_library: true \ No newline at end of file + visible_library: true diff --git a/yozora/configs/tv/genres-smart.yml b/yozora/configs/tv/genres-smart.yml new file mode 100644 index 0000000..0a8ed53 --- /dev/null +++ b/yozora/configs/tv/genres-smart.yml @@ -0,0 +1,90 @@ +templates: + Genre: + default: + exclude: Children, Anime + sort_title: +02_<<collection_name>> + url_background: https://wallpaper.dog/large/20509069.jpg + smart_filter: + sort_by: release.desc + validate: false + all: + genre.not: <<exclude>> + audio_language: en + genre: <<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/tAApO7d.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 diff --git a/yozora/configs/tv/genres.yml b/yozora/configs/tv/genres.yml deleted file mode 100644 index 9108568..0000000 --- a/yozora/configs/tv/genres.yml +++ /dev/null @@ -1,45 +0,0 @@ -###################################################### -# Genre Collections # -###################################################### - -templates: - genre: - sort_title: +02_<<collection_name>> - url_background: https://wallpaper.dog/large/20509069.jpg - smart_filter: - sort_by: release.desc - validate: false - all: - genre.not: "children, animation, family" - audio_language: english - any: - genre: <<genre>> -# schedule: weekly (sunday) - -collections: - Cooking Shows: - template: { name: genre, genre: "Food" } - url_poster: https://i.imgur.com/VM2wr44.jpg - - Crime Shows: - template: { name: genre, genre: "Crime" } - url_poster: https://i.imgur.com/qXqvLTA.jpg - - Documentary Shows: - template: { name: genre, genre: "Biography, Documentary" } - url_poster: https://i.imgur.com/t4ltEIY.jpg - - Game Shows: - template: { name: genre, genre: "Game Show" } - smart_filter: - sort_by: episode_added.desc - validate: false - all: - genre.not: "children, animation" - any: - genre: "Game Show" - url_poster: https://i.imgur.com/HGlAWyH.jpg - - Reality Shows: - template: { name: genre, genre: "Reality" } - url_poster: https://i.imgur.com/v4A3Up2.jpg \ No newline at end of file diff --git a/yozora/configs/tv/networks.yml b/yozora/configs/tv/networks.yml index f42902c..253f331 100644 --- a/yozora/configs/tv/networks.yml +++ b/yozora/configs/tv/networks.yml @@ -24,7 +24,7 @@ collections: AMC Shows: template: { name: network, network: "AMC, AMC+" } - url_poster: https://i.imgur.com/0UV96ev.jpg + url_poster: https://i.imgur.com/CaALafB.jpeg A&E Shows: template: { name: network, network: "A&E" } @@ -47,11 +47,11 @@ collections: CBS Shows: template: { name: network, network: "CBS, CBS All Access, CBS Reality, CBS Reality (UK), CBS.com" } - url_poster: https://i.imgur.com/LmTQF62.jpeg + url_poster: https://i.imgur.com/jLkXT2o.jpeg Channel 4 Shows: template: { name: network, network: "Channel 4, E4, More4, 4Seven, Film4" } - url_poster: https://i.imgur.com/jLkXT2o.jpeg + url_poster: https://i.imgur.com/0d49D8z.jpeg visible_library: true visible_home: true visible_shared: true @@ -93,6 +93,7 @@ collections: HGTV Shows: template: { name: network, network: "HGTV, HGTV Canada" } + url_poster: https://i.imgur.com/m8aW7PF.jpg History Shows: template: { name: network, network: "History, History (CA), History (UK)" } @@ -126,7 +127,7 @@ collections: url_poster: https://i.imgur.com/DPcPQbU.jpeg NBCUniversal Shows: - template: { name: network, network: "Bravo, CNBC, E!, MSNBC, NBC, Oxgen, Peacock, SyFy" } + template: { name: network, network: "Bravo, CNBC, E!, MSNBC, NBC, Oxygen, Peacock, SyFy" } url_poster: https://i.imgur.com/s3MFG59.jpg Netflix Shows: @@ -136,6 +137,10 @@ collections: visible_home: true visible_shared: true + PBS Shows: + template: { name: network, network: "PBS, PBS Kids" } + url_poster: https://imgur.com/a/3yBsyeh.jpg + Prime Video Shows: template: { name: network, network: "Amazon, Amazon Prime Video, Prime Video" } url_poster: https://i.imgur.com/5gd7Lyw.jpg diff --git a/yozora/overlays/Notch/4K/overlay.png b/yozora/overlays/Notch/4K/overlay.png new file mode 100644 index 0000000..586c432 Binary files /dev/null and b/yozora/overlays/Notch/4K/overlay.png differ diff --git a/yozora/overlays/Notch/4KHDR/overlay.png b/yozora/overlays/Notch/4KHDR/overlay.png new file mode 100644 index 0000000..69e2fdf Binary files /dev/null and b/yozora/overlays/Notch/4KHDR/overlay.png differ diff --git a/yozora/overlays/Notch/HDR/overlay.png b/yozora/overlays/Notch/HDR/overlay.png new file mode 100644 index 0000000..264b612 Binary files /dev/null and b/yozora/overlays/Notch/HDR/overlay.png differ diff --git a/yozora/overlays/Notch/NotchTemplate.psd b/yozora/overlays/Notch/NotchTemplate.psd new file mode 100644 index 0000000..52b64e2 Binary files /dev/null and b/yozora/overlays/Notch/NotchTemplate.psd differ