Unlock Music Project - CLI Edition
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Emmm Monster 1f0aefb72d
Update README.md
3 years ago
.github/workflows Fix CI: Checkout with history & tags 3 years ago
algo Sniff Output Audio Extension 3 years ago
cmd/um Close #10 Drag to Decrypt 3 years ago
internal Init Project 4 years ago
.gitignore Init Project 4 years ago
LICENSE LICENSE: Say Hello to 2021! 4 years ago
README.md Update README.md 3 years ago
go.mod Remove Debug Deps 4 years ago
go.sum Remove Debug Deps 4 years ago

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