Skip to content

Commit

Permalink
Merge pull request #3 from manuelm/pvr-pull
Browse files Browse the repository at this point in the history
Update to 1.10.31
  • Loading branch information
Jalle19 committed Mar 26, 2015
2 parents 387400a + 4cfda93 commit bd2c01f
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 96 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# DVBViewer PVR
DVBViewer PVR client addon for [Kodi] (http://kodi.tv)

supporting streaming of Live TV & Recordings, EPG, Timers.

##### Useful links

* [DVBViewer PVR setup guide] (http://kodi.wiki/view/Add-on:DVBViewer_Client)
* [DVBViewer PVR user support] (http://forum.kodi.tv/forumdisplay.php?fid=219)
* [Kodi's PVR user support] (http://forum.kodi.tv/forumdisplay.php?fid=167)
* [Kodi's PVR development support] (http://forum.kodi.tv/forumdisplay.php?fid=136)
7 changes: 0 additions & 7 deletions debian/changelog

This file was deleted.

6 changes: 3 additions & 3 deletions debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kodi-pvr-dvbviewer (#PACKAGEVERSION#-#TAGREV#~#DIST#) #DIST#; urgency=low

[ kodi ]
* autogenerated dummy changelog
* For changelog information, please consult
https://github.com/kodi-pvr/pvr.dvbviewer/blob/master/pvr.dvbviewer/changelog.txt

-- Nobody <nobody@kodi.tv> Sat, 01 Jun 2013 00:59:22 +0200
-- Manuel Mausz <manuel-kodi@mausz.at> Wed, 04 Mar 2015 00:43:55 +0100

2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Source: kodi-pvr-dvbviewer
Priority: extra
Maintainer: Nobody <nobody@kodi.tv>
Maintainer: Manuel Mausz <manuel-kodi@mausz.at>
Build-Depends: debhelper (>= 9.0.0), cmake, kodi-pvr-dev,
libkodiplatform-dev, kodi-addon-dev
Standards-Version: 3.9.4
Expand Down
7 changes: 4 additions & 3 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ Format: http://dep.debian.net/deps/dep5
Upstream-Name: pvr.dvbviewer

Files: *
Copyright: 2005-2013 Team XBMC
2002 Business-Insight
Copyright: 2005-2015 Team Kodi
2013-2015 Manuel Mausz
2012-2013 A600
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -23,7 +24,7 @@ License: GPL-2+


Files: debian/*
Copyright: 2013 Arne Morten Kvarving <arne.morten.kvarving@sintef.no>
Copyright: 2015 Manuel Mausz <manuel-kodi@mausz.at>
2013 wsnipex <wsnipex@a1.net>
License: GPL-2+
This package is free software; you can redistribute it and/or modify
Expand Down
8 changes: 4 additions & 4 deletions pvr.dvbviewer/addon.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.dvbviewer"
version="1.10.30"
version="1.10.31"
name="DVBViewer Client"
provider-name="jdembski, A600, Manuel Mausz, Portisch">
provider-name="A600, Manuel Mausz">
<requires>
<c-pluff version="0.1"/>
<import addon="xbmc.pvr" version="1.9.5"/>
<import addon="xbmc.pvr" version="1.9.6"/>
</requires>
<extension
point="xbmc.pvrclient"
Expand Down Expand Up @@ -75,7 +75,7 @@
<description lang="da">DVBViewer Recording Service frontend; Understøtter streaming af Direkte TV, Timere, Optagelser og EPG. For parsing af XML output fra RS webinterface bruges xmlParser biblioteket, der er udviklet af Frank Vanden Berghen (http://www.applied-mathematics.net/tools/xmlParser.html). Mange tak for dette!&#10;</description>
<description lang="de">Oberfläche für den DVBViewer-Aufnahmedienst; Unterstützt Live TV &amp; Aufnahmen, Timer und EPG. Für das Parsen der XML-Ausgabe der RS-Weboberfläche nutzt es die xmlParser-Bibliothek, entwickelt von Frank Vanden Berghen (http://www.applied-mathematics.net/tools/xmlParser.html). Vielen Dank dafür!⏎&#10;</description>
<description lang="el">Frontend για την Υπηρεσία Εγγραφών του DVBViewer. Υποστηρίζει ροές LiveTV, Χρονοδιακόπτες, Εγγραφές &amp; EPG.&#10;</description>
<description lang="en">DVBViewer Recording Service frontend; supporting streaming of LiveTV, Timers, Recordings &amp; EPG.&#10;</description>
<description lang="en">DVBViewer Recording Service frontend; supporting streaming of Live TV &amp; Recordings, EPG, Timers.</description>
<description lang="en_AU">DVBViewer Recording Service frontend; supporting streaming of LiveTV, Timers, Recordings &amp; EPG.&#10;</description>
<description lang="en_NZ">DVBViewer Recording Service frontend; supporting streaming of LiveTV, Timers, Recordings &amp; 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). Many thanks for this!&#10;</description>
<description lang="en_US">DVBViewer Recording Service frontend; supporting streaming of LiveTV, Timers, Recordings &amp; EPG.&#10;</description>
Expand Down
5 changes: 5 additions & 0 deletions pvr.dvbviewer/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.10.31
[fixed] Authentication credentials with symbols.
[fixed] Playback of ongoing recordings didn't work if the channel has been renamed
[updated] to PVR API v1.9.6

1.10.30
[updated] to PVR API v1.9.5

Expand Down
Loading

0 comments on commit bd2c01f

Please sign in to comment.