This commit is contained in:
ConfusedPolarBear 2022-04-29 23:52:50 -05:00
parent 08963d4c70
commit 82f8871c1b
7 changed files with 9 additions and 9 deletions

View File

@ -10,5 +10,5 @@ jobs:
call: call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/bump-version.yaml@master uses: jellyfin/jellyfin-meta-plugins/.github/workflows/bump-version.yaml@master
with: with:
csproj-name: Jellyfin.Plugin.Template csproj-name: ConfusedPolarBear.Plugin.IntroSkipper
is-unstable: ${{ github.event.release.prerelease }} is-unstable: ${{ github.event.release.prerelease }}

View File

@ -1,5 +1,5 @@
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jellyfin.Plugin.Template", "Jellyfin.Plugin.Template\Jellyfin.Plugin.Template.csproj", "{D921B930-CF91-406F-ACBC-08914DCD0D34}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfusedPolarBear.Plugin.IntroSkipper", "ConfusedPolarBear.Plugin.IntroSkipper\ConfusedPolarBear.Plugin.IntroSkipper.csproj", "{D921B930-CF91-406F-ACBC-08914DCD0D34}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -1,6 +1,6 @@
using MediaBrowser.Model.Plugins; using MediaBrowser.Model.Plugins;
namespace Jellyfin.Plugin.Template.Configuration; namespace ConfusedPolarBear.Plugin.IntroSkipper.Configuration;
/// <summary> /// <summary>
/// The configuration options. /// The configuration options.

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<RootNamespace>Jellyfin.Plugin.Template</RootNamespace> <RootNamespace>ConfusedPolarBear.Plugin.IntroSkipper</RootNamespace>
<AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion> <FileVersion>1.0.0.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>

View File

@ -1,13 +1,13 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Globalization; using System.Globalization;
using Jellyfin.Plugin.Template.Configuration; using ConfusedPolarBear.Plugin.IntroSkipper.Configuration;
using MediaBrowser.Common.Configuration; using MediaBrowser.Common.Configuration;
using MediaBrowser.Common.Plugins; using MediaBrowser.Common.Plugins;
using MediaBrowser.Model.Plugins; using MediaBrowser.Model.Plugins;
using MediaBrowser.Model.Serialization; using MediaBrowser.Model.Serialization;
namespace Jellyfin.Plugin.Template; namespace ConfusedPolarBear.Plugin.IntroSkipper;
/// <summary> /// <summary>
/// The main plugin. /// The main plugin.
@ -26,10 +26,10 @@ public class Plugin : BasePlugin<PluginConfiguration>, IHasWebPages
} }
/// <inheritdoc /> /// <inheritdoc />
public override string Name => "Template"; public override string Name => "Intro Skipper";
/// <inheritdoc /> /// <inheritdoc />
public override Guid Id => Guid.Parse("eb5d7894-8eef-4b36-aa6f-5d124e828ce1"); public override Guid Id => Guid.Parse("c83d86bb-a1e0-4c35-a113-e2101cf4ee6b");
/// <summary> /// <summary>
/// Gets the current plugin instance. /// Gets the current plugin instance.

View File

@ -11,6 +11,6 @@ description: >
category: "General" category: "General"
owner: "jellyfin" owner: "jellyfin"
artifacts: artifacts:
- "Jellyfin.Plugin.Template.dll" - "ConfusedPolarBear.Plugin.IntroSkipper.dll"
changelog: > changelog: >
changelog changelog