Add-on:PVR IPTV Simple Client: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
Tags: Manual revert Reverted
m (Addon-Bot repo category update)
Tags: Manual revert Reverted
Line 149: Line 149:
[[Category:PVR add-ons]]
[[Category:PVR add-ons]]
[[Category:Leia add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Nexus add-on repository]]
[[Category:Nexus add-on repository]]

Revision as of 04:21, 21 November 2021

PVR IPTV Simple Client
icon.png

See this add-on on the kodi.tv showcase

Author: nightik and Ross Nicholson

Type:
Repo: Kodi.tv repo v20
Kodi.tv repo v19

License: GPL-2.0-or-later
Source: Source code
Summary: Kodi PVR addon for IPTV support.
Home icon grey.png   ▶ Add-ons ▶ PVR IPTV Simple Client
Attention talk.png Need help with this add-on? See here.

IPTV Simple PVR Client support m3u playlists, streaming of Live TV for multicast/unicast sources, listening to Radio channels and EPG.
    
For documentation visit: https://github.com/kodi-pvr/pvr.iptvsimple/blob/Matrix/README.md

Installing

This add-on is installed from the Add-on browser located in Kodi as follows:

  1. Settings
  2. Add-ons
  3. Install from repository
  4. PVR clients
  5. PVR IPTV Simple Client
  6. Install

For Linux, see... Ubuntu PVR add-ons

Live TV, PVR & Radio Contents

PVR main page

1. Tuner Cards
2. Backends
3. Setup
4. Live TV Artwork

Related Pages:

All PVR Pages
All PVR Add-on Pages



Overview

IPTV Simple Client is a basic PVR Addon for XBMC to recieve IPTV Live TV, Radio channels, and EPG directly in XBMC.

It adds support for Live TV watching and EPG TV Guide through IPTV provided by the Internet providers in former USSR countries among others.

Please note that this is not yet stable software, and the authors are in no way responsible for failed playings, incorrect EPG times, wasted hours, or any other undesirable effects.

IMPORTANT: Please disable all PVR addons before installing this IPTV Simple Client addon!


What is IPTV

IPTV (abbreviation for "Internet Protocol television") is a system through which television services are delivered using the Internet protocol suite over a packet-switched network such as the Internet, instead of being delivered through traditional terrestrial, satellite signal, and cable television formats.

IPTV is distinguished from Internet television by its on-going standardization process (e.g., European Telecommunications Standards Institute) and preferential deployment scenarios in subscriber-based telecommunications networks with high-speed access channels into end-user premises via set-top boxes or other customer-premises equipment.

For a more broader general overview of what IPTV is and what it is not, please read the article about IPTV on wikipedia.


IPTV inside Kodi

To get an IPTV signal into Kodi's PVR frontend your first option is to use an external third-party PVR backend software or stand-alone hardware box that will parse the signal and then in turn repackage and forward it on to a PVR client addon compatible with Kodi, using PVR backend server software such as Tvheadend, VDR, MythTV, and MediaPortal, or a stand-alone hardware box like Njoy N7 or HDHomeRun.

The second option is to use a PVR client addon in Kodi that is capable of receiving IPTV signal directly in Kodi without an third-party PVR backend software or hardware, for which there currently only is one PVR client addon, and that is |IPTV Simple Client


Setup the IPTV Simple Client in Kodi

  1. Go to Settings -> Add-ons -> My add-ons -> PVR Clients
  2. Select "Configure"


Usage

The IPTV Simple Client addon currently supports using M3U playlist format as Live TV streams source and XMLTV (XML) format as EPG source.

For usage M3U playlist format example please take a look at below, (just click "[show]" to expand the hidden example):

tvg-id
Corresponds to 'channel-id' field in the EPG xml file.
If missing from the M3U file, the addon will use the 'tvg-name' tag to map the channel to the EPG.
tvg-name
Corresponds to 'display-name' field in the EPG xml file. Space characters need to be replaced with '_' (underscore character).
If missing from the M3U file, the addon will use the 'channel-name' tag to map the channel to the EPG.
tvg-logo
Channel Logo filename; without the extension (.png).
If missing from the M3U file, the addon will use the 'channel-name' to find the logo.
tvg-shift
Defines the amount of time, in hours, to shift the EPG.
Use '#EXTM3U' to shift all channels.
Use '#EXTINF' to shift an individual channel.
tvg-chno
Corresponds to the channel number in Kodi.
Displays the number next the name of the channel.
group-title
Group name for user defined collection of channels.
If missing from the M3U file, the addon will use the group name from the previous channel.
radio
Is a flag that defined a group or a channel as a radio channel.
If missing from the M3U file, the addon will use the current group value, if one exists.


Addon supports the EPG in XMLTV format example please take a look at below, (just click "[show]" to expand the hidden example):

In the future releases the developer plan on implemented support for timers and maybe the possibility to pause streams.


Source code

The source code for this IPTV Simple Client addons was originally based on the PVR Demo Client written by Lars Op den Kamp (a.k.a. opdenkamp) on behalf of Pulse-Eight.


External Links