Files
icarus_dm/README.md
T
kdeng00 bd819f0332 package manager switch
Moving from Hunter to conan
2021-12-29 15:38:28 -05:00

1.8 KiB

IcarusDownloadManager

IcarusDownloadManager is a Linux CLI software client application that has the feature of uploading and downloading songs from the Icarus Music Server.

Built With

  • C++
  • CMake
  • GCC
  • conan
  • json
  • openssl
  • libCurl
  • cpr

Getting Started

Build the project:

git clone --recursive https://github.com/kdeng00/IcarusDownloadManager


mkdir build
cd build

conan install .. --build

cmake -DCMAKE_BUILD_TYPE=RELEASE
cmake --build . -j

The program has been built and can be executed by the binary file icd. For information on how to use icd, merely execute the program without any command line arguments.

Downloading Song

icd download -u spacecadet -p stellar40 -h https://icarus.com -b 15

Uploading Song

icd upload -u spacecadet -p stellar40 -h https://icarus.com -s /path/of/song.mp3

Retrieving Song in json

icd retrieve -u spacecadet -p stellar40 -h https://icarus.com -rt songs

Deleting Song

icd delete -u spacecadet -p stellar40 -h https://icarus.com -D 15

Contributing

Please read CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests to the project.

Versioning

v0.1.1
v0.1.0

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details