sundayplus

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

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

Import Sunday Plus songs

The format examples can be found attached to bug report at <http://support.openlp.org/issues/395>

decode(blob)[source]
do_import()[source]
do_import_file(file)[source]

Process the Sunday Plus file object.

parse(data, cell=False)[source]

Process the records

Parameters:
  • data – The data to be processed
  • cell

    ?

Returns:

title_from_filename(filename)[source]

Extract the title from the filename

Parameters:filename – File name
Returns:
unescape(text)[source]