• 1
  • 74
  • 75
  • 76
  • 77
  • 78(current)
Req Kodi on LG Web OS
(2025-01-19, 15:36)quietvoid Wrote: I think the workaround was disabling/enabling developer mode or doing a factory reset.
Either way you need to reinstall Kodi.
Yes, this is the solution, at least has worked for me.
But now, after reinstalled Kodi 21.0 I can't install addons. I obtain always "Installation Failed" for all addons
---- EDIT ----
In Settings/System/Addons "enable unknown surces" and now I can Install addons from repository
Reply
(2024-03-30, 09:51)oldpainless Wrote: @sundermann

UPDATED POST with correct Debug log.

Here you go (debug enabled): UPDATED with correct settings.

https://paste.kodi.tv/axocekuruh.kodi

It's easy to replicate the HDR Peak Brightness issue- change peak brightness with an external source = night and day difference. 

Kodi Webos - peak brightness = no difference.

I can post pics of the same movie/timestamp re external vs webos kodi if needed.

UPDATE - Ok it gets weirder after more testing.....when playing some files, chaging peak brightness works, and others it has no effect....both HDR and Non-HDR.

As example for HDR (mediinfo details)

Peak Brightness WORKS:

https://paste.kodi.tv/alifubaxayt


Peak Brightness does NOT work:

https://paste.kodi.tv/apapenobop

Here's another of a Not working mediainfo report:

https://paste.kodi.tv/womunajaco


And here is a NON - HDR example:

Peak Brightness WORKS:

https://paste.kodi.tv/ofuyujamin

Non-HDR Peak brightness does NOT work

https://paste.kodi.tv/tibamaqala

I guess HDR mode Peak Brightness is the most important issue to start with.

Hope the above helps...Thoughts?

The root cause for this is the internal mediaplayer on LG WebOS. At least that has been my finding. I have the same issue on my 77 inch B3. All apps that rely on the internal media player for local content have the same bug. I have tried Plex, Emby etc. Same thing happens. The streaming apps like Netflix, Prime etc do not exhibit this issue because they most likely do not rely on the internal media player. Whether or not this is a PowerVR issue (B-series OLED etc) I do not know. I have logged an incident with LG but do not expect them to provide a fix.

There are other quirks with this TV as well, for example the internal GUI is always rendered at native gamut and fixed brightness. When it detects a video stream it changes to the preset (FMM, ISF day/night etc). I realized this behaviour when I was doing calibrations with Calman Home/Autocal and the internal mediaplayer as source - very unreliable result due to the peak brightness bug. If I used HDMI as source the calibration became better/more consistent. I had to verify with HCFR because I first believed it was an issue with Calman. Anyways, my solution was to keep my shield pro for local media content.
Reply
(2025-01-10, 01:06)matthew6870 Wrote:
(2025-01-07, 17:03)xperhz Wrote: thanks, I use this one already. What bothers me though is that it only deletes dump files when starting Kodi. It would be much more useful if it could delete it when exiting, or if there would be the possibility to completely disable them.
This way the dump files take space completely until I restart Kodi OR I delete them manually after exit. And as I am not using Kodi all the time it bothers me that space for these making it impossible to update / install apps.

The other way would be sufficient if I could install Kodi to an USB for example but I suppose it is not possible through dev manager without rooting the device.

In /var/lib/webosbrew/init.d place a file (doesnt matter what name, just leave it without suffix) containing sysctl kernel.core_pattern=/dev/null

