Re: [vdr] Plugins API

2009-01-07 Thread abbe normal
hello this may help but if you have not tried it all ready... good luck ok if you get errors about a plugin not api version then try this cd /usr/local/src/VDR/vdr-x.x.xx/PLUGINS/src/ sed -i -e s/VDRVERSION/APIVERSION/g Makefile sed -i -e '/^DVBDIR/d' -e 's|-I$(DVBDIR)/include||' Makefile On 1/

[vdr] Plugins API

2009-01-05 Thread lucian orasanu
Hello All! I want to use an plugin for vdr, lets say x but when I tray to compile it, it says wrong api or old api. Question: 1. is ther any api specification or documentation for vdr for plugin development? 2. or how to port old plugins to new api? __