mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #12359] [MERGED] Feature/media segments plugin api #12984
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#12984
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/12359
Author: @JPVenson
Created: 7/30/2024
Status: ✅ Merged
Merged: 9/7/2024
Merged by: @crobibero
Base:
master← Head:feature/MediaSegmentsPluginApi📝 Commits (10+)
20feb28Added Media segment managerb67498eAdded "HasSegments" to MediaSourceInfo when requesting though baseitem7cd886cFixed ordering of Media Segements6fe53adAdded media segment API controller852389dAdded .ConfigureAwait(false) on media segments manager322a324renamed MediaSegmentsController9743975Added Model layer for Media Segmentsa41f782Updated media segment naming5a3829eAdded mediaSegment type filter61660daFixed codesmell📊 Changes
11 files changed (+312 additions, -5 deletions)
View changed files
📝
CONTRIBUTORS.md(+1 -0)📝
Emby.Server.Implementations/Localization/Core/en-US.json(+2 -0)➕
Emby.Server.Implementations/ScheduledTasks/Tasks/MediaSegmentExtractionTask.cs(+118 -0)📝
Jellyfin.Server.Implementations/MediaSegments/MediaSegmentManager.cs(+101 -1)📝
MediaBrowser.Controller/MediaSegements/IMediaSegmentManager.cs(+17 -0)➕
MediaBrowser.Controller/MediaSegements/IMediaSegmentProvider.cs(+36 -0)📝
MediaBrowser.Model/Configuration/LibraryOptions.cs(+6 -0)📝
MediaBrowser.Model/Configuration/MetadataPluginType.cs(+2 -1)➕
MediaBrowser.Model/MediaSegments/MediaSegmentGenerationRequest.cs(+14 -0)📝
MediaBrowser.Providers/Manager/ProviderManager.cs(+13 -2)📝
tests/Jellyfin.Providers.Tests/Manager/ProviderManagerTests.cs(+2 -1)📄 Description
Plugin support for #12345
Issues
https://github.com/jellyfin/jellyfin-meta/discussions/30#discussioncomment-9629257
Should be reviewed after merging 12345!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.