-
-
Notifications
You must be signed in to change notification settings - Fork 82
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 Samsung Smart Hub Preview Integration #319
base: master
Are you sure you want to change the base?
Conversation
…g.com/smarttv/develop/guides/smart-hub-preview/smart-hub-preview.html#Deep-link-Return-Key-Policy) From a detail page within an application, clicking the "Return/Exit" key must display the previous page in the application. https://developer.samsung.com/media/2424/uxguidelines4.png
Rewrite the first version, now it works with all emulator. (And I hope with all tv.) |
Ci, why closing this PR ? This was a good idea ! |
I dont want to close it. |
I would maybe switch the layout to continue watching first and next up second but anyhow, when can we expect the merge? This looks to me like a great upgrade to the app. |
I still haven't taken the time to review the PR, but after a quick look I believe it could lead to showing unwanted content to children. TV is a sharing device, so we have to take that into consideration. If I understand correctly, it works with the last logged in user. At the moment, we don't perform auto logout (close session) when we exit the app. Thus, when we do, this feature will stop working. |
No children in my house so I did not even think about that. As far as I know, some other streaming apps do not log out and show the last watched show/movie, but I understand your concern. |
At the moment, it update the smart view 3 - times:
I think all other apps (Netflix, Disney, etc) use the last logged in user data to show up. But we can add some settings when and what to show at the smart view. Any suggestions? |
I have, but they see only public posters what they can see every where else. (Movie theater, on street, at TV) |
Jellyfin Android TV has the same feature: |
This pull request introduces support for Samsung Smart Hub Preview integration, enabling Jellifyn users to leverage the native Smart Hub capabilities for better app discoverability and user experience.
Key Features:
- Smart Hub Preview Support:
-Default Configuration:
Testing:
Resolves:
This implementation addresses and resolves issue #318.
Work in Progress:
I am looking for additional testers, especially on newer tizen versions
Decisions are still pending on:
Next Steps:
Feedback on current implementation and configurations.
Suggestions for additional sections or adjustments to the item limits.
More testing on a wider range of devices and scenarios.
Reference:
For more details on Smart Hub Preview capabilities, refer to the Samsung Developer Guide.
Thank you for reviewing this PR! I look forward to feedback and suggestions to enhance this feature further.