Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinjil/jellyfin.xtream
The Jellyfin.Xtream plugin can be used to integrate the content provided by an Xtream-compatible API in your Jellyfin instance.
https://github.com/kevinjil/jellyfin.xtream
jellyfin-plugin xtream-codes
Last synced: 20 days ago
JSON representation
The Jellyfin.Xtream plugin can be used to integrate the content provided by an Xtream-compatible API in your Jellyfin instance.
- Host: GitHub
- URL: https://github.com/kevinjil/jellyfin.xtream
- Owner: Kevinjil
- License: gpl-3.0
- Created: 2022-05-24T13:38:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T06:55:14.000Z (2 months ago)
- Last Synced: 2024-10-18T06:16:01.511Z (29 days ago)
- Topics: jellyfin-plugin, xtream-codes
- Language: C#
- Homepage:
- Size: 307 KB
- Stars: 101
- Watchers: 9
- Forks: 12
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jellyfin.Xtream
The Jellyfin.Xtream plugin can be used to integrate the content provided by an [Xtream-compatible API](https://xtream-ui.org/api-xtreamui-xtreamcode/) in your [Jellyfin](https://jellyfin.org/) instance.
## Installation
The plugin can be installed using a custom plugin repository.
To add the repository, follow these steps:1. Open your admin dashboard and navigate to `Plugins`.
1. Select the `Repositories` tab on the top of the page.
1. Click the `+` symbol to add a repository.
1. Enter `Jellyfin.Xtream` as the repository name.
1. Enter [`https://kevinjil.github.io/Jellyfin.Xtream/repository.json`](https://kevinjil.github.io/Jellyfin.Xtream/repository.json) as the repository url.
1. Click save.To install or update the plugin, follow these steps:
1. Open your admin dashboard and navigate to `Plugins`.
1. Select the `Catalog` tab on the top of the page.
1. Under `Live TV`, select `Jellyfin Xtream`.
1. (Optional) Select the desired plugin version.
1. Click `Install`.
1. Restart your Jellyfin server to complete the installation.## Configuration
The plugin requires connection information for an [Xtream-compatible API](https://xtream-ui.org/api-xtreamui-xtreamcode/).
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 |## Known problems
### Loss of confidentiality
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.