Closed gotson closed 2 years ago
Comicrack supports the day field.
<?xml version="1.0"?>
<ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Title>Beyond Chapter Eight</Title>
<Series>The Amazing Spider-Man</Series>
<Number>82</Number>
<Volume>2018</Volume>
<AlternateSeries>Beyond</AlternateSeries>
<SeriesGroup>Spider-Man</SeriesGroup>
<Summary>Something horribly wrong is happening at the McCarthy Medical Center.
Mary Jane Watson is trying to nurse the bedridden Peter Parker to health, but when Peter's roommate disappears, MJ has to step up.
Can MJ and a nonmobile Peter get to the bottom of this hospital mystery?</Summary>
<Notes>Scraped metadata from Comixology [CMXDB967627], [ASINB09G483L1X], [RELDATE:2021-12-22]
Scraped metadata from ComicVine [CVDB899171].</Notes>
<Year>2022</Year>
<Month>2</Month>
<Day>1</Day>
<Writer>Saladin Ahmed</Writer>
<Penciller>Jorge Fornés</Penciller>
<Inker>Jorge Fornés</Inker>
<Colorist>Dan Brown</Colorist>
<Letterer>Joe Caramagna</Letterer>
<CoverArtist>Art Adams, Romulo Fajardo Jr.</CoverArtist>
<Editor>Nick Lowe</Editor>
<Publisher>Marvel</Publisher>
<Genre>Superhero</Genre>
<Web>https://comicvine.gamespot.com/the-amazing-spider-man-82-beyond-chapter-eight/4000-899171/</Web>
<PageCount>24</PageCount>
<LanguageISO>en</LanguageISO>
<AgeRating>12+ Only</AgeRating>
<Characters>Colleen Wing, Lizard, Mary Jane, Misty Knight, Spider-Man</Characters>
<Teams>Daughters of the Dragon</Teams>
<ScanInformation>Zone-Empire</ScanInformation>
<Pages>
<Page Image="0" ImageSize="1702781" ImageWidth="1988" ImageHeight="3056" Type="FrontCover" />
<Page Image="1" ImageSize="1185880" />
<Page Image="2" ImageSize="1166105" />
<Page Image="3" ImageSize="854310" />
<Page Image="4" ImageSize="1795463" />
<Page Image="5" ImageSize="1057082" />
<Page Image="6" ImageSize="872384" />
<Page Image="7" ImageSize="915948" />
<Page Image="8" ImageSize="843732" />
<Page Image="9" ImageSize="533383" />
<Page Image="10" ImageSize="1086534" />
<Page Image="11" ImageSize="495087" />
<Page Image="12" ImageSize="781657" />
<Page Image="13" ImageSize="828278" />
<Page Image="14" ImageSize="598249" />
<Page Image="15" ImageSize="780654" />
<Page Image="16" ImageSize="782643" />
<Page Image="17" ImageSize="823497" />
<Page Image="18" ImageSize="863502" />
<Page Image="19" ImageSize="947255" />
<Page Image="20" ImageSize="846220" />
<Page Image="21" ImageSize="1107196" />
<Page Image="22" ImageSize="2165475" />
<Page Image="23" ImageSize="750766" Type="Deleted" />
</Pages>
</ComicInfo>
It's probably an oversight in the schema.
@majora2007 this one seems like a no-brainer, as it's already supported by ComicRack itself.
I will add it. We can merge. As you said, seems strange it wasn't included in the original ComicInfo.
Where does this comes from?
Raised by me :)
What is the rationale for adding support for this element?
The
Day
element is missing in the existing schema, onlyYear
andMonth
are available.Is the element already handled by any application or tool?
Mylar writes the
Day
element already.