From 2259155bdfcf9937c69a324f32abab6c5dbd097c Mon Sep 17 00:00:00 2001 From: freearhey Date: Sat, 14 Sep 2019 22:32:34 +0300 Subject: [PATCH] Update README.md - added link to Contribution Guide - removed unnecessary text --- README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 0f66ebacb4..6d61a1349d 100644 --- a/README.md +++ b/README.md @@ -251,23 +251,9 @@ Or select one of the playlists from the list below. ## Contribution -The easiest way to help the project is to sort channels by country. Specifically for this was created playlist `channels/unsorted.m3u` which contains channels that are not yet sorted by other playlists. If you recognize one of the channels in this playlist, just copy its title and link to the desired country playlist. That's it! +Please make sure to read the [Contributing Guide](https://github.com/freearhey/iptv/blob/master/.github/CONTRIBUTING.md) before making a pull request. -If you want to add new channel to the playlist you need add link to stream and some information about it. For example: - -```xml -#EXTINF:-1 tvg-id="exampletv.us" tvg-name="Example TV" tvg-logo="http://example.com/channel-logo.png" group-title="News",Example TV -http://example.com/stream.m3u8 -``` - -| Attribute | Description -| ----------- | --- -| tvg-id | Channel ID that is used to load EPG (optional) -| tvg-name | Channel name (optional) -| tvg-logo | The logo of the channel (optional) -| group-title | One of the following categories: Auto, Business, Classic, Comedy, Documentary, Education, Entertainment, Family, Fashion, Food, General, Health, History, Hobby, Kids, Legislative, Lifestyle, Local, Movies, Music, News, Quiz, Religious, Sci-Fi, Shop, Sport, Travel, Weather, XXX (optional) - -If you just found an error or have any suggestions on how to organize a playlist please send an [issue](https://github.com/freearhey/iptv/issues) or a [pull request](https://github.com/freearhey/iptv/pulls) +If you just found an error or have any suggestions on how to organize a playlist please send an [issue](https://github.com/freearhey/iptv/issues) ## Testing