openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #29002
Re: [Merge] lp:~knightrider0xd/openlp/propresenter_5-6_import into lp:openlp
Review: Resubmit
I've implemented the requested changes, with the exceptions of refactoring the code for self.copyright and self.ccli_number.
While the code appears similar across all versions, it differs for version 6:
# ProPresenter 4 & 5
self.copyright = root.get('CCLICopyrightInfo')
self.ccli_number = root.get('CCLILicenseNumber')
# ProPresenter 6
self.copyright = root.get('CCLICopyrightYear')
self.ccli_number = root.get('CCLISongNumber')
--
https://code.launchpad.net/~knightrider0xd/openlp/propresenter_5-6_import/+merge/290508
Your team OpenLP Core is subscribed to branch lp:openlp.
References