Add Xbox Series X controller support and shell navigation - #1
Open
CyberoniOntoni wants to merge 2 commits into
Open
Add Xbox Series X controller support and shell navigation#1CyberoniOntoni wants to merge 2 commits into
CyberoniOntoni wants to merge 2 commits into
Conversation
Build/restore: pin Directory.Packages.props path for Visual Studio CPM discovery; pin Microsoft.Kiota.* to 1.22.0 (fixes NU1903); harden SetAppxManifestVersion with explicit manifest path and BuildVersion fallback. Playback: prefer direct play without subtitle index when client-side rendering is supported; load only the selected external subtitle; download external subtitles with Jellyfin auth via CreateFromStream; cache bitrate test per session; reduce subtitle presentation churn.
Centralize gamepad virtual-key handling in GamepadInput and route shell navigation (menu toggle, left-edge open, B/Escape back) through NavigationManager at the CoreWindow level so it works on every content page, not only when MainPage has focus. Video playback now maps A to play/pause, X to mute, and D-pad/stick directions to volume and seeking. Login and server selection accept Gamepad A to submit. WebVideo supports B to go back.
7 tasks
CyberoniOntoni
force-pushed
the
fix/build-and-subtitle-playback
branch
from
June 23, 2026 01:39
a7dfdc0 to
77bb4a1
Compare
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
Adds Xbox Series X/S controller support and shell-level navigation. Builds on dfederm#88.
Controller and shell navigation
GamepadInputNavigationManagerat the CoreWindow level so it works on every content pageMerge order
This PR stacks on dfederm#88 (
fix/build-and-subtitle-playback). Please merge dfederm#88 first, then this one.Part of splitting the former dfederm#89 into bite-sized reviews. Follow-up: shell search PR stacks on this branch.
Test plan