Hello everyone,
I’m going to be honest, I have no idea what any of this is. I’m familiar with the command prompt and setting up things such as yt-dlp, but I haven’t seen anything like Docker before. I found a downloader for Spotify stuff, which led me here for setting it up, and I don’t know how to change the command that is provided:
docker run -v ${HOME}/.zspotify:/root/.zspotify -v ${HOME}/Music:/root/Music -it jsavargas/zspotify
Is “${HOME}/.zspotify:/root/.” a file path I need to change? When I use the command, it gives this error:
"
docker run -v ${HOME}/.zspotify:/root/.zspotify -v ${HOME}/Music:/root/Music -it jsavargas/zspotify
docker: Error response from daemon: create ${HOME}/.zspotify: “${HOME}/.zspotify” includes invalid characters for a local volume name, only “[a-zA-Z0-9][a-zA-Z0-9_.-]” are allowed. If you intended to pass a host directory, use absolute path.
"
What I’m gathering is it’s trying to use the Linux folder that popped up in my file explorer. I’m lost and would appreciate if anyone could help. I’ll provide the link to the github page, but I won’t post it for now in case it’s against the community guidelines.