Socket
Socket
Sign inDemoInstall

dvdfingerprint

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dvdfingerprint

A DVD Fingerprint Geneator


Maintainers
1

Readme

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc