Unlock Music Project https://git.unlock-music.dev/
Go to file
鲁树人 589e573b55
Some checks failed
Build / build (.exe, amd64, windows) (push) Has been cancelled
Build / build (.exe, arm64, windows) (push) Has been cancelled
Build / build (amd64, darwin) (push) Has been cancelled
Build / build (amd64, linux) (push) Has been cancelled
Build / build (arm64, darwin) (push) Has been cancelled
Build / build (arm64, linux) (push) Has been cancelled
Build / archive (push) Has been cancelled
Merge pull request 'Fix: Artist metadata is lost for NCM files with mixed-type artist arrays' (#131) from solitudechn/cli:fix/handle-mixed-type-artist into main
Reviewed-on: https://git.unlock-music.dev/um/cli/pulls/131
2025-08-11 17:09:24 +00:00
.gitea/workflows ci: allow manual trigger of build job 2025-05-09 05:03:00 +09:00
algo fix(ncm): Handle mixed-type artist field in metadata parsing 2025-08-09 23:58:03 +00:00
cmd/um chore: mark default version as "custom" 2025-05-07 09:27:34 +09:00
internal
misc ci: make zip work 2025-05-09 11:21:22 +09:00
.gitignore ci: fix archive name and zip package 2025-05-09 05:00:21 +09:00
go.mod feat: first version of kgg support 2025-05-07 08:12:57 +09:00
go.sum feat: first version of kgg support 2025-05-07 08:12:57 +09:00
LICENSE
README.md docs: update reference to gitea actions 2025-05-08 07:11:55 +09:00

Unlock Music Project - CLI Edition

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

Warning

在本站 fork 不会起到备份的作用,只会浪费服务器储存空间。如无必要请勿 fork 该仓库。

Features

  • All Algorithm Supported By unlock-music/web
  • Complete Metadata & Cover Image

Release

Latest release.

Install from source

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

Build from repo source

  1. Pull repo source.
  2. Build with go build ./cmd/um.

It will produce um or um.exe (Windows).

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