Hi, I have made a VDR plugin for freevo using vdr with vdr-xine plugin and xine (with patches from vdr-xine).
You can download the plugin from http://freevo.sourceforge.net/addons Notes: To use this plugin make sure that vdr with vdr-xine plugin is already working (See vdr and vdr-xine documentation). Copy vdr_xine.py to src/plugins/ and activate the plugin with plugin.activate('vdr_xine', level=5) in your config. vdr must be started with the "-P'xine -r'" option before freevo can use this plugin. Example: vdr -P'xine -r' -P'osdteletext -r' -Pttxtsubs -d The plugin is only tested with the following setup: freevo 1.5.0-rc2 vdr 1.3.10 or 1.3.11 (with vdr-xine 0.3.4 or 0.4.1 plugin) xine-lib 1-rc4a or 1-rc5 (with vdr-xine 0.3.4 or 0.4.1 patch) xine-ui 0.99.1 (with vdr-xine 0.3.4 or 0.4.1 patch) This is my first freevo plugin and my first Python program so if you find anything strange or bugs in the code please email me or the freevo-devel maillist so I can correct the error and learn from my mistakes ;-). Todo: Freevo installer Recordserver integration Documentation /Ove ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
