openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #31301
[Bug 1582164] Re: Add support for alternative/new presentationmanager song format
Windows 10(x86_64)
Import --> Songs --> PresentationManager
Traceback (most recent call last):
File "openlp\core\ui\wizard.py", line 216, in on_current_id_changed
File "openlp\plugins\songs\forms\songimportform.py", line 351, in perform_wizard
File "openlp\plugins\songs\lib\importers\presentationmanager.py", line 64, in do_import
File "lxml.objectify.pyx", line 1802, in lxml.objectify.fromstring (src\lxml\lxml.objectify.c:23233)
File "lxml.etree.pyx", line 3103, in lxml.etree.fromstring (src\lxml\lxml.etree.c:70569)
File "parser.pxi", line 1827, in lxml.etree._parseMemoryDocument (src\lxml\lxml.etree.c:106392)
ValueError: can only parse strings
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1582164
Title:
Add support for alternative/new presentationmanager song format
Status in OpenLP:
Confirmed
Bug description:
It seems Presentation Manager can store its songs in several formats, but OpenLP only supports the XML-based.
Looking at these songs from PMs website there are at least 3 format: http://www.creativelifehosting.com/download.php?f=Songs/African%20American%20Heritage%20Hymnal.zip
Xml-based, text based, advanced text based (using { and })
As a minimum it should not cause a traceback when encountering these formats.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1582164/+subscriptions
References