[REQUEST] Proxy
saalexeev opened this issue · 2 comments
saalexeev commented
Is your feature request related to a problem? Please describe.
I use multiple spotify accounts to upload tracks. I would like to be able to use a proxy server for each account, how can this be achieved?
Describe the solution you'd like
There is proxy options commented in session configuration. I'd like to know how can I use them
kokarare1212 commented
Yes, the current proxy implementation is lame and commented out.
Specifically, we have most socket proxies and proxies for some APIs that use HTTP to implement proxies under the hood, but we don't implement socket proxies.
#160 (comment)
van4oza commented
Any plans on proxies yet? mb they can be implemented system-wide with env vars like HTTP_PROXY for requests?