From 0d857482a5ea2979d4b41e0f2c04b1755f1f7858 Mon Sep 17 00:00:00 2001 From: Gwendal Date: Wed, 8 Aug 2018 00:35:50 +0200 Subject: [PATCH] Fix README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a2c511..c9ca2e3 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ Usage:
[-h] -c= [-d=] [-f= ``` -### Usage +## Bandcamp authentication This tool does not manage authentication with Bandcamp servers, as they require a valid token from Google Captcha. Hence, authentication must first be achieved using Firefox, then Bandcamp cookies must be exported in JSON using the Firefox Addon [Cookie Quick Manager](https://addons.mozilla.org/en-US/firefox/addon/cookie-quick-manager/). This JSON file can then be used using the mandatory parameter `--cookies-file`: -### Usage +## Usage Example of command: @@ -38,7 +38,7 @@ This will download all albums ever bought by the Bandcamp account *myBandcampIde and extract the music in the folder `~/Music`, The tool always creates one folder per artist, each containing one folder per album (with the format ` - `). -### Compiling +## Compiling Compilation is handled by Gradle. A task `fatJar` is available to build a standalone executable jar with all dependencies: