D3fus / jellydesktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jellydesktop - tui for Jellyfin

Table of Contents

Description

jellydesktop is a tui for jellyfin. ./doc/1.gif

[0/2] Todo

  • [ ] Music playback
  • [ ] Search

Install

Download the newest release from the release page and copy it to $HOME/.local/bin/ .

From source

Install rust nightly if not allready done. just run

cargo install --git https://gitlab.com/cocainefarm/jellydesktop.git

–or–

git clone https://gitlab.com/cocainefarm/jellydesktop.git
cd jellydesktop
cargo install --path ./

Keybindings

Cursor Navigation

keyDescription
kmove cursor up
jmove cursor down
hmove cursor left
lmoce cursor right

Window Navigation

keyDescription
shift + kswitch to upper window
shift + jswitch to lower window
shift + hswitch to left window
shift + lswitch to right window

Overall Keybindings

keyDescription
enterload contend, start playing contend, start input mode
pstart autoplay for all unwatched contend in highlighted folder
shift + pstart autoplay for all contend in highlighted folder
?show help page
copen config page
sstop autoplay (while autoplay cowntdown)
nplay next (while autoplay cowntdown)

About


Languages

Language:Rust 100.0%