![]() |
Kodi v18 (Leia) testbuilds - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Testing & Experimental (/forum-21.html) +--- Thread: Kodi v18 (Leia) testbuilds (/thread-3962.html) |
Kodi v18 (Leia) testbuilds - Nachteule - 14th Feb, 2018 02:37 AM ![]() It's not a carneval joke ![]()
It should be noted that those testbuilds are available for Raspberry Pi 0-3 only RE: Kodi v18 (Leia) testbuilds - unbroken - 18th Mar, 2018 10:13 PM Hi Nachteule, do you know if and when it'll be available on cubox-i also? Thanks and keep up the good work! RE: Kodi v18 (Leia) testbuilds - Nachteule - 19th Mar, 2018 12:05 AM (18th Mar, 2018 10:13 PM)unbroken Wrote: Hi Nachteule, do you know if and when it'll be available on cubox-i also? iMX6 support has been removed from current Kodi Leia sources, so probably there will never be a version for Cubox-i available RE: Kodi v18 (Leia) testbuilds - rafhtl - 24th Mar, 2018 11:43 PM Hi Nachteule I tried K18 from your instructions and all worked just wanted to tell you that since Kodi 16 I have had to change CEC behavior in sources because of this https://github.com/Pulse-Eight/libcec/issues/326 in fact by changing this in libcec and compiling deb it all goes back to normal and also RSS speed is fluid If this isnt pushed RSS is sluggish and CEC skips input even if only one pulse from remote thanks raf RE: Kodi v18 (Leia) testbuilds - Nachteule - 25th Mar, 2018 12:37 AM @rafhtl (24th Mar, 2018 11:43 PM)rafhtl Wrote: https://github.com/Pulse-Eight/libcec/issues/326 What exactly did you change? Reverting this commit? RE: Kodi v18 (Leia) testbuilds - rafhtl - 25th Mar, 2018 12:53 AM exactly! On MasterV3 branch works perfectly! In fact there is no need for that new code and a lot of users are suffering from this! I have the exact code I can give you if u want raf thanks RE: Kodi v18 (Leia) testbuilds - Nachteule - 25th Mar, 2018 01:00 AM (25th Mar, 2018 12:53 AM)rafhtl Wrote: exactly! Yes, please ![]() So, you're running libcec v3 (masterv3 branch), and this works? ![]() ![]() ![]() RE: Kodi v18 (Leia) testbuilds - rafhtl - 25th Mar, 2018 01:34 AM sorry I wasnt clear So on isengard we know that we can only use 3 and not libcec4 After isengard on 16 17 and 18 we use master (v4) I tested this (libcec3 modded by me) on isengard and compiled correctly and solved the problem of double skip and sluggish rss feed. And I realized this change was in fact giving problems since it was committed (2014) during isengard So I kept my mods and everything was fine Then when we started using libcec4 I realized same problems where occurring so this "REVERT" or change can easily be done on Master CEC and it will fix this problem also for kodi 16 17 and... I suppose... 18 Hope to have explained better thanks raf RE: Kodi v18 (Leia) testbuilds - Nachteule - 25th Mar, 2018 01:41 AM Yes, you did it ![]() RE: Kodi v18 (Leia) testbuilds - Logos_Coder - 14th Apr, 2018 01:35 AM HI i'm new to xbian, and i was trying to upgrade to leia on a ras pi 3 (B+) and after i upgraded the terminal, turning on devl packages and upgrading everything, I reboot and nothing really happens. The green LED on the pi stays on, but thats about it. Quote:The helper script script.module.inputstreamhelper needs already loaded loop module I didn't do that, so maybe that has somthing to do with it? And if it does, I don't know what you mean or how to do that. ~Logos RE: Kodi v18 (Leia) testbuilds - Nachteule - 14th Apr, 2018 02:55 AM (14th Apr, 2018 01:35 AM)Logos_Coder Wrote: HI i'm new to xbian, and i was trying to upgrade to leia on a ras pi 3 (B+) and after i upgraded the terminal, turning on devl packages and upgrading everything, I reboot and nothing really happens. The green LED on the pi stays on, but thats about it. No, it does not. script.module.inputstreamhelper is just needed for updating that libwivedine stuff required by inputstream addon Ohhh, I think I know what happened. You probably installed package xbian-package-firmware from devel repo, but unfortunately this is old stuff which does not support Pi3B+ RE: Kodi v18 (Leia) testbuilds - Logos_Coder - 14th Apr, 2018 01:42 PM (14th Apr, 2018 02:55 AM)Nachteule Wrote: No, it does not. script.module.inputstreamhelper is just needed for updating that libwivedine stuff required by inputstream addon That did work! Though... after I tried installing the netflix module (link here), but I needed to install pip so I could install the pycryptodomex module. while it was installing it went into read only mode, (I did Code: dmesg | less ![]() ps; I did some other things before resurching what might be wrong, like Code: sudo chmod -R 666 / ~Logos RE: Kodi v18 (Leia) testbuilds - Nachteule - 14th Apr, 2018 06:51 PM (14th Apr, 2018 01:42 PM)Logos_Coder Wrote:(14th Apr, 2018 02:55 AM)Nachteule Wrote: No, it does not. script.module.inputstreamhelper is just needed for updating that libwivedine stuff required by inputstream addon 1) That's one of the most annoying issues of the Pi3B+: The default clock settings leads in a unstable configuration, please set overclocking mode in xbian-config to Pi3B+:XBian or add sdram_frequ=450 manually to /boot/config.txt 2) I'm wondering if you have to install pip to install pycryptodomex module, because the required debian package should be installed automatically Terminal root@kmxbilr2 ~ # dpkg-query -s xbian-package-xbmc | grep ^Depends | grep -o python-pycryptodome python-pycryptodome root@kmxbilr2 ~ # 3) XBian is using BTRFS with LZ4 compression for root partition, so usually you can't read this partition from a standard (windows) system 4) AFAIK Netflix addon seems to be currently broken, see this issue EDIT: Tried again to make Netflix addon work, and now I got success. You have to disable OMXplayer to make it work 5) Oh yes, running sudo chmod -R 666 / was a very bad idea RE: Kodi v18 (Leia) testbuilds - roboso - 30th Jun, 2018 12:44 AM sorry but we are still with this version? RE: Kodi v18 (Leia) testbuilds - Nachteule - 30th Jun, 2018 12:45 AM (30th Jun, 2018 12:44 AM)roboso Wrote: sorry but we are still with this version? Yes, we are (alpha3) |