Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Then copy `SegmentEditorPlugin/bin/Release/net10.0/SegmentEditorPlugin.dll` to y

## Requirements

- Jellyfin Server 12.0.0 or newer
- Jellyfin Server 12.1 or newer
- The [Intro Skipper plugin](https://github.com/intro-skipper/intro-skipper) installed
- Jellyfin Server compatible with the referenced Jellyfin packages (see `SegmentEditorPlugin/SegmentEditorPlugin.csproj`)
- For building from source:
Expand Down
4 changes: 2 additions & 2 deletions SegmentEditorPlugin/SegmentEditorPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="12.0.0-rc2">
<PackageReference Include="Jellyfin.Controller" Version="12.1.0">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Jellyfin.Model" Version="12.0.0-rc2">
<PackageReference Include="Jellyfin.Model" Version="12.1.0">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name: "Segment Editor"
guid: "ace21d44-a4e5-4a85-ae75-acd2e24a9574"
version: "1.0.0.0"
targetAbi: "12.0.0.0"
targetAbi: "12.1.0.0"
framework: "net10.0"
overview: "Segment editing UI embedded as a plugin page"
description: "Packages the Segment Editor web app (built from intro-skipper/segment-editor) as a Jellyfin server plugin"
category: "MoviesAndShows"
owner: "Intro Skipper"
artifacts:
- "SegmentEditorPlugin.dll"
changelog: "- Jellyfin 12 compatibility"
changelog: "- Jellyfin 12.1 compatibility"
Loading