Update EPGimport (XMLTVimport) and rytec sources

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

    • Bitte entschuldigt, falls ich es übersehen habe.

      Wie kann ich als Satnutzer, für meine ergänzten Streamingsender
      - Animal Planet
      - Geo TV
      - RTL Crime
      - RTL Passion
      - RTL Living
      - Sat1 Emotions
      - K1 classics
      - P7 Fun
      - Silverline
      - Kinowelt
      - AXN ......

      den EPG importieren ?

      Nutze jetzt schon EPGimport für Pluto und Samsung+.
      Aber mit welcher Quelle könnte ich z.B. die oben genannten Sender ergänzen.
      Gerne mit passender "custom.channels.xml".
      Mein userbouquet kann ich selbst anpassen.

      Danke für jeden Tipp.
    • Hallo seifuser,
      bei EPG Import muss du in umgekehrter Richtung denken.
      Nicht erst "custom.channels.xml". und dann userbouquet erstellen.
      Anders denken:

      Erst userbouquet dann custom.channels.xml

      sonst gibt es kein EPG zuweisung.

      Diese von dir erwähnten Sendungen sind vom SAT. Diese sind in der unter etc/epgimport befindlichen Datei:
      "rytec.channels.xml.xz" vorhanden. Aber für SAT! Es gibt auch für IPTV Sendungen. Aber Referenznummern würden nicht passen.
      Quelle ist : "rytec.sources.xml" Diese befindet sich auch unter etc/epgimport.

      Jetzt gibt es 2 Möglichkeiten:
      1. von deinem IPTV userbouquet die Referenznummern von dieser Sendungen in "rytec.channels.xml.xz" eintragen und speichern

      Auszug aus der Datei: "rytec.channels.xml.xz" für SAT Sendungen
      <?xml version="1.0" encoding="utf-8"?>
      <channels>
      <!-- 19.2E --><channel id="RTL2.de">1:0:19:EF15:421:1:C00000:0:0:0:</channel><!-- RTL II HD -->
      <!-- 19.2E --><channel id="RTLCrime.de">1:0:16:1B:4:85:C00000:0:0:0:</channel><!-- RTL Crime -->
      <!-- 19.2E --><channel id="RTLCrime.de">1:0:19:8C:9:85:C00000:0:0:0:</channel><!-- RTL Crime HD -->
      <!-- 19.2E --><channel id="RTLPassion.de">1:0:16:1D:4:85:C00000:0:0:0:</channel><!-- RTL Passion -->
      <!-- 19.2E --><channel id="RTLPlus.de">1:0:1:2F30:441:1:C00000:0:0:0:</channel><!-- RTLplus -->
      <!-- 19.2E --><channel id="Sat1.de">1:0:1:445C:453:1:C00000:0:0:0:</channel><!-- SAT.1 -->
      </channels>

      Es muss eine neue Liste erstellt werden.
      Für IPTV könnte so aussehen:
      IPTV --><channel id="RTL2.de">hier deine Referenznummer von deinem userbouquet </channel><!-- RTL II HD -->
      IPTV --><channel id="RTLCrime.de">hier deine Referenznummer von deinem userbouquet</channel><!-- RTL Crime -->
      IPTV --><channel id="RTLCrime.de">hier deine Referenznummer von deinem userbouquet</channel><!-- RTL Crime HD -->
      IPTV --><channel id="RTLPassion.de">hier deine Referenznummer von deinem userbouquet</channel><!-- RTL Passion -->
      IPTV --><channel id="Sat1.de">hier deine Referenznummer von deinem userbouquet:</channel><!-- SAT.1 -->
      oder auch so:
      <channel id="ard.de">1:0:1:02b0:06de:0:0:0:0:0:http%3a//example.m3u8</channel>
      <channel id="zdf.de">1:0:1:02b0:1292:0:0:0:0:0:http%3a//example.m3u8</channel>
      <channel id="pro7.de">1:0:1:02ae:0d63:0:0:0:0:0:http%3a//example.m3u8</channel>

      Referenznummern findet man nach jedem Skin unter Menü/Informationen/Kanal
      Diese erstellte Liste bei "rytec.channels.xml.xz" im unteren Bereich kopieren.
      Bei EPGImport suchen lassen

      2. Möglichkeit
      Du erstellst deine erst my.costum.channel.xml mit den Refenrenznummern aller Sendungen vom userbouquet (Viel Arbeit)
      und du bastelst eine eigene Quelldatei "my.sources.xml" Die hast du auch bei dem "rytec.sources.xml" Datei teilweise drin. Oder bei Github durchforsten.


      Mfg
    • irgendwie bekomme ich bei den neuen Sky Sendern (KDG)
      beispiel Sky Showcase
      Sky Replay...
      kein EPG angezeigt Custom.xml... ist wie folgt in etc EPGImprot abgelegt.

      hab ich evtl irgendetwas falsch eingetragen?

      XML-Quellcode

      1. <?xml version="1.0" encoding="latin-1"?>
      2. <sources>
      3. <!--
      4. You can list as many <source> entries in a file as you wish.
      5. Files or urls for sources and channels ending in '.xz' will be treated as
      6. x-zipped and decompressed while processing.
      7. Use the "type" attribute to set the python module that handles the file,
      8. currently only type="gen_xmltv" is supported, more will follow once this plugin
      9. gets more popular.
      10. The channels property is the local file or URL with channel ID to service ref
      11. mappings. The default is the same filename but with .channels.xml as extension.
      12. Each source may use a different channels definition, or multiple sources may use
      13. the same, whatever is convenient.
      14. The description must be unique for each source, and is displayed on the UI.
      15. -->
      16. <channel name="rytec.channels.xml.xz">
      17. <url>http://www.xmltvepg.nl/rytec.channels.xml.xz</url>
      18. <url>http://www.vuplus-community.net/rytec/rytec.channels.xml.xz</url>
      19. </channel>
      20. <sourcecat sourcecatname="Kabel TV Custom">
      21. <source type="gen_xmltv" channels="/etc/epgimport/custom.channels.xml">
      22. <description>Custom Germany/Austria/Swiss XMLTV</description>
      23. <url>http://www.xmltvepg.nl/rytecDE_Common.xz</url>
      24. <url>http://www.vuplus-community.net/rytec/rytecDE_Common.xz</url>
      25. </source>
      26. <source type="gen_xmltv" channels="/etc/epgimport/custom.channels.xml">
      27. <description>Custom Austria Basic XMLTV</description>
      28. <url>http://www.xmltvepg.nl/rytecAT_Basic.xz</url>
      29. <url>http://www.vuplus-community.net/rytec/rytecAT_Basic.xz</url>
      30. </source>
      31. <source type="gen_xmltv" channels="/etc/epgimport/custom.channels.xml">
      32. <description>Custom Germany Basic XMLTV</description>
      33. <url>http://www.xmltvepg.nl/rytecDE_Basic.xz</url>
      34. <url>http://www.vuplus-community.net/rytec/rytecDE_Basic.xz</url>
      35. </source>
      36. </sourcecat>
      Alles anzeigen


      Quellcode

      1. <?xml version="1.0" encoding="latin-1"?>
      2. <!-- service references can be found in /etc/enigma2/lamedb -->
      3. <channels>
      4. <!-- Cable Germany Kabel Deutschland ++CABLE++ -->
      5. <channel id="1-2-3.tv">1:0:1:C3BE:2712:F001:FFFF0000:0:0:0:</channel> <!-- 1-2-3.tv ++CABLE++ -->
      6. <channel id="13thStreet.de">1:0:19:C354:271D:F001:FFFF0000:0:0:0:</channel> <!-- 13th Street HD ++CABLE++ -->
      7. <channel id="3sat.de">1:0:1:6D67:437:1:FFFF01C2:0:0:0:</channel> <!-- 3sat ++CABLE++ -->
      8. <channel id="3sat.de">1:0:1:6D67:437:1:FFFF0000:0:0:0:</channel> <!-- 3sat ++CABLE++ -->
      9. <channel id="3sat.de">1:0:19:2B8E:2721:F001:FFFF0000:0:0:0:</channel> <!-- 3sat HD ++CABLE++ -->
      10. <channel id="AnixeHD.de">1:0:1:CF77:2726:F001:FFFF0000:0:0:0:</channel> <!-- ANIXE SD ++CABLE++ -->
      11. <channel id="ARD.de">1:0:1:6DCA:44D:1:FFFF0152:0:0:0:</channel> <!-- Das Erste ++CABLE++ -->
      12. <channel id="ARD.de">1:0:19:2B5C:41B:1:FFFF014A:0:0:0:</channel> <!-- Das Erste HD ++CABLE++ -->
      13. <channel id="ARD-alpha.de">1:0:19:C38D:2722:F001:FFFF0000:0:0:0:</channel> <!-- ARD-alpha HD ++CABLE++ -->
      14. <channel id="ARTE.de">1:0:19:2B70:271E:F001:FFFF0000:0:0:0:</channel> <!-- arte HD ++CABLE++ -->
      15. <channel id="AXN.de">1:0:19:C367:271F:F001:FFFF0000:0:0:0:</channel> <!-- AXN HD ++CABLE++ -->
      16. <channel id="AandE.de">1:0:1:C619:2718:F001:FFFF0000:0:0:0:</channel> <!-- A&E ++CABLE++ -->
      17. <channel id="AandE.de">1:0:19:C38C:271B:F001:FFFF0000:0:0:0:</channel> <!-- A&E HD ++CABLE++ -->
      18. <channel id="astrotv.de">1:0:1:D16C:2726:F001:FFFF0000:0:0:0:</channel> <!-- Astro TV ++CABLE++ -->
      19. <channel id="beateUhseTV.de">1:0:1:15:1:85:FFFF0000:0:0:0:</channel> <!-- Beate-Uhse.TV ++CABLE++ -->
      20. <channel id="BibelTV.de">1:0:19:C387:271B:F001:FFFF0000:0:0:0:</channel> <!-- Bibel TV HD ++CABLE++ -->
      21. <channel id="Biography.de">1:0:1:C619:2718:F001:FFFF0000:0:0:0:</channel> <!-- The Biography Channel ++CABLE++ -->
      22. <channel id="BonGusto.de">1:0:1:D036:2712:F001:FFFF0000:0:0:0:</channel> <!-- Bon Gusto ++CABLE++ -->
      23. <channel id="Boomerang.de">1:0:1:D09C:2712:F001:FFFF0000:0:0:0:</channel> <!-- Boomerang ++CABLE++ -->
      24. <channel id="Boomerang.de">1:0:19:C37F:2719:F001:FFFF0000:0:0:0:</channel> <!-- Boomerang HD ++CABLE++ -->
      25. <channel id="BR.de">1:0:19:2855:44D:1:FFFF0152:0:0:0:</channel> <!-- Bayerisches FS Süd HD ++CABLE++ -->
      26. <channel id="BVN.be">1:0:1:D046:2725:F001:FFFF0000:0:0:0:</channel> <!-- BVN (dut) ++CABLE++ -->
      27. <channel id="CartoonNetwork.de">1:0:19:C360:271E:F001:FFFF0000:0:0:0:</channel> <!-- Cartoon Network HD ++CABLE++ -->
      28. <channel id="channel21.de">1:0:1:D10A:2715:F001:FFFF0000:0:0:0:</channel> <!-- Channel21 ++CABLE++ -->
      29. <channel id="Classica.de">1:0:1:18:1:85:FFFF0000:0:0:0:</channel> <!-- Classica ++CABLE++ -->
      30. <channel id="CNN.nws">1:0:19:C37D:2719:F001:FFFF0000:0:0:0:</channel> <!-- CNN HD(engl) ++CABLE++ -->
      31. <channel id="deluxemusic.tv">1:0:1:DO4B:2726:F001:FFFF0000:0:0:0:</channel> <!-- DELUXE MUSIC ++CABLE++ -->
      32. <channel id="deluxemusic.tv">1:0:19:C39C:2727:F001:FFFF0000:0:0:0:</channel> <!-- DELUXE MUSIC HD ++CABLE++ -->
      33. <channel id="TOGGOplus.de">1:0:1:D04E:2712:F001:FFFF0000:0:0:0:</channel><!-- TOGGOplus ++CABLE++ -->
      34. <channel id="DeutschesMusikFernsehen.de">1:0:1:CF14:2721:F001:FFFF0000:0:0:0:</channel> <!-- Deutsches Musik Fernsehen ++CABLE++ -->
      35. <channel id="discovery.de">1:0:19:82:6:85:FFFF0000:0:0:0:</channel> <!-- Discovery HD ++CABLE++ -->
      36. <channel id="disneychannel.de">1:0:19:C36F:2720:F001:FFFF0000:0:0:0:</channel> <!-- Disney Ch. HD ++CABLE++ -->
      37. <channel id="DisneyCinemagic.de">1:0:19:6F:D:85:FFFF0000:0:0:0:</channel> <!-- Disney Cinemagic HD ++CABLE++ -->
      38. <channel id="DisneyJunior.de">1:0:1:1A:1:85:FFFF0000:0:0:0:</channel> <!-- Disney Junior ++CABLE++ -->
      39. <channel id="DisneyJunior.de">1:0:19:C384:271A:F001:FFFF0000:0:0:0:</channel> <!-- Disney Jr. HD ++CABLE++ -->
      40. <channel id="DisneyXD.de">1:0:1:1C:1:85:FFFF0000:0:0:0:</channel> <!-- Disney XD ++CABLE++ -->
      41. <channel id="DisneyXD.de">1:0:19:C383:271A:F001:FFFF0000:0:0:0:</channel> <!-- Disney XD HD ++CABLE++ -->
      42. <channel id="DMax.de">1:0:1:D171:2717:F001:FFFF0000:0:0:0:</channel> <!-- DMAX ++CABLE++ -->
      43. <channel id="DMax.de">1:0:19:C375:2724:F001:FFFF0000:0:0:0:</channel> <!-- DMAX HD ++CABLE++ -->
      44. <channel id="drf1.de">1:0:1:CF1A:2721:F001:FFFF0000:0:0:0:</channel> <!-- DRF1 ++CABLE++ -->
      45. <channel id="EinsFestival.de">1:0:1:7032:41B:1:FFFF014A:0:0:0:</channel> <!-- Einsfestival ++CABLE++ -->
      46. <channel id="EinsPlus.de">1:0:1:7033:41B:1:FFFF014A:0:0:0:</channel> <!-- EinsPlus ++CABLE++ -->
      47. <channel id="ERFeins.de">1:0:1:D10B:2714:F001:FFFF0000:0:0:0:</channel> <!-- ERF eins ++CABLE++ -->
      48. <channel id="eentertainment.de">1:0:1:C3B8:2712:F001:FFFF0000:0:0:0:</channel> <!-- EEntertainment ++CABLE++ -->
      49. <channel id="Euronews.nws">1:0:1:CFDB:2715:F001:FFFF0000:0:0:0:</channel> <!-- EuroNews (frz) ++CABLE++ -->
      50. <channel id="Euronews.nws">1:0:1:CFDF:2715:F001:FFFF0000:0:0:0:</channel> <!-- EuroNews (itl) ++CABLE++ -->
      51. <channel id="Euronews.nws">1:0:1:CFE0:2715:F001:FFFF0000:0:0:0:</channel> <!-- EuroNews (span) ++CABLE++ -->
      52. <channel id="Euronews.nws">1:0:1:CFE1:2715:F001:FFFF0000:0:0:0:</channel> <!-- EuroNews (port) ++CABLE++ -->
      53. <channel id="Euronews.nws">1:0:1:CFE2:2715:F001:FFFF0000:0:0:0:</channel> <!-- EuroNews (rus) ++CABLE++ -->
      54. <channel id="Euronews.nws">1:0:1:D179:2715:F001:FFFF0000:0:0:0:</channel> <!-- EuroNews ++CABLE++ -->
      55. <channel id="EurosportHD.de">1:0:1:D167:2718:F001:FFFF0000:0:0:0:</channel> <!-- Eurosport ++CABLE++ -->
      56. <channel id="EurosportHD.de">1:0:19:C3A2:271B:F001:FFFF0000:0:0:0:</channel> <!-- Eurosport HD ++CABLE++ -->
      57. <channel id="Eurosport2.de">1:0:1:CF12:2713:F001:FFFF0000:0:0:0:</channel> <!-- Eurosport 2 ++CABLE++ -->
      58. <channel id="France2.fr">1:0:1:C762:2725:F001:FFFF0000:0:0:0:</channel> <!-- France 2 (frz) ++CABLE++ -->
      59. <channel id="France3.fr">1:0:1:D10E:2710:F001:FFFF0000:0:0:0:</channel> <!-- France 3 (frz) ++CABLE++ -->
      60. <channel id="France5.fr">1:0:1:C764:2710:F001:FFFF0000:0:0:0:</channel> <!-- France 5 (frz) ++CABLE++ -->
      61. <channel id="GuteLauneTV.de">1:0:1:C3BF:2718:F001:FFFF0000:0:0:0:</channel> <!-- Gute Laune TV ++CABLE++ -->
      62. <channel id="Heimatkanal.de">1:0:1:16:1:85:FFFF0000:0:0:0:</channel> <!-- Heimatkanal ++CABLE++ -->
      63. <channel id="HistoryHD.de">1:0:19:C371:2720:F001:FFFF0000:0:0:0:</channel> <!-- History HD ++CABLE++ -->
      64. <channel id="HR.de">1:0:19:2873:271E:F001:FFFF0000:0:0:0:</channel> <!-- hr-fernsehen HD ++CABLE++ -->
      65. <channel id="HSE24.de">1:0:1:D17E:2717:F001:FFFF0000:0:0:0:</channel> <!-- HSE24 ++CABLE++ -->
      66. <channel id="HSE24.de">1:0:19:C36A:2716:F001:FFFF0000:0:0:0:</channel> <!-- HSE24 HD ++CABLE++ -->
      67. <channel id="hse24-extra.de">1:0:1:C756:2721:F001:FFFF0000:0:0:0:</channel> <!-- HSE24 EXTRA ++CABLE++ -->
      68. <channel id="Insight.de">1:0:19:1392:3EA:1:C00000:0:0:0:</channel><!-- Insight HD -->
      69. <channel id="Junior.de">1:0:1:13:1:85:FFFF0000:0:0:0:</channel> <!-- Junior ++CABLE++ -->
      70. <channel id="Junior.de">1:0:1:1A:11:85:FFFF0000:0:0:0:</channel> <!-- Disney Junior ++CABLE++ -->
      71. <channel id="Junior.de">1:0:1:C615:2713:F001:FFFF0000:0:0:0:</channel> <!-- Disney Junior ++CABLE++ -->
      72. <channel id="Junior.de">1:0:1:D109:2715:F001:FFFF0000:0:0:0:</channel> <!-- Disney Junior (engl) ++CABLE++ -->
      73. <channel id="jukebox-tv.de">1:0:1:CF70:2717:F001:FFFF0000:0:0:0:</channel> <!-- JUKEBOX ++CABLE++ -->
      74. <channel id="juwelo.de">1:0:1:D173:2715:F001:FFFF0000:0:0:0:</channel> <!-- Juwelo TV ++CABLE++ -->
      75. <channel id="Kabel.de">1:0:1:D176:2718:F001:FFFF0000:0:0:0:</channel> <!-- kabel eins ++CABLE++ -->
      76. <channel id="Kabel.de">1:0:19:C359:271E:F001:FFFF0000:0:0:0:</channel> <!-- kabel eins HD ++CABLE++ -->
      77. <channel id="KabelEinsClassic.de">1:0:19:C388:271B:F001:FFFF0000:0:0:0:</channel> <!-- kabel eins classics HD ++CABLE++ -->
      78. <channel id="KabelEinsDoku.de">1:0:1:C3CA:2725:F001:FFFF0000:0:0:0:</channel> <!-- kabel eins classics ++CABLE++ -->
      79. <channel id="KabelEinsDoku.de">1:0:19:C3A6:271D:F001:FFFF0000:0:0:0:</channel> <!-- kabel eins classics HD ++CABLE++ -->
      80. <channel id="Kika.de">1:0:19:2B98:2719:F001:FFFF0000:0:0:0:</channel> <!-- KiKA HD ++CABLE++ -->
      81. <channel id="Kinowelt.de">1:0:19:C368:271C:F001:FFFF0000:0:0:0:</channel> <!-- Kinowelt TV HD ++CABLE++ -->
      82. <channel id="LustPur.de">1:0:1:C613:2712:F001:FFFF0000:0:0:0:</channel> <!-- Lust Pur ++CABLE++ -->
      83. <channel id="MDRSachsen.de">1:0:19:2870:44D:1:FFFF0152:0:0:0:</channel> <!-- MDR Sachsen HD ++CABLE++ -->
      84. <channel id="MDRS-Anhalt.de">1:0:1:6E45:431:1:FFFF0000:0:0:0:</channel> <!-- MDR S-Anhalt ++CABLE++ -->
      85. <channel id="MDRThuringen.de">1:0:1:6E46:431:1:FFFF0000:0:0:0:</channel> <!-- MDR Thüringen ++CABLE++ -->
      86. <channel id="MGM.de">1:0:1:203:3:85:FFFF0000:0:0:0:</channel> <!-- MGM ++CABLE++ -->
      87. <channel id="MotorVision.de">1:0:1:A8:4:85:FFFF0000:0:0:0:</channel> <!-- Motorvision TV ++CABLE++ -->
      88. <channel id="MTVGermany.de">1:0:19:C378:2721:F001:FFFF0000:0:0:0:</channel> <!-- MTV HD ++CABLE++ -->
      89. <channel id="n24.de">1:0:19:C372:2720:F001:FFFF0000:0:0:0:</channel> <!-- N24 HD ++CABLE++ -->
      90. <channel id="N24Doku.de">1:0:1:C75D:2725:F001:FFFF0000:0:0:0:</channel> <!-- N24 Doku ++CABLE++ -->
      91. <channel id="Eurosport.de">1:0:19:C3A2:271B:F001:FFFF0000:0:0:0:</channel> <!-- Eurosport 1 HD ++CABLE++ -->
      92. <channel id="NatGeo.de">1:0:1:C614:2718:F001:FFFF0000:0:0:0:</channel> <!-- National Geographic ++CABLE++ -->
      93. <channel id="NatGeo.de">1:0:1:CFD8:2718:F001:FFFF0000:0:0:0:</channel> <!-- National Geo (engl) ++CABLE++ -->
      94. <channel id="NatGeo.de">1:0:1:D:4:85:FFFF0000:0:0:0:</channel> <!-- National Geographic ++CABLE++ -->
      95. <channel id="NatGeoHD.de">1:0:19:70:D:85:FFFF0000:0:0:0:</channel> <!-- NatGeo HD ++CABLE++ -->
      96. <channel id="NatGeoHD.de">1:0:19:C356:271C:F001:FFFF0000:0:0:0:</channel> <!-- NatGeo HD (KD) ++CABLE++ -->
      97. <channel id="NatGeoWild.de">1:0:1:C:4:85:FFFF0000:0:0:0:</channel> <!-- NatGeo Wild ++CABLE++ -->
      98. <channel id="NatGeoWild.de">1:0:19:76:C:85:FFFF0000:0:0:0:</channel> <!-- NatGeo Wild HD ++CABLE++ -->
      99. <channel id="NatGeo.de">1:0:19:C370:2720:F001:FFFF0000:0:0:0:</channel> <!-- NatGeo People HD ++CABLE++ -->
      100. <channel id="ndr.de">1:0:1:6E40:431:1:FFFF0000:0:0:0:</channel> <!-- NDR FS MV ++CABLE++ -->
      101. <channel id="ndr.de">1:0:1:6E41:431:1:FFFF0000:0:0:0:</channel> <!-- NDR FS HH ++CABLE++ -->
      102. <channel id="ndr.de">1:0:19:2859:44D:1:FFFF0152:0:0:0:</channel> <!-- NDR FS HH HD ++CABLE++ -->
      103. <channel id="ndr.de">1:0:19:2859:44D:1:FFFF0000:0:0:0:</channel> <!-- NDR FS HH HD ++CABLE++ -->
      104. <channel id="ndr.de">1:0:19:2857:431:1:FFFF01CA:0:0:0:</channel> <!-- NDR FS NDS HD ++CABLE++ -->
      105. <channel id="ndr.de">1:0:1:6E43:431:1:FFFF0000:0:0:0:</channel> <!-- NDR FS SH ++CABLE++ -->
      106. <channel id="Nickelodeon.de">1:0:19:C385:271A:F001:FFFF0000:0:0:0:</channel> <!-- Nickelodeon HD ++CABLE++ -->
      107. <channel id="NickComedy.de">1:0:1:CF0E:2717:F001:FFFF0000:0:0:0:</channel> <!-- NICK/COMEDY CENTRAL ++CABLE++ -->
      108. <channel id="nickjr.de">1:0:19:C381:271A:F001:FFFF0000:0:0:0:</channel> <!-- Nick Jr. HD ++CABLE++ -->
      109. <channel id="ntv.de">1:0:19:C38B:271B:F001:FFFF0000:0:0:0:</channel> <!-- n-tv HD ++CABLE++ -->
      110. <channel id="One.de">1:0:19:2888:2727:F001:FFFF0000:0:0:0:</channel><!-- One HD -->
      111. <channel id="phoenix.de">1:0:19:285B:2719:F001:FFFF0000:0:0:0:</channel> <!-- PHOENIX HD ++CABLE++ -->
      112. <channel id="PLANET.de">1:0:1:C3B9:2713:F001:FFFF0000:0:0:0:</channel> <!-- Planet ++CABLE++ -->
      113. <channel id="PLANET.de">1:0:19:C353:271D:F001:FFFF0000:0:0:0:</channel> <!-- Planet HD ++CABLE++ -->
      114. <channel id="Pro7.de">1:0:1:D175:2718:F001:FFFF0000:0:0:0:</channel> <!-- ProSieben ++CABLE++ -->
      115. <channel id="Pro7.de">1:0:19:C35F:271D:F001:FFFF0000:0:0:0:</channel> <!-- ProSieben HD ++CABLE++ -->
      116. <channel id="ProSiebenFun.de">1:0:19:C389:271D:F001:FFFF0000:0:0:0:</channel> <!-- Pro7 FUN HD -->
      117. <channel id="ProSiebenMaxx.de">1:0:1:CF11:2721:F001:FFFF0000:0:0:0:</channel> <!-- ProSieben Maxx ++CABLE++ -->
      118. <channel id="ProSiebenMaxx.de">1:0:19:C37E:2724:F001:FFFF0000:0:0:0:</channel> <!-- ProSieben Maxx HD ++CABLE++ -->
      119. <channel id="QVC.de">1:0:1:D170:2717:F001:FFFF0000:0:0:0:</channel> <!-- QVC ++CABLE++ -->
      120. <channel id="qvcplus.de">1:0:1:C61A:2726:F001:FFFF0000:0:0:0:</channel> <!-- QVC PLUS ++CABLE++ -->
      121. <channel id="QVC.de">1:0:1:D170:2717:F001:FFFF0000:0:0:0:</channel> <!-- QVC ++CABLE++ -->
      122. <channel id="RAIDue.it">1:0:1:D102:2714:F001:FFFF0000:0:0:0:</channel> <!-- Rai 2 (itl) ++CABLE++ -->
      123. <channel id="RAITre.it">1:0:1:D103:2714:F001:FFFF0000:0:0:0:</channel> <!-- Rai 3 (itl) ++CABLE++ -->
      124. <channel id="RAIUno.it">1:0:1:D101:2714:F001:FFFF0000:0:0:0:</channel> <!-- Rai 1 (itl) ++CABLE++ -->
      125. <channel id="rbbBrandenburg.de">1:0:1:6E2D:431:1:FFFF0000:0:0:0:</channel> <!-- rbb Brandenburg ++CABLE++ -->
      126. <channel id="rbbBerlin.de">1:0:19:286F:437:1:FFFF01C2:0:0:0:</channel> <!-- rbb Berlin HD ++CABLE++ -->
      127. <channel id="rck-tv.de">1:0:1:CF73:2712:F001:FFFF0000:0:0:0:</channel> <!-- RCK TV ++CABLE++ -->
      128. <channel id="Romance.de">1:0:19:C364:271C:F001:FFFF0000:0:0:0:</channel> <!-- Romance TV HD ++CABLE++ -->
      129. <channel id="Eurosport1.de">1:0:19:C3A2:271B:F001:FFFF0000:0:0:0:</channel><!-- Eurosport 1 HD ++CABLE++ -->
      130. <channel id="Eurosport2.de">1:0:19:C3A5:2716:F001:FFFF0000:0:0:0:</channel><!-- Eurosport 1 HD ++CABLE++ -->
      131. <channel id="RTL.de">1:0:1:D161:2710:F001:FFFF0000:0:0:0:</channel> <!-- RTL ++CABLE++ -->
      132. <channel id="RTLPlus.de">1:0:1:D04F:2714:F001:FFFF0000:0:0:0:</channel><!-- RTLup ++CABLE++ -->
      133. <channel id="RTLPlus.de">1:0:19:C396:271B:F001:FFFF0000:0:0:0:</channel><!-- RTLup HD ++CABLE++ -<channel id="ZeeOne.de">1:0:1:CF6F:2721:F001:FFFF0000:0:0:0:</channel><!-- Zee One ++CABLE++ -->
      134. <channel id="RTL.de">1:0:19:C35C:271F:F001:FFFF0000:0:0:0:</channel> <!-- RTL HD ++CABLE++ -->
      135. <channel id="RTL2.de">1:0:1:D163:2713:F001:FFFF0000:0:0:0:</channel> <!-- RTL II ++CABLE++ -->
      136. <channel id="RTL2.de">1:0:19:C35B:271F:F001:FFFF0000:0:0:0:</channel> <!-- RTL II HD ++CABLE++ -->
      137. <channel id="RTLCrime.de">1:0:19:C3A4:2720:F001:FFFF0000:0:0:0:</channel> <!-- RTL Crime HD ++CABLE++ -->
      138. <channel id="RTLLiving.de">1:0:19:C3A0:271A:F001:FFFF0000:0:0:0:</channel> <!-- RTL Living HD ++CABLE++ -->
      139. <channel id="RTLNitro.de">1:0:1:CF76:2712:F001:FFFF0000:0:0:0:</channel> <!-- NITRO ++CABLE++ -->
      140. <channel id="RTLNitro.de">1:0:19:C36D:2716:F001:FFFF0000:0:0:0:</channel> <!-- NITRO HD ++CABLE++ -->
      141. <channel id="Sat1.de">1:0:1:D17A:2710:F001:FFFF0000:0:0:0:</channel> <!-- SAT.1 ++CABLE++ -->
      142. <channel id="Sat1.de">1:0:19:C362:271F:F001:FFFF0000:0:0:0:</channel> <!-- SAT.1 HD ++CABLE++ -->
      143. <channel id="Sat1Gold.de">1:0:1:D04C:2726:F001:FFFF0000:0:0:0:</channel> <!-- Sat1 Gold ++CABLE++ -->
      144. <channel id="Sat1Gold.de">1:0:19:C39A:2724:F001:FFFF0000:0:0:0:</channel> <!-- Sat1 Gold HD ++CABLE++ -->
      145. <channel id="Sat1Comedy.de">1:0:19:C38A:271B:F001:FFFF0000:0:0:0:</channel> <!-- SAT.1 Emotions HD -->
      146. <channel id="SciFi.de">1:0:19:C358:271C:F001:FFFF0000:0:0:0:</channel> <!-- Syfy HD ++CABLE++ -->
      147. <channel id="ServusHD.de">1:0:1:D174:2712:F001:FFFF0000:0:0:0:</channel> <!-- Servus TV ++CABLE++ -->
      148. <channel id="ServusHD.de">1:0:19:C365:2716:F001:FFFF0000:0:0:0:</channel> <!-- Servus TV HD ++CABLE++ -->
      149. <channel id="Silverline.de">1:0:1:C481:2717:F001:FFFF0000:0:0:0:</channel> <!-- Silverline ++CABLE++ -->
      150. <channel id="Sixx.de">1:0:1:C60C:2718:F001:FFFF0000:0:0:0:</channel> <!-- sixx ++CABLE++ -->
      151. <channel id="Sixx.de">1:0:19:C363:2716:F001:FFFF0000:0:0:0:</channel> <!-- sixx HD ++CABLE++ -->
      152. <channel id="SkyAction.de">1:0:19:74:D:85:FFFF0000:0:0:0:</channel> <!-- Sky Action HD ++CABLE++ -->
      153. <channel id="SkyAtlanticHD.de">1:0:19:6E:D:85:FFFF0000:0:0:0:</channel> <!-- Sky Atlantic HD ++CABLE++ -->
      154. <channel id="SkyBundesliga.de">1:0:1:DF:4:85:FFFF0000:0:0:0:</channel> <!-- Sky Bundesliga 1 ++CABLE++ -->
      155. <channel id="SkyBundesliga.de">1:0:19:69:C:85:FFFF0000:0:0:0:</channel> <!-- Sky Bundesliga HD 1 ++CABLE++ -->
      156. <channel id="SkyBundesliga2.de">1:0:19:10B:6:85:FFFF0000:0:0:0:</channel> <!-- Sky Bundesliga HD 2 ++CABLE++ -->
      157. <channel id="SkyBundesliga3.de">1:0:19:115:D:85:FFFF0000:0:0:0:</channel> <!-- Sky Bundesliga HD 3 ++CABLE++ -->
      158. <channel id="SkyBundesliga4.de">1:0:19:11F:C:85:FFFF0000:0:0:0:</channel> <!-- Sky Bundesliga HD 4 ++CABLE++ -->
      159. <channel id="SkyCinema.de">1:0:19:83:6:85:FFFF0000:0:0:0:</channel> <!-- Sky Cinema HD ++CABLE++ -->
      160. <channel id="SkyCinemaHits.de">1:0:19:6B:D:85:FFFF0000:0:0:0:</channel> <!-- Sky Hits HD ++CABLE++ -->
      161. <channel id="SkyCinemaPlus24.de">1:0:1:2B:2:85:FFFF0000:0:0:0:</channel> <!-- Sky Cinema +24 ++CABLE++ -->
      162. <channel id="SkyComedy.de">1:0:1:8:2:85:FFFF0000:0:0:0:</channel> <!-- Sky Comedy ++CABLE++ -->
      163. <channel id="SkyEmotion.de">1:0:1:14:2:85:FFFF0000:0:0:0:</channel> <!-- Sky Emotion ++CABLE++ -->
      164. <channel id="SkyKrimi.de">1:0:19:17:1:85:FFFF0000:0:0:0:</channel> <!-- Sky Krimi ++CABLE++ -->
      165. <channel id="SkyNews.uk">1:0:1:D049:2726:F001:FFFF0000:0:0:0:</channel> <!-- Sky News (engl) ++CABLE++ -->
      166. <channel id="SkyNostalgie.de">1:0:1:204:2:85:FFFF0000:0:0:0:</channel> <!-- Sky Nostalgie ++CABLE++ -->
      167. <channel id="SkyReplay.de">1:0:19:7C:1:85:FFFF0000:0:0:0:</channel> <!-- Sky Replay ++CABLE++ -->
      168. <channel id="SonyEntertainmentTV.de">1:0:19:C36E:2720:F001:FFFF0000:0:0:0:</channel> <!-- Sony Channel Deutschland -->
      169. <channel id="Sky1.de">1:0:19:93:D:85:FFFF0000:0:0:0:</channel> <!-- Sky 1 HD ++CABLE++ -->
      170. <channel id="SkyShowcase.de">1:0:19:8E:6:85:FFFF0000:0:0:0:</channel> <!-- Sky Showcase ++CABLE++ -->
      171. <channel id="SkySport1.de">1:0:1:DD:3:85:FFFF0000:0:0:0:</channel> <!-- Sky Sport 1 ++CABLE++ -->
      172. <channel id="SkySport1.de">1:0:19:81:6:85:FFFF0000:0:0:0:</channel> <!-- Sky Sport HD 1 ++CABLE++ -->
      173. <channel id="SkySport2.de">1:0:1:DE:3:85:FFFF0000:0:0:0:</channel> <!-- Sky Sport 2 ++CABLE++ -->
      174. <channel id="SkySport2.de">1:0:19:72:D:85:FFFF0000:0:0:0:</channel> <!-- Sky Sport HD 2 ++CABLE++ -->
      175. <channel id="SkySportNewsHD.de">1:0:19:6C:C:85:FFFF0000:0:0:0:</channel> <!-- Sky Sport News HD ++CABLE++ -->
      176. <channel id="SonnenKlar.de">1:0:1:D16F:2714:F001:FFFF0000:0:0:0:</channel> <!-- sonnenklar.TV ++CABLE++ -->
      177. <channel id="SpiegelGeschichte.de">1:0:1:34:6:85:FFFF0000:0:0:0:</channel> <!-- Spiegel Geschichte ++CABLE++ -->
      178. <channel id="SpiegelTV.de">1:0:19:C366:271E:F001:FFFF0000:0:0:0:</channel> <!-- Spiegel TV HD ++CABLE++ -->
      179. <channel id="Sport1HD.de">1:0:1:D178:2713:F001:FFFF0000:0:0:0:</channel> <!-- SPORT1 ++CABLE++ -->
      180. <channel id="Sport1HD.de">1:0:19:C35A:271E:F001:FFFF0000:0:0:0:</channel> <!-- SPORT1 HD ++CABLE++ -->
      181. <channel id="SPORT1plus.de">1:0:1:C47D:2717:F001:FFFF0000:0:0:0:</channel> <!-- SPORT1+ ++CABLE++ -->
      182. <channel id="SPORT1plus.de">1:0:19:C355:271F:F001:FFFF0000:0:0:0:</channel> <!-- SPORT1+ HD ++CABLE++ -->
      183. <channel id="Sport1US.de">1:0:1:CF71:2717:F001:FFFF0000:0:0:0:</channel> <!-- SPORT1 US (eng) ++CABLE++ -->
      184. <channel id="Sport1US.de">1:0:1:C482:2717:F001:FFFF0000:0:0:0:</channel> <!-- SPORT1 US ++CABLE++ -->
      185. <channel id="Sport1US.de">1:0:19:CF16:2721:F001:FFFF0000:0:0:0:</channel> <!-- SPORT1 US HD ++CABLE++ -->
      186. <channel id="sportdigital.de">1:0:1:D16B:2712:F001:FFFF0000:0:0:0:</channel> <!-- sportdigital ++CABLE++ -->
      187. <channel id="sportdigital.de">1:0:19:C386:271A:F001:FFFF0000:0:0:0:</channel> <!-- sportdigital HD ++CABLE++ -->
      188. <channel id="SRFernsehen.de">1:0:1:6F46:2710:F001:FFFF0000:0:0:0:</channel> <!-- SR Fernsehen ++CABLE++ -->
      189. <channel id="SRFernsehen.de">1:0:1:6F46:431:1:FFFF01CA:0:0:0:</channel> <!-- SR Fernsehen ++CABLE++ -->
      190. <channel id="SRTL.de">1:0:1:D162:2713:F001:FFFF0000:0:0:0:</channel> <!-- Super RTL ++CABLE++ -->
      191. <channel id="SRTL.de">1:0:1:2EFE:441:1:C00000:0:0:0:</channel> <!-- TOGGO plus ++sat++ -->
      192. <channel id="SRTL.de">1:0:19:C36C:2716:F001:FFFF0000:0:0:0:</channel> <!-- Super RTL HD ++CABLE++ -->
      193. <channel id="SWR.de">1:0:1:6DD1:44D:1:FFFF0000:0:0:0:</channel> <!-- SWR Fernsehen BW ++CABLE++ -->
      194. <channel id="SWR-rp.de">1:0:19:2840:41B:1:FFFF014A:0:0:0:</channel> <!-- SWR Fernsehen RP HD ++CABLE++ -->
      195. <channel id="tagesschau24.de">1:0:1:7031:41B:1:FFFF014A:0:0:0:</channel> <!-- tagesschau 24 ++CABLE++ -->
      196. <channel id="ev1.tv">1:0:1:CB44:2710:F001:FFFF0000:0:0:0:</channel> <!-- EV1.TV ++CABLE++ -->
      197. <channel id="Tele5.de">1:0:19:C37B:2719:F001:FFFF0000:0:0:0:</channel> <!-- Tele 5 HD ++CABLE++ -->
      198. <channel id="TLC.de">1:0:1:CFE4:2712:F001:FFFF0000:0:0:0:</channel> <!-- TLC ++CABLE++ -->
      199. <channel id="TLC.de">1:0:19:C394:2727:F001:FFFF0000:0:0:0:</channel> <!-- TLC HD ++CABLE++ -->
      200. <channel id="WarnerTVFilm.de">1:0:19:C352:271D:F001:FFFF0000:0:0:0:</channel> <!-- Warner Film HD ++CABLE++ -->
      201. <channel id="WarnerTVSerie.de">1:0:19:7B:6:85:FFFF0000:0:0:0:</channel> <!-- Warner Serie HD ++CABLE++ -->
      202. <channel id="WarnerTVComedy.de">1:0:19:C361:271C:F001:FFFF0000:0:0:0:</channel> <!-- Warnrt Comedy HD ++CABLE++ -->
      203. <channel id="TV5MondeEurope.fr">1:0:1:CF0F:2712:F001:FFFF0000:0:0:0:</channel> <!-- TV 5 Monde (frz) ++CABLE++ -->
      204. <channel id="TVPolonia.pl">1:0:1:CFD4:2726:F001:FFFF0000:0:0:0:</channel> <!-- TV Polonia (pol) ++CABLE++ -->
      205. <channel id="Comedy Central HD">1:0:19:C382:271A:F001:FFFF0000:0:0:0:</channel> <!-- Comedy Central HD/VIVA HD ++CABLE++ -->
      206. <channel id="Universal.de">1:0:19:C373:2720:F001:FFFF0000:0:0:0:</channel> <!-- Universal Channel HD ++CABLE++ -->
      207. <channel id="Vox.de">1:0:1:D164:2713:F001:FFFF0000:0:0:0:</channel> <!-- VOX ++CABLE++ -->
      208. <channel id="Vox.de">1:0:19:C35D:271D:F001:FFFF0000:0:0:0:</channel> <!-- VOX HD ++CABLE++ -->
      209. <channel id="WDR.de">1:0:1:6DCF:44D:1:FFFF0152:0:0:0:</channel> <!-- WDR Köln ++CABLE++ -->
      210. <channel id="WDR.de">1:0:19:6EA5:41B:1:FFFF014A:0:0:0:</channel> <!-- WDR Köln HD ++CABLE++ -->
      211. <channel id="SRFernsehen.de">1:0:1:6F46:41B:1:FFFF014A:0:0:0:</channel><!-- SR Fernsehen ++CABLE++ -->
      212. <channel id="ems.TV">1:0:1:CB44:2710:F001:FFFF0000:0:0:0:</channel><!-- ems.TV ++CABLE++ -->
      213. <channel id="WeltDerWunder.de">1:0:1:C763:2725:F001:FFFF0000:0:0:0:</channel> <!-- Welt der Wunder ++CABLE++ -->
      214. <channel id="ZDF.de">1:0:1:6D66:437:1:FFFF01C2:0:0:0:</channel> <!-- ZDF ++CABLE++ -->
      215. <channel id="ZDF.de">1:0:19:2B66:437:1:FFFF01C2:0:0:0:</channel> <!-- ZDF HD ++CABLE++ -->
      216. <channel id="ZDFinfo.de">1:0:1:6D6B:437:1:FFFF01C2:0:0:0:</channel> <!-- ZDFinfo ++CABLE++ -->
      217. <channel id="ZDFinfo.de">1:0:19:2BA2:437:1:FFFF01C2:0:0:0:</channel> <!-- ZDFinfo ++CABLE++ -->
      218. <channel id="ZDFneo.de">1:0:19:2B7A:2719:F001:FFFF0000:0:0:0:</channel> <!-- zdf:neo HD ++CABLE++ -->
      219. <channel id="ZDFtheater.de">1:0:1:6D70:437:1:FFFF01C2:0:0:0:</channel> <!-- zdf.kultur ++CABLE++ -->
      220. </channels>
      Alles anzeigen
    • Auf den ersten Blick ist die costum.source.xml verstümmelt.
      Wenn du mit Notepadd++ betrachtest siehst du die Fehler. Ich habe nur die richtige reinfolge verbessert.
      costum.channels.xml hatte auch kleine Fehler. Habe verbessert.

      Mir ist noch nicht klar, woher die channels kommen sollen.
      Hast du einfach rytec.channels.xml genommen und mit dem EPG duchlaufen lassen.
      In der rytec.channels.xml.xz sind eigentlich sind die channels drin, es sei denn deine channels sind IPTV. Dann müssten die Servicereferenzen in costum.channels.xml eingetragen werden.
      Dateien
    • die custom channels kommen von Vodafone KDG denn dieser ist sehr lückenhaft
      wenn ich die Sender in die rytec.channels reinpacke, wird auch nichts auf den Sendern gefunden.

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

    • Ich habe für dich auf meiner Box versucht.
      "costum.source.xml" ist fehlerhaft.
      "costum.channels.xml" findet die Quelle der EPG nicht.

      Für Vodafone KDG Kanäle müsse eigentlich eine source.xml existieren. Ich wüsste auf Anhieb jetzt gerade auch nicht.
    • die meisten Sender werden auch mit EPG befüllt
      aber bei den ganzen neuen Sendern,
      und die Sender welche die Frequenz gewechselt haben
      zb Sky Sport Sender findet er nichts. oder ist der EPG falsch Zugeordnet.

      vllt kann mir ja einer der Vodafone kabel hat die passenden Files zukommen lassen?

      oder hat jemand eine aktuellere rytec.sources.xml File als meine?

      PS deine angehängten Dateinamen waren übrigens auch falsch geschrieben.
      custom.source nicht costum.source

      ein paar Sender wie zb VOXup welchen ich gerade eben in Die Custom hinzugefügt habe gehen jetzt komischerweise.

      Dieser Beitrag wurde bereits 4 mal editiert, zuletzt von Dopamin83 ()

    • ich habe den Ffehler gefunden

      Quellcode

      1. <source type="gen_xmltv" channels="/etc/epgimport/custom.channels.xml">
      2. <description>Deutschland/Osterreich/Switzerland - Sports/Film xz</description>
      3. <url>http://www.xmltvepg.nl/rytecDE_SportMovies.xz</url>
      4. <url>http://rytecepg.ipservers.eu/epg_data/rytecDE_SportMovies.xz</url>
      5. <url>http://rytecepg.wanwizard.eu/rytecDE_SportMovies.xz</url>
      6. <url>http://91.121.106.172/~rytecepg/epg_data/rytecDE_SportMovies.xz</url>
      7. <url>http://www.vuplus-community.net/rytec/rytecDE_SportMovies.xz</url>
      8. </source>
      hat bei mir in der custom.Source.xml gefehlt

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

    • Es ist gut, wenn auch teilweise funktioniert.
      Mit Handy kann schon sowas passieren. Aber stimmt dann.
      Unten die aktuelle und funktionierende
      rytec.sources.xml
      Dateien
    • Sorry aber ich benötige echt eure Hilfe. Ich bastle jetzt schon 4 Tage an meiner UNO 4K SE (VTi) rum und bin einfach zu blöd ein EPG auf die Kiste zu bekommen.
      EPG-Importer ist installiert und eine aktuelle

      rytec.sources.xml

      sowie eine

      echannelizer.sources.xml

      sind auch per FTP hochgeladen.
      Die Senderliste ist eine M3U welche ich per E-Channelizer auf die STB hocheladen habe,
      Ich gehe jetzt wie folgt vor:

      1.jpg

      Blaue Taste (Quellen)

      2.jpg

      Jetzt die gelbe Taste:

      3.jpg

      Und das war es, keine Ergebnisse:

      4.jpg

      Vermutlich bin ich einfach zu blöd ;0)
      Kann mir jemand helfen?

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

    • Stell mal bitte Deine Auflösung für Screenshots auf "Hohe Auflösung".
      An alle Neulinge und auch einige alte Hasen: Bitte denkt an eine Sicherung.
      BackupSuite und Image-Backup sind kein Hexenwerk, und ruckzuck erledigt!
    • Gibt es einen speziellen Grund, warum du ausgerechnet EPGImport ausgesucht aus?
      EPG Refresh ist die einfachere und zu 99% ausreichende Variante.
      ACHTUNG!!!! Hier folgt eine Signatur:


      Die Benutzung der Suche ist NICHT verboten! D:

      "Hilfe!!!" ist kein sinnvoller Titel für einen neuen Thread, ebensowenig "VU+Zero" oder vergleichbares.

      Keine Hilfe ohne ausgefülltes Profil!
      Kein Netzwerksupport bei manueller IP-Adress-Vergabe :-)
      Kein Support bei portforwardings/ Portfreigaben

      Profil extra angepasst für die arme Emma, die sonst nichts im Leben hat :happy1:
    • Öhm, ich dachte es ist genau andersherum. Aber OK, dann werde ich mich mal mit EPG Refresh beschäftigen.
      Ein ganz anderer Ansatz, aber wenn du das sagst, da bin ich offen für alles ;0)
      Gibt es ein brauchbares Tutorial dazu? Ansonsten fuchse ich mich da auch so rein.

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

    • Meine EPG-Refresh-konfiguration sieht so aus:
      EPGRefresh.jpg
      Läuft seit Jahren ohne Schwierigkeiten...
      ACHTUNG!!!! Hier folgt eine Signatur:


      Die Benutzung der Suche ist NICHT verboten! D:

      "Hilfe!!!" ist kein sinnvoller Titel für einen neuen Thread, ebensowenig "VU+Zero" oder vergleichbares.

      Keine Hilfe ohne ausgefülltes Profil!
      Kein Netzwerksupport bei manueller IP-Adress-Vergabe :-)
      Kein Support bei portforwardings/ Portfreigaben

      Profil extra angepasst für die arme Emma, die sonst nichts im Leben hat :happy1:
    • Ich vermute eher es geht in Richtung Favoriten/Userbouquet.

      tarantul schrieb:

      Erst userbouquet dann custom.channels.xml

      sonst gibt es kein EPG zuweisung.
      Ich habe keine Ahnung von diesem EChannelizer, aber M3U finde ich auch ungewöhnlich.

      Was war nochmal der Grund, warum Deine Uhrzeit nicht stimmt, bzw. warum Du die Uhrzeit aus dem Internet holen wolltest.

      Sat, oder Kabelempfang?
      An alle Neulinge und auch einige alte Hasen: Bitte denkt an eine Sicherung.
      BackupSuite und Image-Backup sind kein Hexenwerk, und ruckzuck erledigt!