Add support for lyrics.

Not supported in id3v1 and id3v22
This commit is contained in:
Xavier Henner
2015-05-18 09:32:54 +02:00
parent 7a80548ea8
commit 7fac753a70
7 changed files with 75 additions and 0 deletions
+2
View File
@@ -90,6 +90,8 @@ type Metadata interface {
// Picture returns a picture, or nil if not avilable.
Picture() *Picture
Lyrics() string
// Raw returns the raw mapping of retrieved tag names and associated values.
// NB: tag/atom names are not standardised between formats.
Raw() map[string]interface{}