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 - Leatherface - 2012-10-17

(2012-10-17, 16:30)jdembski Wrote:
(2012-10-17, 16:29)N3m3515 Wrote: can you implement an option to set up how big the streaming cache is? or is it handled by omxplayer?

You can set this via the advancedsettings.xml. I think I posted it a couple of pages ago.
I am using this in my advancedsettings.xml and now my Teletext is almost in sync.
XBMC need to fix so teletext is synced with audio/video.
With normal cache subtitles comes 2-3 seconds to fast for me.

<network>
<cachemembuffersize>262144</cachemembuffersize>
</network>



RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - sfuchs - 2012-10-18

(2012-10-17, 16:00)jdembski Wrote:
(2012-10-17, 15:47)Leatherface Wrote: Well you could store it locally as a cache so it only need to grab it once.
Same thing with EPG etc.
(2012-10-17, 14:03)N3m3515 Wrote: great idea with the picons. would like to see it in future builds.
You can already test it with his test build

git clone -b test https://github.com/jdembski/xbmc-pvr-addons.git pvr-addons
Lars told us to not implement any new features (because of feature freeze), so the only pending PR from my side is the one with the windows and "do not disconnect on an empty bouquet" fixes. Unfortunately it wasn't merged until now - rendering the addon completely useless for windows users. Sad

Can you please explain this a little further? What will under which circumstances not work for Windows Users?

Stephan



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

Right now when users are compiling for windows from the official addon repository then they cannot use the vuplus addon, because the addon crashes on startup.


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - sfuchs - 2012-10-18

(2012-10-18, 09:34)jdembski Wrote: Right now when users are compiling for windows from the official addon repository then they cannot use the vuplus addon, because the addon crashes on startup.

So when I'm compiling XBMC from the official repo and the PVR Client addon from your repo it will not work?



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

(2012-10-18, 10:47)sfuchs Wrote:
(2012-10-18, 09:34)jdembski Wrote: Right now when users are compiling for windows from the official addon repository then they cannot use the vuplus addon, because the addon crashes on startup.

So when I'm compiling XBMC from the official repo and the PVR Client addon from your repo it will not work?

If you compile it from my repo and if you use the "test" or "fixwindows" branch then it will (at least it should) work.

"Test" is the branch with some other changes (like virtual recording folders) applied.

If a user is using Linux then the official repo (I'm talking about opdenkamp's repo) is OK, the crashes only appear when using windows.


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - N3m3515 - 2012-10-18

http://www.raspberrypi.org/phpBB3/viewtopic.php?f=35&t=20302#p196841

Maybe this is the solution for our hd channel problem


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

(2012-10-18, 21:46)N3m3515 Wrote: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=35&t=20302#p196841

Maybe this is the solution for our hd channel problem

Nice - I guess I need to start compiling a new OpenELEC build Wink


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - cmatte - 2012-10-21

(2012-10-18, 21:48)jdembski Wrote:
(2012-10-18, 21:46)N3m3515 Wrote: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=35&t=20302#p196841

Maybe this is the solution for our hd channel problem

Nice - I guess I need to start compiling a new OpenELEC build Wink

Hi Joerg,
should 0.3.3 work ok on OpenELEC nightlies at the moment?
It started first time, tried to do its duties, then failed with 'connection lost' and then xbmc always says no pvr manager is there.

Thanks Smile


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

(2012-10-21, 01:04)cmatte Wrote:
(2012-10-18, 21:48)jdembski Wrote:
(2012-10-18, 21:46)N3m3515 Wrote: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=35&t=20302#p196841

Maybe this is the solution for our hd channel problem

Nice - I guess I need to start compiling a new OpenELEC build Wink

Hi Joerg,
should 0.3.3 work ok on OpenELEC nightlies at the moment?
It started first time, tried to do its duties, then failed with 'connection lost' and then xbmc always says no pvr manager is there.

Thanks Smile

Do you have a debug log?


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - cmatte - 2012-10-21

Ok, didn't know anything about how to do it, so I needed some time Smile
The log file came out of 8+ MB, sorry for that.
Sending links as pm to you because I've read scarying warning everywhere about posting it publicly.
Also, the upload went ok on xbmclogs.com but I myself get an empty page after having gave it the password for having it back.
Let me know if it works for you Confused


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

(2012-10-21, 12:23)cmatte Wrote: Ok, didn't know anything about how to do it, so I needed some time Smile
The log file came out of 8+ MB, sorry for that.
Sending links as pm to you because I've read scarying warning everywhere about posting it publicly.
Also, the upload went ok on xbmclogs.com but I myself get an empty page after having gave it the password for having it back.
Let me know if it works for you Confused

Sorry, I only get an empty page, too.


R: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - cmatte - 2012-10-21

Ok, I'll be back to you asap, let's try pastebin!


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - cmatte - 2012-10-21

New pm sent Wink


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

The fix for your problem was merged two days ago - so you have just to wait until OpenELEC updates the xbmc-pvr-addon..
Code:
0.3.4:
- fix: several crashes on win32 due to missing locks / invalid memory access
- fix: do not report connection problems when there is an empty TV-channel bouquet



RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - cmatte - 2012-10-21

Great!
In fact it works setting a bouquet only, thanks Wink
And..noobish questions lol Smile about the update of OpenELEC, is it something with nightly builds updating I need to do or will it auto-update by itself?