danthedeckie / OpenLP-To-ProPresenter5-Converter

A small simple converter from OpenLP to ProPresenter5
19 stars 9 forks source link

"song_number" field no longer exists in OpenLP database #7

Open jpalusky opened 7 months ago

jpalusky commented 7 months ago

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’)