jellyfin/Jellyfin.Data/Entities
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
..
Libraries Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
Security Remove IAuditableEntity 2021-09-02 20:18:46 -04:00
AccessSchedule.cs Use correct setter access modifiers 2021-03-25 19:51:26 -04:00
ActivityLog.cs Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
CustomItemDisplayPreferences.cs Merge pull request #5623 from barronpm/ef-cleanup2 2021-05-04 23:59:15 -04:00
DisplayPreferences.cs Use correct setter access modifiers 2021-03-25 19:51:26 -04:00
Group.cs Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
HomeSection.cs Remove unused using directives 2021-04-17 11:37:55 +01:00
ImageInfo.cs Use correct setter access modifiers 2021-03-25 19:51:26 -04:00
ItemDisplayPreferences.cs Use correct setter access modifiers 2021-03-25 19:51:26 -04:00
MediaSegment.cs Add media segments API (#12345) 2024-08-05 14:20:27 +02:00
Permission.cs Add migration 2021-03-25 19:51:27 -04:00
Preference.cs Add migration 2021-03-25 19:51:27 -04:00
TrickplayInfo.cs Migrate to trickplay table to EF. Rename vars/methods/members to have consistent use of tile and thumbnail 2023-06-26 17:40:10 -07:00
User.cs Store lyrics in the database as media streams (#9951) 2024-02-26 05:09:40 -07:00