jellyfin / jellyfin-webos

WebOS Client for Jellyfin
https://jellyfin.org
Mozilla Public License 2.0
647 stars 68 forks source link

webOS app on the LG app store is outdated, no color for subtitles #182

Closed msimic closed 10 months ago

msimic commented 10 months ago

I am unable to watch HDR movies on Jellyfin webOS due to the subtitles being too bright and distracting when HDR is enabled. Burning in subtitles and configuring them on the server does not work either, since this forces transcoding, which disables HDR.

The feature to set subtitle color and other features has been added to jellyfin-web.

This is a commit that is needed: https://github.com/jellyfin/jellyfin-web/commit/25e4d378435adb0f22739712b5cde85f0066d795

Since the webOS client is just a wrapper around it, @anthonylavado can you please build and publish a newer version of the webOS app to the LG app store?

dmitrylyzo commented 10 months ago

Since the webOS client is just a wrapper around it, can you please build and publish a newer version of the webOS app to the LG app store?

It isn't bundled - the app uses webui directly from the server. You will have to wait for Jellyfin 10.9 release. Or, if you are willing to take the risk, use the unstable version (backing up the current server first, as it's not reversible).

msimic commented 10 months ago

Ah ok, my bad then, didn't realize this is not even in jellyfin-web. Will wait for next release then, thanks.