mirror of
https://github.com/simon987/sist2.git
synced 2025-12-12 15:08:53 +00:00
Duplicate media_comment field, fixes #440
This commit is contained in:
1
third-party/libscan/libscan/media/media.c
vendored
1
third-party/libscan/libscan/media/media.c
vendored
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1
third-party/libscan/libscan/scan.h
vendored
1
third-party/libscan/libscan/scan.h
vendored
@@ -63,6 +63,7 @@ enum metakey {
|
||||
MetaAlbumArtist,
|
||||
MetaGenre,
|
||||
MetaTitle,
|
||||
MetaMediaComment,
|
||||
MetaFontName,
|
||||
MetaExifMake,
|
||||
MetaExifDescription,
|
||||
|
||||
Reference in New Issue
Block a user