CML/meta.cml

ComicMaster has its own format for comic meta informations, which can be added to each archive. It is called CML (Comic Markup Language) and it is based on XML:

  <comicdata>
      <series>
          <series:volume></series:volume>
          <series:title></series:title>
          <series:publisher></series:publisher>
          <book>
              <book:title/>
              <book:issue/>
              <book:year/>
              <book:month/>
              <book:credits/>
              <story>
                    <story:title/>
                    <story:number/>
                    <story:credits/>
              </story>
              <page>
                    <page:order/>
                    <page:content/>
                    <page:type/>
                    <page:hash/>
                    <page:process/>s
              </page>
          </book>
      </series>
  </comicdata>

The full xml schema can be found in the source package.

The data in the meta.cml files will allow to automatically add a comic's meta data into a database, skip ad pages and therefore making it unnecessary to delete them, or rotate images without manipulating the image itself.