Jump to content


Photo

EPG for IPTV channels


  • Please log in to reply
679 replies to this topic

Re: EPG for IPTV channels #241 doglover

  • Rytec EPG Team
  • 17,011 posts

+639
Excellent

Posted 6 August 2019 - 07:16

Add in the Polish Misc file as Gametoon.pl

 

Willy


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: EPG for IPTV channels #242 ficaz

  • Senior Member
  • 174 posts

+1
Neutral

Posted 20 August 2019 - 18:44

Hi Guys,

 

I have problem with few cable channels EPG.

 

Here are the files

 

cable.channels.xml

 

<?xml version="1.0" encoding="latin-1"?>
<channels>
<channel id="ZiggoSportRacing.nl">1:0:19:32F:C35A:9E:0:0:0:0:http%3a//example.com</channel></channel><!-- ZiggoSportRacing -->
<channel id="FoxSports6.nl">1:0:1:3E89:10:10EF:0:0:0:0:http%3a//example.com</channel></channel><!-- FoxSports6 -->
<channel id="FoxSports6.nl">1:0:19:4BB9:831:600:0:0:0:0:http%3a//example.com></channel><!-- Fox Sports6 -->
<channel id="FoxSports5.nl">1:0:19:4B1B:80F:600:0:0:0:0:http%3a//example.com></channel><!-- Fox Sports5 -->

cable.sources.xml

</channels>

<?xml version="1.0" encoding="latin-1"?>
<sourcecat sourcecatname="Cable">
<sources>
<source type="gen_xmltv" channels="cable.channels.xml">
     <description>Cable - Nederland - Sport-Movies</description>
    <url>http://www.xmltvepg....ytecNL_Extra.xz</url>    
    <url>http://rytecepg.ipse..._Extra.xz</url>
    <url>http://rytecepg.wanw..._Extra.xz</url>
    <url>http://91.121.106.17..._Extra.xz</url>
    <url>http://www.vuplus-co...ytecNL_Extra.xz</url>  
</source>  

<source type="gen_xmltv" channels="cable.channels.xml">
  <description>Cable - Nederland - Basis (xz)</description>
    <url>http://www.xmltvepg....ytecNL_Basic.xz</url>    
    <url>http://rytecepg.ipse..._Basic.xz</url>
    <url>http://rytecepg.wanw..._Basic.xz</url>
    <url>http://91.121.106.17..._Basic.xz</url>
    <url>http://www.vuplus-co...ytecNL_Basic.xz</url>   
</source>
</sources>
 

 

I simple can't find solution for fox sports 5 and fox sports 6.

ZiggoSportRacing works fine, showing EPG but fox 5 and 6 not.

 

I have even changed 7th value to zero and without that and still not working.

 

What I am doing wrong? Thanks a lot in advance for help.


My receivers:

Vu+ Duo 4k SE

Vu+ Duo2

 

My site: FICAZ TV FOOTBALL INDEX


Re: EPG for IPTV channels #243 twin

  • Senior Member
  • 59 posts

0
Neutral

Posted 20 August 2019 - 20:48

Hi
Nice if anyone can help :)
 
In progress with a small project with iptv on GSE smart IPTV on an appletv and supplier has no support for epg.
That's why I make my own M3U based on rytec epg.
Uses source like this:
 
My problem then is that not all sources work with epg.
Is this because channel id is incorrect in rytec xml, who's fixing this up?
There are several of them for Norwegian, Swedish, Danish which does not work.
 
This is one of those I don't get epg on:
#EXTINF:-1 tvg-id="ViasatFilmHits.no" group-title="Viasat Film" tvg-logo="",Viasat Film Hits HD
 
Otherwise on the dreambox, the epg that is retrieved from the transponder works very well.
Should like to fix it on appletv..........


Re: EPG for IPTV channels #244 doglover

  • Rytec EPG Team
  • 17,011 posts

+639
Excellent

Posted 21 August 2019 - 08:59

You do not have to create separate sources anymore.

