diff --git a/.readme/supported-categories.md b/.readme/supported-categories.md index c01f5cf26..9107c3501 100644 --- a/.readme/supported-categories.md +++ b/.readme/supported-categories.md @@ -22,7 +22,7 @@ | News | Programming is mostly news | | Outdoor | Programming related to outdoor activities like fishing, hunting, etc. | | Relax | Programming is calm sounding and beautiful views | -| Religious | Religious Programming | +| Religious | Religious programming | | Science | Science and Technology | | Series | Channels that only show series | | Shop | Programming is for shopping | diff --git a/.readme/supported-regions.md b/.readme/supported-regions.md deleted file mode 100644 index 8431742ef..000000000 --- a/.readme/supported-regions.md +++ /dev/null @@ -1,30 +0,0 @@ -## Supported Regions - -| Code | Description | -| ------------------------------------------------------------------------ | -------------------------------------- | -| [AFR](https://en.wikipedia.org/wiki/Africa) | Africa | -| [AMER](https://en.wikipedia.org/wiki/Americas) | Americas | -| [APAC](https://en.wikipedia.org/wiki/Asia-Pacific) | Asia-Pacific | -| [ARAB](https://en.wikipedia.org/wiki/Arab_world) | Arab world | -| [ASEAN](https://en.wikipedia.org/wiki/ASEAN) | Association of Southeast Asian Nations | -| [ASIA](https://en.wikipedia.org/wiki/Asia) | Asia | -| [CARIB](https://en.wikipedia.org/wiki/Caribbean) | Caribbean | -| [CAS](https://en.wikipedia.org/wiki/Central_Asia) | Central Asia | -| [CENAMER](https://en.wikipedia.org/wiki/Central_America) | Central America | -| [CIS](https://en.wikipedia.org/wiki/Commonwealth_of_Independent_States) | Commonwealth of Independent States | -| [EMEA](https://en.wikipedia.org/wiki/Europe,_the_Middle_East_and_Africa) | Europe, the Middle East and Africa | -| [EUR](https://en.wikipedia.org/wiki/Europe) | Europe | -| [HISPAM](https://en.wikipedia.org/wiki/Hispanic_America) | Hispanic America | -| [LAC](https://en.wikipedia.org/wiki/Latin_America_and_the_Caribbean) | Latin America and the Caribbean | -| [LATAM](https://en.wikipedia.org/wiki/Latin_America) | Latin America | -| [MAGHREB](https://en.wikipedia.org/wiki/Maghreb) | Maghreb | -| [MENA](https://en.wikipedia.org/wiki/MENA) | Middle East and North Africa | -| [MIDEAST](https://en.wikipedia.org/wiki/Middle_East) | Middle East | -| [NAM](https://en.wikipedia.org/wiki/Northern_America) | Northern America | -| [NORAM](https://en.wikipedia.org/wiki/North_America) | North America | -| [NORD](https://en.wikipedia.org/wiki/Nordic_countries) | Nordics | -| [OCE](https://en.wikipedia.org/wiki/Oceania) | Oceania | -| [SAS](https://en.wikipedia.org/wiki/South_Asia) | South Asia | -| [SSA](https://en.wikipedia.org/wiki/Sub-Saharan_Africa) | Sub-Saharan Africa | -| [WAFR](https://en.wikipedia.org/wiki/West_Africa) | West Africa | -| [INT](https://en.wikipedia.org/wiki/West_Africa) | Worldwide | diff --git a/.readme/template.md b/.readme/template.md index da49331b9..5dd4d1cf8 100644 --- a/.readme/template.md +++ b/.readme/template.md @@ -36,12 +36,12 @@ https://iptv-org.github.io/iptv/index.m3u ### Grouped by category +Playlists in which channels are grouped by category. A list of all supported categories with descriptions can be found [here](.readme/supported-categories.md). +
Expand
-Playlist in which each channel has its _category_ as a group title: - ``` https://iptv-org.github.io/iptv/index.category.m3u ``` @@ -55,12 +55,12 @@ Same thing, but split up into separate files: ### Grouped by language +Playlists in which channels are grouped by the language in which they are broadcast. +
Expand
-Playlist in which each channel has its _language_ as a group title: - ``` https://iptv-org.github.io/iptv/index.language.m3u ``` @@ -74,12 +74,12 @@ Same thing, but split up into separate files: ### Grouped by country +Playlists in which channels are grouped by country for which they are broadcasted. +
Expand
-Playlist in which each channel has its _country_ as a group title: - ``` https://iptv-org.github.io/iptv/index.country.m3u ``` @@ -97,7 +97,7 @@ Same thing, but split up into separate files: Expand
-Playlist in which each channel has its _region_ as a group title: +Playlists in which channels are grouped by the region for which they are broadcasted. ``` https://iptv-org.github.io/iptv/index.region.m3u diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index da6c69a7f..556ed05c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -104,7 +104,7 @@ Please note that we only accept removal requests from channel owners and their o For a stream to be approved, its description must follow this template: ``` -#EXTINF:-1 tvg-id="STREAM_ID",CHANNEL_NAME (RESOLUTION) [LABEL] +#EXTINF:-1 tvg-id="STREAM_ID",CHANNEL_NAME (QUALITY) [LABEL] STREAM_URL ``` @@ -112,7 +112,7 @@ STREAM_URL | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------- | -------------------------------------------- | | `STREAM_ID` | ID of the stream. Full list of supported channels with corresponding ID could be found on [iptv-org.github.io](https://iptv-org.github.io/). | Optional | `` or `@` | | `CHANNEL_NAME` | Full name of the channel. May contain any characters except: `,`, `[`, `]`. | Required | - | -| `RESOLUTION` | Maximum stream resolution. | Optional | `2160p`, `1080p`, `720p`, `480p`, `360p` etc | +| `QUALITY` | Maximum stream quality. | Optional | `2160p`, `1080p`, `720p`, `480p`, `360p` etc | | `LABEL` | Specified in cases where the broadcast for some reason may not be available to some users. | Optional | `Geo-blocked` or `Not 24/7` | | `STREAM_URL` | Stream URL. | Required | - | @@ -149,7 +149,6 @@ http://example.com/stream.m3u8 - `config.json`: config for the `markdown-include` package, which is used to compile everything into one `README.md` file. - `preview.png`: image displayed in the `README.md`. - `supported-categories.md`: list of supported categories. - - `supported-regions.md`: list of supported regions. - `template.md`: template for `README.md`. - `scripts/`: contains all scripts used in the repository. - `streams/`: contains all streams broken down by the country from which they are broadcast.