Type Alias: Metadata
type Metadata = Readonly<Record<string, string>>;
Defined in: packages/player/src/player.ts:172
A read-only view of the current entry's tag map — mpv's metadata property.
Keys are mpv's tag names as the demuxer reported them (title, artist,
album, icy-title, …); values are always strings.