mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
30 lines
2.7 KiB
Markdown
30 lines
2.7 KiB
Markdown
# EPG
|
|
|
|
EPG (Electronic Program Guide) for hundreds of TV channels collected from different sources.
|
|
|
|
## Usage
|
|
|
|
To load a program guide, all you need to do is copy the link to one of the guides from the list below and paste it into your favorite player.
|
|
|
|
<table>
|
|
<thead>
|
|
<tr><th align="left">Language</th><th align="left">Source</th><th align="left">Channels</th><th align="left">EPG</th></tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr><td align="left">English</td><td align="left" nowrap>ontvtonight.com</td><td align="right">122</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/ontvtonight.com.guide.xml</code></td></tr>
|
|
<tr><td align="left">French</td><td align="left" nowrap>programme-tv.net</td><td align="right">266</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/programme-tv.net.guide.xml</code></td></tr>
|
|
<tr><td align="left">Italian</td><td align="left" nowrap>guidatv.sky.it</td><td align="right">178</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/guidatv.sky.it.guide.xml</code></td></tr>
|
|
<tr><td align="left">Italian</td><td align="left" nowrap>mediaset.it</td><td align="right">16</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/mediaset.it.guide.xml</code></td></tr>
|
|
<tr><td align="left">Polish</td><td align="left" nowrap>programtv.onet.pl</td><td align="right">581</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/programtv.onet.pl.guide.xml</code></td></tr>
|
|
<tr><td align="left">Romanian</td><td align="left" nowrap>programetv.ro</td><td align="right">312</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/programetv.ro.guide.xml</code></td></tr>
|
|
<tr><td align="left">Russian</td><td align="left" nowrap>tv.yandex.ru</td><td align="right">378</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/tv.yandex.ru.guide.xml</code></td></tr>
|
|
<tr><td align="left">Spanish</td><td align="left" nowrap>programacion-tv.elpais.com</td><td align="right">158</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/programacion-tv.elpais.com.guide.xml</code></td></tr>
|
|
<tr><td align="left">Turkish</td><td align="left" nowrap>digiturk.com.tr</td><td align="right">106</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/digiturk.com.tr.guide.xml</code></td></tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
After that, the program should appear. If this does not happen, make sure the channels in the playlist have the same IDs (tvg-id) as in the guide.
|
|
|
|
## Contribution
|
|
|
|
If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/iptv-org/epg/issues) or a [pull request](https://github.com/iptv-org/epg/pulls).
|