Kodi Community Forum
[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 (/showthread.php?tid=125232)



RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - MatLCFC - 2012-05-08

Yep... that works aswell

No. I don't need a username/password....


[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-05-08

(2012-05-08, 20:38)MatLCFC Wrote: Yep... that works aswell

No. I don't need a username/password....

Ok, thanks. I will push a fix soon and provide a new compiled version tomorrow...


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - Loki555 - 2012-05-08

Ok I ordered my new receiver (VU+ Uno) hope the channel changing will be faster :-)

I installed the 0.2.4 version yesterday it works greate I recognized one thing, before it shows "buffering" each 40-50 minutes now I get the buffering message all 10-20 minutes (SD channels).

Will test tomorrow and reply again.

Greetings


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - strike07 - 2012-05-09

does this plugin works on enigma 1 ? i believe my dreambox s500 is enigma1


[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-05-09

(2012-05-09, 03:35)strike07 Wrote: does this plugin works on enigma 1 ? i believe my dreambox s500 is enigma1

No, it will only work for enigma2 based receivers...


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-05-09

As promised, the current version 0.2.5 for Windows: http://www.filefactory.com/file/bfmmchs221t/n/pvr_vuplus_zip

I could not test it yet, so please check whether the fix works (remove the channeldata.xml file after upgrading)


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - MatLCFC - 2012-05-09

Thanks... sorry, I think it is taking the wrong info. I've picked a random channel from the new Channel list:

<channelnumber>5</channelnumber>
<groupname>Interactive &quot; Place Holders</groupname>
<channelname>Channel 5 HD</channelname>
<servicereference>1:0:19:F12:7ED:2:11A0000:0:0:0::Channel 5 HD</servicereference>
<streamurl>http://192.168.0.5:8001/smb://VUDUO/Root/media/usb/picon/1_0_19_F12_7ED_2_11A0000_0_0_0.png</streamurl>
<iconpath>smb://VUDUO/Root/media/usb/picon/1_0_19_F12_7ED_2_11A0000_0_0_0.png</iconpath>

It seems to be copying the <iconpath> to the <streamurl> not the <servicereference> Huh



RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-05-09

OK, please test again, sorry for my mistake:

http://www.filefactory.com/file/2hb2ol9cdr3p/n/pvr_vuplus_zip

I checked it within windows, it seems that now the streamurl is build properly...


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - MatLCFC - 2012-05-09

Great... looks like you have cracked it!
I'll have a play around & let you know how I get on.

Good work!!!!. :-)


[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-05-09

(2012-05-09, 18:02)MatLCFC Wrote: Great... looks like you have cracked it!
I'll have a play around & let you know how I get on.

Good work!!!!. :-)

One thing which is kinda strange: when installing the addon via the "install from zip"-option it always installs an old version, not the new one. Does anyone have a clue why this is happening (and where it pulls the old addon from)?


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - MatLCFC - 2012-05-09

I had that problem you need to delete the backup zip file - it is in User/***profile name***/appdata/roaming/XBMC/addons/packages/


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - fuuss - 2012-05-11

Hello

I have a problem I get the error message no pvr clients have been started yet. In te Debugging mode i find in the logs this :

NOTICE: Thread CFileCache start, auto delete: false
00:37:02 T:140151627970304 ERROR: filerar CFileRarExtractThread:Tonguerocess failed. CmdExtract::ExtractCurrentFile threw a UnrarXLib error code of 2
00:37:03 T:140152845719296 ERROR: AddOnLog: VU+ Client: LoadLocations Unable to parse XML. Error: 'Warning: No XML tag found'
00:37:03 T:140152845719296 ERROR: AddOnLog: VU+ Client: LoadChannelData error parsing channeldata!
00:37:03 T:140152845719296 ERROR: AddOnLog: VU+ Client: LoadChannelGroups Unable to parse XML. Error: 'Warning: No XML tag found'
00:37:03 T:140152845719296 ERROR: ADDON: Dll VU+ Client - Client returned bad status (1) from Create and is not usable
00:37:03 T:140153083889408 NOTICE: Thread CAddonStatusHandler:pvr.vuplus start, auto delete: true
00:37:03 T:140152845719296 ERROR: PVR - InitialiseClient - can't initialise add-on 'VU+ Client'

Can somebody help me , I am rather new to this
Thx


[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-05-11

(2012-05-11, 18:49)fuuss Wrote: Hello

I have a problem I get the error message no pvr clients have been started yet. In te Debugging mode i find in the logs this :

NOTICE: Thread CFileCache start, auto delete: false
00:37:02 T:140151627970304 ERROR: filerar CFileRarExtractThread:Tonguerocess failed. CmdExtract::ExtractCurrentFile threw a UnrarXLib error code of 2
00:37:03 T:140152845719296 ERROR: AddOnLog: VU+ Client: LoadLocations Unable to parse XML. Error: 'Warning: No XML tag found'
00:37:03 T:140152845719296 ERROR: AddOnLog: VU+ Client: LoadChannelData error parsing channeldata!
00:37:03 T:140152845719296 ERROR: AddOnLog: VU+ Client: LoadChannelGroups Unable to parse XML. Error: 'Warning: No XML tag found'
00:37:03 T:140152845719296 ERROR: ADDON: Dll VU+ Client - Client returned bad status (1) from Create and is not usable
00:37:03 T:140153083889408 NOTICE: Thread CAddonStatusHandler:pvr.vuplus start, auto delete: true
00:37:03 T:140152845719296 ERROR: PVR - InitialiseClient - can't initialise add-on 'VU+ Client'

Can somebody help me , I am rather new to this
Thx

Are you using a enigma2 based Box? If so then please enable debug mode, search for lines with GetHttpXML and try to open the URL shown in the log with a web browser - I suspect that the connection to the box cannot be established.


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - fuuss - 2012-05-11

Jep I have a Dreambox 800 with Newnigma installed

Debug mode in XBMC or on the Dreambox
On the XBMC there is no GetHttpXML line :-(


[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-05-11

(2012-05-11, 22:33)fuuss Wrote: Jep I have a Dreambox 800 with Newnigma installed

Debug mode in XBMC or on the Dreambox
On the XBMC there is no GetHttpXML line :-(

This must be there - please upload the debug log (enable debug logging within XBMC first!)