• 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 76
[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2
(2012-03-19, 21:19)linuxmad Wrote: @ jdembski:

Can you please try to develop this to work with dreambox (enigma 1). There are a lot of users using SD boxes like the dm500s (and various clones) around here. This would really cheer up all of us.
This is the webif for enigma 1 protocols:
http://dream.reichholf.net/wiki/Webinterface_Befehle
Can you PLEASE (BIG PLEASE) give it a try?
THANKS

Sorry, I do not have an enigma1 box. Also it looks like the web if returns plain text - the enigma2 is returning XML which is quite easy to parse with the correct tools.
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
@jdembski:

could you help me to compile the plugin on osx? http://forum.xbmc.org/showthread.php?tid...pid1050191

Reply
(2012-03-19, 19:15)redknight Wrote:
(2012-03-19, 19:09)extracted Wrote: Yea im using the beta but its still the same. should be able to flash it with newnigma2 or something.

Forgetting your dreambox for the moment, what XBMC are you using (build/platform/addon version-source)

Also, is your box running openif?

yea its running openif

im running the .deb package from ppa:lars-opdenkamp/xbmc-pvr on ubuntu lucid and the addon was compiled a couple of hours ago.
Version: 2:11.0-pvr+odk44~git20110731.60222aa-0ubuntu1~ppa+odk44~lucid to be exact.
Reply
(2012-03-19, 22:14)extracted Wrote:
(2012-03-19, 19:15)redknight Wrote:
(2012-03-19, 19:09)extracted Wrote: Yea im using the beta but its still the same. should be able to flash it with newnigma2 or something.

Forgetting your dreambox for the moment, what XBMC are you using (build/platform/addon version-source)

Also, is your box running openif?

yea its running openif

im running the .deb package from ppa:lars-opdenkamp/xbmc-pvr on ubuntu lucid and the addon was compiled a couple of hours ago.
Version: 2:11.0-pvr+odk44~git20110731.60222aa-0ubuntu1~ppa+odk44~lucid to be exact.

Enable debug logging and check the log file whether the webapi can be reached properly...
(2012-03-19, 21:54)coatto87 Wrote: @jdembski:

could you help me to compile the plugin on osx? http://forum.xbmc.org/showthread.php?tid...pid1050191

I do not have the chance to compile this on macosx, as I do not own a Mac :/
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
It tries but http://192.168.1.100:80/qwb/getservices does not exist, so all it gets is the "Error 404 not found"


22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: GetHttpXML Open webAPI with URL: 'http://192.168.1.100:80/web/getservices'
22:33:22 T:139725988423424 DEBUG: Thread Background Loader start, auto delete: 0
22:33:22 T:139725988423424 DEBUG: Thread Background Loader 139725988423424 terminating
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: GetHttpXML Got result. Length: 93
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: LoadChannelGroups Number of elements: '0'
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: LoadChannelGroups Loaded 0 Channelsgroups
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: LoadChannels loading channel group: 'radio'
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: GetHttpXML Open webAPI with URL: 'http://192.168.1.100:80/web/getservices?sRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet%2Efavourites%2Eradio%22%20ORDER%20BY%20bouquet'
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: GetHttpXML Got result. Length: 93
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: LoadChannels Number of elements: '0'
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: LoadChannels Loaded 0 Channels
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: Open Starting separate client update thread...
22:33:22 T:139725782660864 DEBUG: AddOnLog: VU+ Client: Process - starting


However if i can get an example of what would be returned on the 'http://192.168.1.100:80/web/getservices' call
and also where it looks for the epg data and an example of how it would be presented i can write something that convert the enigma1 text to XML.
Reply
(2012-03-19, 22:38)extracted Wrote: It tries but http://192.168.1.100:80/qwb/getservices does not exist, so all it gets is the "Error 404 not found"


22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: GetHttpXML Open webAPI with URL: 'http://192.168.1.100:80/web/getservices'
22:33:22 T:139725988423424 DEBUG: Thread Background Loader start, auto delete: 0
22:33:22 T:139725988423424 DEBUG: Thread Background Loader 139725988423424 terminating
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: GetHttpXML Got result. Length: 93
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: LoadChannelGroups Number of elements: '0'
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: LoadChannelGroups Loaded 0 Channelsgroups
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: LoadChannels loading channel group: 'radio'
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: GetHttpXML Open webAPI with URL: 'http://192.168.1.100:80/web/getservices?sRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet%2Efavourites%2Eradio%22%20ORDER%20BY%20bouquet'
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: GetHttpXML Got result. Length: 93
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: LoadChannels Number of elements: '0'
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: LoadChannels Loaded 0 Channels
22:33:22 T:139725774268160 INFO: AddOnLog: VU+ Client: Open Starting separate client update thread...
22:33:22 T:139725782660864 DEBUG: AddOnLog: VU+ Client: Process - starting


However if i can get an example of what would be returned on the 'http://192.168.1.100:80/web/getservices' call
and also where it looks for the epg data and an example of how it would be presented i can write something that convert the enigma1 text to XML.

Search for enigma2 webapi in google for examples...
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
@jdembski: good news.
If i compile the plugin from https://github.com/jdembski/xbmc/tree/addon_vuplus, it works perfectly also on osx (after i installed curl via macports).

So i think there is an issue on Makefile Smile

Reply
(2012-03-19, 23:03)coatto87 Wrote: @jdembski: good news.
If i compile the plugin from https://github.com/jdembski/xbmc/tree/addon_vuplus, it works perfectly also on osx (after i installed curl via macports).

So i think there is an issue on Makefile Smile

Can you try getting it to work with the xbmc-addon-vuplus git? The other one is pretty outdated...
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
(2012-03-19, 23:07)jdembski Wrote:
(2012-03-19, 23:03)coatto87 Wrote: @jdembski: good news.
If i compile the plugin from https://github.com/jdembski/xbmc/tree/addon_vuplus, it works perfectly also on osx (after i installed curl via macports).

So i think there is an issue on Makefile Smile

Can you try getting it to work with the xbmc-addon-vuplus git? The other one is pretty outdated...

The issue i wrote is with xbmc-addon-vuplus git.
No issues with xbmc/tree/addon_vuplus.
Reply
(2012-03-19, 23:08)coatto87 Wrote:
(2012-03-19, 23:07)jdembski Wrote:
(2012-03-19, 23:03)coatto87 Wrote: @jdembski: good news.
If i compile the plugin from https://github.com/jdembski/xbmc/tree/addon_vuplus, it works perfectly also on osx (after i installed curl via macports).

So i think there is an issue on Makefile Smile

Can you try getting it to work with the xbmc-addon-vuplus git? The other one is pretty outdated...

The issue i wrote is with xbmc-addon-vuplus git.
No issues with xbmc/tree/addon_vuplus.

Ok, i overwrited the old files in xbmc/tree/addon_vuplus with the new downloaded from xbmc-addon-vuplus git and i compiled it using the makefile in xbmc/tree/addon_vuplus without errors.
If you need, i can upload the xbmc_pvr branch compiled today from https://github.com/opdenkamp/xbmc and the latest version of this plugin, all for osx (tested on 10.7).
Reply
(2012-03-19, 21:45)jdembski Wrote:
(2012-03-19, 21:19)linuxmad Wrote: @ jdembski:

Can you please try to develop this to work with dreambox (enigma 1). There are a lot of users using SD boxes like the dm500s (and various clones) around here. This would really cheer up all of us.
This is the webif for enigma 1 protocols:
http://dream.reichholf.net/wiki/Webinterface_Befehle
Can you PLEASE (BIG PLEASE) give it a try?
THANKS

Sorry, I do not have an enigma1 box. Also it looks like the web if returns plain text - the enigma2 is returning XML which is quite easy to parse with the correct tools.

if its something you would consider i could link you up with an unused box so you can access it from wherever. my broadband should be able to stream the tv aswell for testing.
Reply
Can someone post a video of this addon working would like to see the progress but i dont own an enigma2 box yet. I am seriously considiring buying one if i can get it to work inside xbmc also dont want to take the plunge because of this XBMC4STB anyone know anything more about this? As this would be ideal for me.
Lounge

Alienware X51 r2
OS - Windows 10, Kodi Krypton
TV - LG 47LM670T
AVR - Denon AVR-X2300W

Master Bedroom

Nvidia Shield Android TV
OS - Android TV, Kodi Jarvis 16.0
TV - Samsung 32ES6710

Server

HP Proliant Microserver N40L
OS - Unraid 6
Reply
(2012-03-20, 12:13)J7AYU Wrote: Can someone post a video of this addon working would like to see the progress but i dont own an enigma2 box yet. I am seriously considiring buying one if i can get it to work inside xbmc also dont want to take the plunge because of this XBMC4STB anyone know anything more about this? As this would be ideal for me.

I'll take a Mr.Shaky Cam video later on my phone and upload it tomorrow in work. XBMC4STB seems it may be a pipedream as no information has come out about it since the release of that marketing stuff although I get your point that it may be worth waiting until later this year based on their timescale data.

At the minute the addon seems to work very well, much nicer than Tuxbox, with quicker zapping of channels and full EPG now working. Don't really see any reason not to buy one. Windows version isn't working yet though so you'd need to be using linux or OpenELEC version.
Image
Reply
(2012-03-20, 13:38)redknight Wrote:
(2012-03-20, 12:13)J7AYU Wrote: Can someone post a video of this addon working would like to see the progress but i dont own an enigma2 box yet. I am seriously considiring buying one if i can get it to work inside xbmc also dont want to take the plunge because of this XBMC4STB anyone know anything more about this? As this would be ideal for me.

I'll take a Mr.Shaky Cam video later on my phone and upload it tomorrow in work. XBMC4STB seems it may be a pipedream as no information has come out about it since the release of that marketing stuff although I get your point that it may be worth waiting until later this year based on their timescale data.

At the minute the addon seems to work very well, much nicer than Tuxbox, with quicker zapping of channels and full EPG now working. Don't really see any reason not to buy one. Windows version isn't working yet though so you'd need to be using linux or OpenELEC version.

Thank you RedKnight probably will wait until later in the year as then ill see a total upgrade to my media setup, starting with the iTV then my current HTPC will become my NAS and was hoping that XBMC4STB would be out so i could use my STB as my frontend/backend with no additional boxes or expense in my livingroom. Staring the project in April with my network infrastructure, ripping out all the coax running through the walls and replacing it with cat5e cables and sockets instead. then my house is ready for an enigma2 STB and thanks to the webserver every TV will get excellent channel clarity with no interference or signal loss Big Grin Hopefully.

Lounge

Alienware X51 r2
OS - Windows 10, Kodi Krypton
TV - LG 47LM670T
AVR - Denon AVR-X2300W

Master Bedroom

Nvidia Shield Android TV
OS - Android TV, Kodi Jarvis 16.0
TV - Samsung 32ES6710

Server

HP Proliant Microserver N40L
OS - Unraid 6
Reply
(2012-03-20, 15:25)J7AYU Wrote:
(2012-03-20, 13:38)redknight Wrote:
(2012-03-20, 12:13)J7AYU Wrote: Can someone post a video of this addon working would like to see the progress but i dont own an enigma2 box yet. I am seriously considiring buying one if i can get it to work inside xbmc also dont want to take the plunge because of this XBMC4STB anyone know anything more about this? As this would be ideal for me.

I'll take a Mr.Shaky Cam video later on my phone and upload it tomorrow in work. XBMC4STB seems it may be a pipedream as no information has come out about it since the release of that marketing stuff although I get your point that it may be worth waiting until later this year based on their timescale data.

At the minute the addon seems to work very well, much nicer than Tuxbox, with quicker zapping of channels and full EPG now working. Don't really see any reason not to buy one. Windows version isn't working yet though so you'd need to be using linux or OpenELEC version.

Thank you RedKnight probably will wait until later in the year as then ill see a total upgrade to my media setup, starting with the iTV then my current HTPC will become my NAS and was hoping that XBMC4STB would be out so i could use my STB as my frontend/backend with no additional boxes or expense in my livingroom. Staring the project in April with my network infrastructure, ripping out all the coax running through the walls and replacing it with cat5e cables and sockets instead. then my house is ready for an enigma2 STB and thanks to the webserver every TV will get excellent channel clarity with no interference or signal loss Big Grin Hopefully.

Keep me apprised of your project, I love setting up home tech systems! set yourself up a windows home server or linux with unraid for drive merging instead of a NAS, you can run sab and sickbeard etc all from your server.

Cat5 all the way, it's so flexible, you run anything down it. And gigabit ethernet is a must, forget 10/100 and wireless
Image
Reply
  • 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 76

Logout Mark Read Team Forum Stats Members Help
[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox217