Kodi v18 (Leia) testbuilds
|
14th Feb, 2018, 02:37 AM
(This post was last modified: 17th Oct, 2018 07:58 AM by Nachteule.)
Post: #1
|
|||
|
|||
Kodi v18 (Leia) testbuilds
It's not a carneval joke testbuilds for Kodi v18 are available for download
It should be noted that those testbuilds are available for Raspberry Pi 0-3 only |
|||
18th Mar, 2018, 10:13 PM
Post: #2
|
|||
|
|||
RE: Kodi v18 (Leia) testbuilds
Hi Nachteule, do you know if and when it'll be available on cubox-i also?
Thanks and keep up the good work! |
|||
19th Mar, 2018, 12:05 AM
Post: #3
|
|||
|
|||
RE: Kodi v18 (Leia) testbuilds
(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 |
|||
24th Mar, 2018, 11:43 PM
Post: #4
|
|||
|
|||
RE: Kodi v18 (Leia) testbuilds
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 |
|||
25th Mar, 2018, 12:37 AM
Post: #5
|
|||
|
|||
RE: Kodi v18 (Leia) testbuilds
@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? |
|||
25th Mar, 2018, 12:53 AM
Post: #6
|
|||
|
|||
RE: Kodi v18 (Leia) testbuilds
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 |
|||
25th Mar, 2018, 01:00 AM
Post: #7
|
|||
|
|||
RE: Kodi v18 (Leia) testbuilds
(25th Mar, 2018 12:53 AM)rafhtl Wrote: exactly! Yes, please So, you're running libcec v3 (masterv3 branch), and this works? That's really confusing me |
|||
25th Mar, 2018, 01:34 AM
Post: #8
|
|||
|
|||
RE: Kodi v18 (Leia) testbuilds
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 |
|||
25th Mar, 2018, 01:41 AM
Post: #9
|
|||
|
|||
RE: Kodi v18 (Leia) testbuilds
Yes, you did it
|
|||
14th Apr, 2018, 01:35 AM
Post: #10
|
|||
|
|||
RE: Kodi v18 (Leia) testbuilds
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 |
|||
14th Apr, 2018, 02:55 AM
Post: #11
|
|||
|
|||
RE: Kodi v18 (Leia) testbuilds
(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+ |
|||
14th Apr, 2018, 01:42 PM
Post: #12
|
|||
|
|||
RE: Kodi v18 (Leia) testbuilds
(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 |
|||
14th Apr, 2018, 06:51 PM
(This post was last modified: 17th Apr, 2018 06:12 AM by Nachteule.)
Post: #13
|
|||
|
|||
RE: Kodi v18 (Leia) testbuilds
(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 |
|||
30th Jun, 2018, 12:44 AM
Post: #14
|
|||
|
|||
RE: Kodi v18 (Leia) testbuilds
sorry but we are still with this version?
|
|||
30th Jun, 2018, 12:45 AM
Post: #15
|
|||
|
|||
RE: Kodi v18 (Leia) testbuilds | |||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Kodi 18 Leia | gizag | 13 | 31,263 |
14th Feb, 2018 02:40 AM Last Post: Nachteule |