Duplicate media_comment field, fixes #440

This commit is contained in:
simon987
2023-11-18 10:50:09 -05:00
parent ffa7f2ae84
commit 80528857e9
7 changed files with 12 additions and 5 deletions

View File

@@ -272,6 +272,7 @@ static void append_audio_meta(scan_media_ctx_t *ctx, AVFormatContext *pFormatCtx
APPEND_TAG_META(MetaAlbum);
} else if (strcmp(key, "comment") == 0) {
append_tag_meta_if_not_exists(ctx, doc, tag, MetaContent);
APPEND_TAG_META(MetaMediaComment);
}
}
}

View File

@@ -63,6 +63,7 @@ enum metakey {
MetaAlbumArtist,
MetaGenre,
MetaTitle,
MetaMediaComment,
MetaFontName,
MetaExifMake,
MetaExifDescription,