crossepg installation in gemini

There is 1 reply in this Thread which was already clicked 2,535 times. The last Post () by andy2110.

  • Took me two days to get working. hopefully help someone else.yipee1


    Download from authors site:-
    1. enigma2-plugin-systemplugins-crossepg-oe1.6_0.6.0-svn-142_mipsel.ipk (or newer)
    2. copy to /tmp
    3. install file from blue panel file manager. delete file after installation
    4. with a unix compatible editor edit the file /usr/bin/enigma2.sh and before the line


    LD_PRELOAD=/usr/lib/libopen.so.0.0 /usr/bin/enigma2


    add this line


    /usr/crossepg/crossepg_epgmove.sh


    5. go to:-
    Blue panel - settings - epg:
    The correct settings are as follows:


    media highway: off
    freesat: off
    Free to air : off
    interval for updating : 1 hour
    old epg datad etc : off
    cachefile: on
    Filename: epg.dat
    Place: /media/hdd
    automatic saving : off


    6.Menu - setup -crossepg


    enable provide sly UK opentv astra 28.1 : yes (and any other providers you wish)
    automatic load data on boot : yes
    set download update time

  • my file looks like: so where do i put /usr/crossepg/crossepg_epgmove.sh


    #!/bin/sh


    prefix=/usr
    exec_prefix=/usr
    datarootdir=${prefix}/share


    if [ -x /usr/bin/showiframe -a -f /usr/share/backdrop.mvi ]; then
    /usr/bin/showiframe /usr/share/backdrop.mvi
    fi


    # hook to execute scripts always before enigma2 start
    if [ -x /usr/bin/enigma2_pre_start.sh ]; then
    /usr/bin/enigma2_pre_start.sh
    fi


    if [ -d /home/root ]; then
    cd /home/root
    fi


    LIBS=/usr/lib/libopen.so.0.0.0


    #check for dreambox specific passthrough helper lib
    if [ -e /usr/lib/libpassthrough.so ]; then
    LIBS="$LIBS /usr/lib/libpassthrough.so"
    fi
    /usr/crossepg/crossepg_epgmove.sh
    LD_PRELOAD=$LIBS /usr/bin/enigma2


    # enigma2 exit codes:
    #
    # 0 - restart enigma
    # 1 - halt
    # 2 - reboot
    #
    # >128 signal


    ret=$?
    case $ret in
    1)
    /sbin/halt
    ;;
    2)
    /sbin/reboot
    ;;
    4)
    /sbin/rmmod lcd
    /usr/sbin/fpupgrade --upgrade 2>&1 | tee /home/root/fpupgrade.log
    sleep 1;
    /sbin/rmmod fp
    /sbin/modprobe fp
    /sbin/reboot
    ;;
    *)
    ;;
    esac

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!