Adding info for retrieving artwork from iTunes library

This commit is contained in:
Deluan 2016-03-01 18:59:12 -05:00
parent 5b65f85578
commit 78805ac465

View File

@ -4,7 +4,7 @@ type Album struct {
Id string
Name string
ArtistId string `parent:"artist"`
CoverArtPath string
CoverArtPath string // TODO http://stackoverflow.com/questions/13795842/linking-itunes-itc2-files-and-ituneslibrary-xml
Year int
Compilation bool
Rating int