ProPresenter is a lyric presentation program used by many churches. This project can parses ProPresenter files to extract the basic data, and build ProPresenter files.
Note: This is not extensive! ProPresenter has a LOT of options and settings around text formatting, cues, timelines, images, etc. The main focus of this project is to parse the song lyrics from files. The ProPresenter file format changes between versions so it's difficult to support everything, however mhe basics should be mostly covered. Check the documentation below for specifics on the version you need.
| File Version | Parse/Read | Build/Write |
|---|---|---|
| 4 | ✅ | 🚫 |
| 5 | ✅ | ✅ |
| 6 | ✅ | ✅ |
| 7 | ✅ | 🚫 |
npm install propresenter-parser --save