| jellyfin.conf - mpv-jellyfin - MPV script for adding an interface for Jellyfin. | |
| git clone git://jay.scot/mpv-jellyfin | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| jellyfin.conf (513B) | |
| --- | |
| 1 # The url of your server | |
| 2 # ex. https://jellyfin.example.com | |
| 3 # or http://192.168.1.40:8096/jellyfin | |
| 4 url= | |
| 5 | |
| 6 # Just your username | |
| 7 # ex. billy | |
| 8 username= | |
| 9 | |
| 10 # Just your password, matching the username | |
| 11 # ex. pass123 | |
| 12 password= | |
| 13 | |
| 14 # The system path to store images | |
| 15 # ex. /tmp/mpv-jellyfin | |
| 16 # or /home/billy/.cache/mpv-jellyfin | |
| 17 image_path= | |
| 18 | |
| 19 # Should descriptions be hidden if the item hasn't been watched yet | |
| 20 # Defaults to on | |
| 21 # ex. off | |
| 22 hide_spoilers= | |
| 23 | |
| 24 # Show the script's UI at start | |
| 25 # Defaults to off | |
| 26 # ex. on | |
| 27 show_by_default= |