dvdfingerprint

A DVD Fingerprint Geneator


License
BSD-3-Clause
Install
pip install dvdfingerprint==0.1.3

Documentation

DVD Fingerprint

This is a Python implementation of the disc fingerprinting technique used by the Discident Database. 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.