Premiere Pro Project Archiver
An Electron app that parses Premiere Pro project files to archive jobs and make every asset searchable by project name or filename.
The Problem No reliable way to track what media was used in past projects or confirm whether something had been archived.
What I Built A desktop app built with Electron and an HTML/CSS UI. It parses the .prproj file format (gzipped XML) to extract media references, logs archive jobs to a SQLite database, and lets you search by project name or individual filename.
Tech Electron · HTML/CSS · XML parsing · .prproj format · SQLite
Outcome Full searchable history of every archive job. Any editor could look up whether a piece of media had been archived in seconds.