Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 41
  • 42
  • 43(current)
  • 44
  • 45
  • 72
Req Kodi on LG Web OS
I have had pretty much the same issue over the last few months trying to get NextPVR working on my 27LQ625S-PU FW 03.33.85 webOS version 7.31.  Same thing happens on my 48" A1 webOS 6.x.

SD channels work fine but HD live or recordings will stutter almost like slow motion.
Reply
(2023-12-02, 02:54)iVolt1 Wrote: I have had pretty much the same issue over the last few months trying to get NextPVR working on my 27LQ625S-PU FW 03.33.85 webOS version 7.31.  Same thing happens on my 48" A1 webOS 6.x.

SD channels work fine but HD live or recordings will stutter almost like slow motion.

i had this also but its working for me now.

im using the tvheadend client.

im using the latest nightly build
Reply
(2023-12-02, 13:09)Pienoet Wrote:
(2023-12-02, 02:54)iVolt1 Wrote: I have had pretty much the same issue over the last few months trying to get NextPVR working on my 27LQ625S-PU FW 03.33.85 webOS version 7.31.  Same thing happens on my 48" A1 webOS 6.x.

SD channels work fine but HD live or recordings will stutter almost like slow motion.

i had this also but its working for me now.

im using the tvheadend client.

im using the latest nightly build
Yes!  Today's 12/3 build works great.  I am pretty sure 12/1 did not work well.  That was sure easier than months ago compiling Kodi and the NextPVR addon for webOs. Now I can load it on the 48" A1.

Thanks to the devs for the great work!
Reply
(2023-12-05, 04:38)iVolt1 Wrote:
(2023-12-02, 13:09)Pienoet Wrote:
(2023-12-02, 02:54)iVolt1 Wrote: I have had pretty much the same issue over the last few months trying to get NextPVR working on my 27LQ625S-PU FW 03.33.85 webOS version 7.31.  Same thing happens on my 48" A1 webOS 6.x.

SD channels work fine but HD live or recordings will stutter almost like slow motion.

i had this also but its working for me now.

im using the tvheadend client.

im using the latest nightly build
Yes!  Today's 12/3 build works great.  I am pretty sure 12/1 did not work well.  That was sure easier than months ago compiling Kodi and the NextPVR addon for webOs. Now I can load it on the 48" A1.

Thanks to the devs for the great work!

Yes but still audio out of sync when starting live tv stream sadly
Reply
(2023-12-05, 16:57)Pienoet Wrote:
(2023-12-05, 04:38)iVolt1 Wrote:
(2023-12-02, 13:09)Pienoet Wrote: i had this also but its working for me now.

im using the tvheadend client.

im using the latest nightly build
Yes!  Today's 12/3 build works great.  I am pretty sure 12/1 did not work well.  That was sure easier than months ago compiling Kodi and the NextPVR addon for webOs. Now I can load it on the 48" A1.

Thanks to the devs for the great work!

Yes but still audio out of sync when starting live tv stream sadly
Thats a pity, I was hoping this latest build would solve this one issue I have
Reply
Is there anyone who made it? Sorry, I’m not so good with these things. Thanks!
Reply
(2023-10-24, 13:19)satdx62 Wrote:
(2023-10-23, 23:34)MattBartesque Wrote: Is it possible to provide vfs.libarchive and vfs.rar for webOS?

Do they mean as add-ons for Kodi?
You can compile under a build-essential environment, for your Kodi version of any add-ons yourself. The configuration for this is:

Code:
cd $HOME/xbmc
make -j$(getconf _NPROCESSORS_ONLN) -C tools/depends/target/binary-addons PREFIX=$HOME/xbmc/build/tools/webOS/packaging ADDONS="vfs.libarchive vfs.rar"

Then, check out with make command.
The compiled add-ons are then located in /home/xx/kodi/build/tools/webOS/packaging/addons/.

You can then transfer the add-ons folders to your TVs under /media/developer/apps/usr/palm/applications/org.xbmc.kodi/addons/.

Apologies for my previous comment, I though I was replying.

I’m trying to boost my Kodi with a bit of retrogaming and I need the vfs.rar and vfs.libarchive addon but I don't know how to compile or build my own. If there is someone who made it already, could I have it please? Thank you!

BTW thanks everyone for all the effort and time, I hope we can finally have a stable version (official too, maybe) of this fantastic software.
Reply
(2023-12-06, 22:22)Suenabien84 Wrote:
(2023-10-24, 13:19)satdx62 Wrote:
(2023-10-23, 23:34)MattBartesque Wrote: Is it possible to provide vfs.libarchive and vfs.rar for webOS?

Do they mean as add-ons for Kodi?
You can compile under a build-essential environment, for your Kodi version of any add-ons yourself. The configuration for this is:

Code:
cd $HOME/xbmc
make -j$(getconf _NPROCESSORS_ONLN) -C tools/depends/target/binary-addons PREFIX=$HOME/xbmc/build/tools/webOS/packaging ADDONS="vfs.libarchive vfs.rar"

Then, check out with make command.
The compiled add-ons are then located in /home/xx/kodi/build/tools/webOS/packaging/addons/.

You can then transfer the add-ons folders to your TVs under /media/developer/apps/usr/palm/applications/org.xbmc.kodi/addons/.

