The Jellyfin.Xtream plugin can be used to integrate the content provided by an Xtream-compatible API in your Jellyfin instance.
The plugin can be installed using a custom plugin repository. To add the repository, follow these steps:
- Open your admin dashboard and navigate to
Plugins
. - Select the
Repositories
tab on the top of the page. - Click the
+
symbol to add a repository. - Enter
Jellyfin.Xtream
as the repository name. - Enter
https://kevinjil.github.io/Jellyfin.Xtream/repository.json
as the repository url. - Click save.
To install or update the plugin, follow these steps:
- Open your admin dashboard and navigate to
Plugins
. - Select the
Catalog
tab on the top of the page. - Under
Live TV
, selectJellyfin Xtream
. - (Optional) Select the desired plugin version.
- Click
Install
. - Restart your Jellyfin server to complete the installation.
The plugin requires connection information for an Xtream-compatible API. The following credentials should be set correctly in the plugin configuration on the admin dashboard.
Property | Description |
---|---|
Base URL | The URL of the API endpoint excluding the trailing slash, including protocol (http/https) |
Username | The username used to authenticate to the API |
Password | The password used to authenticate to the API |
Jellyfin publishes the remote paths in the API and in the default user interface. As the Xtream format for remote paths includes the username and password, anyone that can access the library will have access to your credentials. Use this plugin with caution on shared servers.