added desktop parity multi artist metadata

This commit is contained in:
Boof2015
2026-07-28 13:30:01 -04:00
parent 646862a0e6
commit ce4e173231
28 changed files with 1849 additions and 46 deletions
+4
View File
@@ -24,8 +24,12 @@ export interface ExtractedMetadata {
error?: string;
title?: string | null;
artist?: string | null;
/** Ordered repeated ARTIST tag values; empty when the file has no multi-value credit. */
artistNames?: string[];
album?: string | null;
albumArtist?: string | null;
/** Ordered repeated ALBUMARTIST tag values; empty when not multi-valued. */
albumArtistNames?: string[];
genre?: string | null;
/** Container mime type reported by MediaMetadataRetriever. */
mimeType?: string | null;