Skip to content

Instantly share code, notes, and snippets.

View MapGuy11's full-sized avatar

MapGuy11

  • Philadelphia, PA
  • 23:47 (UTC -04:00)
View GitHub Profile
@thornbill
thornbill / post-process.sh
Last active February 21, 2026 21:42
DVR post processing script for Jellyfin
#!/usr/bin/env bash
set -o errexit
set -o pipefail
set -o nounset
# set -o xtrace
PWD="$(pwd)"
die () {