Merge pull request #378 from bullmoose20/master

pull/379/head
YozoraXCII 3 years ago committed by GitHub
commit 1aba771f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@
# # Set the horizontal align for the overlay #
# horizontal_align: center #
# # Set the vertical offset for the overlay #
# vertical_offset: 15 #
# vertical_offset: 30 #
# # Set the vertical align for the overlay #
# vertical_align: bottom #
#############################################################

@ -19,7 +19,7 @@
# # Set the horizontal align for the overlay #
# horizontal_align: center #
# # Set the vertical offset for the overlay #
# vertical_offset: 135 #
# vertical_offset: 150 #
# # Set the vertical align for the overlay #
# vertical_align: bottom #
#############################################################

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

@ -19,9 +19,9 @@
# # Set the horizontal align for the overlay #
# horizontal_align: left #
# # Set the vertical offset for the overlay #
# vertical_offset: 113 #
# vertical_offset: 99 #
# # Set the vertical align for the overlay #
# vertical_align: bottom #
# vertical_align: top #
# #
# # Use the Criterion overlay #
# use_criterion: true #
@ -75,7 +75,7 @@ overlays:
slug: directorscut
plex_all: true
filters:
filepath.regex: '(?i)\bDirector|Directors\b'
filepath.regex: '(?<=[0-9]{4}[)}>\]]\s)\bDirector|Directors\b'
Extended-Edition:
template:
@ -84,7 +84,7 @@ overlays:
slug: extended
plex_all: true
filters:
filepath.regex: '(?i)\bExtended\b'
filepath.regex: '(?<=[0-9]{4}[)}>\]]\s)\bExtended\b'
Uncut-Edition:
template:
@ -93,7 +93,7 @@ overlays:
slug: uncut
plex_all: true
filters:
filepath.regex: '(?i)\bUncut\b'
filepath.regex: '(?<=[0-9]{4}[)}>\]]\s)\bUncut\b'
Unrated-Edition:
template:
@ -102,7 +102,7 @@ overlays:
slug: unrated
plex_all: true
filters:
filepath.regex: '(?i)\bUnrated\b'
filepath.regex: '(?<=[0-9]{4}[)}>\]]\s)\bUnrated\b'
Special-Edition:
template:
@ -111,7 +111,7 @@ overlays:
slug: special
plex_all: true
filters:
filepath.regex: '(?i)\bSpecial\b'
filepath.regex: '(?<=[0-9]{4}[)}>\]]\s)\bSpecial\b'
IMAX-E:
template:
@ -149,7 +149,7 @@ overlays:
slug: finalcut
plex_all: true
filters:
filepath.regex: '(?i)\bFinal Cut\b'
filepath.regex: '(?<=[0-9]{4}[)}>\]]\s)\bFinal Cut\b'
Remastered:
template:
@ -158,5 +158,5 @@ overlays:
slug: remastered
plex_all: true
filters:
filepath.regex: '(?i)\bRemaster\b'
filepath.regex: '(?<=[0-9]{4}[)}>\]]\s)\bRemaster\b'

@ -14,9 +14,9 @@
# # Set the horizontal align for the overlay #
# horizontal_align: left #
# # Set the vertical offset for the overlay #
# vertical_offset: 135 #
# vertical_offset: 150 #
# # Set the vertical align for the overlay #
# vertical_align: top #
# vertical_align: bottom #
# #
# # Use the Amazon overlay #
# use_amazon: true #

@ -19,7 +19,7 @@
# # Set the horizontal align for the overlay #
# horizontal_align: left #
# # Set the vertical offset for the overlay #
# vertical_offset: 15 #
# vertical_offset: 30 #
# # Set the vertical align for the overlay #
# vertical_align: bottom #
# #

Loading…
Cancel
Save