Git Product home page Git Product logo

calibre-comicvine's Introduction

Comicvine

A calibre metadata source plugin for comicvine.com

Install

Dependencies:

For convenience, a modified version of pycomicvine 0.9 is included in the distribution to make sure there are no external dependencies. This will only be loaded if the module is not found elsewhere in the system path.

Create a plugin zip file containing the files listed in MANIFEST and install.

On a Unix system this can be done using:

$ zip Comicvine -@ < MANIFEST
$ calibre-customize -a Comicvine.zip

The single command calibre-customize -b . from within the source directory will also work, but will include many unnecessary files.

Usage

Allows you to search comicvine for metadata for your comics and graphic novels stored in Calibre.

You will need an API Key to use this source

Get one at (http://www.comicvine.com/api/)

Once configured you can use this plugin from the GUI (download metadata) or from the fetch-ebook-metadata command.

Both of these methods will try all active metadata sources, and only return the most preferred result.

To return all comicvine matches from the command line you can search using:

$ calibre-debug -r Comicvine [t:title] [a:author] [i:type:id]

This will search for comics that match the given fields. Any spaces should be enclosed in quotes, e.g.:

$ calibre-debug -r Comicvine t:'The Invisibles #15' \
    a:'Grant Morrison'
Found: The Invisibles #15: She-Man, Part Three: Apocalipstick [1995-12-01 00:00:00]
Found: The Invisibles, Volume Two #15: The Philadelphia Experiment [1998-05-01 00:00:00]

or:

$ calibre-debug -r Comicvine i:comicvine:41736
Found: The Invisibles #15: She-Man, Part Three: Apocalipstick [1995-12-01 00:00:00]

$ calibre-debug -r Comicvine t:'Batman #12' i:comicvine-volume:42721
(0000) - 349621: Batman #12: Ghost in the Machine; [2012-08-08]

Contribute

You can contribute by submitting issue tickets on GitHub (https://github.com/authmillenon/pycomicvine), including Pull Requests. You can test the comicvine plugin by calling:

calibre-debug -e __init__.py

License

Copyright (c) 2013 Russell Heilling

pycomicvine is Copyright (c) Martin Lenders

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.