You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jellyfin/MediaBrowser.Model/Entities
LukePulverenti Luke Pulverenti luke pulverenti cc25bd579b
Chaged BaseItem.People to a dictionary to prevent duplicates and improve Contains performance. Tweaked ffprobe and provider execution.
12 years ago
..
Audio.cs Added more Audio fields to DTOBaseItem 12 years ago
BaseEntity.cs Moved some additional fields down to BaseEntity. 12 years ago
BaseItem.cs Chaged BaseItem.People to a dictionary to prevent duplicates and improve Contains performance. Tweaked ffprobe and provider execution. 12 years ago
Folder.cs Chaged BaseItem.People to a dictionary to prevent duplicates and improve Contains performance. Tweaked ffprobe and provider execution. 12 years ago
Genre.cs Added BaseEntity so that Person, User, and other misc classes don't have to inherit from BaseItem 12 years ago
IHasProviderIds.cs Added a VirtualFolder entity, a resolver, and a CollectionType property. 12 years ago
ImageType.cs Reworked CategoryInfo and added ImageType enum 12 years ago
ItemSpecialCounts.cs Renamed watched to played (since we support audio) 12 years ago
MetadataProviders.cs Re-worked provider id's, api client, moved people to the api item wrapper and added server error handling 12 years ago
Person.cs Added a completely separate DTOBaseItem to remove the ApiBaseItemWrapper mess and shrink json output size. 12 years ago
Studio.cs Added BaseEntity so that Person, User, and other misc classes don't have to inherit from BaseItem 12 years ago
User.cs Added a completely separate DTOBaseItem to remove the ApiBaseItemWrapper mess and shrink json output size. 12 years ago
UserItemData.cs Added a completely separate DTOBaseItem to remove the ApiBaseItemWrapper mess and shrink json output size. 12 years ago
Video.cs Changed some types to List to avoid having to call ToList for insertion purposes 12 years ago
VirtualFolder.cs Added a VirtualFolder entity, a resolver, and a CollectionType property. 12 years ago
Year.cs Added BaseEntity so that Person, User, and other misc classes don't have to inherit from BaseItem 12 years ago