Add-on:DVBViewer Client: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{incomplete}}
<!-- See http://wiki.xbmc.org/index.php?title=Template:Addon and http://wiki.xbmc.org/index.php?title=Help:Add-on_page for help editing this page -->
<!-- See http://wiki.xbmc.org/index.php?title=Template:Addon and http://wiki.xbmc.org/index.php?title=Help:Add-on_page for help editing this page -->
{{:PVR/Contents}}
{{:PVR/Contents}}
Line 10: Line 8:
  |Forum= http://forum.xbmc.org/showthread.php?tid=140645
  |Forum= http://forum.xbmc.org/showthread.php?tid=140645
  |ID= pvr.dvbviewer
  |ID= pvr.dvbviewer
  |latest-version= 1.9.11
  |latest-version= 1.9.14
  |extension point= xbmc.pvrclient
  |extension point= xbmc.pvrclient
  |provides=  
  |provides=  
  |Platform=  
  |Platform=  
  |Language= English
  |Language= English
  |License= GNU GPL Version 2
  |License= GNU GPL Version 2
  |Source= https://github.com/A600/xbmc-pvr-addons/tree/master/addons/pvr.dvbviewer
  |Source= https://github.com/manuelm/xbmc-pvr-addons/tree/master/addons/pvr.dvbviewer
  |Repo=  
  |Repo=  
  |icon url= https://github.com/opdenkamp/xbmc-pvr-addons/blob/master/addons/pvr.dvbviewer/addon/icon.png?raw=true
  |icon url= https://github.com/opdenkamp/xbmc-pvr-addons/blob/master/addons/pvr.dvbviewer/addon/icon.png?raw=true
Line 23: Line 21:
  |broken=  
  |broken=  
  |Summary= DVBViewer Client
  |Summary= DVBViewer Client
  |Description= DVBViewer Client for [[PVR/Backend/DVBViewer|DVBViewer Recording Service]] which is a PVR backend software for Windoiws made by A.I.S., Ltd.
  |Description= DVBViewer Client for [[PVR/Backend/DVBViewer|DVBViewer Recording Service]] supporting streaming of LiveTV, Timers, Recordings, EPG and timeshift.
}}
}}


= Overview =
__TOC__
DVBViewer Recording Service software is a [[PVR backend]] (TV tuner server) software made by A.I.S., Ltd. for Windows, and this [[DVBViewer Client]] asson is a DVBViewer PVR client addon for XBMC that uses that DVBViewer Recording Service software.
{{-}}
{| width="100%" cellpadding="5px" style="background-color: WhiteSmoke; border: 1px solid #000000; font-size: 95%; clear: both"
| width="60px" | [[File:Wiki_logo.png|60px|link=]]
| align="left" | '''Wiki revamp 2013:'''<br />This page or section of the wiki undergoing a revamp. Content is still being added and organized. Please pardon the dust and anything that might not be working.
|}<noinclude>[[Category:Template messages]]</noinclude>
 
== Overview ==
DVBViewer Client is a XBMC PVR client addon for DVBViewer Recording Service. It supports LiveTV, Timers, Recordings, EPG and timeshift.
 
For more information about DVBViewer and it's Recording Service please see [[PVR/Backend/DVBViewer]].
 
==Installing DVBViewer PVR backend software==
Please see [[PVR/Backend/DVBViewer]]
 
==Connecting XBMC to DVBViewer Recording Service==
 
 
==Development==
Code for the client is available here: https://github.com/manuelm/xbmc-pvr-addons/
 
Please submit bug reports here: https://github.com/manuelm/xbmc-pvr-addons/issues


DVBViewer Recording Service frontend supports streaming of Live TV, Timers, Recordings, and EPG. For parsing the XML output from the RS webinterface it uses the xmlParser library developed by Frank Vanden Berghen (http://www.applied-mathematics.net/tools/xmlParser.html).  
Development snapshots and information about ongoing development can be found here: http://forum.xbmc.org/showthread.php?tid=140645&pid=1363784#pid1363784


==Source code==
==Support==
The source code for this DVBViewer Client addon was originally based on the VU+ / Enigma2 Client written by Joerg Dembski (a.k.a. jdembski).


* Upstream source code repository: https://github.com/A600/xbmc-pvr-addons/tree/master/addons/pvr.dvbviewer
Support Forum: http://forum.xbmc.org/showthread.php?tid=140645
* Downstream source code repository: https://github.com/opdenkamp/xbmc-pvr-addons/tree/master/addons/pvr.dvbviewer


==See also==
==See also==
Line 42: Line 58:


==External Links==
==External Links==
* http://forum.xbmc.org/showthread.php?tid=140645
* http://www.dvbviewer.com
* http://www.dvbviewer.com
* http://en.dvbviewer.tv/wiki
* Bugtracker: https://github.com/manuelm/xbmc-pvr-addons/issues
* Support: http://forum.xbmc.org/showthread.php?tid=140645

Revision as of 17:58, 31 March 2014

PVR/Contents

DVBViewer Client
https://github.com/opdenkamp/xbmc-pvr-addons/blob/master/addons/pvr.dvbviewer/addon/icon.png?raw=true

See this add-on on the kodi.tv showcase

Author: jdembski, A600, Manuel Mausz, Portisch
Website: link
Type: PVR
Repo: Kodi.tv repo v20
Kodi.tv repo v19

License: GNU GPL Version 2
Source: Source code
Summary: DVBViewer Client
Home icon grey.png   ▶ Add-ons ▶ DVBViewer Client
Attention talk.png Need help with this add-on? See here.

DVBViewer Client for DVBViewer Recording Service supporting streaming of LiveTV, Timers, Recordings, EPG and timeshift.

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. DVBViewer Client
  5. Install


Wiki logo.png Wiki revamp 2013:
This page or section of the wiki undergoing a revamp. Content is still being added and organized. Please pardon the dust and anything that might not be working.

Overview

DVBViewer Client is a XBMC PVR client addon for DVBViewer Recording Service. It supports LiveTV, Timers, Recordings, EPG and timeshift.

For more information about DVBViewer and it's Recording Service please see PVR/Backend/DVBViewer.

Installing DVBViewer PVR backend software

Please see PVR/Backend/DVBViewer

Connecting XBMC to DVBViewer Recording Service

Development

Code for the client is available here: https://github.com/manuelm/xbmc-pvr-addons/

Please submit bug reports here: https://github.com/manuelm/xbmc-pvr-addons/issues

Development snapshots and information about ongoing development can be found here: http://forum.xbmc.org/showthread.php?tid=140645&pid=1363784#pid1363784

Support

Support Forum: http://forum.xbmc.org/showthread.php?tid=140645

See also

External Links