Documentation
¶
Index ¶
Constants ¶
View Source
const ComicInfoXmlName = "ComicInfo.xml"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArrayOfComicPageInfo ¶
type ArrayOfComicPageInfo []ComicPageInfo
type ComicInfo ¶
type ComicInfo struct {
Title string `xml:",omitempty"`
Series string `xml:",omitempty"`
Number string `xml:",omitempty"`
Count int64 `xml:",omitempty"`
Volume int64 `xml:",omitempty"`
AlternativeSeries string `xml:",omitempty"`
AlternativeNumber string `xml:",omitempty"`
AlternativeCount int64 `xml:",omitempty"`
Summary string `xml:",omitempty"`
Notes string `xml:",omitempty"`
Year int64 `xml:",omitempty"`
Month int64 `xml:",omitempty"`
Day int64 `xml:",omitempty"`
Writer string `xml:",omitempty"`
Penciller string `xml:",omitempty"`
Inker string `xml:",omitempty"`
Colorist string `xml:",omitempty"`
Letterer string `xml:",omitempty"`
CoverArtist string `xml:",omitempty"`
Editor string `xml:",omitempty"`
Translator string `xml:",omitempty"`
Publisher string `xml:",omitempty"`
Imprint string `xml:",omitempty"`
Genre string `xml:",omitempty"`
Web string `xml:",omitempty"`
PageCount int64 `xml:",omitempty"`
LanguageISO string `xml:",omitempty"`
Format string `xml:",omitempty"`
BlackAndWhite YesNo `xml:",omitempty"`
Manga Manga `xml:",omitempty"`
Characters string `xml:",omitempty"`
Teams string `xml:",omitempty"`
Locations string `xml:",omitempty"`
ScanInformation string `xml:",omitempty"`
StoryArc string `xml:",omitempty"`
SeriesGroup string `xml:",omitempty"`
AgeRating AgeRating `xml:",omitempty"`
Pages ArrayOfComicPageInfo `xml:"Pages>Page,omitempty"`
CommunityRating Rating `xml:",omitempty"`
MainCharacterOrTeam string `xml:",omitempty"`
Review string `xml:",omitempty"`
}
type ComicPageInfo ¶
type ComicPageInfo struct {
Image int `xml:",attr"`
Type ComicPageType `xml:",attr,omitempty"`
DoublePage bool `xml:",attr,omitempty"`
ImageSize int64 `xml:",attr,omitempty"`
Key string `xml:",attr,omitempty"`
Bookmark string `xml:",attr,omitempty"`
ImageWidth int `xml:",attr,omitempty"`
ImageHeight int `xml:",attr,omitempty"`
}
type ComicPageType ¶
type ComicPageType string
Click to show internal directories.
Click to hide internal directories.