Feature/artwork dpad nav - #307
Merged
RadicalMuffinMan merged 2 commits intoJul 15, 2026
Merged
Conversation
- Ported Artwork Selector from core to Smart-TV client. - Added ChangeArtworkModal component using Enact/Sandstone with full D-pad support. - Integrated ChangeArtworkModal in Details view and ModernDetailContent. - Added API endpoints in jellyfinApi.js for remote images and write-access checks. - Handled write permission warnings and local metadata checks in the modal. - Add open prop guard to prevent premature rendering before load.
mattsigal
force-pushed
the
feature/artwork-dpad-nav
branch
from
July 15, 2026 17:44
78e3d7b to
dd7d906
Compare
✅ Build SuccessfulAll platform builds passed. You can download the test artifacts below.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Summary
Ports the Artwork Selector feature from the Moonfin-Core client over to the Smart-TV client. This enables administrative users to search, view, download, and delete custom artwork (Posters, Backdrops, Logos, Banners, etc.) directly on the TV interface with full Enact/Sandstone D-pad focus control.
Related Issues
Link related issues or tickets separated by commas.
Type of Change
Changes Made
List the key changes included in this PR.
getRemoteImages,downloadRemoteImage,deleteItemImage,getVirtualFolders,checkWriteAccess) on the shared services layer.Platform
Testing
Describe how this change was tested.
Test Steps
Screenshots (if applicable)
Include screenshots or recordings for UI changes.
Admin Access Granted:
User Access Denied/Hidden:
Interface:
Checklist