Giter Club home page Giter Club logo

comicarchive's Introduction

ComicArchive

A command line app and library for manipulating comic archives (.cbz, .cbr, etc). Written in C# and .Net Core 2.0.

Limitations

Command Line App

  • The read command looks for embedded Comic Rack metadata. If that isn't present then nothing is returned
  • The convert command line can convert a single archive (or a folder of archives) into a Zip based comic archive

Comic Archive Library

Things the library currently supports:

  • Conversion of various archive formats to a zip archive (with a .cbz extension)
  • Extracting a file from an archive by name, based on a file path
  • Determining if a file path is an archive
  • Reading Comic Rack metadata from an archive

Usage

Command Line

   read|r: Read the metadata for a comic archive. Only supports reading Comic Rack metadata.
        /p /path : (String) (Required)

   convert|c: Convert non-zip comic archives into zip archives.
        /o /overwrite     : If a file with the same name as the conversion target exists, replace it.
        /p /path          : The file or folder of files to convert. (String) (Required) (Path exists (file or directory))
        /r /replace       : Delete the original file once the conversion is complete.
        /s /showfullpaths : Show full file paths instead of just the files name.

C# Library

TODO:

To Do List

Short Term

  • Move the conversion of an archive inside the ComicArchiveFile abstraction.
  • Implement parsing and saving of basic metadata from a filename if metadata not present.

Long Term

  • [Eventually] Implement ability to write most/all metadata to archives. Only zip files will be supported for writing initially. Other open standard formats may be supported one day, but Zip is the only open commonly used format, so there is probably no demand to support other formats. I see no benefit from using RAR that is worth taking the dependency on a prioprietary 3rd party tool and philosophically oppose the use of RAR for comic archives.

comicarchive's People

Contributors

wyldphyre avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.