Put the desired links in the custom.channels.xml file in /etc/epgimport.

This file will be taken automatically when importing via the normal rytec sources.  This custom file will be added to the normal rytec.channels.xml file.

(condition - you will need the latest version of EPGimport)

 

Both the foxpsport5 and 6 have Data in the dutch Sport/Movies file (the Extra file)

<!-- NL Delta --><!-- Cable --><channel id="FoxSports6.nl">1:0:1:3E89:10:10EF:FFFF0000:0:0:0:</channel><!-- FOX Sports 6 HD -->
<!-- NL Ziggo New --><!-- Cable --><channel id="FOXSportsEredivisie5.nl">1:0:19:4B1B:80F:600:FFFF0000:0:0:0:</channel><!-- FOX Sports 5 HD Ere. -->

You have make sure that the service ref in the bouquetfile matches the service ref in the custom.channels.xml file.

If you do not have these service refs in the lamedab (which happens if you do not have access to the actual cable channels)  place http%3a//example.com behind the service ref in the custom.channels.xml file.  Lik this

<!-- NL Delta --><!-- Cable --><channel id="FoxSports6.nl">1:0:1:3E89:10:10EF:FFFF0000:0:0:0:http%3a//example.com</channel><!-- FOX Sports 6 HD -->
<!-- NL Ziggo New --><!-- Cable --><channel id="FOXSportsEredivisie5.nl">1:0:19:4B1B:80F:600:FFFF0000:0:0:0:http%3a//example.com</channel><!-- FOX Sports 5 HD Ere. -->

Willy


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: EPG for IPTV channels #245 doglover

  • Rytec EPG Team
  • 17,011 posts

+639
Excellent

Posted 21 August 2019 - 09:01

 

Hi
Nice if anyone can help :)
 
In progress with a small project with iptv on GSE smart IPTV on an appletv and supplier has no support for epg.
That's why I make my own M3U based on rytec epg.
Uses source like this:
 
My problem then is that not all sources work with epg.
Is this because channel id is incorrect in rytec xml, who's fixing this up?
There are several of them for Norwegian, Swedish, Danish which does not work.
 
This is one of those I don't get epg on:
#EXTINF:-1 tvg-id="ViasatFilmHits.no" group-title="Viasat Film" tvg-logo="",Viasat Film Hits HD
 
Otherwise on the dreambox, the epg that is retrieved from the transponder works very well.
Should like to fix it on appletv..........

 

 

 

ViasatFilmHits.no  does not have data in the XMLTV file.  Will look into it.

 

Willy


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: EPG for IPTV channels #246 doglover

  • Rytec EPG Team
  • 17,011 posts

+639
Excellent

Posted 21 August 2019 - 09:17

File updated.


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: EPG for IPTV channels #247 twin

  • Senior Member
  • 59 posts

0
Neutral

Posted 21 August 2019 - 16:10

File updated.

Very Nice, Now it works :)

Can I notify several sources that are not working?



Re: EPG for IPTV channels #248 doglover

  • Rytec EPG Team
  • 17,011 posts

+639
Excellent

Posted 21 August 2019 - 16:42

Of course.

 

Willy


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: EPG for IPTV channels #249 rioflex

  • Member
  • 7 posts

0
Neutral

Posted 7 September 2019 - 10:15

Ik kan de epg van Eurosport 1 en 2 van zweden en Eurosport 2 van Duitsland nergens vinden

Zou iemand mij hier aan kunnen helpen.

Alvast bedankt.



Re: EPG for IPTV channels #250 Amalthea5

  • Senior Member
  • 27 posts

0
Neutral

Posted 9 November 2019 - 21:12

Hi Willy ,

 

Can you please take a look on IPTV-Channel MLB Network  ("MLBNetwork.us") again ?

For 3 days no EPG on this channel.

 

No EPG-Datas for "MLBNetwork.us" in rytecIPTV.xz

 

Thank you

best regards

Almathea5



