openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #12962
[Bug 898876] Re: Playing media files fail
Raoul, thanks to your fix, I now have video. I had to re-enable phonon
and promote it to preferred in the media settings. I however am missing
audio. This is just on Arch Linux, I will check with Ubuntu when I get
in from work tonight.
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/898876
Title:
Playing media files fail
Status in OpenLP - Worship Presentation Software:
Fix Released
Bug description:
OpenLP 1809 on Arch Linux, I get the following traceback when
attemtping to go live, or preview a video. Tried with multiple files
and formats that did work with OpenLP:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/openlp/core/lib/mediamanageritem.py", line 466, in onClickPressed
self.onLiveClick()
File "/usr/lib/python2.7/site-packages/openlp/core/lib/mediamanageritem.py", line 508, in onLiveClick
self.goLive()
File "/usr/lib/python2.7/site-packages/openlp/core/lib/mediamanageritem.py", line 519, in goLive
self.plugin.liveController.addServiceItem(serviceItem)
File "/usr/lib/python2.7/site-packages/openlp/core/ui/slidecontroller.py", line 762, in addServiceItem
self._processItem(item, slideno)
File "/usr/lib/python2.7/site-packages/openlp/core/ui/slidecontroller.py", line 885, in _processItem
self.onMediaStart(serviceItem)
File "/usr/lib/python2.7/site-packages/openlp/core/ui/slidecontroller.py", line 1327, in onMediaStart
file = os.path.join(item.get_frame_path(), item.get_frame_title())
NameError: global name 'os' is not defined
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/898876/+subscriptions
References