jellyfin/Jellyfin.Data/Enums
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
..
ArtKind.cs
AudioSpatialFormat.cs Detect audio spatial format (#9996) 2024-01-06 14:11:08 -07:00
BaseItemKind.cs
ChromecastVersion.cs
CollectionType.cs Convert CollectionType to use lowercase enum names 2023-12-08 15:45:36 -07:00
DynamicDayOfWeek.cs
HomeSectionType.cs
IndexingKind.cs
ItemSortBy.cs Convert ItemSortBy to enum (#9765) 2023-11-09 14:00:13 -07:00
MediaFileKind.cs
MediaSegmentType.cs Add media segments API (#12345) 2024-08-05 14:20:27 +02:00
MediaStreamProtocol.cs Lowercase MediaStreamProtocol for backwards compatibility 2024-03-08 15:29:22 -07:00
MediaType.cs Convert string MediaType to enum MediaType 2023-10-10 15:57:15 -06:00
PermissionKind.cs Store lyrics in the database as media streams (#9951) 2024-02-26 05:09:40 -07:00
PersonKind.cs Add book related values to PersonKind (#10325) 2023-10-03 21:16:16 -06:00
PersonRoleType.cs
PreferenceKind.cs Add "Allowed Tags" to Parental Controls 2023-01-20 16:43:59 -03:00
ScrollDirection.cs
SortOrder.cs
SubtitlePlaybackMode.cs
SyncPlayAccessRequirementType.cs
SyncPlayUserAccessType.cs
UnratedItem.cs
VideoRange.cs Migrate VideoRange and VideoRangeType to Enum 2023-06-28 12:02:20 +02:00
VideoRangeType.cs Add new VideoRangeTypes to fully support DoVi on webOS (#10469) 2024-03-23 07:39:49 -06:00
ViewType.cs