Re: EPG for IPTV channels #251 doglover

  • Rytec EPG Team
  • 17,011 posts

+639
Excellent

Posted 10 November 2019 - 07:52

Indeed.

The grabber needed maintenance.

Pls. Check that the times are correct.  (Not shifted an hour or so)


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: EPG for IPTV channels #252 Amalthea5

  • Senior Member
  • 27 posts

0
Neutral

Posted 11 November 2019 - 17:01

Thanks a lot willy

 

 

Yes the EPG times are wrong.  ca 12 hour.

Should be ca + 6 hours.

I see TV-Picture "Hot Stove"  at 16.00 CET   --> original US-Time 09.00 AM (difference + 6h)

EPG "MLB Network Special"  at 16.00 CET   --> original Us-Time  04.00 AM (difference +12 h)

 

best regards

Almathea5



Re: EPG for IPTV channels #253 doglover

  • Rytec EPG Team
  • 17,011 posts

+639
Excellent

Posted 12 November 2019 - 09:55

Sorry, a confusion of timezones, and how WG++ handles them.

 

I hope it is correct now. 

 

Willy

 

PS:  Import after 12h00 (UTC+1)


Edited by doglover, 12 November 2019 - 09:56.

~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: EPG for IPTV channels #254 Amalthea5

  • Senior Member
  • 27 posts

0
Neutral

Posted 12 November 2019 - 15:24

Hi Willy ,

 

adjust please - 1h

CT = GMT -5

CET = GMT +1

 

sorry for the circumstances

 

best regards

Almathea5,,,



Re: EPG for IPTV channels #255 doglover

  • Rytec EPG Team
  • 17,011 posts

+639
Excellent

Posted 12 November 2019 - 16:50

Sorry, I do not understand?

Is the scedule still one hour off?

Is the schedule late or early?


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: EPG for IPTV channels #256 Amalthea5

  • Senior Member
  • 27 posts

0
Neutral

Posted 12 November 2019 - 21:11

The EPG ist 1h too late

 

Just in TV  21:00  CET  " Hot Stove"

In EPG  "Hot Stove"  at 22:00 CET

 

EPG have to adjust -1h

 

best regards

Almathea5,,,



Re: EPG for IPTV channels #257 doglover

  • Rytec EPG Team
  • 17,011 posts

+639
Excellent

Posted 13 November 2019 - 08:34

Tried.

 

Willy

 

f.i.

<programme start="20191113110000 -0500" stop="20191113130000 -0500" channel="MLBNetwork.us">
    <title lang="en">Hot Stove Live</title>
    <desc lang="en">Hosted by MLB Network's Matt Vasgersian and Harold Reynolds. Offseason studio show providing live analysis, debate and interviews with MLB Network insiders, current MLB players and celebrity baseball fans.</desc>
  </programme>

Which is the exact same time and schedule as on the website


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: EPG for IPTV channels #258 Amalthea5

  • Senior Member
  • 27 posts

0
Neutral

Posted 13 November 2019 - 15:27

Yes it`s all right now

 

I downloaded EPG new and now is all ok,

 

Thank you very much.

 

best regards

Almathea5,,,



Re: EPG for IPTV channels #259 duunsupen

  • Senior Member
  • 72 posts

0
Neutral

Posted 9 December 2019 - 19:38

Hi, I recently discovered a free-to-watch film channel, broadcasting from 52.0 East TurkmenAlem/Monacosat satellite. It also streams Its programme online. Channel Name ist 24Box.tv. Its schedule can be found here: http://24box.tv/?page_id=1409

I wonder whether you could add this to the IPTV section?

I cannot provide a service reference as this satellite is out of reach for me...



Re: EPG for IPTV channels #260 doglover

  • Rytec EPG Team
  • 17,011 posts

+639
Excellent

Posted 10 December 2019 - 07:57

Can you give the URL to play this channel as stream pls.

(I get

 

Error
Cannot load media or it is not supported for your device.)

 

As for the EPG, I will try to write a grabber for it.


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users