Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 39
  • 40
  • 41(current)
  • 42
  • 43
  • 72
Req Kodi on LG Web OS
The discussion is a bit out of scope for this forum since it's not kodi related. You might be better off asking for help on the openlgtv discord
Reply
(2023-11-11, 16:24)wisheey Wrote:
(2023-11-11, 14:09)TulipVang Wrote: We understand your saying.
However, for webos 4.4, Kodi does not auto run the scrip in init.d
So we try to look for alternative.
As we found in Kodi in other devices or old Kodi, using specific name autostart.sh and place it in some folder name .config might help, but we do not know if it work with kodi in webos.
Tell me what to do and I'll try it on kodi webos.

I found a github here. Look like still stuck.
https://github.com/webosbrew/webos-homeb...issues/124
Reply
Hello,

I tried to compile kodi to add inpustream.ffmpeg and inputstream.rtmp
to kodi 21 beta1.

I get the following error when building ffmpeg :
gnutls not found using pkg-config

I'm using ubuntu 23.
The only solution I found was to install libgnutls but this didn't work. I tried disabling GnuTls but I get another error with HTTPS requiring it later.

Is there a simple solution or somebody can compile these 2 add-on for me?
Reply
(2023-11-12, 18:57)keiko Wrote: Hello,

I tried to compile kodi to add inpustream.ffmpeg and inputstream.rtmp
to kodi 21 beta1.

I get the following error when building ffmpeg :
gnutls not found using pkg-config

I'm using ubuntu 23.
The only solution I found was to install libgnutls but this didn't work. I tried disabling GnuTls but I get another error with HTTPS requiring it later.

Is there a simple solution or somebody can compile these 2 add-on for me?
You must use the new “buildroot-nc4”: https://github.com/openlgtv/buildroot-nc...os-d7ed7ee. You also need to install the latest build essential. (sudo apt-get install build-essential)
But you are welcome to try my test builds until then:
inputstream.ffmpegdirect
inputstream.rtmp
Reply
I've got an LG 43” TV - LG43UP8000PTB running webOS 6.0 according to the LG spec sheet. I have rooted it successfully. I have Homebrew appstore installed. From Homebrew using webOS Dev Manager software I have force installed youtube ad-free which is working perfectly. I have also installed Kodi 21.0 Beta, which I presume is also working perfectly. My problem is that I am completely new to Kodi and hace no idea how to direct it to my home network to pick up the media files I have on HDDs spread around computers to be able to play or at least add them to the library.

I am currently using the LG SmartShare software to do this HTPC function, which works perfecly too - thus proving that my network connections are all working and reliable. All TVs and computers on the network are connected via either CAT5 cabling or EoP adapters (or a combination of both) and the network bandwidth speed is around 350-450Mbps and internet connection bandwidth speed is ~40Mbps, so there are no problems there either.

Computers with shared media are all wide open with only Administrator users and no passwords. All computers are running Windows 7 Ultimate x64.

I would really appreciate someone with a working knowledge of Kodi in such an environment pointing me to a step-by-step guide on how to set up Kodi to access media files to be able to add them to the library for me.

Thanks
Reply
(2023-11-14, 04:48)Dibrom Wrote: I would really appreciate someone with a working knowledge of Kodi in such an environment pointing me to a step-by-step guide on how to set up Kodi to access media files to be able to add them to the library for me.

https://forum.kodi.tv/showthread.php?tid=362113
Reply
Hi. Anyone have problem with magic remote.
Mine remote works well but i see the log showed kodi kept searching for the joystick. It is so strange.
Reply
(2023-11-11, 16:24)wisheey Wrote:
(2023-11-11, 14:09)TulipVang Wrote:  
Tell me what to do and I'll try it on kodi webos.

I found one possible solution.
Please test and response.
Thank you.
kopiro/webosbrew-autostart: Simple log app to run autostart items on WebOS (github.com)
Reply
Sad 
(2023-11-10, 15:57)Pienoet Wrote:
(2023-11-10, 15:32)abhi0077 Wrote:
(2023-11-10, 14:52)Pienoet Wrote: I have the same behaviour on my LG CX WebOS 5.4.3.

To get my audio in sync i have to press rewind 2 or 3 times.

I also do the same for getting it in sync
Mine is LG C3 WebOS 8.2.0

Lets hope this is getting solve in the final release.
It's not working for me ... Confused . Maybe it's related to buffering cache size .  Maybe it's related to cache sizes for buffering I set a higher cache value in advancedsettings.xml and the result is a bit better. Rewind can act like increasing cache size ...
Reply
(2023-11-14, 14:57)ivonovak Wrote:
(2023-11-10, 15:57)Pienoet Wrote:
(2023-11-10, 15:32)abhi0077 Wrote: I also do the same for getting it in sync
Mine is LG C3 WebOS 8.2.0

Lets hope this is getting solve in the final release.
It's not working for me ... Confused . Maybe it's related to buffering cache size .  Maybe it's related to cache sizes for buffering I set a higher cache value in advancedsettings.xml and the result is a bit better. Rewind can act like increasing cache size ...

Can you send your advancedsettings settings?
Reply
(2023-11-14, 08:41)TulipVang Wrote:
(2023-11-11, 16:24)wisheey Wrote:
(2023-11-11, 14:09)TulipVang Wrote:  
Tell me what to do and I'll try it on kodi webos.

I found one possible solution.
Please test and response.
Thank you.
kopiro/webosbrew-autostart: Simple log app to run autostart items on WebOS (github.com)
Already tried that..
Root and Ssh and telnet all works on startup...the only thing isn't working are the scripts in /init.d folder.
Reply
you should make an ipk application - start kodi usb to move .kodi to usb and script to make it work from usb and -
 stop kodi usb to move .kodi to the original location and script to make it work from tv not usb
Reply
or only with usb startup script in ipk format, I think that's why it doesn't see startup.sh in /var/lib/webosbrew/init.d/
Reply
(2023-11-15, 15:22)wisheey Wrote:
(2023-11-14, 08:41)TulipVang Wrote:
(2023-11-11, 16:24)wisheey Wrote: Tell me what to do and I'll try it on kodi webos.

I found one possible solution.
Please test and response.
Thank you.
kopiro/webosbrew-autostart: Simple log app to run autostart items on WebOS (github.com)
Already tried that..
Root and Ssh and telnet all works on startup...the only thing isn't working are the scripts in /init.d folder.
I still can't understand why the scripts from init.d folder are not processed when root and autostart with Telnet and SSH works. Could it be that the script has not been created in the correct file format end of line Unix (LF) and with necessary permissions? Is this the only script in init.d folder that does not work? Is this the only script in init.d folder that does not work?
Reply
Hello, I've been following this thread for awhile and it's awesome to see how far this effort has gotten! Congrats to the devs!

I'm just curious if the end goal is to officially publish kodi as an app on the LG store? Or is the only planned installation method side loading via developer mode?

Thanks again and looking forward to the official stable release, whenever that may be!
Reply
  • 1
  • 39
  • 40
  • 41(current)
  • 42
  • 43
  • 72

Logout Mark Read Team Forum Stats Members Help
Kodi on LG Web OS0
This forum uses Lukasz Tkacz MyBB addons.