[Testing] Kodi 18.0 Leia beta versions now available for RetroPie!
-
@BuZz the Kodi bug seemed to be a problem with the
overscan_scale
engine itself, not the overscan settings overall, the commit that fixed the firmware for the issue states:https://github.com/raspberrypi/firmware/commit/afd824ac32ab1f3bf8b462178770253f8757bf1f
firmware: dispmanx: Also apply overscan_scale when clamping to screen
See: https://forum.kodi.tv/showthread.php?tid=338052I think what happens is that when all the overscan margins are
0
, for example whendisable_overscan=1
, then theoverscan_scale
engine is doing 1:1 and the bug doesn't manifest.I can't try myself (I don't have KODI installed) but I bet these settings also trigger the bug:
disable_overscan=1 overscan_left=40 overscan_right=40 overscan_top=40 overscan_bottom=40 overscan_scale=1
Also I bet that if you move
disable_overscan
to the bottom, the bug doesn't happen because it will reset the overscan margins back to0
.Anyway, to be clear, I'm not trying to convince you to remove setting
overscan_scale
, but I'm trying to convince you of the need to add functionality to not force it when users don't need it. For example something like : if installing ES for the first time and overscan_scale is not set, then set it, otherwise do not touch it.Edit Just realised you edited your post, yes, adding a configruation to disable the setting and making sure the script respects the setting. Editing the
config.txt
file manually doesn't work because on the next update/configure, ES will again setoverscan_scale
back to1
.Edit2:
Why doesn't the firmware disable it if it's not needed with overscan disabled / set to 0?
That's a question for the firmware mantainers :) I also agree with you that it is the expected behaviour given the option name. I already raised an issue asking for the documentation to be updated to better explain this. The option should be named
overscan_reset
or such :/. -
@hhromic I will test your settings.
I would be willing to set the option as part of image building and remove it from ES. Then those that change it won't get it set again. Would that suffice?
No need for a PR though as I'd like to do the changes.
-
@BuZz yes, that idea of only setting the overscan scale on image building sounds good indeed!
Btw, I noticed that the ES scriptmodule also configures gpu memory alongside overscan scale in config.txt. Perhaps that also makes sense to be done on image building? It falls under the same shortcoming: if users change their gpu mem config, the settings get reset on ES update/configure.
-
@hhromic yep. I'll change it. This is code that dates back to the very early days of RetroPie.
-
Hi, did a fresh install today and my retropie is up to date.
I've installed this kodi today but it did not appear on my ports section or anywhere in es screen, what do I need to do? -
@CapNinja Install Kodi in RetroPie-Setup.
-
I've had great success in removing the overscan setting... if it's true that it should have not been set for hardware that doesn't need it, I'm curious whether I really do. Does anyone know if there's graphic patterns to check whether overscanning is needed?
I had some time to look closer at the slideshow / picture issue I outlined earlier. The crash appears to happen for all pictures taken with my camera hardware. I opened up a thread with debug logs and additional notes on the Kodi picture forum website here:
https://forum.kodi.tv/showthread.php?tid=338157
Otherwise, things look great.
-
@ParadoxGBB said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:
I've had great success in removing the overscan setting... if it's true that it should have not been set for hardware that doesn't need it, I'm curious whether I really do. Does anyone know if there's graphic patterns to check whether overscanning is needed?
https://retropie.org.uk/docs/Overscan/
@ParadoxGBB said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:
I had some time to look closer at the slideshow / picture issue I outlined earlier. The crash appears to happen for all pictures taken with my camera hardware. I opened up a thread with debug logs and additional notes on the Kodi picture forum website here:
https://forum.kodi.tv/showthread.php?tid=338157
Otherwise, things look great.
I can't help you much with that, it looks like the decoder doesn't like pictures from that camera, probably a bug. Let's see what people says about it in Kodi forum.
PS: Ask in your Kodi forum post to move it to the Raspberry Pi section, as it seems a RPi only problem.
-
@Rascas , you're likely smarter than me (and this might be why I haven't gotten any bites yet on the thread yet), but so far I don't have any real evidence that this is a RPi only problem, although it'd make sense it'd be an underlying dependant package that does the parsing. If anyone reading with a non-RPi install would be open to trying to open up a picture for my curiosity to see if we got a crash, I'd be much obliged and would gladly provide one.
Today I got both Netflix and Amazon VOD working, and I just wanted to write down a few notes:
-
For Amazon, like many, I was having trouble signing in with captcha-like challenges. Like some suggestions I read, I tried setting USA as region / language explicitly and replacing network.py with a different version. At the end, what worked for me was deleting the addon userdata files (\configs\ports\kodi\userdata\addon_data\plugin.video.amazon-test*) and re-installing the addon. I restarted Kodi afterwards for good measure.
-
For Netflix, for my particular RetroPie 4.4 image I didn't have pip installed. If you're not a raspberian / linux guru like me and want to know how to install it, you can hit F4 to get in the terminal and install via:
$ sudo apt-get install python{,3}-pip
And then you successfully execute:
$pip install --user pycryptodomex
After then I did some shaking but then I could log in. Like other folks have observed for some reason some videos are coming up as the default language dubbed in German. I went into the general Kodi settings and explicitly selected languages and regions (region / timezone was not explicitly set). Also like a few folks have observed if you start Kodi and dive right into the Netflix plugin it will fail... you'll need to wait a bit (or try again).
Overall, it's great to have these streaming options, hats off to the developers!
-
-
@ParadoxGBB yes, please provide one or two fotos to test.
-
Thanks a ton, appreciate it. It's zipped to ensure binary integrity. Let me know what you see.
-
@ParadoxGBB Ok, I have tested that foto and I can confirm that Kodi 18 crashes when trying to vizualize it. It is for sure a RPi only problem/bug because it does not happen on Ubuntu x86-64 for example. Unfortunately, I can't fix it, i think it is a decoder/firmware bug, only the guys from the RPi Foundation can fix it.
I recommend you to report that in your Kodi forum post, Dom (popcornmix) will fix it almost for sure. -
@Rascas Thanks for this, poked the thread with a few at mentions.
Just curious, Leia RC2 dropped on 12/4. Anyone know if a refresh for the RPi is coming soon as well?
-
It appears like RC3 is the newest, and Kodi is nagging about that - although admitedly I don't know if it's nagging cause there is a new version for rpi, or just in general...
-
@Silent It is just a warning, it is general and there is no new version available on the repo yet. The warning appears only one time, each time there is a new version, but these are still RC versions so... I will update it soon when I have some free time.
-
Hi everyone,
I just wanted to add my experience and how I got Netflix to run properly on my raspberry pi (so far). I'll just describe what I did, maybe it will help someone:
My system:
Raspberry PI 3 B+
retropie 4.4
Kodie 18.0-RC1I access my pi through terminal via ssh to enter the commands.
- "sudo apt-get update && sudo apt-get -y dist-upgrade" (Optional, mine was up to date)
- Update the firmware of my pi "sudo rpi-update"
- "sudo reboot" (to activate new firmware)
- "sudo apt-get install python{,3}-pip"
- "pip install --user pycryptodomex"
- "sudo reboot" (don't know if this was neccessary..)
- download zip netflix addon from https://github.com/asciidisco/plugin.video.netflix
- put zip on sd card of raspberry pi
- install netflix addon from zip within kodi
- configure netflix-addon -> input stream addon settings -> Max. resolution secure decoder -> 720p
- run a movie in netflix, now it will ask to install libwidevine, confirm.
- "sudo apt-get install libnss3"
Right now it works like a charm for me :D.
The only thing not working is the "interactive part". I wanted to see the interactive black mirror movie "Bandersnatch" through the netflix plugin, but when I start the movie, it tells me it is not supported to show interactive elements on this device. I don't know if this is related to the netflix plugin, to kodi, or to my tv...Anyone has an idea how to solve this?
Anyway, thanks for your posts everyone, it helped me to succeed with netflix running on raspberry pi!
-
@roadtrip111 said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:
Hi everyone,
I just wanted to add my experience and how I got Netflix to run properly on my raspberry pi (so far). I'll just describe what I did, maybe it will help someone:
My system:
Raspberry PI 3 B+
retropie 4.4
Kodie 18.0-RC1I access my pi through terminal via ssh to enter the commands.
- "sudo apt-get update && sudo apt-get -y dist-upgrade" (Optional, mine was up to date)
- Update the firmware of my pi "sudo rpi-update"
- "sudo reboot" (to activate new firmware)
- "sudo apt-get install python{,3}-pip"
- "pip install --user pycryptodomex"
- "sudo reboot" (don't know if this was neccessary..)
- download zip netflix addon from https://github.com/asciidisco/plugin.video.netflix
- put zip on sd card of raspberry pi
- install netflix addon from zip within kodi
- configure netflix-addon -> input stream addon settings -> Max. resolution secure decoder -> 720p
- run a movie in netflix, now it will ask to install libwidevine, confirm.
- "sudo apt-get install libnss3"
Right now it works like a charm for me :D.
The only thing not working is the "interactive part". I wanted to see the interactive black mirror movie "Bandersnatch" through the netflix plugin, but when I start the movie, it tells me it is not supported to show interactive elements on this device. I don't know if this is related to the netflix plugin, to kodi, or to my tv...Anyone has an idea how to solve this?
Anyway, thanks for your posts everyone, it helped me to succeed with netflix running on raspberry pi!
I believe that the netflix kodi plugin does not support it. Ask in their github page.
-
@Rascas said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:
I believe that the netflix kodi plugin does not support it. Ask in their github page.
I just realised many people have problems with the bandersnatch movie. It is also not working on Chromecast and Apple TV. Might be a Netflix issue as well.
-
@roadtrip111 not a Netflix issue. Just older devices/plugins don't support it. My TV included.
-
@Rascas said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:
Kodi 18 RC 1 available for update
Changelog:
-https://kodi.tv/article/kodi-v18-leia-rc1-new-hopeRaspbian/RetroPie specific:
-Added various missing binary addons like pvr.zattoo, pvr.teleboy, vfs-sacd, etc
-All binary addons updated. Netflix works again if updated.This is the latest update released by you @Rascas?
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.