From 9930aab9854063cba20772d180b81f0f5a7ce8b0 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Fri, 31 Dec 2021 16:00:45 -0500 Subject: [PATCH] Updated Readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f2aa845..4d2ecc5 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,13 @@ The program has been built and can be executed by the binary file *icd*. For inf 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 ``` +### Uploading Song with metadata from directory + +```BASH +icd upload-meta -u spacecadet -p stellar40 -h https://icarus.com -smca /path/where/songs/and/metadata/exist +``` + + ### Retrieving Song in json ``icd retrieve -u spacecadet -p stellar40 -h https://icarus.com -rt songs``