diff --git a/Jellyfin.Plugin.ServerWMC/.editorconfig b/.editorconfig similarity index 100% rename from Jellyfin.Plugin.ServerWMC/.editorconfig rename to .editorconfig diff --git a/Jellyfin.Plugin.ServerWMC/Jellyfin.Plugin.ServerWMC.csproj b/Jellyfin.Plugin.ServerWMC/Jellyfin.Plugin.ServerWMC.csproj index 58152b6..eacfda4 100644 --- a/Jellyfin.Plugin.ServerWMC/Jellyfin.Plugin.ServerWMC.csproj +++ b/Jellyfin.Plugin.ServerWMC/Jellyfin.Plugin.ServerWMC.csproj @@ -3,23 +3,18 @@ netstandard2.1 Jellyfin.Plugin.ServerWMC - 4.0.0 - 4.0.0 + 4.0.0.0 + 4.0.0.0 - - + + - - - - - diff --git a/Jellyfin.Plugin.ServerWMC/thumb.jpg b/Jellyfin.Plugin.ServerWMC/thumb.jpg deleted file mode 100644 index cd26aa2..0000000 Binary files a/Jellyfin.Plugin.ServerWMC/thumb.jpg and /dev/null differ diff --git a/README.md b/README.md index 4e2cbcb..1e33f2f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/_config.yml b/_config.yml deleted file mode 100644 index c419263..0000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-cayman \ No newline at end of file diff --git a/build.yaml b/build.yaml index 379bb73..cffc23b 100644 --- a/build.yaml +++ b/build.yaml @@ -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" \ No newline at end of file +- "Jellyfin.Plugin.ServerWMC.dll" +changelog: > + changelog \ No newline at end of file diff --git a/screen_guide.png b/screen_guide.png deleted file mode 100644 index 9f1d33c..0000000 Binary files a/screen_guide.png and /dev/null differ diff --git a/screen_programs.png b/screen_programs.png deleted file mode 100644 index e88b87b..0000000 Binary files a/screen_programs.png and /dev/null differ