Kodi Community Forum

Full Version: Kodi on LG Web OS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2023-09-06, 00:07)plurzs Wrote: [ -> ]
(2023-09-05, 23:58)jepsizofye Wrote: [ -> ]
(2023-09-05, 23:55)plurzs Wrote: [ -> ]is there a tutorial for how to build kodi for webos? some addons dont work for kodi omega and when i try to build it everytime there is a new error.

from post #23 in this thread

https://github.com/xbmc/xbmc/blob/master...E.webOS.md
Of course, other than the Prerequisites listed on the github

Try running this command to get the required packages
Code:
sudo apt build-dep kodi
and then follow the webOS build guide from the start again.
(2023-09-06, 00:43)SoulReaver Wrote: [ -> ]
(2023-09-06, 00:07)plurzs Wrote: [ -> ]
(2023-09-05, 23:58)jepsizofye Wrote: [ -> ]from post #23 in this thread

https://github.com/xbmc/xbmc/blob/master...E.webOS.md
Of course, other than the Prerequisites listed on the github

Try running this command to get the required packages
Code:
sudo apt build-dep kodi
and then follow the webOS build guide from the start again.
I get this error
hastebin - aqolomozij (kodi.tv)
(2023-09-06, 00:43)SoulReaver Wrote: [ -> ]
(2023-09-06, 00:07)plurzs Wrote: [ -> ]
(2023-09-05, 23:58)jepsizofye Wrote: [ -> ]from post #23 in this thread

https://github.com/xbmc/xbmc/blob/master...E.webOS.md
Of course, other than the Prerequisites listed on the github

Try running this command to get the required packages
Code:
sudo apt build-dep kodi
and then follow the webOS build guide from the start again.
sorry, link didnt work.

this the error.
E: You must put some 'deb-src' URIs in your sources.list
(2023-09-06, 01:16)plurzs Wrote: [ -> ]
(2023-09-06, 00:43)SoulReaver Wrote: [ -> ]
(2023-09-06, 00:07)plurzs Wrote: [ -> ]Of course, other than the Prerequisites listed on the github

Try running this command to get the required packages
Code:
sudo apt build-dep kodi
and then follow the webOS build guide from the start again.
sorry, link didnt work.

this the error.
E: You must put some 'deb-src' URIs in your sources.list

then your os is not configured properly to build

start with baby steps, https://wiki.debian.org/BuildingTutorial
(2023-09-06, 01:16)plurzs Wrote: [ -> ]
(2023-09-06, 00:43)SoulReaver Wrote: [ -> ]
(2023-09-06, 00:07)plurzs Wrote: [ -> ]Of course, other than the Prerequisites listed on the github

Try running this command to get the required packages
Code:
sudo apt build-dep kodi
and then follow the webOS build guide from the start again.
sorry, link didnt work.

this the error.
E: You must put some 'deb-src' URIs in your sources.list

Try this instead then
Code:
sudo apt-get update
sudo apt-get build-dep kodi
(2023-09-06, 01:33)SoulReaver Wrote: [ -> ]
(2023-09-06, 01:16)plurzs Wrote: [ -> ]
(2023-09-06, 00:43)SoulReaver Wrote: [ -> ]Try running this command to get the required packages
Code:
sudo apt build-dep kodi
and then follow the webOS build guide from the start again.
sorry, link didnt work.

this the error.
E: You must put some 'deb-src' URIs in your sources.list

Try this instead then
Code:
sudo apt-get update
sudo apt-get build-dep kodi
issuing an update will only update sources that are in the sources.list, it will not add them for you magically

https://www.tecmint.com/fix-deb-src-uris...ist-error/
(2023-09-06, 01:46)jepsizofye Wrote: [ -> ]
(2023-09-06, 01:33)SoulReaver Wrote: [ -> ]
(2023-09-06, 01:16)plurzs Wrote: [ -> ]sorry, link didnt work.

this the error.
E: You must put some 'deb-src' URIs in your sources.list

Try this instead then
Code:
sudo apt-get update
sudo apt-get build-dep kodi
issuing an update will only update sources that are in the sources.list, it will not add them for you magically

https://www.tecmint.com/fix-deb-src-uris...ist-error/

Thanks for the info. Just didn’t have the same issues when building myself I guess. Don’t recall that error at least Smile
(2023-09-06, 02:23)SoulReaver Wrote: [ -> ]
(2023-09-06, 01:46)jepsizofye Wrote: [ -> ]
(2023-09-06, 01:33)SoulReaver Wrote: [ -> ]Try this instead then
Code:
sudo apt-get update
sudo apt-get build-dep kodi
issuing an update will only update sources that are in the sources.list, it will not add them for you magically

https://www.tecmint.com/fix-deb-src-uris...ist-error/

Thanks for the info. Just didn’t have the same issues when building myself I guess. Don’t recall that error at least Smile
can you send me your IPK or something? im tired of working all this. im using windows ubuntu terminal since i dont have ubuntu and i keep getting errors.
Good catch @jepsizofye

I used these instructions to add the source and get the packages. @plurzs

If you don’t want to learn how to build Kodi yourself just grab the latest nightly from here.

Basically just run this command first to add the source and then the others I posted afterwards.
Code:
sudo add-apt-repository -s ppa:team-xbmc/xbmc-nightly
(2023-09-06, 02:30)SoulReaver Wrote: [ -> ]Good catch @jepsizofye

I used these instructions to add the source and get the packages. @plurzs

If you don’t want to learn how to build Kodi yourself just grab the latest nightly.

Basically just run this command first to add the source and then the others I posted afterwards.
Code:
sudo add-apt-repository -s ppa:team-xbmc/xbmc-nightly

But then most addons won’t work
You’ll learn a lot from the experience. Python addons work fine so just compile the binary addons you need. I installed Ubuntu on one of my old machines to have some fun with it.
(2023-09-06, 02:30)SoulReaver Wrote: [ -> ]Good catch @jepsizofye
(2023-09-06, 02:49)SoulReaver Wrote: [ -> ]You’ll learn a lot from the experience.

indeed, i have been using a variety of linux for over 20 years and im pretty familiar with the common errors because ive seen them myself a lot

(i started out on a commodore, pre-dos, so linux is not a stretch)
(2023-09-06, 03:19)jepsizofye Wrote: [ -> ]
(2023-09-06, 02:30)SoulReaver Wrote: [ -> ]Good catch @jepsizofye
(2023-09-06, 02:49)SoulReaver Wrote: [ -> ]You’ll learn a lot from the experience.

indeed, i have been using a variety of linux for over 20 years and im pretty familiar with the common errors because ive seen them myself a lot

(i started out on a commodore, pre-dos, so linux is not a stretch)

Nice! That’s really cool man. I just started using it and really appreciate the amount of stuff you learn from using the CLI to get stuff done Smile
(2023-09-04, 23:44)sundermann Wrote: [ -> ]For those of you complaining about sync issues. How much is the audio off? Can you try passthrough mode with enabled AC3 and AC3 transcoding. That does also work with internal speakers
passthrough + AC3 transcoding helps. there is a little catch up when seeking, as was mentioned, but everything seems to be in sync
(2023-09-04, 22:32)jepsizofye Wrote: [ -> ] 
(2023-09-04, 22:25)matthew6870 Wrote: [ -> ]I wanted to ask -> sometimes my kodi stops reacting to remote control input.

what is the cpu and/or memory usage when this happens? it sounds like kodi is "busy" with a task and unable to respond

that's not the case. controlling via web interface/mobile app works