updated buildfix2 · CvH/LibreELEC.tv@892d138 · GitHub
and added vdr-addon: add vdr-plugin-epg2vdr · CvH/LibreELEC.tv@45b658a · GitHub
There is likely some configuration needed ? I have no idea how that plugin works.
mine too, guess I looked at the not stripped one
yes - it needs some configuration and it needs a backend (epgd) to work as desired. If you need/want i could explain - we should use either vdr-portal for that or PN's.
The general Concept is that a backend (epgd) on some machine in the LAN retrieves EPG-Data from sources like epgdata, tvmovie, ... and stores it in a mysql-DB. Vdr-clients also deliver epg-data (via DVB) to the mysql-DB the epgd mixes / enriches everything in that common database. EPG is delivered and retrieved from the (VDR-)clients using this plugin - resulting in consistant EPG over all the machines in the local network.
On LE-Nodes running a own instance of vdr - this plugin is key for me. Otherwise they would lack proper EPG - at least a different than my other ones. I intend to run LE-Nodes without own VDR-Instance (without Tuner) like RPI3 and Nodes with dedicated DVB-Devices on Wetek or x86 for example.
Still building the Wetek Image - i will report if it works