diff --git a/README.md b/README.md new file mode 100644 index 0000000000..cdd5052744 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# IPTV + +Free IPTV playlist containing about 3000 channels from all over the world. + +## Usage + +### VLC Player + +To open the playlist in VLC player you just need click `File` - > `Open Network...` and in the window that opens, insert a link to the playlist itself: `https://raw.githubusercontent.com/freearhey/iptv/master/index.m3u` + +![VLC Network Panel](https://github.com/freearhey/iptv/raw/master/images/vlc-network-panel.png) + +then just press the 'Open' button + +### Plex App + +In order to watch IPTV through Plex App, you can use the [Cigaras/IPTV.bundle](https://github.com/Cigaras/IPTV.bundle) plugin. + +## Contribution + +If you found an error or have any suggestions on how to organize a playlist just send an [issue](https://github.com/freearhey/iptv/issues) or a [pull request](https://github.com/freearhey/iptv/pulls) \ No newline at end of file diff --git a/images/vlc-network-panel.png b/images/vlc-network-panel.png new file mode 100644 index 0000000000..0e8c0bac6d Binary files /dev/null and b/images/vlc-network-panel.png differ diff --git a/images/vlc-preview.png b/images/vlc-preview.png new file mode 100644 index 0000000000..7cb23342df Binary files /dev/null and b/images/vlc-preview.png differ