amirchev / OBS-OpenLP-Lyrics-Interface

This is a custom stage for OpenLP. It can be connected to OBS as a custom browser dock and browser source, allowing you to display lyrics that appear on your slides in OBS.
Apache License 2.0
19 stars 10 forks source link

Add option to automatically split long lines #9

Closed marcosrogers closed 3 years ago

marcosrogers commented 3 years ago

Because OpenLP sends verses from Bible sources with one verse per line, these "lines" end up wrapping several times when displayed in OBS. This change gives options to cap line length to a certain number of characters while also maintaining a minimum number of words per line. Also included is an option to show chapter and verse numbers superscripted.

Although I've been hacking on open source projects for many years, this is the first project I'm actually contributing to. Please let me know if I need to do anything differently. Thanks!