Comment XMMS W/ FreeBSD install? (Score 1) 200
I had to edit the script a bit toget the wget function to work, I removed the '-q' flag so I could see what was going on.
I brougth this line up to the same line that wget was one...
"http://www.ecs.soton.ac.uk/%7Erwj100/controlcentr e/queryxmmsinstall.php?option=currentversion"
I did this in the instance below that one too...
The script downloaded this file:
http://www.ecs.soton.ac.uk/%7Erwj100/controlcentre /xmmsplugin1.2.tgz
=> `/usr/X11R6/lib/xmms/General/xmmsplugin1.2' ...as you can see, it doesn't have the .tgz extension...
I did a tar -zxvf on it, and audioscrobbler.so was the result...
So, I have audioscrobbler.so in: /usr/X11R6/lib/xmms/General
When I open up XMMS, and look under General plugins, it is not listed, I really don't know what I could be doing wrong... Any ideas?