*** empty log message ***
authorVolker Christian <voc@users.schwerkraft.elitedvb.net>
Fri, 13 Jun 2008 00:42:57 +0000 (00:42 +0000)
committerVolker Christian <voc@users.schwerkraft.elitedvb.net>
Fri, 13 Jun 2008 00:42:57 +0000 (00:42 +0000)
vlcplayer/src/VlcPlayer.py
vlcplayer/src/plugin.py

index ecd8d91..0a9b966 100755 (executable)
@@ -280,7 +280,7 @@ class VlcPlayer(Screen, InfoBarNotifications, InfoBarAudioSelection):
                                "previous": self.playPrevFile
                        }, -2)
 
-               print "evEOF=%d" % iPlayableService.evEOF
+               print "[VLC] evEOF=%d" % iPlayableService.evEOF
                self.__event_tracker = ServiceEventTracker(screen = self, eventmap=
                        {
                                iPlayableService.evEOF: self.__evEOF,
index 6c06f5d..fa572a7 100755 (executable)
@@ -16,12 +16,13 @@ from Tools.BoundFunction import boundFunction
 from VlcServerList import VlcServerListScreen
 from VlcServerConfig import vlcPluginInfo
 
+
 def main(session, **kwargs):
-       vlcPluginInfo.pluginPath = kwargs["path"]
        session.open(VlcServerListScreen)
 
 
 def Plugins(**kwargs):
+       vlcPluginInfo.pluginPath = kwargs["path"]
        return PluginDescriptor(
                name="VLC Video Player",
                description="VLC Video Player",