Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Movie ¶
type Movie struct {
XMLName xml.Name `xml:"movie"`
Title string `xml:"title"`
URLs []string `xml:"url,omitempty"`
Premiered string `xml:"premiered,omitempty"`
Plot string `xml:"plot,omitempty"`
Studio string `xml:"studio,omitempty"`
Thumbnails []Thumb `xml:"thumb,omitempty"`
Actors []Actor `xml:"actor,omitempty"`
Tags []string `xml:"tag,omitempty"`
}
func FromMergedScene ¶
func FromMergedScene(m match.MergedScene) Movie
Click to show internal directories.
Click to hide internal directories.