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.
28ca8cef60 | 2 days ago | |
---|---|---|
.github/workflows | 3 years ago | |
algo | 3 weeks ago | |
cmd/um | 3 weeks ago | |
internal | 3 weeks ago | |
misc | 2 years ago | |
.drone.jsonnet | 2 days ago | |
.drone.yml | 2 days ago | |
.gitignore | 1 month ago | |
LICENSE | 4 years ago | |
README.md | 2 days ago | |
go.mod | 2 days ago | |
go.sum | 2 days ago |
README.md
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
Install from source
- Requirements: Golang 1.23.3
- run
go install unlock-music.dev/cli/cmd/um@master
Build from repo source
- Pull repo source.
- 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
Update CI pipeline
-
Install Drone CI binary
-
Edit
.drone.jsonnet
-
Update drone CI pipeline:
drone jsonnet --format --stream