Metadata-Version: 1.0
Name: dvdfingerprint
Version: 0.1.1
Summary: A DVD Fingerprint Geneator
Home-page: https://github.com/kolanos/dvdfingerprint
Author: Michael Lavers
Author-email: kolanos@gmail.com
License: BSD
Description: DVD Fingerprint
        ===============
        
        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).
        
Platform: UNKNOWN
