Part of the Jellyfin Project
|
This plugin version is a fork of the official with some modifications to improve WebDAV compatibilities when using the NATIVE mode for video playback. |
To use NATIVE mode with WebDAV links, place a secrets.json file in plugin.video.jellyfin/jellyfin_kodi/helper/:
{
"nativepath": "davs://myserver.com/media"
}
It should work for SFTP, FTP, FTPS, HTTP, HTTPS, etc...
Example:
- Jellyfin movie is available locally on: /media/Movies/My Movie/my.movie.mkv
- Jellyfin movie is also available remotely on: https://myserver.com/media/Movies/My Movie/my.movie.mkv
- Configure the nativepath through a config file (see below) and select NATIVE mode during plugin setup.
Detailed installation instructions can be found in the Jellyfin Client Documentation.
- Chapter images are missing unless native playback mode is used.
- Certain add-ons that depend on seeing where your content is located will not work unless native playback mode is selected.