mirror of
https://github.com/jellyfin/jellyfin-plugin-nextpvr.git
synced 2024-11-23 05:59:41 +00:00
7f4a0cca0b
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> |
||
---|---|---|
Jellyfin.Plugin.NextPVR | ||
.gitignore | ||
build.yaml | ||
Jellyfin.Plugin.NextPVR.sln | ||
LICENSE | ||
README.md |
Jellyfin NextPVR Plugin
Part of the Jellyfin Project
About
The Jellyfin NextPVR plugin can be used for watching media provided by a NextPVR server.
Build & Installation Process
-
Clone this repository
-
Ensure you have .NET Core SDK set up and installed
-
Build the plugin with your favorite IDE or the
dotnet
command
dotnet publish --configuration Release --output bin
- Place the resulting
Jellyfin.Plugin.NextPvr.dll
file in a folder calledplugins/
inside your Jellyfin data directory