@ -1,60 +1,59 @@
|
||||
# Python Version
|
||||
Drops Support for Python 3.7
|
||||
|
||||
# Requirements Update (requirements will need to be reinstalled)
|
||||
Updated ArrAPI requirement to 1.4.3
|
||||
Updated GitPython requirement to 3.1.36
|
||||
Updated lxml requirement to 4.9.3
|
||||
Updated pathvalidate requirement to 3.2.0
|
||||
Updated pillow requirement to 10.0.1
|
||||
Updated PlexAPI requirement to 4.15.2
|
||||
Updated psutil requirement to 5.9.5
|
||||
Updated requests requirement to 2.31.0
|
||||
Updated ruamel.yaml requirement to 0.17.32
|
||||
Updated schedule requirement to 1.2.0
|
||||
Updated tmdbapis requirement to 1.2.0
|
||||
Updated arrapi requirement to 1.4.7
|
||||
Updated GitPython requirement to 3.1.40
|
||||
Updated lxml requirement to 5.0.0
|
||||
Updated num2words requirement to 0.5.13
|
||||
Updated pillow requirement to 10.2.0
|
||||
Updated PlexAPI requirement to 4.15.7
|
||||
Updated psutil requirement to 5.9.7
|
||||
Updated ruamel.yaml requirement to 0.18.5
|
||||
Updated schedule requirement to 1.2.1
|
||||
Updated tmdbapis requirement to 1.2.6
|
||||
Added setuptools requirement at 69.0.3
|
||||
|
||||
# New Features
|
||||
Add `tmdb_vote_average` as a [Filter](https://metamanager.wiki/en/latest/metadata/filters.html#id7). thanks @tenshiak
|
||||
Add `tmdb_birthday` [Detail](https://metamanager.wiki/en/latest/metadata/details/metadata.html) which controls if a collection is visible based on a `tmdb_person`'s birthday.
|
||||
Add `match` [attribute](https://metamanager.wiki/en/latest/metadata/metadata/movie.html#matching-movies) to match movies within Plex to items within the Metadata file.
|
||||
Add `delete_collections_named` to [Shared Collection Variables](https://metamanager.wiki/en/latest/defaults/collection_variables.html)
|
||||
Add support for (GitHub Personal Access Tokens)[https://metamanager.wiki/en/latest/config/github.html] in config files. thanks @chazlarson
|
||||
Add runtime support for Shows, Seasons, Artists, and Albums.
|
||||
Add multiple ranges to the schedule system.
|
||||
Introduced (Run Order)[https://metamanager.wiki/en/latest/config/settings/#run-order] attribute which allows the user to amend the way that each library is executed.
|
||||
Introduced [IMDb Search Builder](https://metamanager.wiki/en/latest/files/builders/imdb/#imdb-search) following IMDb UI rework.
|
||||
- `imdb_list` can no longer be used for Title or Keyword Searches, these must be transferred to `imdb_search` builders.
|
||||
Introduced [IMDb Award Builder](https://metamanager.wiki/en/latest/files/builders/imdb/#imdb-award).
|
||||
Added IMDb Awards to [Dynamic Collection Types](https://metamanager.wiki/en/latest/files/dynamic_types/#imdb-awards)
|
||||
PMM Default `other_awards` has been deprecated and replace with new award PMM Default files:
|
||||
- [`berlinale`](https://metamanager.wiki/en/latest/defaults/award/berlinale/) - Berlin International Film Festival Awards
|
||||
- [`cesar`](https://metamanager.wiki/en/latest/defaults/award/cesar/) - César Awards
|
||||
- [`nfr`](https://metamanager.wiki/en/latest/defaults/award/nfr/) - National Film Registry
|
||||
- [`pca`](https://metamanager.wiki/en/latest/defaults/award/pca/) - People's Choice Awards
|
||||
- [`razzie`](https://metamanager.wiki/en/latest/defaults/award/razzie/) - Razzie Awards
|
||||
- [`tiff`](https://metamanager.wiki/en/latest/defaults/award/tiff/) - Toronto International Film Festival Awards
|
||||
- [`venice`](https://metamanager.wiki/en/latest/defaults/award/venice/) - Venice Film Festival Awards
|
||||
Reintroduced [Flixpatrol Builder](https://metamanager.wiki/en/latest/builders/flixpatrol/) following introduction of paywalled API.
|
||||
Added a JSON Schema file which will assist users in validating their configuration file when using a code-aware text editor such as VSCode and VSCodium. This is a work in progress and will help identify basic errors such as specifying "yes" when the available options are "true" and "false"
|
||||
- If you run into any validation issues which you don't understand, ask in our Discord Server
|
||||
|
||||
# Updates
|
||||
Redesigned Wiki with new landing page and new layout using mkdocs.
|
||||
Introduced batchMultiEdits - this is a major feature introduction that we hope will increase performance for all users. This is a behind-the-scenes change that the user does not need to do anything to take advantage of.
|
||||
Updated `overlay_path` to `overlay_files` and split `metadata_path` into `collection_files` and `metadata_files`.
|
||||
Moved `remove_overalys`, `reapply_overlays`, and `reset_overlays` to the [library level](https://metamanager.wiki/en/latest/config/libraries/#remove-overlays) instead of under `overlay_path`.
|
||||
Removed `schedule` from under `overlay_path` and replaced it with the library level attribute [`schedule_overlays`](https://metamanager.wiki/en/latest/config/libraries/#schedule-overlays).
|
||||
Removed library-level and collection-level logging, all logging is handled in the meta.log
|
||||
Added the `score` attribute to the [`anilist_userlist`](https://metamanager.wiki/en/latest/files/builders/anilist/#anilist-userlist) builder.
|
||||
Added the `episode_actor` attribute to the [`plex_search`](https://metamanager.wiki/en/latest/files/builders/plex/#plex-search) builder.
|
||||
|
||||
# New Defaults Features
|
||||
New Default Translations of Danish, Dutch, Italian, Norwegian Bokmål, Portuguese (Brazil), and Spanish.
|
||||
New [Network](https://metamanager.wiki/en/latest/defaults/overlays/network.html) Default Overlay. thanks @bullmoose20, @JohnFawkes and @arial-Z
|
||||
New Content Rating US [Movies](https://metamanager.wiki/en/latest/defaults/overlays/content_rating_us_movie.html)/[Shows](https://metamanager.wiki/en/latest/defaults/overlays/content_rating_us_show.html) and [Content Rating UK](https://metamanager.wiki/en/latest/defaults/overlays/content_rating_uk.html) Default Overlay.
|
||||
Add `file_poster`, `file_poster_<<key>>`, `url_background`, `url_background_<<key>>`, `file_background`, `file_background_<<key>>`, `sort_prefix`, `sort_title`, and `name_mapping` as [Collection Variables](https://metamanager.wiki/en/latest/defaults/collection_variables.html).
|
||||
Add new Separator Color Styles.
|
||||
Closes #1461 Adds Runtime for Shows, Seasons, Artists, and Albums
|
||||
Standardized overlay sizes for `- pmm: networks` and `- pmm: streaming`
|
||||
Rebrand HBO Max to Max.
|
||||
Add additional studios and networks
|
||||
Add Heritage Months to [Seasonal Defaults File](https://metamanager.wiki/en/latest/defaults/movie/seasonal.html)
|
||||
# Defaults
|
||||
[PMM Default Award Files](https://metamanager.wiki/en/latest/defaults/files/#award-collections) have been reworked to use the `imdb_award` builder and `imdb_awards` dynamic collection type.
|
||||
Reintroduced [Flixpatrol Chart Defaults Collections](https://metamanager.wiki/en/latest/defaults/chart/flixpatrol/).
|
||||
Added Trakt Anticipated to [Trakt Chart Defaults Collections](https://metamanager.wiki/en/latest/defaults/chart/trakt/).
|
||||
Added DE Content Rating as a PMM Default [Collection](https://metamanager.wiki/en/latest/defaults/both/content_rating_de/) and [Overlay](https://metamanager.wiki/en/latest/defaults/overlays/content_rating_de/)
|
||||
Added `schedule` and `schedule_<<key>>` template variables to most defaults.
|
||||
|
||||
# Bug Fixes
|
||||
Fixes #1496 Fixes issue with IMDb Collections not building due to HTML structure changes.
|
||||
Fixes #1445 Fixes FlixPatrol failed to parse error for most users.
|
||||
Fixes #1457 Fixes issue with renaming assets
|
||||
Fixes #1379 Fixes a Docstring.
|
||||
Fixes #1478 Fixes issue with percent sign not appearing on some rating overlays.
|
||||
Fixes #1480 Fixes albums not having locations
|
||||
Fixes #1490 Fixes incorrect language code for Philippines in Languages Defaults file.
|
||||
Fixes #1378 Fixes incorrect default value for starting attribute in "Year" collections.
|
||||
Fixes #1379 #1380 #1472 Fixes various docs issues and typos
|
||||
Fixes #1518 `radarr_remove_by_tag` and `sonarr_remove_by_tag` being validated as bool instead of strings. thanks @chazlarson
|
||||
Fixes #1531 Fixes secrets not being redacted from Run Command in log files
|
||||
Fixes issue with validating filenames as part of `dimensional_asset_rename`. thanks @chazlarson
|
||||
Fixes an issue where renamed collections could be incorrectly deleted.
|
||||
Fixes bug when defining users for `sync_to_users` for Playlists.
|
||||
Fixes bug where using mdb or metacritic as rating source on Ratings Overlay would not work correctly.
|
||||
Fixes bug where TMDb Filters using a modifier were ignored.
|
||||
Fixes bug with `mal_search` when using the `sfw` attribute
|
||||
Fixes bug where sorting a collection would fail if the collection name had a `,` in it.
|
||||
Fixes run_end webhooks.
|
||||
Fixes Letterboxd issue
|
||||
Fixed `(404) not_found` error that presented itself in PMS 1.32.7, as outlined [here](https://discord.com/channels/822460010649878528/1099773891733377065/1174751954367422585)
|
||||
Fixed issue that would prevent `file_poster` from overriding `url_poster` in the PMM Defaults.
|
||||
Removed `--cache-libraries` Environment Variable due to inconsistent behaviour that could cause issues.
|
||||
Fixed issue with `mass_poster_update` incorrectly updating episode posters when it shouldn't.
|
||||
Fixed issue with `delete_collection_named` running in a collection even if the collection wasn't scheduled to run.
|
||||
|
||||
|
||||
Various other Minor Fixes
|
||||
|
||||
Various other Minor Fixes
|
||||
GitHub issues closed: #1438, #1542, #1563, #1568, #1571, #1585, #1609, #1618, #1621, #1623, #1632, #1636, #1642, #1662, #1666, #1670, #1674, #1688, #1705, #1712, #1749, #1781, #1772, #1786,
|
@ -0,0 +1,58 @@
|
||||
##############################################################################
|
||||
# Berlinale Awards Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/berlinale #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
collection_section: 130
|
||||
|
||||
collections:
|
||||
Berlinale Golden Bears:
|
||||
variables:
|
||||
key: golden
|
||||
template:
|
||||
- name: shared
|
||||
sort: Berlinale !
|
||||
allowed_libraries: movie
|
||||
image: award/berlinale/winner
|
||||
translation_key: berlinale_best
|
||||
- name: arr
|
||||
- name: custom
|
||||
imdb_award:
|
||||
event_id: ev0000091
|
||||
event_year: all
|
||||
award_filter: golden berlin bear
|
||||
winning: true
|
||||
|
||||
dynamic_collections:
|
||||
Berlinale Awards:
|
||||
type: imdb_awards
|
||||
sync: true
|
||||
data:
|
||||
event_id: ev0000091
|
||||
starting: latest-5
|
||||
ending: latest
|
||||
title_format: Berlinale <<key_name>>
|
||||
template:
|
||||
- use_year_collections
|
||||
- imdb_award
|
||||
- shared
|
||||
- arr
|
||||
- custom
|
||||
template_variables:
|
||||
winning:
|
||||
default: true
|
||||
collection_order:
|
||||
default: release
|
||||
allowed_libraries:
|
||||
default: movie
|
||||
image:
|
||||
default: award/berlinale/<<key>>
|
||||
translation_key:
|
||||
default: berlinale_year
|
||||
dynamic:
|
||||
default: true
|
@ -0,0 +1,59 @@
|
||||
##############################################################################
|
||||
# Cesar Awards Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/cesar #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
collection_section: 130
|
||||
|
||||
collections:
|
||||
César Best Film Winners:
|
||||
variables:
|
||||
key: best
|
||||
template:
|
||||
- name: shared
|
||||
sort: Cesar !
|
||||
allowed_libraries: movie
|
||||
image: award/cesar/winner
|
||||
translation_key: cesar_best
|
||||
- name: arr
|
||||
- name: custom
|
||||
imdb_award:
|
||||
event_id: ev0000157
|
||||
event_year: all
|
||||
award_filter: César
|
||||
category_filter: best film (meilleur film)
|
||||
winning: true
|
||||
|
||||
dynamic_collections:
|
||||
Cesar Awards:
|
||||
type: imdb_awards
|
||||
sync: true
|
||||
data:
|
||||
event_id: ev0000157
|
||||
starting: latest-5
|
||||
ending: latest
|
||||
title_format: Cesar <<key_name>>
|
||||
template:
|
||||
- use_year_collections
|
||||
- imdb_award
|
||||
- shared
|
||||
- arr
|
||||
- custom
|
||||
template_variables:
|
||||
winning:
|
||||
default: true
|
||||
collection_order:
|
||||
default: release
|
||||
allowed_libraries:
|
||||
default: movie
|
||||
image:
|
||||
default: award/cesar/<<key>>
|
||||
translation_key:
|
||||
default: cesar_year
|
||||
dynamic:
|
||||
default: true
|
@ -0,0 +1,57 @@
|
||||
##############################################################################
|
||||
# National Film Registry Awards Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/nfr #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
collection_section: 130
|
||||
|
||||
collections:
|
||||
National Film Registry All Time:
|
||||
variables:
|
||||
key: all_time
|
||||
template:
|
||||
- name: shared
|
||||
sort: National Film Registry !
|
||||
allowed_libraries: movie
|
||||
image: award/nfr/all_time
|
||||
translation_key: nfr_best
|
||||
- name: arr
|
||||
- name: custom
|
||||
imdb_award:
|
||||
event_id: ev0000468
|
||||
event_year: all
|
||||
winning: true
|
||||
|
||||
dynamic_collections:
|
||||
National Film Registry Awards:
|
||||
type: imdb_awards
|
||||
sync: true
|
||||
data:
|
||||
event_id: ev0000468
|
||||
starting: latest-5
|
||||
ending: latest
|
||||
title_format: National Film Registry <<key_name>>
|
||||
template:
|
||||
- use_year_collections
|
||||
- imdb_award
|
||||
- shared
|
||||
- arr
|
||||
- custom
|
||||
template_variables:
|
||||
winning:
|
||||
default: true
|
||||
collection_order:
|
||||
default: release
|
||||
allowed_libraries:
|
||||
default: movie
|
||||
image:
|
||||
default: award/nfr/<<key>>
|
||||
translation_key:
|
||||
default: nfr_year
|
||||
dynamic:
|
||||
default: true
|
@ -1,61 +0,0 @@
|
||||
##############################################################################
|
||||
# Other Awards Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# Credit to maxwelldeux for the Trakt Lists #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/other.html #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
collection_section: 130
|
||||
|
||||
collections:
|
||||
Berlinale Golden Bears:
|
||||
variables:
|
||||
key: berlinale
|
||||
template:
|
||||
- name: shared
|
||||
allowed_libraries: movie
|
||||
image: award/berlinale/winner
|
||||
translation_key: berlinale_best
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/berlin-international-film-festival-golden-bears
|
||||
|
||||
César Best Film Winners:
|
||||
variables:
|
||||
key: cesar
|
||||
template:
|
||||
- name: shared
|
||||
allowed_libraries: movie
|
||||
image: award/cesar/winner
|
||||
translation_key: cesar_best
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/cesar-award-best-french-film
|
||||
|
||||
Razzies Golden Raspberry Winners:
|
||||
variables:
|
||||
key: razzie
|
||||
template:
|
||||
- name: shared
|
||||
allowed_libraries: movie
|
||||
image: award/razzies/winner
|
||||
translation_key: razzie_worst
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/hdlists/lists/razzie-awards-worst-picture-winners
|
||||
|
||||
Venice Golden Lions:
|
||||
variables:
|
||||
key: venice
|
||||
template:
|
||||
- name: shared
|
||||
allowed_libraries: movie
|
||||
image: award/venice/winner
|
||||
translation_key: venice_best
|
||||
- name: arr
|
||||
- name: custom
|
||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/venice-film-festival-golden-lion
|
@ -0,0 +1,64 @@
|
||||
##############################################################################
|
||||
# People's Choice Awards Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/pca #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
collection_section: 130
|
||||
|
||||
collections:
|
||||
Peoples Choice Award Winners:
|
||||
variables:
|
||||
key: best
|
||||
template:
|
||||
- name: shared
|
||||
sort: People's Choice Awards !
|
||||
image: award/pca/winner
|
||||
translation_key: pca_best
|
||||
- name: arr
|
||||
- name: custom
|
||||
imdb_award:
|
||||
event_id: ev0000530
|
||||
event_year: all
|
||||
category_filter:
|
||||
- all-time favorite tv program
|
||||
- favorite all-time motion picture
|
||||
- favorite motion picture
|
||||
- favorite movie
|
||||
- favorite non-musical motion picture
|
||||
- favorite overall motion picture
|
||||
- favorite tv show
|
||||
- the movie of 2022
|
||||
- the show of 2021
|
||||
winning: true
|
||||
|
||||
dynamic_collections:
|
||||
Peoples Choice Awards:
|
||||
type: imdb_awards
|
||||
sync: true
|
||||
data:
|
||||
event_id: ev0000530
|
||||
starting: latest-5
|
||||
ending: latest
|
||||
title_format: People's Choice Awards <<key_name>>
|
||||
template:
|
||||
- use_year_collections
|
||||
- imdb_award
|
||||
- shared
|
||||
- arr
|
||||
- custom
|
||||
template_variables:
|
||||
winning:
|
||||
default: true
|
||||
collection_order:
|
||||
default: release
|
||||
image:
|
||||
default: award/pca/<<key>>
|
||||
translation_key:
|
||||
default: pca_year
|
||||
dynamic:
|
||||
default: true
|
@ -0,0 +1,58 @@
|
||||
##############################################################################
|
||||
# Razzie Awards Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/razzie #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
collection_section: 130
|
||||
|
||||
collections:
|
||||
Razzies Golden Raspberry Winners:
|
||||
variables:
|
||||
key: golden
|
||||
template:
|
||||
- name: shared
|
||||
sort: Razzie !
|
||||
allowed_libraries: movie
|
||||
image: award/razzie/winner
|
||||
translation_key: razzie_worst
|
||||
- name: arr
|
||||
- name: custom
|
||||
imdb_award:
|
||||
event_id: ev0000558
|
||||
event_year: all
|
||||
category_filter: worst picture
|
||||
winning: true
|
||||
|
||||
dynamic_collections:
|
||||
Razzie Awards:
|
||||
type: imdb_awards
|
||||
sync: true
|
||||
data:
|
||||
event_id: ev0000558
|
||||
starting: latest-5
|
||||
ending: latest
|
||||
title_format: Razzie <<key_name>>
|
||||
template:
|
||||
- use_year_collections
|
||||
- imdb_award
|
||||
- shared
|
||||
- arr
|
||||
- custom
|
||||
template_variables:
|
||||
winning:
|
||||
default: true
|
||||
collection_order:
|
||||
default: release
|
||||
allowed_libraries:
|
||||
default: movie
|
||||
image:
|
||||
default: award/razzie/<<key>>
|
||||
translation_key:
|
||||
default: razzie_year
|
||||
dynamic:
|
||||
default: true
|
@ -0,0 +1,61 @@
|
||||
##############################################################################
|
||||
# Screen Actors Guild Awards Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/sag #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
collection_section: 130
|
||||
|
||||
collections:
|
||||
Screen Actors Guild Award Winners:
|
||||
variables:
|
||||
key: best
|
||||
template:
|
||||
- name: shared
|
||||
sort: Screen Actors Guild !
|
||||
image: award/sag/winner
|
||||
translation_key: sag_best
|
||||
- name: arr
|
||||
- name: custom
|
||||
imdb_award:
|
||||
event_id: ev0000598
|
||||
event_year: all
|
||||
category_filter:
|
||||
- outstanding performance by a cast
|
||||
- outstanding performance by a cast in a motion picture
|
||||
- outstanding performance by a cast in a theatrical motion picture
|
||||
- outstanding performance by an ensemble in a comedy series
|
||||
- outstanding performance by an ensemble in a drama series
|
||||
- outstanding performance by the cast of a theatrical motion picture
|
||||
winning: true
|
||||
|
||||
dynamic_collections:
|
||||
Screen Actors Guild Awards:
|
||||
type: imdb_awards
|
||||
sync: true
|
||||
data:
|
||||
event_id: ev0000598
|
||||
starting: latest-5
|
||||
ending: latest
|
||||
title_format: Screen Actors Guild <<key_name>>
|
||||
template:
|
||||
- use_year_collections
|
||||
- imdb_award
|
||||
- shared
|
||||
- arr
|
||||
- custom
|
||||
template_variables:
|
||||
winning:
|
||||
default: true
|
||||
collection_order:
|
||||
default: release
|
||||
image:
|
||||
default: award/sag/<<key>>
|
||||
translation_key:
|
||||
default: sag_year
|
||||
dynamic:
|
||||
default: true
|
@ -0,0 +1,65 @@
|
||||
##############################################################################
|
||||
# Toronto International Film Festival Awards Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/tiff #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
collection_section: 130
|
||||
|
||||
collections:
|
||||
Toronto People's Choice Award Winners:
|
||||
variables:
|
||||
key: best
|
||||
template:
|
||||
- name: shared
|
||||
sort: Toronto International Film Festival !
|
||||
allowed_libraries: movie
|
||||
image: award/tiff/winner
|
||||
translation_key: tiff_best
|
||||
- name: arr
|
||||
- name: custom
|
||||
imdb_award:
|
||||
event_id: ev0000659
|
||||
event_year: all
|
||||
award_filter:
|
||||
- people's choice award
|
||||
- grolsch people's choice award
|
||||
category_filter:
|
||||
- best film
|
||||
- people's choice award
|
||||
- grolsch people's choice award
|
||||
- gala or special presentations
|
||||
winning: true
|
||||
|
||||
dynamic_collections:
|
||||
Toronto International Film Festival Awards:
|
||||
type: imdb_awards
|
||||
sync: true
|
||||
data:
|
||||
event_id: ev0000659
|
||||
starting: latest-5
|
||||
ending: latest
|
||||
title_format: Toronto International Film Festival <<key_name>>
|
||||
template:
|
||||
- use_year_collections
|
||||
- imdb_award
|
||||
- shared
|
||||
- arr
|
||||
- custom
|
||||
template_variables:
|
||||
winning:
|
||||
default: true
|
||||
collection_order:
|
||||
default: release
|
||||
allowed_libraries:
|
||||
default: movie
|
||||
image:
|
||||
default: award/tiff/<<key>>
|
||||
translation_key:
|
||||
default: tiff_year
|
||||
dynamic:
|
||||
default: true
|
@ -0,0 +1,66 @@
|
||||
##############################################################################
|
||||
# Venice Awards Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/venice #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
collection_section: 130
|
||||
|
||||
collections:
|
||||
Venice Golden Lions:
|
||||
variables:
|
||||
key: golden
|
||||
template:
|
||||
- name: shared
|
||||
sort: Venice !
|
||||
allowed_libraries: movie
|
||||
image: award/venice/winner
|
||||
translation_key: venice_best
|
||||
- name: arr
|
||||
- name: custom
|
||||
imdb_award:
|
||||
event_id: ev0000681
|
||||
event_year: all
|
||||
award_filter:
|
||||
- golden lion
|
||||
- international critics award
|
||||
- grand international award
|
||||
category_filter:
|
||||
- golden lion
|
||||
- best feature film
|
||||
- best film
|
||||
- grand international award
|
||||
winning: true
|
||||
|
||||
dynamic_collections:
|
||||
Venice Awards:
|
||||
type: imdb_awards
|
||||
sync: true
|
||||
data:
|
||||
event_id: ev0000681
|
||||
starting: latest-5
|
||||
ending: latest
|
||||
title_format: Venice <<key_name>>
|
||||
template:
|
||||
- use_year_collections
|
||||
- imdb_award
|
||||
- shared
|
||||
- arr
|
||||
- custom
|
||||
template_variables:
|
||||
winning:
|
||||
default: true
|
||||
collection_order:
|
||||
default: release
|
||||
allowed_libraries:
|
||||
default: movie
|
||||
image:
|
||||
default: award/venice/<<key>>
|
||||
translation_key:
|
||||
default: venice_year
|
||||
dynamic:
|
||||
default: true
|
@ -0,0 +1,137 @@
|
||||
##############################################################################
|
||||
# DE Content Rating Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/both/content_rating_de #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
collection_section: "110"
|
||||
|
||||
collections:
|
||||
Ratings Collections:
|
||||
template:
|
||||
- name: separator
|
||||
separator: content_rating
|
||||
key_name: Ratings
|
||||
translation_key: separator
|
||||
|
||||
dynamic_collections:
|
||||
DE Content Rating:
|
||||
type: content_rating
|
||||
title_format: <<key_name>> <<library_typeU>>s
|
||||
other_name: Not Rated <<library_typeU>>s
|
||||
template:
|
||||
- smart_filter
|
||||
- shared
|
||||
other_template:
|
||||
- other_collection
|
||||
- smart_filter
|
||||
- shared
|
||||
template_variables:
|
||||
search_term:
|
||||
default: content_rating
|
||||
image:
|
||||
default: content_rating/de/<<key_name>>
|
||||
other: content_rating/de/NR
|
||||
translation_key:
|
||||
default: content_rating
|
||||
other: content_rating_other
|
||||
dynamic:
|
||||
default: true
|
||||
include:
|
||||
- 0
|
||||
- 6
|
||||
- 12
|
||||
- 16
|
||||
- 18
|
||||
- BPjM
|
||||
addons:
|
||||
0:
|
||||
- de/0
|
||||
- U
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
- 5
|
||||
- "01"
|
||||
- "02"
|
||||
- "03"
|
||||
- "04"
|
||||
- "05"
|
||||
- G
|
||||
- TV-G
|
||||
- TV-Y
|
||||
- G - All Ages
|
||||
- gb/U
|
||||
- gb/0+
|
||||
- E
|
||||
- gb/E
|
||||
- A
|
||||
- no/A
|
||||
- no/5
|
||||
- no/05
|
||||
6:
|
||||
- de/6
|
||||
- gb/9+
|
||||
- TV-PG
|
||||
- TV-Y7
|
||||
- TV-Y7-FV
|
||||
- PG
|
||||
- 7
|
||||
- 8
|
||||
- 9
|
||||
- 10
|
||||
- 11
|
||||
- "07"
|
||||
- "08"
|
||||
- "09"
|
||||
- PG - Children
|
||||
- no/6
|
||||
- no/06
|
||||
- no/7
|
||||
- no/07
|
||||
- no/9
|
||||
- no/09
|
||||
- no/10
|
||||
- no/11
|
||||
12:
|
||||
- de/12
|
||||
- gb/12
|
||||
- no/12
|
||||
- gb/15
|
||||
- gb/14+
|
||||
- TV-14
|
||||
- 13
|
||||
- 14
|
||||
- 15
|
||||
- PG-13 - Teens 13 or older
|
||||
- PG-13
|
||||
- no/15
|
||||
16:
|
||||
- de/16
|
||||
- no/16
|
||||
- A-17
|
||||
- TVMA
|
||||
- TV-MA
|
||||
- R
|
||||
- 17
|
||||
- M/PG
|
||||
18:
|
||||
- de/18
|
||||
- gb/18
|
||||
- M
|
||||
- no/18
|
||||
- R18
|
||||
- gb/R18
|
||||
- gb/X
|
||||
- X
|
||||
- NC-17
|
||||
- R+ - Mild Nudity
|
||||
- Rx - Hentai
|
||||
BPjM:
|
||||
- de/BPjM Restricted
|
||||
- BPjM Restricted
|
@ -0,0 +1,80 @@
|
||||
##############################################################################
|
||||
# DE Content Rating Overlay #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/overlays/content_rating_de #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
default:
|
||||
key: <<overlay_name>>
|
||||
horizontal_offset: 15
|
||||
horizontal_align: left
|
||||
vertical_offset: 270
|
||||
vertical_align: bottom
|
||||
back_width: 305
|
||||
back_height: 105
|
||||
back_radius: 30
|
||||
back_color: '#00000099'
|
||||
conditionals:
|
||||
inside_color:
|
||||
default: "c"
|
||||
conditions:
|
||||
- color: false
|
||||
value: ""
|
||||
pmm:
|
||||
conditions:
|
||||
- file.exists: false
|
||||
file_<<key>>.exists: false
|
||||
url.exists: false
|
||||
url_<<key>>.exists: false
|
||||
git.exists: false
|
||||
git_<<key>>.exists: false
|
||||
repo.exists: false
|
||||
repo_<<key>>.exists: false
|
||||
value: cr/de<<overlay_name>><<inside_color>>
|
||||
|
||||
templates:
|
||||
cr_de:
|
||||
ignore_blank_results: true
|
||||
plex_search:
|
||||
validate: false
|
||||
any:
|
||||
content_rating: <<rating>>
|
||||
|
||||
overlays:
|
||||
0:
|
||||
template:
|
||||
- name: standard
|
||||
- {name: cr_de, rating: "de/0, U, 0, 1, 01, 2, 02, 3, 03, 4, 04, 5, 05, G, TV-G, TV-Y, G - All Ages, gb/U, gb/0+, E, gb/E, A, no/A, no/5, no/05"}
|
||||
|
||||
6:
|
||||
template:
|
||||
- name: standard
|
||||
- {name: cr_de, rating: "de/6, 6, gb/9+, TV-PG, TV-Y7, TV-Y7-FV, PG, 7, 07, 8, 08, 9, 09, 10, 11, PG - Children, no/6, no/06, no/7, no/07, no/9, no/09, no/10, no/11"}
|
||||
|
||||
12:
|
||||
template:
|
||||
- name: standard
|
||||
- {name: cr_de, rating: "de/12, gb/12, 12, no/12, gb/15, gb/14+, TV-14, 13, 14, 15, PG-13 - Teens 13 or older, PG-13, no/15"}
|
||||
|
||||
16:
|
||||
template:
|
||||
- name: standard
|
||||
- {name: cr_de, rating: "de/16, no/16, A-17, TVMA, TV-MA, R, 16, 17, M/PG"}
|
||||
|
||||
18:
|
||||
template:
|
||||
- name: standard
|
||||
- {name: cr_de, rating: "de/18, gb/18, M, 18, R - 17+ (violence & profanity), no/18, R18, gb/R18, gb/X, X, NC-17, R+ - Mild Nudity, Rx - Hentai"}
|
||||
|
||||
bpjm:
|
||||
template:
|
||||
- name: standard
|
||||
- {name: cr_de, rating: "de/BPjM Restricted, BPjM Restricted"}
|
||||
nr:
|
||||
template:
|
||||
- {name: standard, key: nr}
|
||||
- {name: cr_de, rating: "None, NR, Not Rated, Unrated, de/Unrated, de/Not Rated"}
|
After Width: | Height: | Size: 8.4 KiB |
After Width: | Height: | Size: 8.4 KiB |
After Width: | Height: | Size: 8.4 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 9.9 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 8.9 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 14 KiB |