dhonus/jellyfin-tui
View on GitHubSelect mode in playlists?—a way to remove multiple tracks at once
Open
#176 opened on Mar 31, 2026
good first issue
Repository metrics
- Stars
- (556 stars)
- PR merge metrics
- (PR metrics pending)
Description
I'm finding myself in need of removing a bunch of tracks from a playlist.
The Jellyfin web UI is awful for this, and I personally find it not always works. Plus, I would like to be able to do this without leaving the music player itself.
I don't think there is something like this currently, but I may be wrong. Either way, I imagined something like this:
- Press V (or something else) to enter select mode
- Mode cursor up or down to select tracks—as you would select lines in vim
- Press d to remove them from the playlist
- Back to normal mode
Would that make sense?