Documentation ¶
Index ¶
Constants ¶
View Source
const ( XmlVersion = "1" Xmlns = "http://xspf.org/ns/0/" ContentType = "application/xspf+xml" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Track ¶
type Track struct { Location string `xml:"location"` Title string `xml:"title,omitempty"` Creator string `xml:"creator,omitempty"` Album string `xml:"album,omitempty"` TrackNum string `xml:"trackNum,omitempty"` Duration string `xml:"duration,omitempty"` ImageExt string `xml:"-"` Image string `xml:"image,omitempty"` Annotation string `xml:"annotation,omitempty"` }
Click to show internal directories.
Click to hide internal directories.