Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add launch screen (splash) #177

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

dmitrylyzo
Copy link
Collaborator

@dmitrylyzo dmitrylyzo commented Feb 4, 2023

I took the "Logo" parts from jellyfin/jellyfin-ux#46

It is larger than the one used in webOS, but aligned better, imo.

webOS Tizen
splash logo

The attributes are marked as "mandatory", but it also works with just image. 🤷‍♂️
https://docs.tizen.org/application/tizen-studio/web-tools/config-editor/#tizen-launch-screen

@dmitrylyzo dmitrylyzo added the enhancement New feature or request label Feb 4, 2023
@dmitrylyzo
Copy link
Collaborator Author

Made the splashscreen similar to splashLogo in the web (fit into 30% of the width/height):

webOS Tizen
splash splash1-720p
convert banner-light.png -resize 576x324 -gravity center -background transparent -extent 1920x1080 splash_fg.png

or with a background

convert banner-light.png -resize 576x324 -gravity center -background '#000b25' -extent 1920x1080 splash.png

But... the splashscreen doesn't work on Tizen 4 TV (doesn't appear) and Tizen 3 emulator (doesn't hide). 😕
It works in Tizen 5 emulator. 🤷‍♂️

@dmitrylyzo dmitrylyzo marked this pull request as draft February 5, 2023 13:26
@HimbeersaftLP
Copy link

Would this replace the black square you get on the loading screen or will that only be there on the officially published version?

@dmitrylyzo
Copy link
Collaborator Author

It should have been displayed before the app was finished loading at startup, just like the webOS app does. Currently, there is a native Samsung spin with the Jellyfin Loading text below and the previous screen in the background.

But

the splashscreen doesn't work on Tizen 4 TV (doesn't appear) and Tizen 3 emulator (doesn't hide).
It works in Tizen 5 emulator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants