mirror of
https://github.com/jellyfin/jellyfin-plugin-nextpvr.git
synced 2024-11-23 05:59:41 +00:00
a72e77436b
chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 |
||
---|---|---|
.github | ||
Jellyfin.Plugin.NextPVR | ||
.editorconfig | ||
.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