Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize comic information #34

Closed
2 tasks
lelinhtinh opened this issue Apr 9, 2019 · 2 comments
Closed
2 tasks

Standardize comic information #34

lelinhtinh opened this issue Apr 9, 2019 · 2 comments
Labels
enhancement H nHentai downloader MCD Manga Comic downloader

Comments

@lelinhtinh
Copy link
Owner

lelinhtinh commented Apr 9, 2019

Embed the metadata into cbz comics.

@lelinhtinh lelinhtinh added H nHentai downloader MCD Manga Comic downloader labels May 10, 2019
@lelinhtinh
Copy link
Owner Author

lelinhtinh commented Jun 3, 2019

https://web.archive.org/web/20180225143412/http://comicrack.cyolito.com:80/faqs/7-how-is-ecomic-meta-data-handled

<?xml version="1.0"?>
<ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Series>X-Men '97</Series>
    <Title>Not a Cloud in the Sky</Title>
    <Number>1</Number>
    <Summary>Uncomfortable feelings are set aside when Joseph, Rogue and Gambit confront a foe who will stop at nothing to end them!

Joseph has a sense that the world is not as he recalls: Iceman is mobbed by adoring fans; Rogue and Gambit can touch each other; Beast finds the cure for the Legacy Virus; police arrest Bastion and the Friends of Humanity; and Cyclops doesn't require his ruby quartz visor. When he sees Jean Grey's image disappear from a portrait of the X-Men, Joseph knows they're being manipulated, a fact emphasized when the others tell him they know no Jean Grey...</Summary>
    <Writer>Grant Morrison, John Francis Moore</Writer>
    <Publisher>Marvel</Publisher>
    <Genre>Comic</Genre>
    <Tags>Action, Adventure, Sci-fi, Supernatural, Fantasy</Tags>
    <Characters>Angel, Bastion, Beast, Bishop, Cannonball, Cyclops, Gambit, Gamesmaster, Iceman, Jean Grey, Joseph, Rogue, Storm, Trish Tilby, Wolverine</Characters>
    <LanguageISO>en</LanguageISO>
    <Web>https://comicvine.gamespot.com/x-men-annual-97-1-not-a-cloud-in-the-sky/4000-161832/</Web>
    <PageCount>11</PageCount>
    <Pages>
        <Page Image="0" ImageHeight="3056" ImageSize="1420720" ImageWidth="1987" Type="FrontCover" />
        <Page Image="1" ImageHeight="3056" ImageSize="1088396" ImageWidth="1987" />
        <Page Image="2" ImageHeight="3056" ImageSize="659321" ImageWidth="1987" />
        <Page Image="3" ImageHeight="3056" ImageSize="521546" ImageWidth="1987" />
        <Page Image="4" ImageHeight="3056" ImageSize="1317285" ImageWidth="1987" />
        <Page Image="5" ImageHeight="3056" ImageSize="1254588" ImageWidth="1987" />
        <Page Image="6" ImageHeight="3056" ImageSize="1008944" ImageWidth="1987" />
        <Page Image="7" ImageHeight="3056" ImageSize="1600268" ImageWidth="1987" />
        <Page Image="8" ImageHeight="3056" ImageSize="1591729" ImageWidth="1987" />
        <Page Image="9" ImageHeight="3056" ImageSize="1455016" ImageWidth="1987" />
        <Page Image="10" ImageHeight="3056" ImageSize="1399004" ImageWidth="1987" />
    </Pages>
</ComicInfo>

@lelinhtinh
Copy link
Owner Author

lelinhtinh commented Jun 3, 2019

https://code.google.com/archive/p/comicbookinfo/wikis/Example.wiki

{
    "ComicBookInfo/1.0": {
        "series": "X-Men '97",
        "title": "Not a Cloud in the Sky",
        "issue": "1",
        "comments": "Uncomfortable feelings are set aside when Joseph, Rogue and Gambit confront a foe who will stop at nothing to end them!\n\nJoseph has a sense that the world is not as he recalls: Iceman is mobbed by adoring fans; Rogue and Gambit can touch each other; Beast finds the cure for the Legacy Virus; police arrest Bastion and the Friends of Humanity; and Cyclops doesn't require his ruby quartz visor. When he sees Jean Grey's image disappear from a portrait of the X-Men, Joseph knows they're being manipulated, a fact emphasized when the others tell him they know no Jean Grey...",
        "credits": [
            {
                "person": "Grant Morrison",
                "role": "Writer"
            },
            {
                "person": "John Francis Moore",
                "role": "Writer"
            }
        ],
        "publisher": "Marvel",
        "genre": "Comic",
        "tags": [
            "Action",
            "Adventure",
            "Sci-fi",
            "Supernatural",
            "Fantasy"
        ],
        "language": "en"
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement H nHentai downloader MCD Manga Comic downloader
Projects
None yet
Development

No branches or pull requests

1 participant