Epg Import doesnt work

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

    • Epg Import doesnt work

      Hi guys,

      since a few days I have the problem that the EPGImport wont work.
      If I start the EpgImport manually 5687 entries are imported for Sky Italy.
      The problem is that I can not see the EPG Info the required E2 reboot. It seems that the import is lost.

      I found a epg_new.dat file on /media/hdd

      I checked the enigma2.sh which looks good for me.

      Shell-Script

      1. #!/bin/sh
      2. if [ ! `grep config.plugins.epgimport.enabled /etc/enigma2/settings` ]
      3. then
      4. python /usr/lib/enigma2/python/Plugins/Extensions/xmltvimport/boot.py
      5. fi
      6. prefix=/usr
      7. exec_prefix=/usr
      8. if [ -x /usr/bin/showiframe -a -f /boot/backdrop.mvi ]; then
      9. /usr/bin/showiframe /boot/backdrop.mvi
      10. fi
      11. if [ -d /home/root ]; then
      12. cd /home/root
      13. fi
      14. LD_PRELOAD=/usr/lib/libopen.so.0.0.0 /usr/bin/enigma2
      15. # enigma2 exit codes:
      16. #
      17. # 0 - restart enigma
      18. # 1 - halt
      19. # 2 - reboot
      20. #
      21. # >128 signal
      22. ret=$?
      23. case $ret in
      24. 1)
      25. /sbin/halt
      26. ;;
      27. 2)
      28. /sbin/reboot
      29. ;;
      30. 4)
      31. /sbin/rmmod lcd
      32. /usr/sbin/fpupgrade --upgrade 2>&1 | tee /home/root/fpupgrade.log
      33. sleep 1;
      34. /sbin/rmmod fp
      35. /sbin/modprobe fp
      36. /sbin/reboot
      37. ;;
      38. *)
      39. ;;
      40. esac
      Alles anzeigen


      on /etc/enigma2/ settings i found following:

      Quellcode

      1. config.misc.languageselected=false
      2. config.misc.rcused=1
      3. config.misc.firstrun=false
      4. config.misc.initialchannelselection=false
      5. config.misc.defaultchosen=false
      6. config.misc.startCounter=20
      7. config.misc.videowizardenabled=false
      8. config.av.videorate.720p=multi
      9. config.av.videoport=DVI
      10. config.Nims.1.configMode=loopthrough
      11. config.Nims.0.diseqcA=130
      12. config.Nims.0.diseqcB=192
      13. config.Nims.0.configMode=simple
      14. config.Nims.2.terrestrial=2
      15. config.osd.language=de_DE
      16. config.tv.lastroot=1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "bouquets.tv" ORDER BY bouquet;1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.afe34.tv" ORDER BY bouquet;
      17. config.tv.lastservice=1:0:19:1C55:206C:FBFF:820000:0:0:0:
      18. config.plugins.epgimport.wakeup=5:0
      19. config.plugins.epgimport.longDescDays=5
      20. config.plugins.virtualzap.mode=1
      21. config.skin.primary_skin=Kerni-HD1/skin.xml
      22. config.audio.volume=100
      Alles anzeigen


      On the settings file I'm missing the config.plugins.epgimport.enabled setting... If i add it manually and reboot enigma2, the entry is removed automatically.
      I tried to remove the if on the enigma2.sh, but nothing happend. After E2 reboot, I cannot see the EPG information.

      Rytec files (xml) are the latest ones from rytec homepage.
      Can anyone help?