@bens What an amazing idea to simplify downloading the tracks. I need this in my life. I'm trying to run the script but I'm not too familiar with this kind of code. I've got it to the point of running (with help from ChatGPT) but it's erroring out trying to find the env file. I don't know if I'm not naming it correctly or what the issue is but it's returning this error "Missing KV_USERNAME or KV_PASSWORD in environment".
I've named the file dotenv.env
contents of the file look like:
KV_USERNAME=My_UserName
KV_PASSWORD=MyPassword
Any advice you'd be willing to provide me would be very much appreciated. Thanks.