Skip to content

Commit

Permalink
Merge branch 'feature/11-pvr-epg-support'
Browse files Browse the repository at this point in the history
  • Loading branch information
Janhouse committed Apr 22, 2019
2 parents ea9b3dc + 40823a0 commit c0ae3c1
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Binary file added screenshots/channels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/guide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/nick.png
Binary file not shown.
Binary file added screenshots/overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/timeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c0ae3c1

Please sign in to comment.