Fix library navigation and Xbox shell focus for collection browsing#2
Closed
CyberoniOntoni wants to merge 2 commits into
Closed
Fix library navigation and Xbox shell focus for collection browsing#2CyberoniOntoni wants to merge 2 commits into
CyberoniOntoni wants to merge 2 commits into
Conversation
Route Home page collection tiles through the same navigation path as the side menu so Movies, TV Shows, Collections, and Books open the library view instead of item details. Add CollectionNavigation to map Jellyfin collection types to library parameters. Introduce ShellFocusCoordinator so search is not focused by default and navigation no longer calls the invalid FocusState.Unfocused API on Xbox. Move library filter toolbar XYFocus bindings to code-behind for console stability. Target Xbox in the app manifest (min OS 22000, JellyBox.exe entry for AOT) and add a win-x64 publish profile for Release sideload builds.
NavigateToItem(Guid) now fetches the item from the API and routes through the same CollectionNavigation logic as the DTO overload, so library collections are not always opened as item details.
This was referenced Jun 20, 2026
Owner
Author
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.
Summary
Fixes library browsing from Home and side menu on Xbox, plus Xbox packaging tweaks. Builds on the shell search PR.
Library navigation
CollectionNavigationfor Movies, TV Shows, Collections (box sets), and BooksNavigateToItem(Guid)fetches item metadata before routing so collections are not always opened as item detailsXbox shell focus
ShellFocusCoordinatorso search is not auto-focused on loadFocusState.UnfocusedAPI usage that crashed navigation on XboxXbox packaging
JellyBox.exeentry point for Native AOTwin-x64.pubxmlpublish profile for Release sideload buildsMerge order
Stacks on the shell search PR (base:
feature/shell-search). Merge dfederm#88 → controller → search → this PR.Part of splitting the former dfederm#89 into bite-sized reviews.
Test plan
0xc000027b)Notes