Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:spotizerr [2025/05/23 09:48] – [Configuration] willy | services:spotizerr [2025/05/30 07:14] (current) – willy | ||
---|---|---|---|
Line 18: | Line 18: | ||
chown spotizerr: | chown spotizerr: | ||
su - spotizerr | su - spotizerr | ||
- | mkdir creds | ||
- | mkdir config | ||
wget https:// | wget https:// | ||
</ | </ | ||
Line 29: | Line 27: | ||
spotizerr: | spotizerr: | ||
volumes: | volumes: | ||
- | - / | + | - / |
- / | - / | ||
- / | - / | ||
Line 113: | Line 111: | ||
* Setup spotify login | * Setup spotify login | ||
* Enable spotify API | * Enable spotify API | ||
+ | * Setup deezer ARL token | ||
- | While you can also setup deezer, i didn't do it because i have and pay for Spotify Premium and i don't need to use Deezer | + | Spotify has a serious rate limiting, so i strongly suggest |
See [[https:// | See [[https:// | ||
+ | |||
+ | **Note:** you //must// enable "real time downloading" | ||
=== Step 1: authenticate with Spotify === | === Step 1: authenticate with Spotify === | ||
Line 154: | Line 155: | ||
That's it! You can start searching and downloading stuff. | That's it! You can start searching and downloading stuff. | ||
+ | === Step 3: setup Deezer === | ||
+ | |||
+ | Open your browser, login to Deezer. Open the developer console (see your browser instructions... i suggest you use Firefox for this) go to the //storage// tab and copy the ARL cookie text string under the // | ||
+ | |||
+ | Go to Spotizerr config, add a new Deezer account and paste the ARL cookie text string. You can give any name you want to the account. | ||
Line 176: | Line 182: | ||
</ | </ | ||
+ | |||
+ | ===== Logrotate ===== | ||
+ | |||
+ | Add log rotation to Spotizerr logs. Drop the following under **/ | ||
+ | <file - spotizer> | ||
+ | / | ||
+ | missingok | ||
+ | notifempty | ||
+ | } | ||
+ | </ | ||