Unlock Music Project - CLI Edition
Go to file
Emmm Monster 15e340eac4
Update RawDecoder & Support `.kwm` as `.aac`
2021-05-23 19:59:29 +08:00
.github/workflows Fix CI: Checkout with history & tags 2021-05-16 13:50:35 +08:00
algo Update RawDecoder & Support `.kwm` as `.aac` 2021-05-23 19:59:29 +08:00
cmd/um Update Help Text 2021-05-16 17:21:20 +08:00
internal Init Project 2020-12-26 03:20:36 +08:00
.gitignore Init Project 2020-12-26 03:20:36 +08:00
LICENSE LICENSE: Say Hello to 2021! 2021-02-22 00:05:37 +08:00
README.md Update README.md 2021-05-16 17:18:37 +08:00
go.mod Remove Debug Deps 2021-03-02 18:19:24 +08:00
go.sum Remove Debug Deps 2021-03-02 18:19:24 +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.16
  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