Specifiy Proxy

Asked by Groove

Can i somehow specify a proxy which google music frame uses, without changing the system proxy?
I ask because here google music is blocked and i have to tunnel it. But i dont want to tunnel everything.

Question information

Language:
English Edit question
Status:
Solved
For:
Nuvola Apps Runtime (Nuvola Player) Edit question
Assignee:
No assignee Edit question
Solved by:
Groove
Solved:
Last query:
Last reply:
Revision history for this message
Jiří Janoušek (fenryxo) said :
#1

Open the configuration file ~/.config/google-music-frame/main.conf and append lines:

use_proxy = manual
proxy = http://example.net:3128

Revision history for this message
Groove (groove-c) said :
#2

thank you.

how do i specify a socks5 proxy? a uri in the format socks5://ip:port does not seem to work.

Revision history for this message
Jiří Janoušek (fenryxo) said :
#3

The library used for http connections doesn't support socks proxy. Use tsocks <http://tsocks.sourceforge.net/>

Revision history for this message
Groove (groove-c) said :
#4

ok thank you.