Add documentation - mpv-jellyfin - MPV script for adding an interface for Jellyfin.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 25d0cae12e363cf6952edd06c2f4af8272724349
(DIR) parent bd5ab31bb7f5af669f73aa9c513a35df5b0202f2
(HTM) Author: Sebastien MacDougall-Landry <60635017+EmperorPenguin18@users.noreply.github.com>
Date: Sun, 20 Nov 2022 21:21:02 -0500
Add documentation
Diffstat:
M script-opts/jellyfin.conf | 17 +++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/script-opts/jellyfin.conf b/script-opts/jellyfin.conf
@@ -1,5 +1,22 @@
+# The url of your server
+# ex. https://jellyfin.example.com
+# or http://192.168.1.40:8096/jellyfin
url=
+
+# Just your username
+# ex. billy
username=
+
+# Just your password, matching the username
+# ex. pass123
password=
+
+# The system path to store images
+# ex. /tmp/mpv-jellyfin
+# or /home/billy/.cache/mpv-jellyfin
image_path=
+
+# Should descriptions be hidden if the item hasn't been watched yet
+# Defaults to on
+# ex. off
hide_spoilers=