OpenLP-To-ProPresenter5-Converter icon indicating copy to clipboard operation
OpenLP-To-ProPresenter5-Converter copied to clipboard

A small simple converter from OpenLP to ProPresenter5

Results 3 OpenLP-To-ProPresenter5-Converter issues
Sort by recently updated
recently updated
newest added

See comment here: https://forum.churchitnetwork.com/t/import-song-library-out-of-openlp-xml-file-and-into-propresenter7/3980 Everything works if "song_number" is removed as a parameter from this command: cur.execute(‘SELECT id, title, ccli_number, song_number, search_title, copyright, comments, lyrics FROM songs’)

There are two commands that currently are reversing the order of slides in all songs. This issue can be fixed with the following commands commented out: new_list.reverse() current_verses.reverse() There are...

Hi there I realise this may not be an active project, but it could be really helpful for us. I'm using Python 3.7 and have replaced the "unicode" references with...