Unlock Music Project - CLI Edition
Go to file
Unlock Music Dev 62548955dc
chore: add release script
2022-11-20 12:42:03 +08:00
.github/workflows ci: add go test 2021-12-14 04:12:45 +08:00
algo feat(ximalaya): initial support 2022-11-20 08:04:39 +08:00
cmd/um feat(ximalaya): initial support 2022-11-20 08:04:39 +08:00
internal refactor: code cleaning 2022-11-20 02:47:28 +08:00
misc chore: add release script 2022-11-20 12:42:03 +08:00
.gitignore chore: add release script 2022-11-20 12:42:03 +08:00
LICENSE LICENSE: Say Hello to 2021! 2021-02-22 00:05:37 +08:00
README.md chore: update deps 2021-11-11 23:18:17 +08:00
go.mod revert: go mod changes 2022-11-20 08:10:56 +08:00
go.sum revert: go mod changes 2022-11-20 08:10:56 +08:00

README.md

Unlock Music Project - CLI Edition

Original: Web Edition https://github.com/ix64/unlock-music

Features

  • All Algorithm Supported By ix64/unlock-music
  • Complete Cover Image
  • Parse Meta Data
  • Complete Meta Data

Hou to Build

  • Requirements: Golang 1.17
  1. Clone this repo git clone https://github.com/unlock-music/cli && cd cli
  2. Build the executable go build ./cmd/um

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