Edit: ah sorry. you are not rooted. this will not work without root (there is new method https://www.webosbrew.org/rooting/#faultmanager)

Can confirm adding the file disables the folder creation on my C9, thanks for posting.

(2024-12-26, 13:11)A600 Wrote: @SoulReaver Download the ipk from here

Thanks so much for this, Kodi on my C9 is now at the point that I have retired my 4k Firestick thanks to this ipk. It has completely solved my audio sync issues.
Reply
Good morning,
 job well done! I have a problem with the version org.xbmc.kodi_20250123-f638040b-master_arm.ipk

I'm glad that the blinking menu and subtitles have been fixed, but it doesn't play DolbyVision yet (black screen, only sound), and the SAMBA anonymous share does not work, it calls out the password endlessly. TV chipset alpha8.
Thank you again.
Reply
Good morning,
in version " org.xbmc.kodi_20250124-2df5fd92-master_arm.ipk"
I don't see any changes from the previous one.
SAMBA anonymous share still doesn't work, and DolbyVision support doesn't work.
To be sure, I downloaded version 21 and SAMB works correctly.But it doesn't display the image in Ultra HD, only 1080.
Thank you for the good work, and I'm waiting for corrections in the next versions.
Reply
Hi, could we distribute ARM Kodi in Flatpak, webOS-compatible including?
I have custom webOS builds in mind, e.g. for RPi, where we can hack it to enable Flatpak support, if it's not enabled out-of-the-box for some reason.
Reply
(2024-12-26, 13:11)A600 Wrote: @SoulReaver Download the ipk from here

Thank you.

Will your fix be included in official release. Do you plan to create PR?
Reply
(2025-01-28, 13:07)matthew6870 Wrote: Will your fix be included in official release. Do you plan to create PR?

It's not that simple because is more a hack than a fix. Does it work for everyone? For which TV model and webOS version? Could it be added as a setting or advanced setting?

@sundermann Your thoughts? This is the patch:

Code:
diff --git a/xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp b/xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp
index 990583e36d..7bbbc11443 100644
--- a/xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp
+++ b/xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp
@@ -892,7 +892,11 @@ void CAESinkALSA::GetDelay(AEDelayStatus& status)
frames = 0;
}

+#if defined(TARGET_WEBOS)
+ status.SetDelay(0);
+#else
status.SetDelay((double)frames * m_formatSampleRateMul);
+#endif
}

double CAESinkALSA::GetCacheTotal()
Reply

Same problem. Very annoying
Reply
Hi, does anyone have a similar problem as me? Sometimes my kodi hangs when streaming, for example, larger files. The application is stuck. After pressing the home button, the TV gets to the basic menu, but kodi can no longer be launched. Nothing happens after pressing the stitches. Interestingly, any other video on my TV will stop working, such as YouTube or iptv. It will help to turn off and on the TV. Do you know how I would be able to just reboot the TV in software so that I don't have to disconnect it every time Hi, does anyone have a similar problem as me? Sometimes my kodi hangs when streaming, for example, larger files. The application is stuck. After pressing the home button, the TV gets to the basic menu, but kodi can no longer be launched. Nothing happens after pressing the stitches. Interestingly, any other video on my TV will stop working, such as YouTube or iptv. It will help to turn off and on the TV. Do you know how I would be able to just reboot the TV in software so that I don't have to disconnect it from it all the time?Hi, does anyone have a similar problem as me? Sometimes my kodi hangs when streaming, for example, larger files. The application is stuck. After pressing the home button, the TV gets to the basic menu, but kodi can no longer be launched. Nothing happens after pressing the stitches. Interestingly, any other video on my TV will stop working, such as YouTube or iptv. It will help to turn off and on the TV. Do you know how I would be able to just reboot the TV in software so that I don't have to always disconnect from the napaHi, does anyone have a similar problem as me? Sometimes my kodi hangs when streaming, for example, larger files. The application is stuck. After pressing the home button, the TV gets to the basic menu, but kodi can no longer be launched. Nothing happens after pressing the stitches. Interestingly, any other video on my TV will stop working, such as YouTube or iptv. It will help to turn off and on the TV. Do you know how I would be able to just reboot the TV in software so that I don't have to disconnect it from the power supply every timeHi, does anyone have a similar problem as me? Sometimes my kodi hangs when streaming, for example, larger files. The application is stuck. After pressing the home button, the TV gets to the basic menu, but kodi can no longer be launched. Nothing happens after pressing the stitches. Interestingly, any other video on my TV will stop working, such as YouTube or iptv. It will help to turn off and on the TV. Do you know how I would be able to just reboot the TV in software so that I don't have to disconnect it from the power supply every time? Hi, does anyone have a similar problem as me? Sometimes my kodi hangs when streaming, for example, larger files. The application is stuck. After pressing the home button, the TV gets to the basic menu, but kodi can no longer be launched. Nothing happens after pressing the stitches. Interestingly, any other video on my TV will stop working, such as YouTube or iptv. It will help to turn off and on the TV. Do you know how I would be able to just reboot the TV in software so that I don't have to disconnect it from the power supply every time? Smile
Reply
Sorry I copied the text multiple times. I didn't notice it on my phone. Just delete me -.-
Reply
  • 1
  • 74
  • 75
  • 76
  • 77
  • 78(current)

Logout Mark Read Team Forum Stats Members Help
Kodi on LG Web OS0