Introduction
Introduction Statistics Contact Development Disclaimer Help
Update README.md - mpv-jellyfin - MPV script for adding an interface for Jellyf…
Log
Files
Refs
README
LICENSE
---
commit bd5ab31bb7f5af669f73aa9c513a35df5b0202f2
parent 5debabe9e2b63ab10ab19a0428d66ac08087edd9
Author: Sebastien MacDougall-Landry <[email protected]…
Date: Sun, 20 Nov 2022 21:14:06 -0500
Update README.md
Diffstat:
M README.md | 34 +++++++++++++++++++++++++++++…
1 file changed, 33 insertions(+), 1 deletion(-)
---
diff --git a/README.md b/README.md
@@ -1,2 +1,34 @@
# mpv-jellyfin
-MPV plugin that turns it into a Jellyfin client
+[mpv](https://github.com/mpv-player/mpv) plugin that turns it into a [Jellyfin…
+
+## Features
+
+- Minimal Jellyfin client that integrates into mpv
+- Navigate your libraries and play files
+- Some basic metadata is shown for each item
+- If an item is unwatched, it's description is hidden to prevent spoilers
+- When a video file finishes playing, it will be marked as watched
+
+## Installation
+
+Copy the .lua file in `scripts/` to your mpv scripts directory (See [mpv's man…
+
+## Configuration
+
+Can be configured through the usual `script-opts` mechanism of mpv (see its [m…
+
+## Usage
+
+By default, the Jellyfin menu can be toggled with `ctrl+j`.
+
+You can navigate around using the arrow keys.
+
+When you activate a video in the menu, it will begin to play that file.
+
+## Limitations
+
+In general this is a very minimal script and isn't designed to be a full Jelly…
+
+Currently navigation is very slow because metadata is pulled in sequentially. …
+
+Thumbnails will accumulate if the selected image path isn't tmpfs. In addition…
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.