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)



[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - redknight - 2012-03-30

Hi all, I just updated to the latest build on OE and rebuilt my VU+ with the latest VIX image and everything is working great! I assume the EPG is being pulled in the background or something because for 2 days now I haven't suffered the importing channels dialogue at all. I haven't tried picons yet but from my perspective the addon is flawless! Release quality IMHO. I put on the Aeon NOX PVR skin which makes the whole thing look awesome!

I'll have a try at picons later but for now I wanted to say a big thank you to Jdemski for all his hard work, the addon is great!

Redknight



RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - xayide - 2012-03-30

No news on the windows front?


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - Peelige - 2012-03-30

(2012-03-30, 17:45)xayide Wrote: No news on the windows front?

I second the question !


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

No news on the windows front - nobody seems to take a look at the code :/


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - trans - 2012-04-01

XBMC current from Git: https://github.com/opdenkamp/xbmc.git
VUPLUS_ADDON current from Git: https://github.com/jdembski/xbmc-addon-vuplus.git

Patch: http://www.mediafire.com/?1ui6jfoyw3s6q84

I've debugged a little and experiment with the settings from the compiler and now I have epg but no live TV.

debug output:
Code:
Creating InputStream
PVRManager - PVR::CPVRManager::OpenLiveStream - opening live stream on channel 'ProSieben HD'
PVRFile - XFILE::CPVRFile::Open - playback has started on filename pvr://channels/tv/Alle TV Kanäle/4.pvr
AddOnLog: VU+ Client: Vu::GetLiveStreamURL URL: 'http://192.168.3.251:8001/1:0:19:EF75:3F9:1:C00000:0:0:0:'
CDVDInputStreamPVRManager::Open - error opening [îþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþ¢Ý°kDøÈ@;È]
CDVDPlayer::OpenInputStream - error opening [pvr://channels/tv/Alle TV Kanäle/4.pvr]
CDVDPlayer::OnExit()
CDVDPlayer::OnExit() deleting input stream


can anyone confirm and understand



RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - xayide - 2012-04-01

(2012-04-01, 15:00)trans Wrote: XBMC current from Git: https://github.com/opdenkamp/xbmc.git
VUPLUS_ADDON current from Git: https://github.com/jdembski/xbmc-addon-vuplus.git

Patch: http://www.mediafire.com/?1ui6jfoyw3s6q84

I've debugged a little and experiment with the settings from the compiler and now I have epg but no live TV.

debug output:
Code:
Creating InputStream
PVRManager - PVR::CPVRManager::OpenLiveStream - opening live stream on channel 'ProSieben HD'
PVRFile - XFILE::CPVRFile::Open - playback has started on filename pvr://channels/tv/Alle TV Kanäle/4.pvr
AddOnLog: VU+ Client: Vu::GetLiveStreamURL URL: 'http://192.168.3.251:8001/1:0:19:EF75:3F9:1:C00000:0:0:0:'
CDVDInputStreamPVRManager::Open - error opening [îþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþ¢Ý°kDøÈ@;È]
CDVDPlayer::OpenInputStream - error opening [pvr://channels/tv/Alle TV Kanäle/4.pvr]
CDVDPlayer::OnExit()
CDVDPlayer::OnExit() deleting input stream


can anyone confirm and understand

Seems to be odd character in your bouquetname. Try renaming your bouquet.


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

Hi,

thanks for your help trans.

a) I can confirm that EPG is working now.

b) I have the same error like you when trying to open the live stream. Looks like it is accessing some invalid content for the streaming URL - allthough it looks fine in the debug line above...


Found the error, it is because of a scoping error. I will push a fix after I checked one other thing related to the picon path (again).

Thanks again Trans! Looks like we will be getting a proper windows version thanks to you Smile


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

Changes are in:

Code:
0.1.5
fix: Fix access violation errors on windows (thanks to 'trans' for finding the correct compiler / linker settings)      
fix: do not return out of scope local variable for the streaming URL      
fix: remove the last '_' character from the filename (if applicable). Should finally fix the picon path errors.

Can someone try and confirm that it is working?


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - trans - 2012-04-01

According to first test it works!

thank you


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - redknight - 2012-04-01

(2012-04-01, 17:38)xayide Wrote:
(2012-04-01, 15:00)trans Wrote: XBMC current from Git: https://github.com/opdenkamp/xbmc.git
VUPLUS_ADDON current from Git: https://github.com/jdembski/xbmc-addon-vuplus.git

Patch: http://www.mediafire.com/?1ui6jfoyw3s6q84

I've debugged a little and experiment with the settings from the compiler and now I have epg but no live TV.

debug output:
Code:
Creating InputStream
PVRManager - PVR::CPVRManager::OpenLiveStream - opening live stream on channel 'ProSieben HD'
PVRFile - XFILE::CPVRFile::Open - playback has started on filename pvr://channels/tv/Alle TV Kanäle/4.pvr
AddOnLog: VU+ Client: Vu::GetLiveStreamURL URL: 'http://192.168.3.251:8001/1:0:19:EF75:3F9:1:C00000:0:0:0:'
CDVDInputStreamPVRManager::Open - error opening [îþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþ¢Ý°kDøÈ@;È]
CDVDPlayer::OpenInputStream - error opening [pvr://channels/tv/Alle TV Kanäle/4.pvr]
CDVDPlayer::OnExit()
CDVDPlayer::OnExit() deleting input stream


can anyone confirm and understand

Seems to be odd character in your bouquetname. Try renaming your bouquet.

Could you compile for windows and update the 2nd post?


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - trans - 2012-04-01

I have my setup file uploaded here

http://www.mediafire.com/?3xxwd4p5gqnu9wy


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

(2012-04-01, 19:26)trans Wrote: I have my setup file uploaded here

http://www.mediafire.com/?3xxwd4p5gqnu9wy

Does this include the addon?


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - redknight - 2012-04-01

(2012-04-01, 19:26)trans Wrote: I have my setup file uploaded here

http://www.mediafire.com/?3xxwd4p5gqnu9wy

You compiled xbmc pvr including the addon rather than just the addon I assume by the filesize.




RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - trans - 2012-04-01

(2012-04-01, 19:31)jdembski Wrote:
(2012-04-01, 19:26)trans Wrote: I have my setup file uploaded here

http://www.mediafire.com/?3xxwd4p5gqnu9wy

Does this include the addon?

yes


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - redknight - 2012-04-01

Did anyone ever find out how to create a .zip universal addon file for this git? I have no idea so apologies if it's not even possible.