From 0accb64286f6e8dc681a00bd4ac3324b7ef272ec Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 18 Jan 2023 14:20:47 +0300 Subject: [PATCH] Update readme.md --- .readme/readme.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/.readme/readme.md b/.readme/readme.md index 49c2df9d..7dffc90e 100644 --- a/.readme/readme.md +++ b/.readme/readme.md @@ -4,6 +4,18 @@ EPG (Electronic Program Guide) for thousands of TV channels collected from different sources. +## Table of contents + +- 🚀 [How to use?](#how-to-use) +- 🗓 [Guides](#guides) +- 📺 [Playlists](#playlists) +- 🗄 [Database](#database) +- 👨‍💻 [API](#api) +- 📚 [Resources](#resources) +- 💬 [Discussions](#discussions) +- 🛠 [Contribution](#contribution) +- © [License](#license) + ## How to use? 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. @@ -12,11 +24,51 @@ You can also find the link to the guide by the name of the channel via https://i ## Guides -All guides also have a compressed and JSON version. To load them just change the extension from `.xml` to `.xml.gz` or `.json` respectively. +
+Expand #include "./.readme/_guides.md" +
+
+ +All guides also have a compressed and JSON version. To load them just change the extension from `.xml` to `.xml.gz` or `.json` respectively. + +## Playlists + +Playlists with already linked guides can be found in the [iptv-org/iptv](https://github.com/iptv-org/iptv) repository. + +## Database + +All channel data is taken from the [iptv-org/database](https://github.com/iptv-org/database) repository. If you find any errors please open a new [issue](https://github.com/iptv-org/database/issues) there. + +## API + +The API documentation can be found in the [iptv-org/api](https://github.com/iptv-org/api) repository. + +## Resources + +Links to other useful IPTV-related resources can be found in the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository. + +## Discussions + +If you have a question or an idea, you can post it in the [Discussions](https://github.com/iptv-org/iptv/discussions) tab. + ## Contribution Please make sure to read the [Contributing Guide](https://github.com/iptv-org/epg/blob/master/CONTRIBUTING.md) before sending [issue](https://github.com/iptv-org/epg/issues) or a [pull request](https://github.com/iptv-org/epg/pulls). + +And thank you to everyone who has already contributed! + +### Backers + + + +### Contributors + + + +## License + +[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](LICENSE)