updated special releases (#471)
@ -3,6 +3,8 @@ Added Common Sense Selection [Movie](https://www.commonsensemedia.org/reviews/ca
|
|||||||
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
|
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
|
# 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`
|
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)
|
- See [this image](https://media.discordapp.net/attachments/1018513616653262908/1020094756329623624/unknown.png)
|
||||||
Added Common Sense Selection overlays, called with `- git: PMM/overlays/commonsense_selection`
|
Added Common Sense Selection overlays, called with `- git: PMM/overlays/commonsense_selection`
|
||||||
|
|||||||
BIN
PMM/overlays/images/Alternate-Cut-Box.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
PMM/overlays/images/Alternate-Cut.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
PMM/overlays/images/Anniversary-Edition-Box.png
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
PMM/overlays/images/Anniversary-Edition.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
PMM/overlays/images/Collectors-Edition-Box.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
PMM/overlays/images/Collectors-Edition.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 7.0 KiB |
BIN
PMM/overlays/images/International-Cut-Box.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 4.8 KiB |
BIN
PMM/overlays/images/Theatrical-Cut-Box.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
PMM/overlays/images/Theatrical-Cut.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
@ -63,6 +63,11 @@ templates:
|
|||||||
- Unrated-Edition
|
- Unrated-Edition
|
||||||
- Special-Edition
|
- Special-Edition
|
||||||
- Final-Cut
|
- Final-Cut
|
||||||
|
- Anniversary-Cut
|
||||||
|
- Collectors-Edition
|
||||||
|
- International-Cut
|
||||||
|
- Theatrical-Cut
|
||||||
|
- Ultimate-Cut
|
||||||
- IMAX-E
|
- IMAX-E
|
||||||
- IMAX
|
- IMAX
|
||||||
- Remastered
|
- Remastered
|
||||||
|
|||||||
@ -23,24 +23,36 @@
|
|||||||
# # Set the vertical align for the overlay #
|
# # Set the vertical align for the overlay #
|
||||||
# vertical_align: top #
|
# vertical_align: top #
|
||||||
# #
|
# #
|
||||||
# # Use the Criterion overlay #
|
|
||||||
# use_criterion: true #
|
|
||||||
# # Use the IMAX-E overlay #
|
|
||||||
# use_enhanced: true #
|
|
||||||
# # Use the IMAX overlay #
|
|
||||||
# use_imax: true #
|
|
||||||
# # Use the Director's Cut overlay #
|
# # Use the Director's Cut overlay #
|
||||||
# use_directorscut: true #
|
# use_directorscut: true #
|
||||||
# # Use the Uncut overlay #
|
|
||||||
# use_uncut: true #
|
|
||||||
# # Use the Extended overlay #
|
# # Use the Extended overlay #
|
||||||
# use_extended: true #
|
# use_extended: true #
|
||||||
# # Use the Remastered overlay #
|
# # Use the Uncut overlay #
|
||||||
# use_remastered: true #
|
# use_uncut: true #
|
||||||
|
# # Use the Unrated overlay #
|
||||||
|
# use_unrated: true #
|
||||||
# # Use the Special overlay #
|
# # Use the Special overlay #
|
||||||
# use_special: true #
|
# use_special: true #
|
||||||
# # Use the Final Cut overlay #
|
# # Use the Final Cut overlay #
|
||||||
# use_finalcut: true #
|
# 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:
|
templates:
|
||||||
@ -73,7 +85,7 @@ overlays:
|
|||||||
Directors-Cut:
|
Directors-Cut:
|
||||||
template:
|
template:
|
||||||
- name: Edition
|
- name: Edition
|
||||||
weight: 100
|
weight: 150
|
||||||
slug: directorscut
|
slug: directorscut
|
||||||
overlay: Directors-Cut
|
overlay: Directors-Cut
|
||||||
suppress_overlays:
|
suppress_overlays:
|
||||||
@ -87,7 +99,7 @@ overlays:
|
|||||||
Directors-Cut-Dovetail:
|
Directors-Cut-Dovetail:
|
||||||
template:
|
template:
|
||||||
- name: Edition
|
- name: Edition
|
||||||
weight: 100
|
weight: 150
|
||||||
slug: directorscut
|
slug: directorscut
|
||||||
extra: ''
|
extra: ''
|
||||||
vertical_offset: 99
|
vertical_offset: 99
|
||||||
@ -102,7 +114,7 @@ overlays:
|
|||||||
Extended-Edition:
|
Extended-Edition:
|
||||||
template:
|
template:
|
||||||
- name: Edition
|
- name: Edition
|
||||||
weight: 90
|
weight: 140
|
||||||
slug: extended
|
slug: extended
|
||||||
overlay: Extended-Edition
|
overlay: Extended-Edition
|
||||||
suppress_overlays:
|
suppress_overlays:
|
||||||
@ -116,7 +128,7 @@ overlays:
|
|||||||
Extended-Edition-Dovetail:
|
Extended-Edition-Dovetail:
|
||||||
template:
|
template:
|
||||||
- name: Edition
|
- name: Edition
|
||||||
weight: 90
|
weight: 140
|
||||||
slug: extended
|
slug: extended
|
||||||
extra: ''
|
extra: ''
|
||||||
vertical_offset: 99
|
vertical_offset: 99
|
||||||
@ -131,7 +143,7 @@ overlays:
|
|||||||
Uncut-Edition:
|
Uncut-Edition:
|
||||||
template:
|
template:
|
||||||
- name: Edition
|
- name: Edition
|
||||||
weight: 80
|
weight: 130
|
||||||
slug: uncut
|
slug: uncut
|
||||||
overlay: Uncut-Edition
|
overlay: Uncut-Edition
|
||||||
suppress_overlays:
|
suppress_overlays:
|
||||||
@ -145,7 +157,7 @@ overlays:
|
|||||||
Uncut-Edition-Dovetail:
|
Uncut-Edition-Dovetail:
|
||||||
template:
|
template:
|
||||||
- name: Edition
|
- name: Edition
|
||||||
weight: 80
|
weight: 130
|
||||||
slug: uncut
|
slug: uncut
|
||||||
extra: ''
|
extra: ''
|
||||||
vertical_offset: 99
|
vertical_offset: 99
|
||||||
@ -160,7 +172,7 @@ overlays:
|
|||||||
Unrated-Edition:
|
Unrated-Edition:
|
||||||
template:
|
template:
|
||||||
- name: Edition
|
- name: Edition
|
||||||
weight: 70
|
weight: 120
|
||||||
slug: unrated
|
slug: unrated
|
||||||
overlay: Unrated-Edition
|
overlay: Unrated-Edition
|
||||||
suppress_overlays:
|
suppress_overlays:
|
||||||
@ -174,7 +186,7 @@ overlays:
|
|||||||
Unrated-Edition-Dovetail:
|
Unrated-Edition-Dovetail:
|
||||||
template:
|
template:
|
||||||
- name: Edition
|
- name: Edition
|
||||||
weight: 70
|
weight: 120
|
||||||
slug: unrated
|
slug: unrated
|
||||||
extra: ''
|
extra: ''
|
||||||
vertical_offset: 99
|
vertical_offset: 99
|
||||||
@ -189,7 +201,7 @@ overlays:
|
|||||||
Special-Edition:
|
Special-Edition:
|
||||||
template:
|
template:
|
||||||
- name: Edition
|
- name: Edition
|
||||||
weight: 60
|
weight: 110
|
||||||
slug: special
|
slug: special
|
||||||
overlay: Special-Edition
|
overlay: Special-Edition
|
||||||
suppress_overlays:
|
suppress_overlays:
|
||||||
@ -203,7 +215,7 @@ overlays:
|
|||||||
Special-Edition-Dovetail:
|
Special-Edition-Dovetail:
|
||||||
template:
|
template:
|
||||||
- name: Edition
|
- name: Edition
|
||||||
weight: 60
|
weight: 110
|
||||||
slug: special
|
slug: special
|
||||||
extra: ''
|
extra: ''
|
||||||
vertical_offset: 99
|
vertical_offset: 99
|
||||||
@ -218,7 +230,7 @@ overlays:
|
|||||||
Final-Cut:
|
Final-Cut:
|
||||||
template:
|
template:
|
||||||
- name: Edition
|
- name: Edition
|
||||||
weight: 50
|
weight: 100
|
||||||
slug: finalcut
|
slug: finalcut
|
||||||
overlay: Final-Cut
|
overlay: Final-Cut
|
||||||
suppress_overlays:
|
suppress_overlays:
|
||||||
@ -232,7 +244,7 @@ overlays:
|
|||||||
Final-Cut-Dovetail:
|
Final-Cut-Dovetail:
|
||||||
template:
|
template:
|
||||||
- name: Edition
|
- name: Edition
|
||||||
weight: 50
|
weight: 100
|
||||||
slug: finalcut
|
slug: finalcut
|
||||||
extra: ''
|
extra: ''
|
||||||
vertical_offset: 99
|
vertical_offset: 99
|
||||||
@ -244,6 +256,150 @@ overlays:
|
|||||||
- 'edition-(?i)\bFinal\b' # New TRaSH naming
|
- 'edition-(?i)\bFinal\b' # New TRaSH naming
|
||||||
- '(?<=[0-9]{4}[)}>\]]\s)\bFinal\b' # Original TRaSH naming
|
- '(?<=[0-9]{4}[)}>\]]\s)\bFinal\b' # Original TRaSH naming
|
||||||
|
|
||||||
|
Anniversary-Cut:
|
||||||
|
template:
|
||||||
|
- name: Edition
|
||||||
|
weight: 90
|
||||||
|
slug: anniversary
|
||||||
|
overlay: Anniversary-Cut
|
||||||
|
suppress_overlays:
|
||||||
|
- Anniversary-Cut-Dovetail
|
||||||
|
plex_all: true
|
||||||
|
filters:
|
||||||
|
filepath.regex:
|
||||||
|
- 'edition-(?i)\bAnniversary\b' # New TRaSH naming
|
||||||
|
- '(?<=[0-9]{4}[)}>\]]\s)\bAnniversary\b' # Original TRaSH naming
|
||||||
|
|
||||||
|
Anniversary-Cut-Dovetail:
|
||||||
|
template:
|
||||||
|
- name: Edition
|
||||||
|
weight: 90
|
||||||
|
slug: anniversary
|
||||||
|
extra: ''
|
||||||
|
vertical_offset: 99
|
||||||
|
group: Dovetail
|
||||||
|
overlay: Anniversary-Cut
|
||||||
|
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-Cut-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:
|
IMAX-E:
|
||||||
template:
|
template:
|
||||||
- name: Edition
|
- name: Edition
|
||||||
@ -319,6 +475,7 @@ overlays:
|
|||||||
overlay: Remastered
|
overlay: Remastered
|
||||||
plex_all: true
|
plex_all: true
|
||||||
filters:
|
filters:
|
||||||
|
filepath.regex:
|
||||||
- 'edition-(?i)\b(Remaster|Remastered|4k Remaster|4k Remastered)\b' # New TRaSH naming
|
- '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
|
- '(?<=[0-9]{4}[)}>\]]\s)(?i)\b(Remaster|Remastered|4k Remaster|4k Remastered)\b' # Original TRaSH naming
|
||||||
|
|
||||||
|
|||||||