Hello,
The eepg plugin 0.0.3 was not compiling since I upgraded my system to a
new distro with a recent gcc and kernel 2.6.34
A very small patch fixes the problem so I would like to share it (Thanks
to Alain Becam for spotting the problem and suggesting the fix)
file:///home/arturo/Public/eepg.0.3.patch
<cid:part1.01060301.01050406@embl.de>
--- eepg.c.ori 2010-09-01 15:43:56.000000000 +0200
+++ eepg.c 2010-09-01 15:45:02.000000000 +0200
@@ -2684,7 +2684,7 @@
class cEIT2:…
[View More]public SI::EIT
{
public:
- cEIT2 (cSchedules::cSchedules * Schedules, int Source, u_char Tid,
const u_char * Data,
+ cEIT2 (cSchedules * Schedules, int Source, u_char Tid, const u_char
* Data,
bool OnlyRunningStatus = false);
// originally from libdtv, Copyright Rolf Hakenes <hakenes(a)hippomi.de>
@@ -2773,7 +2773,7 @@
}
#endif /* NOEPG */
- cEIT2::cEIT2 (cSchedules::cSchedules * Schedules, int Source, u_char
Tid, const u_char * Data, bool OnlyRunningStatus)
+ cEIT2::cEIT2 (cSchedules * Schedules, int Source, u_char Tid, const
u_char * Data, bool OnlyRunningStatus)
: SI::EIT (Data, false) {
if (!CheckCRCAndParse ())
return;
[View Less]
What's the status of this plugin? I have a two line LCD display which
works with xbmc, but when I tried to use the lcdproc vdr plugin VDR
won't start up..
I'm using lcdproc-0.0.10-jw7
I just get:
Aug 30 18:18:47 oac vdr: LCDproc-Plugin started at 127.0.0.1:13666.
Aug 30 18:18:47 oac vdr: [1355] setting current skin to "PearlHD"
Aug 30 18:18:47 oac vdr: [1355] loading
/etc/vdr/themes/PearlHD-default.theme
Aug 30 18:18:47 oac vdr: [1355] switching to channel 908
Aug 30 18:18:47 oac vdr: …
[View More]LCD output thread started (pid=1355), display
size: 2x20
Aug 30 18:18:47 oac vdr: [1437] receiver on device 1 thread started
(pid=1355, tid=1437)
Aug 30 18:18:47 oac vdr: [1438] TS buffer on device 1 thread started
(pid=1355, tid=1438)
Aug 30 18:18:47 oac /etc/init.d/vdr[1450]: VDR errors from /var/log/vdr.log:
Aug 30 18:18:47 oac /etc/init.d/vdr[1451]: ERROR:
/etc/vdr/plugins/live/live.pem: No such file or directory
Aug 30 18:18:47 oac /etc/init.d/vdr[1258]: ERROR: vdr failed to start
In the logs
--
Rob Davis
[View Less]