update scripts to not cd to TODO MUSIC

This commit is contained in:
2025-12-07 15:52:42 +00:00
parent 8edfb40df3
commit 67132dfabe
36 changed files with 8732 additions and 4 deletions

View File

@@ -18,7 +18,6 @@ def main():
print("Url has to be a spotify link!")
sys.exit(-1)
print("executing command")
call("cd \"/home/sem/TODO MUSIC\"", shell=True)
call("spotdl download " + url, shell=True, user="sem")
# call("./download-spotify.sh " + url, shell=True, user="sem") # run as user sem to have the SPOTIPY_CLIENT_ID and SPOTIPY_CLIENT_SECRET environment variables set