Unlock Music Project - CLI Edition
Go to file
Unlock Music Dev 1bbc707dcc Merge pull request 'Feat: add watch & overwrite flag' (#55) from feat/cli-args into master
Reviewed-on: um/cli#55
2022-12-25 12:30:38 +00:00
.github/workflows ci: add go test 2021-12-14 04:12:45 +08:00
algo feat(meta): write album art & metadata into destination file 2022-12-06 23:55:43 +08:00
cmd/um feat: add watch flag 2022-12-25 20:23:59 +08:00
internal feat(meta): separate flac meta process 2022-12-07 01:37:53 +08:00
misc chore: add release script 2022-11-20 12:42:03 +08:00
.drone.jsonnet ci: fix file exist 2022-11-27 07:50:04 +08:00
.drone.yml ci: fix file exist 2022-11-27 07:50:04 +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 doc: update go version [skip ci] 2022-12-07 02:02:50 +08:00
go.mod feat: add watch flag 2022-12-25 20:23:59 +08:00
go.sum feat: add watch flag 2022-12-25 20:23:59 +08:00

README.md

Unlock Music Project - CLI Edition

Original: Web Edition https://git.unlock-music.dev/um/web

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