Unlock Music Project - CLI Edition
Go to file
鲁树人 89b629304e
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore: bump version to v0.2.6
2024-10-21 07:30:22 +09:00
.github/workflows ci: add go test 2021-12-14 04:12:45 +08:00
algo fix #102: support multi-part kgm extensions (kgm.flac/vpr.flac) 2024-10-21 03:58:21 +09:00
cmd/um chore: bump version to v0.2.6 2024-10-21 07:30:22 +09: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 ci: add windows arm64 build 2024-10-21 07:29:52 +09:00
.drone.yml ci: add windows arm64 build 2024-10-21 07:29:52 +09:00
.gitignore chore: ignore exe files 2024-10-08 21:59:19 +01:00
go.mod chore: update vulnerable deps 2024-09-04 23:09:43 +01:00
go.sum chore: update vulnerable deps 2024-09-04 23:09:43 +01:00
LICENSE LICENSE: Say Hello to 2021! 2021-02-22 00:05:37 +08:00
README.md docs: document steps to update CI pipeline 2024-10-21 06:02:31 +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

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

Update CI pipeline

  1. Install Drone CI binary

  2. Edit .drone.jsonnet

  3. Update drone CI pipeline:

    drone jsonnet --format --stream