Thanks again for the mp3.com music tip. I've been finding good stuff there. What I've been doing is getting a playlist from the website for a certain genre of music. Moving forward thru the playlist, removing the songs I don't like (from within XMMS). Once I get a handful, I select them all and right click -> Playlist -> Save List. I usually call it 'download'. Then type this: wget -i download You don't really need the bash loop as mentioned earlier... wget can take an input file of URLs, which is what the playlist is basically. Works like a charm. :) -Rob
