Commit 27643a8b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MKV: parse more metadata

parent d239e0f9
......@@ -238,6 +238,8 @@ static const struct {
{vlc_meta_Description, "DESCRIPTION"},
{vlc_meta_Publisher, "PUBLISHER"},
{vlc_meta_URL, "URL"},
{vlc_meta_TrackNumber, "PART_NUMBER"},
{vlc_meta_Date, "DATE_RELEASE"},
{vlc_meta_Title, NULL},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment