mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Create template.md
This commit is contained in:
parent
af394bc8f8
commit
0a00ff971a
1 changed files with 60 additions and 0 deletions
60
.readme/template.md
Normal file
60
.readme/template.md
Normal file
|
@ -0,0 +1,60 @@
|
||||||
|
# EPG
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
EPG (Electronic Program Guide) for thousands of TV channels collected from different sources.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
To load a program guide, all you need to do is copy the link to one or more of the guides from the list below and paste it into your favorite player.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Expand</summary>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
#include "./.readme/_countries.md"
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
## List of supported channels
|
||||||
|
|
||||||
|
https://iptv-org.github.io/epg/index.html
|
||||||
|
|
||||||
|
## For Developers
|
||||||
|
|
||||||
|
You can also get a list of all available channels and their codes in JSON format by sending a GET request to:
|
||||||
|
|
||||||
|
```
|
||||||
|
https://iptv-org.github.io/epg/codes.json
|
||||||
|
```
|
||||||
|
|
||||||
|
If successful, you should get the following response:
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Expand</summary>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
```
|
||||||
|
[
|
||||||
|
...
|
||||||
|
{
|
||||||
|
"tvg_id": "CNNUSA.us",
|
||||||
|
"display_name": "CNN USA",
|
||||||
|
"logo": "https://cdn.tvpassport.com/image/station/100x100/cnn.png",
|
||||||
|
"country": "us",
|
||||||
|
"guides": [
|
||||||
|
"https://iptv-org.github.io/epg/guides/tvtv.us.guide.xml",
|
||||||
|
...
|
||||||
|
]
|
||||||
|
},
|
||||||
|
...
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
## 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).
|
Loading…
Add table
Add a link
Reference in a new issue