
I'm building a PDF Runsheet-to-Playlist app for ProPresenter
Drop in this week's runsheet as a PDF (my church uses Elvanto to make our runsheets). LLM parses it (free openrouter api key GPTOSS). Sections like Culture or Welcome auto-expand with the reusable slides, media, and loops you already use every week that are stored in PP.
Click Create Playlist. Done. Headers, presentations, and countdown timers all wired up against the runsheet times.
Stop rebuilding the same playlist every Sunday. The runsheet already says what's happening, PP already has the content — this just connects the two.
Runs locally on Mac/Windows, talks to PP over its REST API. The app runs as a local host mainly python app in a web window, Simply creates the flow in PP and adds media from the PDF runsheet
if there's interest i will drop the github link 😄 or if you have any questions I can drop in a demo video to show how it works