Hi,
> 
> I'm interested in this other plugin..  Does vdr still run in the
> background when the the xinelib-out plugin is no longer being used?
 >
Yes it does.

> Very interesting.  This could be massaged directly for freevo 2.0
> support.  I chose vdr-xine as i wanted vdr to record while I wa not
> connected to it..
> 
I just added to local_conf.py:

plugin.activate('command.CommandMainMenuItem', args=('/_config/freevo/vdr.fxd', 
), level=5)

the vdr.fxd:

<?xml version="1.0" ?>
<freevo>
     <command title="VDR">
         <cmd>vdr-sxfe --fullscreen xvdr://localhost</cmd>
         <stoposd />
         <spawnwm />
         <info>
             <content>VDR</content>
         </info>
     </command>
</freevo>

In my distri there is a little bit more behind that, because I use 
alternatively xawtv when a 
full-featured DVB Card is used, but the above code should work for the 
xineliboutput plugin.
You could also use it as a network client by replacing localhost with your 
server name.


-- 
Helmut Auer, [EMAIL PROTECTED]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to