| Add documentation - mpv-jellyfin - MPV script for adding an interface for Jelly… | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 25d0cae12e363cf6952edd06c2f4af8272724349 | |
| parent bd5ab31bb7f5af669f73aa9c513a35df5b0202f2 | |
| Author: Sebastien MacDougall-Landry <[email protected]… | |
| 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(-) | |
| --- | |
| 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= |