Author Topic: VDR plugin development  (Read 2804 times)

austriancoder

  • Guest
VDR plugin development
« on: July 24, 2008, 01:26:10 pm »
Hi all,

I want to use CB to develop and debug VDR[1] plugins. I have changed to project settings to work with the Makefile of the plugin.
My problem is to start VDR with my plugin and do some debugging. I need to copy the generated so file into a specific directory to
use it with VDR. e.g. cp -v libvdr-xyz.so /usr/lib/vdr/plugins/libvdr-xyz.so.1.6.0
Now I can start VDR by hand with the following command:
vdr -P xyz -c /etc/vdr/ -E /var/vdr/video/ -l 3

For me it is okay to do the copy in the Makefile, but how must i configure CB to use a specific command to start the host program of the plugin.
If this is possible also debugging within CB should be possible, or?

[1] http://www.linuxtv.org/vdrwiki/index.php/Main_Page