A DVD Fingerprint Geneator
Project description
This is a Python implementation of the disc fingerprinting technique used by the [Discident Database](http://discident.com/). Works by traversing a directory (from a DVD drive or ripped) and creating a unique hash for that disc.
# Usage
Command line:
$ dvdfingerprint /Volumes/DVD_VIDEO/
From your own code:
import dvdfingerprint dvdfingerprint.fingerprint(“/Volumes/DVD_VIDEO/”)
Adapted from Erik Kastner’s Ruby implementation [dvd_fingerprint](https://github.com/kastner/dvd_fingerprint).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
dvdfingerprint-0.1.1.zip
(3.6 kB
view hashes)
dvdfingerprint-0.1.1.tar.gz
(1.7 kB
view hashes)