dhonus/jellyfin-tui

[ Feature request ] Bind to bring up currently playing song in the main list

Open

#191 opened on May 10, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (46 forks)auto 404
good first issue

Repository metrics

Stars
 (556 stars)
PR merge metrics
 (PR metrics pending)

Description

This is a simple quality of life request. Currently, if I wanted to add the currently playing song to a playlist, I would have to use the search feature to pull it up in the main window, and then use p to add it to playlist. This feels rather clunky, and a simple fix would be adding a keybind to find the currently playing song in the queue and show it in the track view. Another simple solution would be, when the queue is focused, to apply the command palette commands to the currently selected song in the queue, instead of the track view (it makes more sense from a ux perspective to have the command palette operate on the currently selected window instead of one that you presumably wouldn't be looking at)

Love the project, fits so perfectly with otter launcher

Contributor guide