CrossEPG Full Sly EPG - Page 2
Register
Page 2 of 7 FirstFirst 1234567 LastLast
Results 16 to 30 of 99
  1. #16
    DK Veteran andy211081's Avatar
    Join Date
    May 2009
    Location
    Doncaster
    Posts
    575
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    2
    Thanked in
    2 Posts

    Default

    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

  2. #17
    Newbie
    Join Date
    Feb 2009
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Andy,

    Looks like you already have the line in the right place.
    If you haven't entered it before you may have loaded an image which already have crossepg integrated, there are a few about!

    cheers,

    M

  3. #18
    Member
    Join Date
    Apr 2010
    Location
    swadlincote derbyshire uk
    Posts
    60
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    8
    Thanked in
    3 Posts

    Default

    Quote Originally Posted by andy211081 View Post
    does this work on UNOFFICIAL DREAM ELITE V.133DV3 PHOENIX EDITION which is enigma2? as i cant access file manager on my box?
    i think cross epg is in the dream elite server

    press blue button > addons or plugins (its one of the coloured buttons eg blue or green)> EPG

    its in there somewhere i have since flashed with DREAM ELITE and downloaded crossepg from the blue button .

    hope this helps
    DM800 Pro clone Merlin 3
    If a post was helpful use the button

  4. #19
    Member
    Join Date
    Apr 2010
    Location
    swadlincote derbyshire uk
    Posts
    60
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    8
    Thanked in
    3 Posts

    Default

    Quote Originally Posted by blogbytes View Post
    . However, my epg looks different to the one displayed on the pictures and I only get 2 days worth of epg. Will dig deeper, but am pretty certain it has to do with my xml file.

    Thanks
    are you using the "graphical EPG" there are a few EPG on a dream box "single EPG" "multi EPG"

    there is also "merlin EPG" witch can be downloaded and installed as a plugin

    or

    it might be iam using a diffrent skin
    DM800 Pro clone Merlin 3
    If a post was helpful use the button

  5. #20
    Newbie
    Join Date
    Feb 2009
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by 2685danny View Post
    you could try /usr/crossepg/crossepg.configure

    change the db_root=/media/thename of your USB device/crossepg

    you will have to create the crossepg folder (the one in green)

    Code:
     
    db_root=/media/hdd/crossepg
    lamedb=lamedb
    providers=skyuk_astra2_28.2|krkadoni_skyuk_xepgdb
    force_load_on_boot=0
    download_daily_enabled=1
    download_daily_hours=4
    download_daily_minutes=0
    download_daily_reboot=1
    download_tune_enabled=1
    download_manual_reboot=0
    download_standby_enabled=0
    last_full_download_timestamp=0
    last_partial_download_timestamp=0
    csv_import_enabled=0
    show_plugin=1
    show_extension=1
    Hi Danny.

    I'm using an icvs gp3 image. I have gp3 plugin and tunisiasat plugin installed.

    I currently have my crossepg set to HDD. I have installed a 4gb usb pen in the back of my dm800 and it is recognised fine. my picons are installed on there and they work great.

    However..... I do not get a usb option in the configure crossepg storage device.
    I can also not find the /usr/crossepg/crossepg.configure as you suggest.

    Any help appreciated.

    cheeers,

    M

  6. #21
    Member
    Join Date
    Apr 2010
    Location
    swadlincote derbyshire uk
    Posts
    60
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    8
    Thanked in
    3 Posts

    Default

    Quote Originally Posted by Mithuk1 View Post
    Hi Danny.

    I'm using an icvs gp3 image. I have gp3 plugin and tunisiasat plugin installed.

    I currently have my crossepg set to HDD. I have installed a 4gb usb pen in the back of my dm800 and it is recognised fine. my picons are installed on there and they work great.

    However..... I do not get a usb option in the configure crossepg storage device.
    I can also not find the /usr/crossepg/crossepg.configure as you suggest.

    Any help appreciated.

    cheeers,

    M
    this is the file path /usr/bin/enigma2.sh

    you have to type or copy and paste this in it /usr/crossepg/crossepg.configure

    before the line LD_PRELOAD=/usr/lib/libopen.so.0.0 /usr/bin/enigma2

    make sure its the .sh enigma2 file



    DM800 Pro clone Merlin 3
    If a post was helpful use the button

  7. #22
    DK Veteran andy211081's Avatar
    Join Date
    May 2009
    Location
    Doncaster
    Posts
    575
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    2
    Thanked in
    2 Posts

    Default

    it works and dont know how

    Thanks for your replies though

  8. #23
    Top Poster PAUL7331's Avatar
    Join Date
    Mar 2008
    Posts
    163
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    I dont have any option to change file to epg.dat

    Where is this? Im using the new ramaHAMMER gemini/vix image by the way.

  9. #24
    Member
    Join Date
    Apr 2011
    Posts
    50
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by 78692 View Post
    does the line have to be added above LD....?
    because i did this on gemini dm800hd and now my box only half boots and gets stuck.
    Same here it ballsed up, what did you do ?

  10. #25
    Top Poster
    Join Date
    Feb 2010
    Posts
    116
    Thanks Thanks Given 
    5
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts

    Default epg

    hi iv been getting my self a dm 800 hd. i must say good bit of kit. still getting to know the box.
    im getting harddrive installed by a friend, and im wondering about the epg. my box is running Newnigma2 v3.1.1 firmware i dont know if any one knows this image, some people say that this epg download is in the plug ins, dose any one know if its in this image and how to go about installing it. dose any setting need to be changed? last thing i want to do i break the box.
    thanks for reading guys

  11. #26
    Top Poster
    Join Date
    Feb 2010
    Posts
    116
    Thanks Thanks Given 
    5
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts

    Default

    can any 1 help on this question????

    hi iv been getting my self a dm 800 hd. i must say good bit of kit. still getting to know the box.
    im getting harddrive installed by a friend, and im wondering about the epg. my box is running Newnigma2 v3.1.1 firmware i dont know if any one knows this image, some people say that this epg download is in the plug ins, dose any one know if its in this image and how to go about installing it. dose any setting need to be changed? last thing i want to do i break the box.
    thanks for reading guys
    Last edited by darguewin; 11th May, 2011 at 06:12 PM.

  12. #27
    Top Poster
    Join Date
    Feb 2010
    Posts
    116
    Thanks Thanks Given 
    5
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts

    Default epg cant get to work

    im running nwenigna 3.2.2 and iv followed the post down to a t to install crossepg and it just isnt working. it goes through all the search and downloading but it just wont bring up epg. any 1 help!!!!!!!!!!!

  13. #28
    Member
    Join Date
    Apr 2010
    Location
    swadlincote derbyshire uk
    Posts
    60
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    8
    Thanked in
    3 Posts

    Default

    Quote Originally Posted by darguewin View Post
    can any 1 help on this question????

    hi iv been getting my self a dm 800 hd. i must say good bit of kit. still getting to know the box.
    im getting harddrive installed by a friend, and im wondering about the epg. my box is running Newnigma2 v3.1.1 firmware i dont know if any one knows this image, some people say that this epg download is in the plug ins, dose any one know if its in this image and how to go about installing it. dose any setting need to be changed? last thing i want to do i break the box.
    thanks for reading guys
    have you tryed

    blue button > plugins

    or

    blue button > addons

    there is other epg sources in the plugins

    but cross epg works on most enigma2 images.

    there are others avaliable on the plugin servers but the ones that save the epg data to your flash / ram can fill up your boxes flash / ram and cause the box to crash (the green reboot screen)
    DM800 Pro clone Merlin 3
    If a post was helpful use the button

  14. #29
    Top Poster
    Join Date
    Feb 2010
    Posts
    116
    Thanks Thanks Given 
    5
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts

    Default epg

    i just cant get it working. iv tryd all the epg out of pluggins and wont work. i tryed to re flash but all i got was check tuner config. tuner was set up as it should be but just kept comming up with that. so just had to put this newnigma2 back on. my tuner is rev m.

  15. #30
    DK Veteran
    Join Date
    Aug 2008
    Location
    Wild Mild West
    Posts
    490
    Thanks Thanks Given 
    16
    Thanks Thanks Received 
    6
    Thanked in
    6 Posts

    Default

    Quote Originally Posted by darguewin View Post
    i just cant get it working. iv tryd all the epg out of pluggins and wont work. i tryed to re flash but all i got was check tuner config. tuner was set up as it should be but just kept comming up with that. so just had to put this newnigma2 back on. my tuner is rev m.
    In newenigma the one to use is the xmltvimport located in the newnigma2 services from the blue button, once downloaded press blue button and select epgimport and set up your sources (blue button) and then manual (yellow button) and let it scan for your epg sources, it will then ask you to reboot and bobs your uncle.

    But i found that there has been some issues with the rytec server and it was playing up a bit so i chnged to crossepg, but you will need to add that plug in from the Tspanle plugin, once the Tspanle is set up on your box you can find the crossepg in addons / plugsins, and it works / set's up more or less like the xmltvimport, and it is working a treat.

    ITgate TGM220 (swapable tuner), Dreambox 800 pro, Dreambox 500c x 2, DBox, Popbox media player.

 

 
Page 2 of 7 FirstFirst 1234567 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.