8000 GitHub - radenling/moviehash: Go package to calculate movie hashes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

radenling/moviehash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moviehash

This is a small go package for calculating movie hashes used by Media Player Classic. For more information, see http://trac.opensubtitles.org/projects/opensubtitles/wiki/HashSourceCodes

Install

go get github.com/radenling/moviehash

Usage

Import the library:

import "github.com/radenling/moviehash"

Call it using ComputeFileHash or ComputeHash:

hash, err := ComputeFileHash(filename)

Tests

To run the tests you need two test files from opensubtitles.org

Run the tests with the go tool:

go test

About

Go package to calculate movie hashes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0