Skip to content

Instantly share code, notes, and snippets.

View MapGuy11's full-sized avatar

MapGuy11

  • Philadelphia, PA
  • 11:27 (UTC -05:00)
View GitHub Profile
@thornbill
thornbill / post-process.sh
Last active October 2, 2025 16: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 () {