Skip to content

Instantly share code, notes, and snippets.

View tomhenrich's full-sized avatar

Tom Henrich tomhenrich

View GitHub Profile
@tomhenrich
tomhenrich / hass-parse-plex-webhook.yaml
Created September 10, 2025 15:59
Home Assistant Automation to Parse Plex Webhook Data
alias: Plex Webhook Activity
description: >-
When Plex sends a webhook indicating new activity, parse the data for monitoring.
triggers:
- trigger: webhook
allowed_methods:
- POST
- PUT
local_only: true
webhook_id: plex_webhook_id_here
@tomhenrich
tomhenrich / extract_eia608cc.cmd
Created July 22, 2025 14:47
Extract EIA-608 Subtitles from MKV
ffmpeg -f lavfi -i "movie='source.mkv'[out+subcc]" -map 0:s:0 subs.srt
@tomhenrich
tomhenrich / plex-sort-order.md
Created July 3, 2025 18:01
Plex Sort Title Character Order
Character
space
_ underscore
- dash
, comma
; semicolon
: colon
! exclamation
? question mark