From 48b06079e7b4a0c697e6d5c49e7bfdc85dfc4ffd Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 31 Oct 2019 12:06:07 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0992aff8f..691ef91d8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -32,18 +32,19 @@ http://example.com/stream.m3u8 But of course, the more channel information you add, the better. Here's an example of what a full version of a link in a playlist might look like: ```xml -#EXTINF:-1 tvg-id="exampletv.us" tvg-name="Example TV" tvg-logo="http://example.com/channel-logo.png" group-title="News",Example TV +#EXTINF:-1 tvg-id="exampletv.us" tvg-name="Example TV" tvg-language="English" tvg-logo="http://example.com/channel-logo.png" group-title="News",Example TV http://example.com/stream.m3u8 ``` More details about each attribute: -| Attribute | Description -| ----------- | --- -| tvg-id | Channel ID that is used to load EPG (optional) -| tvg-name | Channel name that is also sometimes used to load EPG (optional) -| tvg-logo | The logo of the channel that will be displayed in the player if it supports it (optional) -| group-title | The category to which the channel belongs. These categories are also displayed in some players, and grouped playlists are also generated based on them. The list of currently supported categories can be found below (optional) +| Attribute | Description +| ------------ | --- +| tvg-id | Channel ID that is used to load EPG (optional) +| tvg-name | Channel name that is also sometimes used to load EPG (optional) +| tvg-language | Channel language. The name of the language must conform to the standard [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (optional) +| tvg-logo | The logo of the channel that will be displayed in the player if it supports it (optional) +| group-title | The category to which the channel belongs. These categories are also displayed in some players, and grouped playlists are also generated based on them. The list of currently supported categories can be found [here](https://github.com/iptv-org/iptv#playlists-by-category) (optional) ## Sort channels by category