Update README.md

This commit is contained in:
freearhey 2021-03-13 20:27:49 +03:00
parent 47358db116
commit 7da2e7e366
1 changed files with 20 additions and 0 deletions

View File

@ -1,5 +1,25 @@
# 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">Source</th><th align="left">Language</th><th align="left">Channels</th><th align="left">EPG</th></tr>
</thead>
<tbody>
<tr><td align="left" nowrap>tvguide.co.uk</td><td align="right">en</td><td align="right">248</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/tvguide.co.uk.guide.xml</code></td></tr>
<tr><td align="left" nowrap>ontvtonight.com</td><td align="right">en</td><td align="right">98</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/ontvtonight.com.guide.xml</code></td></tr>
<tr><td align="left" nowrap>programme-tv.net</td><td align="right">fr</td><td align="right">264</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" nowrap>tv.yandex.ru</td><td align="right">ru</td><td align="right">289</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/tv.yandex.ru.guide.xml</code></td></tr>
</tbody>
</table>
After that, the program should appear. If this does not happen, check that the channel description has the same 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).