epg/README.md
2021-03-31 17:51:44 +03:00

32 lines
3.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">Czech</td><td align="left" nowrap><a href="https://m.tv.sms.cz/">m.tv.sms.cz</a></td><td align="right">629</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/m.tv.sms.cz.guide.xml</code></td></tr>
<tr><td align="left">English</td><td align="left" nowrap><a href="https://www.ontvtonight.com/uk/guide/">ontvtonight.com</a></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><a href="https://www.programme-tv.net/">programme-tv.net</a></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">Greek</td><td align="left" nowrap><a href="https://www.cosmote.gr/cosmotetv/residential/program">cosmote.gr</a></td><td align="right">91</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/cosmote.gr.guide.xml</code></td></tr>
<tr><td align="left">Italian</td><td align="left" nowrap><a href="https://guidatv.sky.it/canali">guidatv.sky.it</a></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><a href="https://www.mediasetplay.mediaset.it/guidatv">mediaset.it</a></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><a href="https://programtv.onet.pl/">programtv.onet.pl</a></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><a href="https://www.programetv.ro/posturi-tv/toate/">programetv.ro</a></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><a href="https://tv.yandex.ru/">tv.yandex.ru</a></td><td align="right">469</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><a href="https://programacion-tv.elpais.com/">programacion-tv.elpais.com</a></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><a href="https://www.digiturk.com.tr/yayin-akisi">digiturk.com.tr</a></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. A list of all currently supported codes can be found [here](codes.csv).
## 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).