Giter VIP home page Giter VIP logo

anime-crc's Introduction

https://raw.githubusercontent.com/Nekmo/anime-crc/master/logo.png


Latest Travis CI build status Latest PyPI version Python versions Code Climate Test coverage Requirements Status

anime-crc

Validate and create CRC checksums for files (ex. anime video [ABCD01234].mkv)

To install anime-crc, run this command in your terminal:

$ sudo pip install anime-crc

This is the preferred method to install anime-crc, as it will always install the most recent stable release.

Usage

Show anime-crc help running:

$ anime-crc -h

The output with the current release is:

usage: anime-crc [-h] [-a [<file> [<file> ...]]] [--delete [<file> [<file> ...]]] [-r] [--debug] [--warning] [--no-warn-missing-xattr-ext] [--warn-no-crc] [-n] [--read-from <stores>] [--write-to <stores>] [<file> [<file> ...]]

CRC32 generator and checker.

positional arguments:
  <file>                Check CRC32 of files. (default: None)

optional arguments:
  -h, --help            show this help message and exit
  -a [<file> [<file> ...]], --addcrc32 [<file> [<file> ...]]
                        Generate CRC32 for files and rename them. (default: None)
  --delete [<file> [<file> ...]]
                        Delete CRC32 tags in the specified files. (default: None)
  -r, --recursive       Explore directories recursively. (default: False)
  --debug               Set log level to debugging messages. (default: 20)
  --warning             Set log level to warnings (hides successful files). (default: 20)
  --no-warn-missing-xattr-ext
                        Don't warn of missing python3-xattr optional dependency. (default: False)
  --warn-no-crc         Show a warning if no CRC tags are found in a file. (default: False)
  -n, --no-progress     Disable progress reporting, even if connected to a tty. (default: False)
  --read-from <stores>  A comma-separated list of tag stores used for checking integrity. First successful read is used. (default: filename)
  --write-to <stores>   A comma-separated list of tag stores used for writing CRC tags. Tags are written in every tag store specified. (default: filename)

Features

  • Check CRC of files. The checksum can be in the filename (ex. [ABCD01234]), in a separate file or in the file metadatas (xattr).
  • Set CRC of files. The CRC can be written to the name, to a separate file or to file metadatas.
  • Delete CRC of file names.

anime-crc's People

Contributors

jay-tau avatar nekmo avatar ntrrgc avatar

Stargazers

 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.