-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kodi: update to 17.0-beta1-81d5d26 #641
Conversation
Updated after a few RPi commits were shuffled about (thanks @popcornmix). Not yet fully build tested, I'll do that today/tomorrow. |
Apparently Odroid_C2 will have problems building Kodi 17 beta1:
Does anyone have an updated patch that I can add to this PR? |
I think at this point we can drop the Oversun's Kodi patch and use WeTek Hub Kodi patches. The downside would be not having all C2's resolution available to choose for Kodi but this can be added later. |
agree, the oversun patch is a mixture for all odroid devices (V4L2 / libHybris) |
I don't think these are needed at this point, we still need to PR patches for HD audio passthrough. I haven't had a look at Krypton yet and I tell from my experience with Jarvis. |
ok, i'll try in the meantime with oversuns patch. Looking forward to test codesnakes work. |
peripheral.joystick master is no longer compatible with Kodi 17 beta1 - use the last version that is. |
Build and run-time tested this PR on RPi/RPi2/Generic. Seems OK, although there is one problem - if the user has the current repository version of
Which could be a problem for users upgrading from 7.90.004 or any earlier version when |
Maybe there has to be a different version check for this - will look over it over the day |
I'll build a try/catch patch around it - the situation is kind of ugly because it was forgotten to implement the API version |
Thanks - ugly is better than kodi not being able to start. If you're able to come up with something we can add it to this PR. |
Add |
Peripheral.joystick seems to be broken. Controllers show up as connected but buttons aren't registered when trying to map the buttons. Tested with DS4. |
Odroid_C2 video is not running at all because of missing AML video /sys/parameter/.... value which is be used to detect if its kernel 3.14. 1.) Make a kodi patch, wich does not check for this value I'm not LibreElec professional and therefore unsure how to solve such issues. I'm currently using a simple patch for Odroid_C2/kodi patch. Edit: This issue is not only with this patch here, its an issue wich was already with all previous versions. |
…om MilhouseVH in PR LibreELEC#641
Joystick.peripherals is broken with beta1, but there's a fix: Also, I used to be able to pair from my phone (with bluetooth after running hciconfig hci0 piscan). A passkey confirmation would pop up in Kodi. This no longer happens with beta1, although I can pair through the LibreELEC bluetooth menus fine. I'm guessing the functionality for this is in LibreELEC-settings? Should I report an issue there? I downgraded to a build with the previous Kodi version and it works fine again. How it used to look like when pairing from my phone: http://imgur.com/a/ek81h EDIT1: Found the code in LibreELEC-settings and there doesn't seem to be an issue tracker so here goes: https://github.com/LibreELEC/service.libreelec.settings/blob/master/src/resources/lib/modules/bluetooth.py#L1017 Hoping this will be looked at, because it's really quite useful to let guests pair and use A2DP with Kodi without having to go into the LibreELEC bluetooth menu to do it. |
@escalade: I've added garbear/xbmc@ee2dc57 to this PR, can you confirm it is OK? Odroid_C2: I've added an updated oversun commit from @mapfau, in his own words: "its cleaned so all odroid things not part of odroidc2 are in there". @mapfau please test & thanks! |
Yes, it's tested and fixes the issue. On Friday, 26 August 2016, MilhouseVH notifications@github.com wrote:
Sent from Gmail |
I know but please test this PR (just to be sure I haven't cocked anything up!) |
@MilhouseVH thanks for your efforts on this, there were lots of kinks to work out :) |
Bump
ffmpeg
to 3.1.2-Krypton-Beta1,expat
to 2.2.0 andcurl
to 7.5.1 to be in sync with same versions used by Kodi 17-b1.RPi/RPi2 backports updated - @popcornmix can you eyeball this to make sure I've not left out any "unstable" commits that are now considered stable (I can force push if you need to rebase newclock5).