crossepg (myepg) 0.3.0 pre9

genge

Registered
Messages
34
Installation

copy the binary package in your box.
Then, from telnet, type this command:

Code:
tar zxf crossepg-0.3.0pre9-enigma2-sh4.tar.gz -C /

with a unix compatible editor edit the file /etc/init.d/rcS and before the line

Code:
/usr/local/bin/enigma2

add this line

Code:
[ -f /hdd/ext.epg.dat ] && cp /hdd/ext.epg.dat /hdd/epg.dat

Example:

Code:
echo "starting e2->"
[ -f /hdd/ext.epg.dat ] && cp /hdd/ext.epg.dat /hdd/epg.dat
/usr/local/bin/enigma2


--------------------------------------
Da questa versione myepg si chiamerà crossepg (troppi progetti già esistenti con il vecchio nome).
Il tutto ovviamente è una versione preliminare... quindi c'è da aspettarsi di tutto

Fatemi sapere
 
Top