Unlock Music Project - CLI Edition
Go to file
jixunmoe 2381c83f68 Merge pull request '小更改 - mmkv 相关' (#93) from qmc-mmkv-cipher into master
Reviewed-on: #93
2024-07-06 19:35:06 +00:00
.github/workflows ci: add go test 2021-12-14 04:12:45 +08:00
algo refactor: rework on MusicEx footer parser 2024-07-06 20:32:26 +01:00
cmd/um refactor: make mmkv key optional; change cli params name 2024-07-06 19:55:31 +01:00
internal fix: wrong png header 2024-05-03 16:17:32 +08:00
misc chore: add release script 2022-11-20 12:42:03 +08:00
.drone.jsonnet build: update ci settings 2024-04-24 17:11:40 +08:00
.drone.yml build: update ci settings 2024-04-24 17:11:40 +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 doc: update go version [skip ci] 2022-12-07 02:02:50 +08:00
go.mod chore: update deps 2024-04-24 17:14:06 +08:00
go.sum chore: update deps 2024-04-24 17:14:06 +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 Metadata & Cover Image

Hou to Build

  • Requirements: Golang 1.19
  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