This problem is gone after I adding following changes in local_conf.py.

VLC_CMD = ' --fullscreen --verbose 2'

However now when I play a movie mplayer is always selected.

following are few of my setings.

VIDEO_XINE_SUFFIX = [ 'cue', 'iso' , 'nrg' ]
VIDEO_PREFERED_PLAYER = 'vlc'

Sandip

--- On Sun, 6/29/08, Sandip Devnath <[EMAIL PROTECTED]> wrote:
From: Sandip Devnath <[EMAIL PROTECTED]>
Subject: Not able to use VLC pluggin
To: freevo-users@lists.sourceforge.net
Date: Sunday, June 29, 2008, 12:35 AM

hi, 

I switched ON  vlc plugin in my local_config.py

# ============== VLC ============
plugin.activate('video.vlc')

however I get following error.
-----------
008-06-28 22:31:44,567 DEBUG    plugin.py (557): loading plugins.mediamenu as 
plugin plugins.mediamenu.PluginInterface
2008-06-28 22:31:44,569 DEBUG    plugin.py (557): loading video.plugins.vlc as 
plugin video.plugins.vlc.PluginInterface
failed to load plugin video.vlc
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/freevo/plugin.py", line 561, in 
__load_plugin__
    p = eval(object)()
  File "/usr/lib/python2.5/site-packages/freevo/video/plugins/vlc.py", line 25, 
in __init__
   
 plugin.register(Vlc(), plugin.VIDEO_PLAYER, True)
  File "/usr/lib/python2.5/site-packages/freevo/video/plugins/vlc.py", line 43, 
in __init__
    self.cmd        = config.VLC_CMD
AttributeError: 'module' object has no attribute 'VLC_CMD'
2008-06-28 22:31:44,573 DEBUG    plugin.py (557): loading www as plugin 
www.PluginInterface
2008-06-28 22:31:44,635 DEBUG    rc.py (581): register shutdown callback: 
<bound method PluginInterface.shutdown of <www.PluginInterface instance at 
0x7f8d9e494a70>>
--------


how good is the interface between freevo and VLC player ?

thanks in advance.






      


      
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to