jellyfin / jellyfin-tizen

Jellyfin Samsung TV Client
https://jellyfin.org
915 stars 71 forks source link

Samsung TV release specific changes #15

Open robinkruyt opened 4 years ago

robinkruyt commented 4 years ago

What would be the preferred way of making application specific changes to Jellyfin-web?

An example: Right now a Cast member page links to Google Maps for "place of birth" and has a few other external links. These either need to be opened in a different browser or disabled fully on a Tizen app as these pages do not implement back button functionality, leaving a user stuck on Google maps with no way of going back.

Should these changes be patched here, or upstream on Jellyfin-web? I imagine Android or iOS have similar problems if they use a web wrapper approach but I am not familiar with those projects.

dmitrylyzo commented 4 years ago

https://github.com/jellyfin/jellyfin-web/issues/873

dmitrylyzo commented 4 years ago

We use NativeShell to adapt some parts of jellyfin-web and as a bridge to the platform API.