Sha256: ebc1b5e52722b886f629314136d83c29f5f887b7fc6c9c2d57ed200af9508cf7
Contents?: true
Size: 430 Bytes
Versions: 5
Compression:
Stored size: 430 Bytes
Contents
module EbookRenamer # The Calibre metadata extraction tool (epub, mobi, pdf) CALIBRE_CLI_BINARY = '/usr/bin/ebook-meta' # The Calibre metadata extraction tool CALIBRE_META_CLI = '/usr/bin/ebook-meta' # Support URL for Calibre's CLI tool CALIBRE_CLI_URL = 'http://manual.calibre-ebook.com/cli/cli-index.html' # Attribute keys META_KEYS = %w[title authors(s) publisher languages published rights identifiers] end
Version data entries
5 entries across 5 versions & 1 rubygems