Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CoverArtForPaths ¶
func IsAudioOrVideo ¶
Types ¶
type Metadata ¶
func MetadataForPath ¶
type MetadataCache ¶
type MetadataCache interface { MetadataForPath(string) (*Metadata, error) MetadataForPaths([]string) []*Metadata Warm(string) }
func NewMetadataCache ¶
func NewMetadataCache() MetadataCache
Click to show internal directories.
Click to hide internal directories.