var fDesc=new Array(); fDesc[0] = "Soulseek is a file-sharing or peer-to-peer (P2P) application. It is used mostly to exchange music, but users are able to share distinct type of files. It also is used as a platform for the promotion of unsigned artists.

Ad-free, spyware-free, originally this file-sharing application was dedicated to the free exchange of electronic music. You can search and share all kinds of files, including MP3. There are also chat rooms, and it features a list of your favorite users.

Soulseek is very good for downloading full albums as users can share folders for their albums. Additionally it has an easy to use interface which can be customized any way you like.

The application also contains a ban feature where some users may be banned from requesting files. This is in response to users taking files from others without sharing any files.

Other features include:
Firewall and router configuration tester.
Configurable Incoming TCP port.
Search for files in rooms and in user list.
Automatic port forwarding"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }