8000 GitHub - tyrantlink/jellytui: TUI Jellyfin Client using MPV
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tyrantlink/jellytui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: Exit
  • Ctrl + r | F5: Refresh Jellyfin metadata
  • Arrow keys: Navigate, up and down to scroll, left and right to change pages
  • Page Up | Page Down: Scroll up and down one page
  • Enter: Play media, or list episodes series
  • Escape: Exit episode list
  • Ctrl + e: Toggle episode inclusion in search results
  • Any other key: Search, backspace to delete characters, ctrl + backspace to clear search

Acknowledgements

Name inspired by jftui by Aanok

51FB

Releases

No releases published

Packages

No packages published

Languages

0