Skip to content

omelettedufromagee/jellyfin-kodi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jellyfin for Kodi with WebDAV optimizations

Part of the Jellyfin Project


⚠️ Fork from Official

This plugin version is a fork of the official with some modifications to improve WebDAV compatibilities when using the NATIVE mode for video playback.

How to use

To use NATIVE mode with WebDAV links, place a secrets.json file in plugin.video.jellyfin/jellyfin_kodi/helper/:

plugin.video.jellyfin/jellyfin_kodi/helper/secrets.json

{
    "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.

Install Jellyfin for Kodi

Detailed installation instructions can be found in the Jellyfin Client Documentation.

Known limitations

  • 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.

About

Jellyfin Plugin for Kodi

Resources

License

Contributing

Stars

Watchers

Forks

Languages

  • Python 100.0%