Unlock Music Project - CLI Edition
Go to file
Unlock Music Dev 0a0179c614
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Merge pull request 'fix(qmc): use unicode normalize to match filename' (#47) from fix/unicode-norm into master
Reviewed-on: #47
2022-12-05 03:24:40 +00:00
.github/workflows ci: add go test 2021-12-14 04:12:45 +08:00
algo chore: add accident removed comment 2022-12-05 11:10:40 +08:00
cmd/um fix(qmc): fix key from mmkv 2022-12-05 08:54:40 +08:00
internal refactor: move audio sniffer to internal package 2022-11-22 06:16:40 +08:00
misc chore: add release script 2022-11-20 12:42:03 +08:00
.drone.jsonnet Revert "fix(ci): add zlib for cgo" 2022-12-05 07:24:21 +08:00
.drone.yml Revert "fix(ci): add zlib for cgo" 2022-12-05 07:24:21 +08:00
.gitignore chore: add release script 2022-11-20 12:42:03 +08:00
LICENSE LICENSE: Say Hello to 2021! 2021-02-22 00:05:37 +08:00
README.md update readme [CI SKIP] 2022-11-27 10:30:40 +08:00
go.mod feat(qmc): use unicode normalize to match filename 2022-12-05 11:04:57 +08:00
go.sum feat(qmc): use unicode normalize to match filename 2022-12-05 11:04:57 +08:00

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