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/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: <> + weight: 40 + imdb_list: https://www.imdb.com/search/title/?groups=best_picture_winner + overlay: + name: <> + git: PMM/overlays/images/<> + group: ribbon + weight: <> + horizontal_offset: 0 + horizontal_align: right + vertical_offset: 0 + vertical_align: bottom + +overlays: + + Oscars-Ribbon: + template: + - name: Oscars diff --git a/bullmoose20/config.yml b/bullmoose20/config.yml index 3862e09..9ddd3d1 100644 --- a/bullmoose20/config.yml +++ b/bullmoose20/config.yml @@ -111,6 +111,9 @@ libraries: # Library mappings must have a # style: standard - git: PMM/overlays/audio_language # - git: PMM/overlays/direct_play + - git: PMM/overlays/oscars + template_variables: + weight: 40 - git: PMM/overlays/imdb_top_250 template_variables: weight: 30