View Single Post
Old 02-11-2012, 09:31 AM   #282
ntome
Junior Member
ntome began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jul 2011
Device: none
Quote:
Originally Posted by naarcissus View Post
Would like to see a plugin to import ComicRack metadata from CBZ, CBR, CB7, etc.

Then, if possible, to export data into a ComicInfo.xml [probably not fea$able for the proprietary CBR(RAR) format]

An example ComicInfo.xml I made by filling in all the possible info in ComicRack:
Spoiler:
Code:
<?xml version="1.0"?>
<ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Title>The Title</Title>
  <Series>Some Series</Series>
  <Number>3</Number>
  <Count>10</Count>
  <Volume>6</Volume>
  <AlternateSeries>Alt Series or Storyline Title</AlternateSeries>
  <AlternateNumber>5</AlternateNumber>
  <AlternateCount>6</AlternateCount>
  <Summary>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus</Summary>
  <Notes>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
   Aliquam tincidunt mauris eu risus.
   Vestibulum auctor dapibus neque.</Notes>
  <Year>2012</Year>
  <Month>1</Month>
  <Writer>Writer Doe</Writer>
  <Penciller>John Penciller</Penciller>
  <Inker>Inker Smith</Inker>
  <Colorist>Jane Colorist</Colorist>
  <Letterer>Letterer Jones</Letterer>
  <CoverArtist>Cove R Artist</CoverArtist>
  <Editor>Editor in Chief</Editor>
  <Publisher>Publisher Publishing Inc.</Publisher>
  <Imprint>Imprint inc</Imprint>
  <Genre>Horror, Sci-fi</Genre>
  <Web>http://comicrack.cyolito.com/</Web>
  <PageCount>9</PageCount>
  <LanguageISO>en</LanguageISO>
  <Format>Magazine</Format>
  <AgeRating>Teen</AgeRating>
  <BlackAndWhite>No</BlackAndWhite>
  <Manga>No</Manga>
  <Characters>Jill, John, Jane, Monster, Mr. Sample,</Characters>
  <Teams>Good Guys, Bad Guys,</Teams>
  <Locations>Somewhere Near, Somewhere Far, Somewhere Else</Locations>
  <ScanInformation>Scanner or Scanlator Info</ScanInformation>
  <Pages>
    <Page Image="0" Bookmark="Page 1" ImageSize="518228" ImageWidth="854" ImageHeight="480" PagePosition="Near" Type="FrontCover" />
    <Page Image="1" ImageSize="175015" ImageWidth="720" ImageHeight="480" Type="InnerCover" />
    <Page Image="2" ImageSize="488604" ImageWidth="854" ImageHeight="480" Type="Roundup" />
    <Page Image="3" ImageSize="94022" ImageWidth="300" ImageHeight="371" />
    <Page Image="4" ImageSize="358671" ImageWidth="854" ImageHeight="480" Type="Advertisement" />
    <Page Image="5" ImageSize="330315" ImageWidth="854" ImageHeight="480" Type="Editorial" />
    <Page Image="6" ImageSize="413156" ImageWidth="854" ImageHeight="480" Type="Letters" />
    <Page Image="7" ImageSize="285483" ImageWidth="720" ImageHeight="480" Type="Preview" />
    <Page Image="8" ImageSize="399987" ImageWidth="1022" ImageHeight="1280" Rotation="Rotate90" Type="BackCover" />
  </Pages>
</ComicInfo>


Supports all kinds of info except, notably, Tags and IDs. Though there is a script (for ComicRack) to export tags to the notes section (so an option for this might be handy).

I was looking to something like that.
any development?
ntome is offline   Reply With Quote