Commit graph

3 commits

Author SHA1 Message Date
Thorsten Bus 94170857b6 feat(export): render uploaded slide images as slide content, keep background/keyvisual as background media action
- New SlideMediaElementBuilder converts FOREGROUND (uploaded) image media
  actions into slide-content fill.media elements placed at the top of the
  slide content, so uploaded information/moderation/sermon images render as
  real content rather than a media-layer action.
- Service background and key-visual images remain BACKGROUND media actions on
  the bottom layer; song text and name-tag stay text content elements.
- Wire the builder into ProExportService and ProBundleExportService (after
  generate) and split PlaylistExportService::writeProFile into
  generate -> inject -> write via ProFileWriter so the playlist path applies
  the same rule.
- Parser library unchanged.
- Migrate export tests to the combined rule via a shared InspectsSlideFillMedia
  support trait and add SlideMediaElementTest.
2026-07-07 22:15:12 +02:00
Thorsten Bus 27461b7c28 test: assert Abspann loop + dissolve on live parser
Bump the propresenter parser to dev-master (20fe32a), which brings the
background-layer and nametag-subtitle features onto the consumed
bussnet/propresenter7-php-api branch and resolves the
Slide::hasBackgroundMedia() regression. Strengthen AbspannExportTest to
assert the now-live 10s auto-advance loop (completion AFTER_TIME == 10,
target FIRST) and the Dissolve transition (renderId EC52A828-...).
2026-07-06 10:54:27 +02:00
Thorsten Bus 1c811a0550 feat(export): append looping Abspann presentation with keyvisual and info slides 2026-07-06 00:41:49 +02:00