diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/NextPvr/Configuration/configPage.html b/NextPvr/Configuration/configPage.html index 5472914..484644d 100644 --- a/NextPvr/Configuration/configPage.html +++ b/NextPvr/Configuration/configPage.html @@ -8,15 +8,14 @@
-
- +
NextPVR URL
- +
NextPVR PIN
@@ -25,7 +24,6 @@ NextPVR Debug Logging -
@@ -42,7 +40,7 @@ ApiClient.getPluginConfiguration(NextPvrConfigurationPage.pluginUniqueId).then(function (config) { $('#txtWebServiceUrl', page).val(config.WebServiceUrl || ""); $('#txtPin', page).val(config.Pin || ""); - $('#chkDebugLogging', page).checked(config.EnableDebugLogging || false).checkboxradio("refresh"); + $('#chkDebugLogging', page).checked = config.EnableDebugLogging || false; Dashboard.hideLoadingMsg(); }); @@ -55,7 +53,7 @@ ApiClient.getPluginConfiguration(NextPvrConfigurationPage.pluginUniqueId).then(function (config) { config.WebServiceUrl = $('#txtWebServiceUrl', form).val(); config.Pin = $('#txtPin', form).val(); - config.EnableDebugLogging = $('#chkDebugLogging', form).checked(); + config.EnableDebugLogging = $('#chkDebugLogging', form).checked; ApiClient.updatePluginConfiguration(NextPvrConfigurationPage.pluginUniqueId, config).then(Dashboard.processPluginConfigurationUpdateResult); }); diff --git a/NextPvr/NextPvr.csproj b/NextPvr/NextPvr.csproj index 6aef642..99c9fa5 100644 --- a/NextPvr/NextPvr.csproj +++ b/NextPvr/NextPvr.csproj @@ -2,20 +2,17 @@ netstandard2.1 - 3.0.0 - 3.0.0 + 3.0.0.0 + 3.0.0.0 - - - - + diff --git a/README.md b/README.md index 944d9ef..c3f8bc0 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,14 @@ ## About -The Jellyfin NextPVR plugin can be used for watching media provided by a NextPVR server. +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 diff --git a/build.yaml b/build.yaml index 5f54ca1..b1b6e51 100644 --- a/build.yaml +++ b/build.yaml @@ -1,16 +1,14 @@ --- -name: "jellyfin-plugin-nextpvr" +name: "NextPVR" guid: "9574ac10-bf23-49bc-949f-924f23cfa48f" -version: "3" -jellyfin_version: "10.5.0" -nicename: "NextPVR" -description: "Live TV plugin for NextPVR" -overview: > +version: "3.0.0.0" +targetAbi: "10.5.0.0" +overview: "Live TV plugin for NextPVR" +description: > Provides access to live TV, program guide, and recordings from NextPVR. category: "LiveTV" owner: "jellyfin" artifacts: - - "NextPvr.dll" -build_type: "dotnet" -dotnet_configuration: "Release" -dotnet_framework: "netstandard2.1" +- "NextPvr.dll" +changelog: > + changelog