mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #10758] [MERGED] Add ITranscodeManager #12425
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#12425
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/10758
Author: @barronpm
Created: 12/21/2023
Status: ✅ Merged
Merged: 12/29/2023
Merged by: @Bond-009
Base:
master← Head:transcode-manager📝 Commits (4)
abd74fdMove TranscodingJobDto and TranscodingThrottler to Controllerc208195Rename and clean up TranscodingJob9215a4dAdd ITranscodeManager servicec49539cMove ProgressiveFileStream to Controller📊 Changes
24 files changed (+398 additions, -455 deletions)
View changed files
📝
Emby.Server.Implementations/ApplicationHost.cs(+2 -1)📝
Emby.Server.Implementations/LiveTv/EmbyTV/DirectRecorder.cs(+1 -0)📝
Jellyfin.Api/Controllers/AudioController.cs(+1 -0)📝
Jellyfin.Api/Controllers/DynamicHlsController.cs(+28 -27)📝
Jellyfin.Api/Controllers/HlsSegmentController.cs(+7 -7)📝
Jellyfin.Api/Controllers/LiveTvController.cs(+7 -5)📝
Jellyfin.Api/Controllers/PlaystateController.cs(+9 -8)📝
Jellyfin.Api/Controllers/UniversalAudioController.cs(+1 -0)📝
Jellyfin.Api/Controllers/VideosController.cs(+8 -8)📝
Jellyfin.Api/Helpers/AudioHelper.cs(+8 -8)📝
Jellyfin.Api/Helpers/DynamicHlsHelper.cs(+6 -6)📝
Jellyfin.Api/Helpers/FileStreamResponseHelpers.cs(+15 -9)📝
Jellyfin.Api/Helpers/HlsHelpers.cs(+1 -0)📝
Jellyfin.Api/Helpers/StreamingHelpers.cs(+5 -5)📝
Jellyfin.Api/Models/StreamingDtos/HlsAudioRequestDto.cs(+3 -1)📝
Jellyfin.Api/Models/StreamingDtos/HlsVideoRequestDto.cs(+3 -1)➕
MediaBrowser.Controller/MediaEncoding/ITranscodeManager.cs(+104 -0)📝
MediaBrowser.Controller/MediaEncoding/TranscodingJob.cs(+62 -65)📝
MediaBrowser.Controller/MediaEncoding/TranscodingThrottler.cs(+4 -5)📝
MediaBrowser.Controller/Streaming/ProgressiveFileStream.cs(+9 -9)...and 4 more files
📄 Description
Changes
Jellyfin.ApiTranscodingJobTranscodingJobHelperintoITranscodeManagerserviceProbably best reviewed commit-by-commit
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.