dhonus/jellyfin-tui

Select mode in playlists?—a way to remove multiple tracks at once

Open

#176 opened on Mar 31, 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

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:

  1. Press V (or something else) to enter select mode
  2. Mode cursor up or down to select tracks—as you would select lines in vim
  3. Press d to remove them from the playlist
  4. Back to normal mode

Would that make sense?

Contributor guide