Unlock Music Project - CLI Edition
Go to file
鲁树人 72ace9fc62
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore: bump version to v0.2.11
2024-11-05 16:56:40 +09:00
.github/workflows ci: add go test 2021-12-14 04:12:45 +08:00
algo fix #78 #106: app crash due to imcompatible ncm metadata json 2024-11-02 13:44:29 +09:00
cmd/um chore: bump version to v0.2.11 2024-11-05 16:56:40 +09:00
internal fix #78: skip parsing cover art if image is unsupported 2024-11-02 13:49:40 +09:00
misc chore: add release script 2022-11-20 12:42:03 +08:00
.drone.jsonnet ci: append version number to file name, fix tar.gz.gz archive. 2024-10-21 08:45:09 +09:00
.drone.yml ci: append version number to file name, fix tar.gz.gz archive. 2024-10-21 08:45:09 +09:00
.gitignore ci: append version number to file name, fix tar.gz.gz archive. 2024-10-21 08:45:09 +09: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