Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Kyle Schwartz
Kyle Schwartz

Posted on • Edited on

     

Installing Jellyfin on LG webOS

UPDATE 2022-11-29: Jellyfin has added their app to LG's WebOS store for newer TVs (2021+). For older ones (WebOS < 6), the following instructions should still apply.


  1. Clonehttps://github.com/jellyfin/jellyfin-webos
  2. Open WebOS TV SDK
  3. cd into directory
  4. Runares-package org.jellyfin.webos
  5. Open the Developer Mode app on the TV and login
  6. Turn on Dev Mode, TV will reboot
  7. Re-open the Developer Mode app
  8. Turn on Key Server
  9. Runares-novacom --device tv --getkey, passphrase is found on screen
  10. Runares-install --device tv --list, a blank line means everything works
  11. Runares-install --device tv ./org.jellyfin.webos_X.X.X_all.ipk replacing the Xs with the requisite version number
  12. Done!

If you need to re-add tv to the device list

  1. Runares-setup-device and remove tv
  2. Runares-setup-device and choose add
  3. Use the following settings:
    • Device Name: tv
    • Device IP address: IP found on screen
    • Device Port: 9922
    • SSH user: prisoner
    • Description: optional
    • Select authentication: password
    • Password: leave blank

Top comments(4)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss
CollapseExpand
 
olivers profile image
newBioLol
  • Joined

Hi,

i received some updates in my tv as well as on CLI.
Just wanted to reinstall the jellyfin ipk on my LG tv device. But now i get always error messages:

Command '/bin/rm -rf /media/developer/temp && /bin/mkdir -p /media/developer/temp' exited with code=1 (signal: undefined)

Am I doing something wrong?

(nice side effect of the update is that dev mode tim increased from 99h to 999h)

CollapseExpand
 
olivers profile image
newBioLol
  • Joined
• Edited on• Edited

Found the error by myself. i did not have CLI 1.12.4. Thought it will be inside the SDK package.
After installing the latest CLI manually it works as usual

CollapseExpand
 
scottini profile image
scottini
  • Joined
• Edited on• Edited

Hello,
when Developer Mode time expires, Jellyfin app disappears.
How can I make it remain permanently?

TX

CollapseExpand
 
kylejschwartz profile image
Kyle Schwartz
Software Developer @ Filogix
  • Location
    Toronto, Canada
  • Joined

Hi scottini,

I haven't used Jellyfin in a while, but from what I can remember, there is no way around this. Thankfully, Jellyfin has since released an app on the LG WebOS store, so this is no longer needed!

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Software Developer @ Filogix
  • Location
    Toronto, Canada
  • Joined

More fromKyle Schwartz

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp