From 5235d34fea98bf5ba4f8e2c6894cf4b089046b47 Mon Sep 17 00:00:00 2001 From: Giacinto Lo Meo Date: Sun, 26 Nov 2023 02:03:54 +0100 Subject: [PATCH] chore: Add notice for Windows users (#44) Co-authored-by: oSumAtrIX --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22e27d0..1bfcd57 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,9 @@ $ down_on_spot.exe Usage: down_on_spot.exe (search_term | track_url | album_url | playlist_url | artist_url) ``` - -On Mac OS, the `settings.json` file is created globally for the logged in user and is located in `~/.config/down_on_spot/settings.json`. +> [!NOTE] +> On Mac OS, the `settings.json` file is created globally for the logged in user and is located in `~/.config/down_on_spot/settings.json`. +> On Windows, the `settings.json` file is located at `C:\Users\\AppData\Roaming\down_on_spot\settings.json`. 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.