openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #03937
Re: [Merge] lp:~crichter/openlp/testing into lp:openlp
Hey
It is nice to see, that are you taking care of the SongBeamer importer, two things I have noticed:
- The tag "Categories" seams to be identical to our "Topics" [1]
- I am not able to import all sample songs SongBeamer provides:
Traceback (most recent call last):
File "/home/andreas/Projekte/openlp/testing/openlp/plugins/songs/forms/songimportform.py", line 382, in onCurrentIdChanged
self.performImport()
File "/home/andreas/Projekte/openlp/testing/openlp/plugins/songs/forms/songimportform.py", line 484, in performImport
success = importer.do_import()
File "/home/andreas/Projekte/openlp/testing/openlp/plugins/songs/lib/songbeamerimport.py", line 94, in do_import
self.songData = self.songFile.read().decode('utf8')
File "/usr/lib/python2.6/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 1148-1151: invalid data
[1] http://wiki.openlp.org/Development:SongBeamer_-_Song_Data_Format#Properties
--
https://code.launchpad.net/~crichter/openlp/testing/+merge/36773
Your team OpenLP Core is subscribed to branch lp:openlp.
References