diff --git a/README.md b/README.md index 007cddf..088e53f 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,47 @@ Then install it as .zip file in Kodi addons section. __Make sure you go to addon settings to input your credentials.__ +## Requirements for TV section and EPG + +Addon has listed necessary addons but since not all of them are available in Kodi repository for all platforms, +some of them are marked as optional, more specifically `IPTV Simple` and `Inputstream Adaptive`. + +`IPTV Simple` addon is necessary to enable TV section and EPG. After installing this addon, go to `Lattelecom Live TV` +addon settings and click `Configure PVR IPTVSimple addon automatically` and then `Rebuild EPG data`. After that +restart Kodi and it should work. + +`Inputstream Adaptive` will make switching between channels almost instant. If stream does not work for some reason, +try disabling this addon. + +## Screenshots + +Legacy channel list when not using TV view + ![Alt text](/screenshots/list.png?raw=true "Channel list in Kodi") -![Alt text](/screenshots/nick.png?raw=true "Streaming TV channel") +Timeline in TV section + +![Alt text](/screenshots/timeline.png?raw=true "TV timeline in Kodi") + +Channel view in TV section + +![Alt text](/screenshots/channels.png?raw=true "Channels in TV section of Kodi") + +TV stream with EPG information + +![Alt text](/screenshots/stream.png?raw=true "Stream view in Kodi") + +Channel overlay with EPG information + +![Alt text](/screenshots/overlay.png?raw=true "Channel overlay in Kodi") + +Channel guide overlay + +![Alt text](/screenshots/guide.png?raw=true "Channel guide overlay in Kodi") + +Addon settings section + +![Alt text](/screenshots/settings.png?raw=true "Addon settings in Kodi") ## Development Running tests: diff --git a/screenshots/channels.png b/screenshots/channels.png new file mode 100644 index 0000000..e1dea12 Binary files /dev/null and b/screenshots/channels.png differ diff --git a/screenshots/guide.png b/screenshots/guide.png new file mode 100644 index 0000000..c2e9c8e Binary files /dev/null and b/screenshots/guide.png differ diff --git a/screenshots/nick.png b/screenshots/nick.png deleted file mode 100644 index 9009134..0000000 Binary files a/screenshots/nick.png and /dev/null differ diff --git a/screenshots/overlay.png b/screenshots/overlay.png new file mode 100644 index 0000000..3b232b1 Binary files /dev/null and b/screenshots/overlay.png differ diff --git a/screenshots/settings.png b/screenshots/settings.png new file mode 100644 index 0000000..c53686e Binary files /dev/null and b/screenshots/settings.png differ diff --git a/screenshots/stream.png b/screenshots/stream.png new file mode 100644 index 0000000..2281a14 Binary files /dev/null and b/screenshots/stream.png differ diff --git a/screenshots/timeline.png b/screenshots/timeline.png new file mode 100644 index 0000000..63ae576 Binary files /dev/null and b/screenshots/timeline.png differ