From 0839731ee89734521f8c127f6b9f2fe97b195c39 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Wed, 29 Dec 2021 15:58:14 -0500 Subject: [PATCH] upload-meta command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2ab37e9..f2aa845 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ The program has been built and can be executed by the binary file *icd*. For inf ### Uploading Song ``icd upload -u spacecadet -p stellar40 -h https://icarus.com -s /path/of/song.mp3`` +### Uploading Song with metadata + +```BASH +icd upload-meta -u spacecadet -p stellar40 -h https://icarus.com -s /path/of/song.mp3 -m /path/to/metadata/config/collection.json -ca /path/to/cover/art/image.png +``` + ### Retrieving Song in json ``icd retrieve -u spacecadet -p stellar40 -h https://icarus.com -rt songs``