2 releases
new 0.1.4 | Jan 3, 2025 |
---|---|
0.1.3 | Jan 3, 2025 |
#112 in Command-line interface
124 downloads per month
55KB
1.5K
SLoC
jellytui is a simple TUI for Jellyfin for browsing media, and playing it through mpv
Support for Linux and Mac, Windows and other BSD support is untested.
Requirements
Installation
Cargo
cargo install jellytui
From source
git clone https://github.com/tyrantlink/jellytui
cd jellytui
cargo build --release
Usage
jellytui
On first run, you will be prompted to enter your Jellyfin server URL, username, and password. This information will be stored in $XDG_CONFIG_HOME/jellytui/config.toml
or $HOME/.config/jellytui/config.toml
.
Keybindings
Ctrl c
: ExitCtrl r
|F5
: Refresh Jellyfin metadataArrow keys
: Navigate, up and down to scroll, left and right to change pagesPage Up
|Page Down
: Scroll up and down one pageEnter
: Play media, or list episodes seriesEscape
: Exit episode listCtrl e
: Toggle episode inclusion in search results- Any other key: Search, backspace to delete characters, ctrl backspace to clear search
Acknowledgements
Dependencies
~13–45MB
~743K SLoC