PDA

View Full Version : panel kgd



sperr1
11-08-2011, 08:34 AM
ok just reinstalled offaical firmware 5080 after weeks of trying to get e2 to work properly got everything working now but cant get the epg to work in plugins i can see panelkgd but when i try to acces it it just says no executable file any ideas.

Blagi
11-08-2011, 09:26 AM
Thanx!, Happyhammer!!!

"I created a fake plugin so that i could hit the next chappter key > >,

that's a shortcut that i often use to restart Multicas.

I can then reload the EPG and still watch the channel.

if you want to do this i give my example.

in folder /PLUGINS/OpenXCAS/ create a folder called GetEPG,

also modify module.seq file like this:


MultiCAS
#GetEPG

in new GetEPG folder create two files , openxcas.conf and getepg.sh,

openxcas.conf is this:


[module]
name = GetEPG
daemon = getepg.sh
version = 1

getepg.sh is this


#!/bin/sh

cd /DATA/usb1/sda1/XMLTV
rm rytec*
cd /PLUGINS/PanelKGD/epg
nice -19 ./getepg -d2

{Give CHMOD to 755 (give them the "rights") - my comment}

This is for my Elite with USB stick(usb1/sda1).

You must also create XMLTV folder on this stick.

For my Premium, change line to cd /DATA/hdb1/XMLTV"

sperr1
11-08-2011, 10:12 AM
sorry lol but didnt work what am i doing wrong

Blagi
11-08-2011, 10:24 AM
I edited the top post... See if that helps...