jellyfin/Emby.Server.Implementations
JPVenson 00eb6c0d6f
Add media segments API (#12345)
* Added Media segment manager

* Added "HasSegments" to MediaSourceInfo when requesting though baseitem

* Fixed ordering of Media Segements

* Added media segment API controller

* Added .ConfigureAwait(false) on media segments manager

* renamed MediaSegmentsController
removed empty route

* Added Model layer for Media Segments
Fixed review comments Media segments

* Updated media segment naming
refactored api and manager usage

* Added mediaSegment type filter

* Fixed codesmell

* Fixed naming and typos

* Added EF Migration

* Added Identity Generation for MediaSegments
Made mediasegment filter optional

* Fixed optional filter parameter

* refactored segment namespace

* Added SegmentProviderId to MediaSegment

* Media segment comment indentation

* Added MediaSegmentManager query notracking
2024-08-05 14:20:27 +02:00
..
AppBase Use real temp dir instead of cache dir for temp files (#12226) 2024-07-15 08:44:14 -04:00
Branding
Collections
Configuration
Cryptography
Data Enable nullable for UserItemData 2024-07-29 21:05:23 +02:00
Devices
Dto Enable nullable for DtoService and DtoOptions 2024-07-29 21:05:40 +02:00
EntryPoints Enable nullable for UserItemData 2024-07-29 21:05:23 +02:00
HttpServer
Images Use real temp dir instead of cache dir for temp files (#12226) 2024-07-15 08:44:14 -04:00
IO Use real temp dir instead of cache dir for temp files (#12226) 2024-07-15 08:44:14 -04:00
Library Enable nullable for UserItemData 2024-07-29 21:05:23 +02:00
Localization Translated using Weblate (Spanish (Argentina)) 2024-08-04 17:41:32 -04:00
MediaEncoder
Playlists Backport pull request #12037 from jellyfin/release-10.9.z 2024-06-23 11:40:46 -04:00
Plugins
Properties
QuickConnect
ScheduledTasks Run DeleteTranscodeFileTask on startup (#12239) 2024-07-15 08:55:31 -04:00
Serialization
Session
Sorting
SyncPlay
TV
Updates
ApplicationHost.cs Add media segments API (#12345) 2024-08-05 14:20:27 +02:00
ConfigurationOptions.cs
Emby.Server.Implementations.csproj
IStartupOptions.cs
ServerApplicationPaths.cs
SystemManager.cs