chore: Add notice for Windows users (#44)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
644ded2165
commit
5235d34fea
1 changed files with 3 additions and 2 deletions
|
|
@ -82,8 +82,9 @@ $ down_on_spot.exe
|
||||||
Usage:
|
Usage:
|
||||||
down_on_spot.exe (search_term | track_url | album_url | playlist_url | artist_url)
|
down_on_spot.exe (search_term | track_url | album_url | playlist_url | artist_url)
|
||||||
```
|
```
|
||||||
|
> [!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 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\<user>\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.
|
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.
|
All the other settings should be self-explanatory, conversion from Ogg to MP3 is disabled by default.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue