summaryrefslogtreecommitdiff
path: root/plugins/wma/asfheader.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wma/asfheader.c')
-rw-r--r--plugins/wma/asfheader.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/wma/asfheader.c b/plugins/wma/asfheader.c
index c6e84e89..97c37256 100644
--- a/plugins/wma/asfheader.c
+++ b/plugins/wma/asfheader.c
@@ -653,6 +653,10 @@ static int asf_parse_header(DB_FILE *fd, asf_waveformatex_t* wfx, DB_playItem_t
unsigned char *s = id3buf;
asf_utf16LEdecode(fd, length, &id3buf, &id3buf_remaining);
deadbeef->pl_append_meta (it, "composer", s);
+ } else if ((!strcasecmp("foobar2000/cuesheet", utf8buf)) && (type == 0)) {
+ unsigned char *s = id3buf;
+ asf_utf16LEdecode(fd, length, &id3buf, &id3buf_remaining);
+ deadbeef->pl_append_meta (it, "cuesheet", s);
} else if (!strcmp("WM/Year", utf8buf)) {
if (type == 0) {
unsigned char *s = id3buf;