🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

dvdfingerprint

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dvdfingerprint

A DVD Fingerprint Geneator

0.1.3
PyPI
Maintainers
1

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.

.. _Discident: http://discident.com/

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_.

.. _dvd_fingerprint: https://github.com/kastner/dvd_fingerprint

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts