![]() |
XBMC meets VDR UI - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: VDR (https://forum.kodi.tv/forumdisplay.php?fid=169) +---- Thread: XBMC meets VDR UI (/showthread.php?tid=147354) |
XBMC meets VDR UI - FernetMenta - 2012-12-06 ![]() Isn't this nice ![]() I need to fix some bugs with audio on some channels before I finish this. RE: XBMC meets VDR UI - bomping - 2012-12-06 Sweet !!! RE: XBMC meets VDR UI - pdeg69 - 2012-12-06 Nice, I'm looking forward to this. RE: XBMC meets VDR UI - ZIOLele - 2012-12-08 FernetMenta, you Rock!! One thing i don't understand (it's just out of curiosity, either wa is good for me ;-D ) this is where you interact with vdr osd, or is just a setting window where you select the theme ui for vdr osd, and then you use the vdr osd from live tv ? RE: XBMC meets VDR UI - FernetMenta - 2012-12-08 This is for administration and setup of VDR. It's quite hard to setup VDR and all of its plugins without a GUI. VDR provides.e.g. menus for the various plugins to adjust parameters. I already added a parameter for VNSI, setup for timeshift will follow. RE: XBMC meets VDR UI - FernetMenta - 2012-12-15 For those who want to test this (only working on systems with OpenGL): XBMC from my repo, branch osd: https://github.com/FernetMenta/xbmc/tree/osd VNSI addon and vdr plugin from my repo, branch osd: https://github.com/FernetMenta/xbmc-pvr-addons/tree/osd Make sue to checkout branch osd (git checkout osd) or reset directly to the branch if you already cloned the repo: git fetch <repo name> git reset --hard <repo name>/osd Watch the hints on the screen. To exit OSD control you need to push the info button. PreviousMenu and NavBack are needed to control vdr osd. RE: XBMC meets VDR UI - senufo - 2012-12-18 hello, I compiled VNSI osd but I can not see the OSD. I just a gray screen. After a while xbmc crashes. Here are the error messages in the syslog: Code: Dec 17 21:28:21 netop vdr: [12728] ERROR: 1 ring buffer overflow (77 bytes dropped) and in xbmc.log : Code: 21:33:41 T:3047466816 DEBUG: OnKey: escape (f01b) pressed, action is PreviousMenu I use vdr 1.7.33 with plugin skinenigmang, svdrpservice, epgsync, vdrmanager, text2skin , Ubuntu 12.04 and kernel 3.2.0-34 Any idea ? Thanks RE: XBMC meets VDR UI - FernetMenta - 2012-12-18 Quote:Dec 17 21:33:37 netop vdr: [12635] EnigmaNG: cSkinEnigmaDisplayMenu: CanHandleAreas() [1] returned 6 I only tested with skin lcars. Enigma seems to require more memory. I am just wondering how enigma works with sd device. I use pretty much the same code. RE: XBMC meets VDR UI - senufo - 2012-12-19 Thanks, I'll test tonight without skin Enigma Senufo RE: XBMC meets VDR UI - senufo - 2012-12-20 I tested LCARS and it works well, but with my version of the VDR 1.7.32 LCARS skin appears wrong with xineliboutput and it's the same thing with VNSI. So I tried two other skins (classic and console) which focntionne with XLO. In this case I have the same error with enigma RE: XBMC meets VDR UI - FernetMenta - 2012-12-21 I will test with a different skin over the weekend. There is actually no reason to limit the memory for the osd for VNSI. I just followed the example in sddevice which I thought is a kind of reference implementation. RE: XBMC meets VDR UI - FernetMenta - 2012-12-22 I have increased resources for the OSD. EnigmaNG works on my system. Could you give it a try? RE: XBMC meets VDR UI - senufo - 2012-12-23 Hi, I tested the changes and now it works with LCARS and other skins. However I had crashes when I wanted to change the skin from the osd or just me moving through the menus. the xbmc log file: http://pastebin.com/xjrBZxUS RE: XBMC meets VDR UI - FernetMenta - 2012-12-23 Hi, I tried to reproduce this issue but no luck. Does it crash just randomly or can you make it crash with a particular pattern? I changed skin more than 20 times but no issue. RE: XBMC meets VDR UI - senufo - 2012-12-24 Hi, I'm not at home, I can't test only next week Senufo |