Commit graph

3 commits

Author SHA1 Message Date
Thorsten Bus d187b092e3 feat(generator): render nametag subtitle as smaller non-bold RTF run
- subtitle now emitted as second run (\b0\fs50); main text unchanged (\fs84)
- slides without subtitle byte-identical to previous single-run output
- add NameTagSubtitleRtfTest
2026-06-21 09:58:24 +02:00
Thorsten Bus 582ef85c2a feat(parser): background-layer + image-only slide support 2026-05-30 23:47:58 +02:00
Thorsten Buss 4d10db4f17 Initial public release
PHP 8.4 library and CLI tools to read, modify, and generate ProPresenter 7
files: songs (.pro), playlists (.proplaylist), bundles (.probundle), themes,
and the global library files (Macros, Labels, Groups, ClearGroups, CCLI,
Messages, Timers, Stage, Workspace, Props, TestPatterns, Calendar,
KeyMappings, CommunicationDevices).

Built on the MIT-licensed ProPresenter7-Proto schema by greyshirtguy
(v7.16.2). Includes 18 CLI parsers, comprehensive API docs in doc/,
binary-format specs, and a synthetic 369-test PHPUnit suite covering
RTF extraction, translation slides, ZIP64 repair, round-trip fidelity,
and end-to-end generation.
2026-05-03 22:21:01 +02:00