forked from krustyreturns/wmc2mb
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update the build metadata * use proper version numbers * minor changes to build metadata * add changelog property
- Loading branch information
Showing
8 changed files
with
21 additions
and
24 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,30 @@ | ||
# Jellyfin plugin for Windows MediaCenter with ServerWMC | ||
# Jellyfin Plugin for Windows MediaCenter with ServerWMC | ||
|
||
[![](https://img.shields.io/github/languages/top/prplhaz4/jellyfin-plugin-serverwmc.svg)](https://github.com/prplhaz4/jellyfin-plugin-serverwmc) | ||
[![](https://img.shields.io/github/contributors/prplhaz4/jellyfin-plugin-serverwmc.svg)](https://github.com/prplhaz4/jellyfin-plugin-serverwmc) | ||
[![](https://img.shields.io/github/license/prplhaz4/jellyfin-plugin-serverwmc.svg)](https://github.com/prplhaz4/jellyfin-plugin-serverwmc) | ||
|
||
## Features | ||
|
||
- Stream LiveTV | ||
- Stream Recorded Programs | ||
- Program Guide | ||
- Manage Recordings | ||
|
||
## Prerequisites | ||
|
||
- [Jellyfin](https://jellyfin.github.io/) | ||
- Windows MediaCenter | ||
- [ServerWMC](https://serverwmc.github.io/) | ||
|
||
## Installation | ||
|
||
- Jellyfin -> Plugins -> ServerWMC | ||
|
||
## Build Instructions | ||
|
||
``` | ||
dotnet publish --configuration Release --output bin | ||
``` | ||
|
||
Special thanks to **KrustyReturns** for initial development and permission to port this plugin to Jellyfin | ||
Special thanks to **KrustyReturns** for initial development and permission to port this plugin to Jellyfin. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
--- | ||
name: "jellyfin-plugin-serverwmc" | ||
name: "ServerWMC" | ||
guid: "1fc322a1-af2e-49a5-b2eb-a89b4240f700" | ||
version: "4" # Please increment with each pull request | ||
jellyfin_version: "10.5.0" # The earliest binary-compatible version | ||
nicename: "ServerWMC" | ||
description: "Jellyfin LiveTV plugin for Windows MediaCenter with ServerWMC" | ||
overview: > | ||
Provides access to LiveTV, Program Guide and Recordings from your Windows MediaCenter Server running ServerWMC. | ||
Requires ServerWMC (https://serverwmc.github.io/) to be installed and running on your Windows MediaCenter machine. | ||
version: "4.0.0.0" | ||
targetAbi: "10.5.0.0" | ||
overview: "Jellyfin Live TV plugin for Windows MediaCenter with ServerWMC" | ||
description: > | ||
Provides access to Live TV, Program Guide and Recordings from your Windows MediaCenter Server running ServerWMC. | ||
Requires ServerWMC to be installed and running on your Windows MediaCenter machine. | ||
category: "LiveTV" | ||
owner: "jellyfin" | ||
artifacts: | ||
- "Jellyfin.Plugin.ServerWMC.dll" | ||
build_type: "dotnet" | ||
dotnet_configuration: "Release" | ||
dotnet_framework: "netstandard2.1" | ||
- "Jellyfin.Plugin.ServerWMC.dll" | ||
changelog: > | ||
changelog |
Binary file not shown.
Binary file not shown.