Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marios8543/Jellyfin-CLI
A Jellyfin command line client written in Python
https://github.com/marios8543/Jellyfin-CLI
Last synced: 3 months ago
JSON representation
A Jellyfin command line client written in Python
- Host: GitHub
- URL: https://github.com/marios8543/Jellyfin-CLI
- Owner: marios8543
- License: mit
- Created: 2020-03-08T20:06:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T16:56:39.000Z (7 months ago)
- Last Synced: 2024-07-03T10:07:58.879Z (5 months ago)
- Language: Python
- Size: 81.1 KB
- Stars: 39
- Watchers: 7
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jellyfin CLI
##### A Jellyfin command line client written in Python with urwid.
![Image](https://i.imgur.com/I3Nbd3R.png)
----### How to install
This app requires Python3.6 or higher
You can install it by executing `pip3 install --user jellyfin-cli`
You will also need to install MPV.
I recommend symlinking the script to your path so you can execute it directly from the terminal:
This will typically require something like the following:
`ln -s $HOME/.local/bin/jellyfin-cli /usr/bin/jellyfin-cli`### How to use
The first time you run it, you will be greeted by a minimalist login prompt. This will repeat every time the token is invalidated.
After that you can use the interface.
### DevelopmentWant to contribute? Sure! You are free to create bug reports, feature requests and pull requests. I will try my best to review all of them.