Hi, on our work network we use Microsoft ISA proxy. I use CNTLMaps to
act as a non authenticating relay proxy so the linux boxes don't need to
speak NTLM etc. From inside the corporate network the only outbound
internet connectivity is via the proxy.
I have LMS and the Triode spotify plugin running on a linux virtual
machine.
I'm trying to get the spotify plugin working through a proxy server. I
read lots of information saying the libspotify components don't work
through proxies, so..

I see the helper applicaiton is located here;
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifyd

and then think I should be able to use proxychains to act as a
trasnparent proxy something like;
mv
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifydnoflac
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifydnoflac.orig
echo "proxychains
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifydnoflac.orig
\$*" >
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifydnoflac
chmod 755
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifydnoflac

mv
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifyd
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifyd.orig
echo "proxychains
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifyd.orig
\$*" >
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifyd
chmod 755
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifyd

ln -s
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifyd.conf
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifyd.orig.conf
ln -s
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifydnoflac.conf
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifydnoflac.orig.conf

am I on the right track here or am I wasting my time?
Has anyone been able to get this working?


------------------------------------------------------------------------
ashleyw's Profile: http://forums.slimdevices.com/member.php?userid=58923
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to