Skip to content

Instantly share code, notes, and snippets.

@nsylvestre
Created April 25, 2024 13:31
Show Gist options
  • Select an option

  • Save nsylvestre/48a1cbe518210619aa291dba3f065cf7 to your computer and use it in GitHub Desktop.

Select an option

Save nsylvestre/48a1cbe518210619aa291dba3f065cf7 to your computer and use it in GitHub Desktop.
templates:
Status:
default:
overlay: <<overlay_name>>
run_definition: show
overlay:
name: text(<<text>>)
group: status
font_size: 55
font_color: "#FFFFFF"
back_width: 1920
back_height: 80
back_color: <<back_color>>
weight: <<weight>>
horizontal_offset: 0
horizontal_align: center
vertical_offset: 0
vertical_align: top
overlays:
Airing:
template:
name: Status
group: status
weight: 900
text: "A I R I N G"
back_color: "#343399"
tmdb_on_the_air: 500
Returning:
template:
name: Status
group: status
weight: 800
text: "R E T U R N I N G"
back_color: "#81007F"
plex_all: true
filters:
tmdb_status:
- returning
- planned
- production
Ended:
template:
name: Status
group: status
weight: 600
text: "E N D E D"
back_color: "#000000"
plex_all: true
filters:
tmdb_status:
- ended
Cancelled:
template:
name: Status
group: status
weight: 700
text: "C A N C E L L E D"
back_color: "#CF142B"
plex_all: true
filters:
tmdb_status:
- canceled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment