## 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
```sh
dotnet publish --configuration Release --output bin
```
4. Place the resulting `Jellyfin.Plugin.NextPvr.dll` file in a folder called `plugins/` inside your Jellyfin data directory