librespot-python icon indicating copy to clipboard operation
librespot-python copied to clipboard

[REQUEST] Proxy

Open saalexeev opened this issue 2 years ago • 2 comments

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

saalexeev avatar Jan 23 '23 13:01 saalexeev

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. https://github.com/kokarare1212/librespot-python/issues/160#issuecomment-1368577229

kokarare1212 avatar Jan 23 '23 13:01 kokarare1212

Any plans on proxies yet? mb they can be implemented system-wide with env vars like HTTP_PROXY for requests?

van4oza avatar Nov 16 '23 04:11 van4oza