← Back to team overview

openlp-core team mailing list archive

[Bug 1070356] Re: Fix vlc.py

 

Seems to be fixed.

** Changed in: openlp
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1070356

Title:
  Fix vlc.py

Status in OpenLP - Worship Presentation Software:
  Fix Committed

Bug description:
  Hello,

  the vlc.py with the build date "Fri Oct  5 21:46:31 2012". Any newer
  versions don't. This is because we use some methods which were only
  provided for backward compatibility and have now been removed.

  See the commitdiff:
  http://git.videolan.org/?p=vlc/bindings/python.git;a=commitdiff;h=f20079a3403042442033a05429900b0add575cb7

  Traceback attempting to show an video live:
  Traceback (most recent call last):
    File "/home/andreas/Projects/OpenLP/vlc/openlp/core/lib/mediamanageritem.py", line 510, in onLiveClick
      self.goLive()
    File "/home/andreas/Projects/OpenLP/vlc/openlp/core/lib/mediamanageritem.py", line 517, in goLive
      serviceItem = self.buildServiceItem(item, remote=remote)
    File "/home/andreas/Projects/OpenLP/vlc/openlp/core/lib/mediamanageritem.py", line 587, in buildServiceItem
      if self.generateSlideData(serviceItem, item, xmlVersion, remote):
    File "/home/andreas/Projects/OpenLP/vlc/openlp/plugins/media/lib/mediaitem.py", line 208, in generateSlideData
      self.mediaController, filename, False, False):
    File "/home/andreas/Projects/OpenLP/vlc/openlp/core/ui/media/mediacontroller.py", line 331, in video
      isValid = self.check_file_type(controller, display)
    File "/home/andreas/Projects/OpenLP/vlc/openlp/core/ui/media/mediacontroller.py", line 383, in check_file_type
      if player.load(display):
    File "/home/andreas/Projects/OpenLP/vlc/openlp/core/ui/media/vlcplayer.py", line 153, in load
      display.vlcMediaPlayer.set_media(display.vlcMedia)
  AttributeError: 'Display' object has no attribute 'vlcMediaPlayer'

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1070356/+subscriptions


References