Unlock Music Project - CLI Edition
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
um-dev f6149c9109 Merge pull request 'feat(qmc): add support for .mflach' (#46) from qmc/mflach into master
Reviewed-on: https://git.unlock-music.dev/um/cli/pulls/46
2 years ago
.github/workflows ci: add go test 3 years ago
algo feat(qmc): use editorial distance to find the key 2 years ago
cmd/um fix(qmc): fix key from mmkv 2 years ago
internal refactor: move audio sniffer to internal package 2 years ago
misc chore: add release script 2 years ago
.drone.jsonnet Revert "fix(ci): add zlib for cgo" 2 years ago
.drone.yml Revert "fix(ci): add zlib for cgo" 2 years ago
.gitignore chore: add release script 2 years ago
LICENSE LICENSE: Say Hello to 2021! 4 years ago
README.md update readme [CI SKIP] 2 years ago
go.mod feat(qmc): use editorial distance to find the key 2 years ago
go.sum feat(qmc): use editorial distance to find the key 2 years ago

README.md

Unlock Music Project - CLI Edition

Original: Web Edition https://git.unlock-music.dev/um/web

Features

  • All Algorithm Supported By unlock-music/web
  • Complete Cover Image
  • Parse Meta Data
  • Complete Meta Data

Hou to Build

  • Requirements: Golang 1.17
  1. run go install unlock-music.dev/cli/cmd/um@master

How to use

  • Drag the encrypted file to um.exe (Tested on Windows)
  • Run: ./um [-o <output dir>] [-i] <input dir/file>
  • Use ./um -h to show help menu