From b654ed2bcc678b89c6293170a1cbbde64c35bc05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 11 Jun 2024 11:50:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(systemd):=20downloa?= =?UTF-8?q?dSpotify=20playlists=20on=20monday,=20wednesday=20and=20friday?= =?UTF-8?q?=20instead=20of=20all=20days=20of=20the=20week?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit getting 429 error with spotdl --- .config/systemd/user/downloadSpotify.timer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/systemd/user/downloadSpotify.timer b/.config/systemd/user/downloadSpotify.timer index f5f6df76..c70af06e 100644 --- a/.config/systemd/user/downloadSpotify.timer +++ b/.config/systemd/user/downloadSpotify.timer @@ -1,8 +1,8 @@ [Unit] -Description=Run Spotdl Sync Weekly +Description=Run Spotdl Sync [Timer] -OnCalendar=*-*-* 18:00:00 +OnCalendar=Mon,Wed,Fri 18:00:00 Persistent=true Unit=downloadSpotify.service