Go to file
2021-03-22 00:20:27 +00:00
.github chore(deps): bump release-drafter/release-drafter 2021-03-22 00:20:27 +00:00
Jellyfin.Plugin.NextPVR Update Jellyfin.Plugin.NextPVR/LiveTvService.cs 2020-11-30 09:28:47 -07:00
.editorconfig add basic editorconfig 2021-03-11 00:38:46 +01:00
.gitignore initial 2017-09-02 14:05:52 -04:00
build.yaml Update build.yaml 2020-11-27 15:57:50 -07:00
Jellyfin.Plugin.NextPVR.sln Initial preparation 2020-10-10 19:27:31 -04:00
LICENSE minor changes to build metadata 2020-05-27 20:28:25 +09:00
README.md add basic readme badges 2021-03-11 00:45:30 +01:00

Jellyfin NextPVR Plugin

Part of the Jellyfin Project

Logo Banner

GitHub Workflow Status MIT License Current Release

About

The Jellyfin NextPVR plugin can be used for watching media provided by a NextPVR server.

Build & Installation Process

  1. Clone this repository

  2. Ensure you have .NET Core SDK set up and installed

  3. Build the plugin with your favorite IDE or the dotnet command

dotnet publish --configuration Release --output bin
  1. Place the resulting Jellyfin.Plugin.NextPvr.dll file in a folder called plugins/ inside your Jellyfin data directory