cross epg

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • RE: cross epg

      It works in manual...
      used this version, and the file attach.
      after downlowded epg, make a force epg load in the meu of cross epg
      Regards Ofrex
      Dateien
    • RE: cross epg

      Been playing with CrossEPG for a while before getting it to work - sort of.

      I have Newnigma 3.2.2 installed on a DM800se.
      EPGrefresh runs once a day, scans one "significant" channel per provider (I used trial and error, to find which ones I need to scan), thus grabbing the following packages:
      EPG from Scandinavia (Viasat)
      EPG from Germany free-to-air, SKY, HD+
      EPG from Poland (free-to-air)
      Various others..
      CrossEPG is used to grab EPG for TNTSAT France (Astra) and Freesat UK (28.2)

      Here's what I did:
      Note: I use the Dreambox Control Center (DCC) - easier to use than telnet for non-specialists.

      1) Installed enigma2-plugin-systemplugins-crossepg_0.6.2-svn-306-r0_mipsel.ipk (ftp the file to /tmp and install manually)
      2) Edited /usr/bin/enigma2_pre_start.sh (hint: just right-click in the DCC FTP window and choose edit)

      Quellcode

      1. #!/bin/sh
      2. udevVer=`/sbin/udevadm --version`
      3. if [ -f /etc/udev.txt ]; then
      4. /bin/rm /etc/udev.txt
      5. if [ $udevVer == "141" ]; then
      6. /usr/bin/opkg update
      7. /usr/bin/opkg remove udev
      8. /usr/bin/opkg remove udev-utils
      9. /usr/bin/opkg remove libvolume-id1
      10. /usr/bin/opkg install udev
      11. /sbin/reboot
      12. fi
      13. fi
      14. if [ -f /media/hdd/crossepg/ext.epg.dat ];
      15. then
      16. cp /media/hdd/crossepg/ext.epg.dat /media/hdd/epg.dat
      17. sleep 1
      18. else
      19. cp /media/hdd/epg.dat /media/hdd/crossepg/epg.dat.bak
      20. fi
      21. /usr/crossepg/crossepg_epgmove.sh
      22. exit 0
      Alles anzeigen

      I also changed all "/hdd/" references to "/media/hdd/" in /usr/crossepg/crossepg_epgmove.sh - but I'm not sure it really mattered.

      3) Configured the CrossEPG as follows, under Menu > Settings > CrossEPG (the menu entry only appears after first reboot) > Configure as follows:

      Storage >> harddisk (Never select internal flash)
      Enable csv import >> no
      Force epg reload >> yes
      Download on tune >> no
      Schedule download >> once a day
      Sch. download at >> 03:00
      Reboot after sch.download >> yes
      Reboot after sch.download >> no
      Show as plugin >>no
      Show as extension >> no
      Show force EPG >> no

      4) I then activated "Sky UK opentv (Astra2 on 28.2)" under Opentv providers and "Rytec France XMLTV (XEPGDB)" under XEPGDB providers.

      5) EPGrefresh is set to run every day between 03:30 and 04:00, such thatCrossEPG has time to download, parse, and reboot.

      Like this CrossEPG grabs the French and UK channels, and EPGrefresh the rest.

      Now, there may be room for improvement on these settings, but this is the way I got it to work - hope others can benefit from this description.
    • RE: cross epg

      Original von vikingman
      Been playing with CrossEPG for a while before getting it to work - sort of.

      I have Newnigma 3.2.2 installed on a DM800se.
      EPGrefresh runs once a day, scans one "significant" channel per provider (I used trial and error, to find which ones I need to scan), thus grabbing the following packages:
      EPG from Scandinavia (Viasat)
      EPG from Germany free-to-air, SKY, HD+
      EPG from Poland (free-to-air)
      Various others..
      CrossEPG is used to grab EPG for TNTSAT France (Astra) and Freesat UK (28.2)

      Here's what I did:
      Note: I use the Dreambox Control Center (DCC) - easier to use than telnet for non-specialists.

      1) Installed enigma2-plugin-systemplugins-crossepg_0.6.2-svn-306-r0_mipsel.ipk (ftp the file to /tmp and install manually)
      2) Edited /usr/bin/enigma2_pre_start.sh (hint: just right-click in the DCC FTP window and choose edit)

      Quellcode

      1. #!/bin/sh
      2. udevVer=`/sbin/udevadm --version`
      3. if [ -f /etc/udev.txt ]; then
      4. /bin/rm /etc/udev.txt
      5. if [ $udevVer == "141" ]; then
      6. /usr/bin/opkg update
      7. /usr/bin/opkg remove udev
      8. /usr/bin/opkg remove udev-utils
      9. /usr/bin/opkg remove libvolume-id1
      10. /usr/bin/opkg install udev
      11. /sbin/reboot
      12. fi
      13. fi
      14. if [ -f /media/hdd/crossepg/ext.epg.dat ];
      15. then
      16. cp /media/hdd/crossepg/ext.epg.dat /media/hdd/epg.dat
      17. sleep 1
      18. else
      19. cp /media/hdd/epg.dat /media/hdd/crossepg/epg.dat.bak
      20. fi
      21. /usr/crossepg/crossepg_epgmove.sh
      22. exit 0
      Alles anzeigen

      I also changed all "/hdd/" references to "/media/hdd/" in /usr/crossepg/crossepg_epgmove.sh - but I'm not sure it really mattered.

      3) Configured the CrossEPG as follows, under Menu > Settings > CrossEPG (the menu entry only appears after first reboot) > Configure as follows:

      Storage >> harddisk (Never select internal flash)
      Enable csv import >> no
      Force epg reload >> yes
      Download on tune >> no
      Schedule download >> once a day
      Sch. download at >> 03:00
      Reboot after sch.download >> yes
      Reboot after sch.download >> no
      Show as plugin >>no
      Show as extension >> no
      Show force EPG >> no

      4) I then activated "Sky UK opentv (Astra2 on 28.2)" under Opentv providers and "Rytec France XMLTV (XEPGDB)" under XEPGDB providers.

      5) EPGrefresh is set to run every day between 03:30 and 04:00, such thatCrossEPG has time to download, parse, and reboot.

      Like this CrossEPG grabs the French and UK channels, and EPGrefresh the rest.

      Now, there may be room for improvement on these settings, but this is the way I got it to work - hope others can benefit from this description.
      Thank,s :]
      DM8000/DM7020HD/DM7025+/Xtrend ET8000/VisiosatBigsat 19.2E-13.E-23.5E-28.2E/Stora Netgear Nas. Logitech harmony 700/650/300HumaxIR-FOX-Humax iIRHD-5300C/ipad-atv2-iphone5 :superman:
    • I have this latest newnigma image version 4. I searched for Crossepg under plugins but there is no this plugin for installation. Is this plugin working with latest newnigma or there is something else to use ? What is this Merlin EPG ?
    • dxer schrieb:

      I have this latest newnigma image version 4. I searched for Crossepg under plugins but there is no this plugin for installation. Is this plugin working with latest newnigma or there is something else to use ? What is this Merlin EPG ?


      This plugin is not part of the newnigma plugins. You have to install it manually. I think, there is already a new OE2.0 version of this plugin.
      Merlin EPG is for browsing your existing EPG, like a TV-Guide. It has nothing common with Cross EPG.
    • dxer schrieb:

      I found this link CrossEPG [OE2.0] but this is old thread. Is this it or there is something newer and where to find ? Anyway, I read this thread but it seems OpenTV is not working .


      giyf.com/ ;)

      Sorry, I haven´t installed CrossEPG yet, because I have red a lot of problems with this one. So I can´t really help you, maybe another one...

      Edit: I checked it, the version 0.6.2 seems to be the last one.-> http://www.i-have-a-dreambox.com/wbb2/thread.php?threadid=174846
    • The Doglover is only telling half the truth, as the closed source enigma2 doesn'r offer the online load epg Feature that the XMLTV uses on all other boxes. Therefore only the epg,dat creation and load would work. BUT this feature is broken since years, which means if will only produces unusable epg.dat files which dump enigma2 but NO loadable epg.dat.

      This is the reason why CrossEPG, despite the poor coding and poor XMLTV/Rytec support has a kind of monopoly on EPG data load for OE 2.0 based images as it can produce valid epg.dat files with its own non-python code which then can be loaded by enigma2 correctly.

      AND as nobody is using the epg.dat interface anymore nobody from their 'great' Open Source community is interested to fix it either.

      I only took the freedom to misuse this codepart to create the epg.db interface for DreamOS. Hence buy a new Dreambox 820 or 7080 and enjoy XMLTV loading from Rytec or stay with the OpenXYZ images and enjoy all their other limitations.

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von Lost in Space ()

    • " as the closed source enigma2 doesn'r offer the online load epg Feature that the XMLTV uses on all other boxes"

      If I am not wrong Newnigma2 and OpenXYZ uses the same Enigma2 codebase (from CVS), or not? So, what is working on OpenXYZ it should work on Newnigma2 too.

      I don't understand 100%, what's wrong now? The CrossEpg? It is updates the rytec sources, downloads the XML's and the result is a epg.dat. Or this converted epg.dat is wrong? Maybe this is the reason why the Newnigma2 can't load this epg.dat?

      Isn't there any solution? Since anyone can download the working XMLTVImport plugin and can check the sources.

      Second thing what I don't understand is the DM 820/7080: what's the difference here, how it is possible that these two new boxes supports the XMLTVImport.


      edit:

      "Newnigma2 images are based on the official Enigma2 code provided by Dream Multimedia GmbH (DMM).
      Newnigma2 team does not modify/alter/patch anything in the original CVS code, the CVS code is used in all Newnigma2 images 100% as it is.
      "

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von hpapagaj ()

    • Read again what I wrote DMM is not using their crappy outdated Codebase. The DMM code offers only loading of epg.dat and not of individual epg events. And when the epg.dat is corrupt it will crash. Yes XMLTV is open sorce so you can find the bug in their epg*.py and fix it yourself.

      For DreamOS I rewrote this codepiece completely to fill the new epg.db with proper sql statements and then load it.
    • I don't support OE 2.0 anymore and why should I fix their bugs ?

      They will not be interested either as they don't use the epg.dat load anymore = help yourself

      epg.dat is s sh*y file format to be honest, nobody likes to debug that.

      And the hole XMLTV Plugin is a sh*y coded plugin - scattered with try:/except. I had to fix some of these bugs to make it work with DreamOS too and enough is enough.

      And better don't ask me for my opinion about CrossEPG :2Guns:

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von Lost in Space ()

    • There is a very long thread in DMM board about EPG Loading for DreamOS which explains more of this - if you can't sleep at night enjoy reading it. But for OE 2.0 with DMM Images the status quo is probably the maximum which you will lever get unless you roll up your own sleves.