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..a75ccac 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..b9f5b10 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..74f04a4 Binary files /dev/null and b/Magic815/overlays/4K.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/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/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_<> + - use_<> + default: + overlay: <> + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 15 + vertical_align: top + collection_level: <> + allowed_library_types: + - <>>> + - <>>> + overlay: + name: <> + #git: PMM/overlays/images/<> + group: res + weight: <> + horizontal_offset: <> + horizontal_align: <> + vertical_offset: <> + vertical_align: <> + NoResolution: + optional: + - overlay_level + - use_<> + - use_<> + default: + overlay: <> + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 15 + vertical_align: top + collection_level: <> + allowed_library_types: + - <>>> + - <>>> + overlay: + name: <> + git: PMM/overlays/images/<> + group: res + weight: <> + horizontal_offset: <> + horizontal_align: <> + vertical_offset: <> + 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..9227ab7 --- /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_<> + default: + overlay: <> + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 99 + vertical_align: top + collection_level: <> + allowed_library_types: <>>> + overlay: + name: <> + #git: PMM/overlays/images/<> + group: special + weight: <> + horizontal_offset: <> + horizontal_align: <> + vertical_offset: <> + vertical_align: <> + +overlays: + + # Criterion: + # template: + # - name: SpecialRelease + # weight: 30 + # slug: criterion + # plex_all: true + # filters: + # filepath.regex: + # - '(?i)Criterion' + # - '(?i)\[CC\]' + + IMAX-E: + template: + - name: SpecialRelease + weight: 20 + slug: enhanced + plex_all: true + filters: + filepath.regex: '(?i)\bIMAX Enhanced\b' + + IMAX: + template: + - name: SpecialRelease + weight: 10 + slug: imax + plex_all: true + filters: + filepath.regex: '(?i)\bIMAX\b' \ No newline at end of file