[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2

  Thread Rating:
  • 16 Votes - 4.44 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jdembski Offline
Fan
Posts: 455
Joined: Feb 2012
Reputation: 11
Post: #271
(2012-04-07 23:06)trans Wrote:  Yes, each time the end of XBMC

see http://www.mediafire.com/?cxaaarfwrf5rdrl

(2012-04-10 00:25)markus625 Wrote:  Any of you guys have one of these Raspberry Pi's or maybe a CuBox thats running xbmc would be interested to know if the pvr client would run ok as i believe the Raspberry Pi has only 256Mb where as the CuBox has 1Gb memory but i believe they are both Arm processors, but I read on openelec that they have developed a port to Raspberry Pi.

For anyone that is interested and may have a CuBox lying around, solid run have released a ready to flash xbmc image,

I'm on preorder for the cubox now and I'm also planning on getting a r-pi - so I will at least try to get this work on them (shouldn't be too hard I guess).

VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
find quote
trans Offline
Junior Member
Posts: 46
Joined: Mar 2012
Reputation: 2
Post: #272
I have another error in the current git master branch.
After the enebled Live TV crashes XBMC. The settings are ok.
The last line of the logfile:
Code:
AddOnLog: VU+ Client: ADDON_Create - Creating VU+ PVR-Client
CAddonCallbacksAddon - ADDON::CAddonCallbacksAddon::GetAddonSetting - add-on 'VU+ Client' requests setting 'host'
CAddonCallbacksAddon - ADDON::CAddonCallbacksAddon::GetAddonSetting - add-on 'VU+ Client' requests setting 'user'


The German letter "Ü ü" in the settings are not displayed


Sorry for my english, I use google translate.
(This post was last modified: 2012-04-10 18:23 by trans.)
find quote
jdembski Offline
Fan
Posts: 455
Joined: Feb 2012
Reputation: 11
Post: #273
Seems that once I edit a file on my linux box it screws up the special characters (umlauts).

Also I can reproduce the segmentation fault - which is strange as I did only change the settings.xml...

VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
find quote
jdembski Offline
Fan
Posts: 455
Joined: Feb 2012
Reputation: 11
Post: #274
This fixes it - but I don't know really why. Did I use the seperators incorrectly?

Code:
diff --git a/addons/pvr.vuplus/resources/settings.xml b/addons/pvr.vuplus/resources/settings.xml
index 5e66c90..b0721b0 100644
--- a/addons/pvr.vuplus/resources/settings.xml
+++ b/addons/pvr.vuplus/resources/settings.xml
@@ -17,18 +17,13 @@

   <!-- Advanced -->
   <category label="30020">
-    <setting label="30021" type="lsep" />
-    <setting type="sep" />
     <setting id="streamport" type="number" label="30002" default="8001" />
     <setting id="webport" type="number" label="30012" default="80" />
     <setting id="user" type="text" label="30003" default="" />
     <setting id="pass" type="text" label="30004" option="hidden" default="" />
-    <setting label="30022" type="lsep" />
-    <setting type="sep" />
     <setting id="recordingpath" type="text" label="30023" default="" />
     <setting label="30017" type="bool" id="onlycurrent" default="false"/>
     <setting label="30009" type="bool" id="showcompleted" default="false"/>
     <setting label="30011" type="bool" id="timerlistcleanup" default="false"/>
-
   </category>
</settings>

Also pushed it to the fix to the master branch..

Code:
0.1.12 add: support to specify the folder for storing recordings
       fix: fix crash due to invalid settings.xml

VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
(This post was last modified: 2012-04-10 19:34 by jdembski.)
find quote
trans Offline
Junior Member
Posts: 46
Joined: Mar 2012
Reputation: 2
Post: #275
(2012-04-10 19:28)jdembski Wrote:  This fixes it - but I don't know really why. Did I use the seperators incorrectly?

Code:
diff --git a/addons/pvr.vuplus/resources/settings.xml b/addons/pvr.vuplus/resources/settings.xml
index 5e66c90..b0721b0 100644
--- a/addons/pvr.vuplus/resources/settings.xml
+++ b/addons/pvr.vuplus/resources/settings.xml
@@ -17,18 +17,13 @@

   <!-- Advanced -->
   <category label="30020">
-    <setting label="30021" type="lsep" />
-    <setting type="sep" />
     <setting id="streamport" type="number" label="30002" default="8001" />
     <setting id="webport" type="number" label="30012" default="80" />
     <setting id="user" type="text" label="30003" default="" />
     <setting id="pass" type="text" label="30004" option="hidden" default="" />
-    <setting label="30022" type="lsep" />
-    <setting type="sep" />
     <setting id="recordingpath" type="text" label="30023" default="" />
     <setting label="30017" type="bool" id="onlycurrent" default="false"/>
     <setting label="30009" type="bool" id="showcompleted" default="false"/>
     <setting label="30011" type="bool" id="timerlistcleanup" default="false"/>
-
   </category>
</settings>

Also pushed it to the fix to the master branch..

Code:
0.1.12 add: support to specify the folder for storing recordings
       fix: fix crash due to invalid settings.xml

ok, the fix works well


Sorry for my english, I use google translate.
find quote
trans Offline
Junior Member
Posts: 46
Joined: Mar 2012
Reputation: 2
Post: #276
Hi jdembski,

a note, under "add-on information", there is the menu item "change log" which is unfortunately empty.
If that is "chanegelog.txt" copied into the addon directory, it will be displayed under this menu point. Then everybody can see what changes.


Sorry for my english, I use google translate.
find quote
sb206 Offline
Member
Posts: 79
Joined: May 2010
Reputation: 0
Post: #277
Is it possible to take the bouquets from the satbox to the Plugin in xbmc?

[Image: sysp-145750.png][Image: widget][Image: widget]
find quote
trans Offline
Junior Member
Posts: 46
Joined: Mar 2012
Reputation: 2
Post: #278
(2012-04-10 21:41)sb206 Wrote:  Is it possible to take the bouquets from the satbox to the Plugin in xbmc?

normally when you click on "TV channels" repeatedly to switch between the bouquets


Sorry for my english, I use google translate.
(This post was last modified: 2012-04-10 22:08 by trans.)
find quote
sb206 Offline
Member
Posts: 79
Joined: May 2010
Reputation: 0
Post: #279
Now i See it. Thanks trans

[Image: sysp-145750.png][Image: widget][Image: widget]
find quote
Roocket Offline
Junior Member
Posts: 4
Joined: Dec 2008
Reputation: 0
Post: #280
Is there any plan to add more support to teletext? Now if i enable teletext sub, the xbmc skin it's in the way.
find quote
Post Reply