[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
redknight Offline
Senior Member
Posts: 110
Joined: Oct 2009
Reputation: 3
Post: #111
It's working!

It took ages to import all my channels and EPG, it was only so quick before because it wasn't really bringing the EPG in. Took about 30-40 mins to import but now it only seems to sync changes on boot. Either way it has saved the channels and EPG and is ready to watch on a new boot in 5-10 seconds. Good work man.

With regards to our epg issues it is now importing everything correctly Smile

I'll continue to test but for the moment it's going well.

Congrats man, now just to fix the windows version and compile it in this weird OE way so it can be used as a stand alone add on without having to build OE everytime

[Image: widget]
find quote
ultraman Offline
Junior Member
Posts: 12
Joined: Mar 2012
Reputation: 1
Post: #112
(2012-03-19 01:16)redknight Wrote:  and compile it in this weird OE way so it can be used as a stand alone add on without having to build OE everytime
You don't have to build OE everytime - just vuplus addon. But at the end you get OE image which must be updated.
It's just how OE works. I can try to make separate vuplus addon which can be updated without OE update. But personally thinks that's not important because OE has all PVR clients inside. Why vuplus would be different.
find quote
redknight Offline
Senior Member
Posts: 110
Joined: Oct 2009
Reputation: 3
Post: #113
(2012-03-19 12:43)ultraman Wrote:  
(2012-03-19 01:16)redknight Wrote:  and compile it in this weird OE way so it can be used as a stand alone add on without having to build OE everytime
You don't have to build OE everytime - just vuplus addon. But at the end you get OE image which must be updated.
It's just how OE works. I can try to make separate vuplus addon which can be updated without OE update. But personally thinks that's not important because OE has all PVR clients inside. Why vuplus would be different.

Nah, I just need to get my head round updating and compiling the addon. I've come from knowing nothing about linux to knowing a bit but I've a lot more to learn tbh

[Image: widget]
find quote
redknight Offline
Senior Member
Posts: 110
Joined: Oct 2009
Reputation: 3
Post: #114
+1 Feature request - Something to tell us explicitly what Bouquet we're in clearly and the ability to choose a Bouquet rather than the current cycling system. I have to keep an eye on the channels and wait until they are all in HD to know I'm in my HD bouquet

[Image: widget]
find quote
extracted Offline
Junior Member
Posts: 14
Joined: Oct 2011
Reputation: 0
Post: #115
I have a dm600 dreambox and i can not for the life of me find an image with the "correct" webinterface.
Can anyone here who got it working suggest a working image? openpli seems to be running here own thing, Or possibly a link to where i can download the tarball or package of the webinterface.

For some reason or another i only get the "404 page not found" when i surf into serverip/web
(This post was last modified: 2012-03-19 19:04 by extracted.)
find quote
redknight Offline
Senior Member
Posts: 110
Joined: Oct 2009
Reputation: 3
Post: #116
(2012-03-19 18:59)extracted Wrote:  I have a dm600 dreambox and i can not for the life of me find an image with the "correct" webinterface.
Can anyone here who got it working suggest a working image? openpli seems to be running here own thing, Or possibly a link to where i can download the tarball or package of the webinterface.

Dreambox 600 is Enigma 1 by standard, the addon doesnt work with Enigma 1. However! on the wiki it says Enigma 2 is in beta, whatever that means!

[Image: widget]
find quote
extracted Offline
Junior Member
Posts: 14
Joined: Oct 2011
Reputation: 0
Post: #117
Yea im using the beta but its still the same. should be able to flash it with newnigma2 or something.
find quote
redknight Offline
Senior Member
Posts: 110
Joined: Oct 2009
Reputation: 3
Post: #118
(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?

[Image: widget]
find quote
coatto87 Offline
Junior Member
Posts: 9
Joined: Mar 2012
Reputation: 0
Post: #119
I tried to compile it on OSX Lion 10.7.3 but it seems not working:

Code:
MaxPower$ ./configure

[...]

libtool: link: ar cru .libs/libvuplus.a  client.o xmlParser.o VuData.o
libtool: link: ranlib .libs/libvuplus.a
libtool: link: ( cd ".libs" && rm -f "libvuplus.la" && ln -s "../libvuplus.la" "libvuplus.la" )
cp -f .libs/libvuplus.so XBMC_vuplus.pvr
cp: .libs/libvuplus.so: No such file or directory

EDIT: i edited the Makefile in xbmc-addon-vuplus/src/vuplus
Code:
[...]
XBMC_vuplus.pvr: libvuplus.la
    cp -f .libs/libvuplus.dylib XBMC_vuplus.pvr
    $(STRIP) -x XBMC_vuplus.pvr
[...]

and now should be working (i can't try the plugin now, i'm compiling pvr xbmc branch yet).
When you compile the plugin on osx, there isn't any libvuplus.so but it's libvuplus.dylib.

EDIT2: no, not working Sad
(This post was last modified: 2012-03-19 20:12 by coatto87.)
find quote
linuxmad Offline
Junior Member
Posts: 32
Joined: Jun 2008
Reputation: 0
Post: #120
@ 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
find quote
Post Reply