cli/README.md

1.1 KiB

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

Ensure jsonnet and yq is installed.

# Debian / Ubuntu etc:
sudo apt install jsonnet yq
  1. Edit .drone.jsonnet

  2. Update drone CI pipeline:

    jsonnet -y .drone.jsonnet | yq -y > .drone.yml