From 287695e1a0b0535e1b01098d1ab0ab6fc8769017 Mon Sep 17 00:00:00 2001 From: klaustin <66551661+chcoomilk@users.noreply.github.com> Date: Sun, 26 Nov 2023 05:41:23 +0700 Subject: [PATCH] chore: Add notice for free users (#48) Co-authored-by: oSumAtrIX --- .gitignore | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 62f0e50..5d24278 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /target +/credentials_cache + settings.json libmp3lame.dll \ No newline at end of file diff --git a/README.md b/README.md index 9814dc9..e4ba882 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ On OS X, the `settings.json` file is created globally for the logged in user and Apart from your Spotify username and password, you will need to login in to the Spotify developer dashboard and [create a new private application](https://developer.spotify.com/dashboard/applications). Fill in the `client_id` and `client_secret` in your `settings.json` from your newly created app. All the other settings should be self-explanatory, conversion from Ogg to MP3 is disabled by default. +> **Note**: If you're on a free Spotify account, remember to set down the quality to 160 ("Q320" -> "Q160"). Otherwise, you'll get an "Audio Key Error" since the free account can't exceed 160kbit/s. + ### Template variables Following variables are available for `path` and `filename_template` in the `settings.json`: