songshowplus¶
The songshowplus
module provides the functionality for importing SongShow Plus songs into the OpenLP
database.
-
class
openlp.plugins.songs.lib.importers.songshowplus.
SongShowPlusImport
(manager, **kwargs)[source]¶ Bases:
openlp.plugins.songs.lib.importers.songimport.SongImport
The
SongShowPlusImport
class provides the ability to import song files from SongShow Plus.SongShow Plus Song File Format:
The SongShow Plus song file format is as follows:
Each piece of data in the song file has some information that precedes it.
- The general format of this data is as follows:
- 4 Bytes, forming a 32 bit number, a key if you will, this describes what the data is (see blockKey below)4 Bytes, forming a 32 bit number, which is the number of bytes until the next block starts1 Byte, which tells how many bytes follows1 or 4 Bytes, describes how long the string is, if its 1 byte, the string is less than 255The next bytes are the actual data.The next block of data follows on.
This description does differ for verses. Which includes extra bytes stating the verse type or number. In some cases a “custom” verse is used, in that case, this block will in include 2 strings, with the associated string length descriptors. The first string is the name of the verse, the second is the verse content.
The file is ended with four null bytes.
Valid extensions for a SongShow Plus song file are:
- .sbsong
-
other_count
= 0¶
-
other_list
= {}¶