Add-on:PVR Demo Client: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot Update)
m (Addon-Bot Update)
 
(225 intermediate revisions by 2 users not shown)
Line 3: Line 3:
|provider-name=Pulse-Eight Ltd., Team Kodi
|provider-name=Pulse-Eight Ltd., Team Kodi
|ID=pvr.demo
|ID=pvr.demo
|latest-version=3.6.1
|latest-version=19.0.1
|extension point=xbmc.pvrclient
|extension point=kodi.pvrclient
|provides=
|provides=
|Summary=Demo PVR Client
|Summary=Demo PVR Client
Line 10: Line 10:
|Platform=windows-x86_64
|Platform=windows-x86_64
|Language=
|Language=
|License=
|License=GPL-2.0-or-later
|Forum=
|Forum=https://forum.kodi.tv/forumdisplay.php?fid=173
|Website=
|Website=
|Source=
|Source=https://github.com/kodi-pvr/pvr.demo
|Email=
|Email=
|broken=
|broken=
|icon url=}}
|icon url=}}
For Linux, see... '''''[[Ubuntu PVR add-ons]]'''''
{{PVR_guide}}<br>


== What is the PVR Demo Client addon ==
== What is the PVR Demo Client addon ==
The PVR Demo Client addon is an dummy [[PVR]] addon with fake (method stub) [[PVR backend]] for PVR [[skinning]] and regression testing. Its code can also be used a base to  develop new PVR addons for Kodi. The [http://github.com/kodi-pvr/pvr.demo open source code] for this [[PVR]] C/C++ binary addon was donated to the Kodi project from [[Pulse-Eight]].
The PVR Demo Client addon is an dummy PVR addon with fake (method stub) PVR backend for PVR skinning and regression testing. Its code can also be used a base to  develop new PVR addons for Kodi. The [http://github.com/kodi-pvr/pvr.demo open source code] for this PVR C/C++ binary addon was donated to the Kodi project from Pulse-Eight.


{{-}}
{{-}}


== Connecting Kodi to PVR Demo ==
== Connecting Kodi to PVR Demo ==
{{PVR repo notice}}
# Go to {{highlight|Settings -> Add-ons -> Install from repository -> PVR Clients}} and select the PVR Demo Client add-on
# Go to {{highlight|Settings -> Add-ons -> Enabled add-ons -> PVR Clients}} and select the PVR Demo Client add-on
# Select "Configure"
# Select "Configure"
# For Linux installation see... '''''[[Ubuntu PVR add-ons]]'''''


== Links and further reading ==
== Links and further reading ==
* Kodi PVR development forum - http://forum.kodi.tv/forumdisplay.php?fid=136
* Kodi PVR development forum - http://forum.kodi.tv/forumdisplay.php?fid=136
* Kodi skin development ([[skinning]]) forum - http://forum.kodi.tv/forumdisplay.php?fid=12
* Kodi skin development (skinning) forum - http://forum.kodi.tv/forumdisplay.php?fid=12
 
== See also ==
* [[PVR]]
* [[PVR/Backend]]


[[Category:Add-ons missing type]]
[[Category:Add-ons with license tag]]
[[Category:Add-ons with source tag]]
[[Category:All add-ons]]
[[Category:All add-ons]]
[[Category:PVR add-ons]]
[[Category:PVR add-ons]]
[[Category:Leia add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Nexus add-on repository]]

Latest revision as of 03:00, 2 January 2022

PVR Demo Client

See this add-on on the kodi.tv showcase

Author: Pulse-Eight Ltd., Team Kodi

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

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

Demo PVR Client

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 Demo 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



What is the PVR Demo Client addon

The PVR Demo Client addon is an dummy PVR addon with fake (method stub) PVR backend for PVR skinning and regression testing. Its code can also be used a base to develop new PVR addons for Kodi. The open source code for this PVR C/C++ binary addon was donated to the Kodi project from Pulse-Eight.


Connecting Kodi to PVR Demo

  1. Go to Settings -> Add-ons -> Install from repository -> PVR Clients and select the PVR Demo Client add-on
  2. Select "Configure"
  3. For Linux installation see... Ubuntu PVR add-ons


Links and further reading