You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add provider search for Navidrome, Jellyfin, and Local
- Implement provider.Searcher on each: Subsonic search3 for Navidrome,
/Items?searchTerm for Jellyfin, in-memory scan for Local playlists
- Wire Ctrl+F into the focusProvider key dispatcher and the Navidrome
browser overlay so it works wherever the user is browsing
- Add S / L / R provider-switch shortcuts to focusProvider (matched J / N)
- Reorder overlay key dispatch so the search overlay claims keys above
the nav browser
- Rename the search overlay title from "Spotify Search" to plain "Search"
- Tweak ColorKeyBG to use Accent instead of FG
Copy file name to clipboardExpand all lines: docs/keybindings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Press `Ctrl+K` in the player to see all keybindings.
49
49
| Key | Action |
50
50
|---|---|
51
51
|`f`| Toggle bookmark ★ on selected track (or favorite radio station in radio browser) |
52
-
|`Ctrl+F`| Search — active provider's native search (Spotify) or YouTube |
52
+
|`Ctrl+F`| Search — active provider's native search (Spotify, Navidrome, Jellyfin, Plex, Local) or YouTube fallback. Available from playlist and provider-browser views.|
0 commit comments