mirror of
https://github.com/jellyfin/jellyfin-plugin-nextpvr.git
synced 2024-11-23 05:59:41 +00:00
89e4ddca23
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.14.0 to v5.15.0. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/v5.14.0...fe52e97d262833ae07d05efaf1a239df3f1b5cd4) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.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