jellyfin-plugin-nextpvr/README.md

36 lines
1.4 KiB
Markdown
Raw Normal View History

2020-02-19 02:03:28 +00:00
<h1 align="center">Jellyfin NextPVR Plugin</h1>
2020-03-25 16:50:37 +00:00
<h3 align="center">Part of the <a href="https://jellyfin.org">Jellyfin Project</a></h3>
2019-09-30 21:54:30 +00:00
2021-03-10 23:40:29 +00:00
<p align="center">
<img alt="Logo Banner" src="https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/banner-logo-solid.svg?sanitize=true"/>
<br/>
<br/>
<a href="https://github.com/jellyfin/jellyfin-plugin-nextpvr/actions?query=workflow%3A%22Test+Build+Plugin%22">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/jellyfin/jellyfin-plugin-nextpvr/Test%20Build%20Plugin.svg">
</a>
<a href="https://github.com/jellyfin/jellyfin-plugin-nextpvr">
<img alt="MIT License" src="https://img.shields.io/github/license/jellyfin/jellyfin-plugin-nextpvr.svg"/>
</a>
<a href="https://github.com/jellyfin/jellyfin-plugin-nextpvr/releases">
<img alt="Current Release" src="https://img.shields.io/github/release/jellyfin/jellyfin-plugin-nextpvr.svg"/>
</a>
</p>
2020-02-19 02:03:28 +00:00
## About
2019-09-30 21:54:30 +00:00
2020-05-27 11:28:25 +00:00
The Jellyfin NextPVR plugin can be used for watching media provided by a <a href="http://www.nextpvr.com">NextPVR</a> server.
2020-02-19 02:03:28 +00:00
## Build & Installation Process
1. Clone this repository
2020-05-27 11:28:25 +00:00
2020-02-19 02:03:28 +00:00
2. Ensure you have .NET Core SDK set up and installed
2020-05-27 11:28:25 +00:00
2020-03-25 16:50:37 +00:00
3. Build the plugin with your favorite IDE or the `dotnet` command
2020-02-19 02:03:28 +00:00
2020-03-25 16:50:37 +00:00
```sh
2020-02-19 02:03:28 +00:00
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