Apologies for my previous comment, I though I was replying.

I’m trying to boost my Kodi with a bit of retrogaming and I need the vfs.rar and vfs.libarchive addon but I don't know how to compile or build my own. If there is someone who made it already, could I have it please? Thank you!

BTW thanks everyone for all the effort and time, I hope we can finally have a stable version (official too, maybe) of this fantastic software.
@Suenabien84
Hi, you can test my builds for Kodi v21 Alpha1. You did not mention which webOS and Kodi version you are using.
vfs.libarchive
vfs.rar
Let me know if these worked.
Reply
(2023-12-07, 10:22)satdx62 Wrote:
(2023-12-06, 22:22)Suenabien84 Wrote:
(2023-10-24, 13:19)satdx62 Wrote: Do they mean as add-ons for Kodi?
You can compile under a build-essential environment, for your Kodi version of any add-ons yourself. The configuration for this is:

Code:
cd $HOME/xbmc
make -j$(getconf _NPROCESSORS_ONLN) -C tools/depends/target/binary-addons PREFIX=$HOME/xbmc/build/tools/webOS/packaging ADDONS="vfs.libarchive vfs.rar"

Then, check out with make command.
The compiled add-ons are then located in /home/xx/kodi/build/tools/webOS/packaging/addons/.

You can then transfer the add-ons folders to your TVs under /media/developer/apps/usr/palm/applications/org.xbmc.kodi/addons/.

Apologies for my previous comment, I though I was replying.

I’m trying to boost my Kodi with a bit of retrogaming and I need the vfs.rar and vfs.libarchive addon but I don't know how to compile or build my own. If there is someone who made it already, could I have it please? Thank you!

BTW thanks everyone for all the effort and time, I hope we can finally have a stable version (official too, maybe) of this fantastic software.
@Suenabien84
Hi, you can test my builds for Kodi v21 Alpha1. You did not mention which webOS and Kodi version you are using.
vfs.libarchive
vfs.rar
Let me know if these worked.
Thanks a lot! I’ll test it right away.

My TV is a G2 not rooted, running latest update 7.3.1-44 (mullet-webbing). And for Kodi I’m on nightlies, just updated now the latest "org.xbmc.kodi_20231205-49ba2793-master_arm.ipk"
Reply
Sad 
(2023-12-07, 10:22)satdx62 Wrote:
(2023-12-06, 22:22)Suenabien84 Wrote:
(2023-10-24, 13:19)satdx62 Wrote: Do they mean as add-ons for Kodi?
You can compile under a build-essential environment, for your Kodi version of any add-ons yourself. The configuration for this is:

Code:
cd $HOME/xbmc
make -j$(getconf _NPROCESSORS_ONLN) -C tools/depends/target/binary-addons PREFIX=$HOME/xbmc/build/tools/webOS/packaging ADDONS="vfs.libarchive vfs.rar"

Then, check out with make command.
The compiled add-ons are then located in /home/xx/kodi/build/tools/webOS/packaging/addons/.

You can then transfer the add-ons folders to your TVs under /media/developer/apps/usr/palm/applications/org.xbmc.kodi/addons/.

Apologies for my previous comment, I though I was replying.

I’m trying to boost my Kodi with a bit of retrogaming and I need the vfs.rar and vfs.libarchive addon but I don't know how to compile or build my own. If there is someone who made it already, could I have it please? Thank you!

BTW thanks everyone for all the effort and time, I hope we can finally have a stable version (official too, maybe) of this fantastic software.
@Suenabien84
Hi, you can test my builds for Kodi v21 Alpha1. You did not mention which webOS and Kodi version you are using.
vfs.libarchive
vfs.rar
Let me know if these worked.

They seem to work, I manage to install the addon I want to use for gaming and it decompress the games. Now the issue is the addon not finding compatible emulators. Any idea?
Reply
@satdx62 
can update lib "Python3" for "org.xbmc.kodi_20.90.101_arm_wayland1_noaddons" ?
Reply
(2023-12-07, 12:17)Suenabien84 Wrote: They seem to work, I manage to install the addon I want to use for gaming and it decompress the games. Now the issue is the addon not finding compatible emulators. Any idea?

Have you installed game emulators like Kodi Retro Player? Of course, it doesn't work without them.
Reply
(2023-12-07, 13:15)nayef Wrote: @satdx62 
can update lib "Python3" for "org.xbmc.kodi_20.90.101_arm_wayland1_noaddons" ?

I can't do that, only @sundermann can answer that. The “Python3” would have to be updated in the old source code and made available. Only then could I compile it and build a new ipk. Wink
Reply
(2023-12-07, 16:28)satdx62 Wrote:
(2023-12-07, 12:17)Suenabien84 Wrote: They seem to work, I manage to install the addon I want to use for gaming and it decompress the games. Now the issue is the addon not finding compatible emulators. Any idea?

Have you installed game emulators like Kodi Retro Player? Of course, it doesn't work without them.
There are no emulators in Addons > Download > Install from Repository > Kodi Addon-Repository > Game Addons > Emulators
Only Controller profiles and Game providers

Sorry for being such a noob, and thanks again for your help.
Reply
I suspect these are binary addons which are not available right now from the repositories.
Reply
  • 1
  • 41
  • 42
  • 43(current)
  • 44
  • 45
  • 72

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