Skip to content

Commit

Permalink
Update the build metadata (#11)
Browse files Browse the repository at this point in the history
* update the build metadata

* use proper version numbers

* minor changes to build metadata

* add changelog property
  • Loading branch information
dkanada authored May 26, 2020
1 parent 63509b9 commit f5a5b5c
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 24 deletions.
File renamed without changes.
13 changes: 4 additions & 9 deletions Jellyfin.Plugin.ServerWMC/Jellyfin.Plugin.ServerWMC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,18 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>Jellyfin.Plugin.ServerWMC</RootNamespace>
<AssemblyVersion>4.0.0</AssemblyVersion>
<FileVersion>4.0.0</FileVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.5-*" />
<PackageReference Include="Jellyfin.Model" Version="10.5-*" />
<PackageReference Include="Jellyfin.Controller" Version="10.*" />
<PackageReference Include="Jellyfin.Model" Version="10.*" />
</ItemGroup>

<ItemGroup>
<None Remove="Configuration\configPage.html" />
<None Remove="thumb.jpg" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Configuration\configPage.html" />
<EmbeddedResource Include="thumb.jpg" />
</ItemGroup>

</Project>
Binary file removed Jellyfin.Plugin.ServerWMC/thumb.jpg
Binary file not shown.
9 changes: 7 additions & 2 deletions README.md
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.
1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

22 changes: 10 additions & 12 deletions build.yaml
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 removed screen_guide.png
Binary file not shown.
Binary file removed screen_programs.png
Binary file not shown.

0 comments on commit f5a5b5c

Please sign in to comment.