Interface IMultipleLocalMetadataProvider<TItemType>
Inherited Members
Namespace: MediaBrowser.Controller.Providers
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IMultipleLocalMetadataProvider<TItemType> : IMetadataProvider<TItemType>, ILocalMetadataProvider, IMetadataProvider where TItemType : BaseItem
Type Parameters
Name | Description |
---|---|
TItemType |
Methods
GetMultipleMetadata(ItemInfo, LibraryOptions, IDirectoryService, CancellationToken)
Gets the metadata.
Declaration
Task<List<MetadataResult<TItemType>>> GetMultipleMetadata(ItemInfo info, LibraryOptions libraryOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
ItemInfo | info | |
LibraryOptions | libraryOptions | |
IDirectoryService | directoryService | |
System.Threading.CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.List<MetadataResult<TItemType>>> |