lyrix

The lyrix module provides the functionality for importing songs which are exproted from Lyrix.

class openlp.plugins.songs.lib.importers.lyrix.LyrixImport(manager, **kwargs)[source]

Bases: openlp.plugins.songs.lib.importers.songimport.SongImport

Import songs exported from Lyrix

do_import()[source]

Receive a single file or a list of files to import.

do_import_file(file)[source]

Process the Lyrix file - pass in a file-like object, not a file path.