var fDesc=new Array(); fDesc[0] = "Listen is an audio player written in Python. Thanks to it, you can easily organize your music collections. It intuitively creates playlists for you by retrieving informations from lastfm and what you most frequently listen to.

Features:

- Browse and listen Shoucast Webradio
- Download and listen Podcast
- Browse shared library with DAAP
- Listen Last.fm Station
- Looking for Events about your favourite artists.
- Record any stream played in Listen
- Tune sound, with an equalizer 10 Bands
- Visualizer (all gstreamer visualizer plugins are supported)
- Browse and listen Jamendo Music Store
- A Crossfade/Gapless playback engine
- Automatically update your Gajim or Pidgin status
- Show album cover and track progression in Avant-Window-Navigator
- Burn audio cd with Brasero
- Sync your iPod"; 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 = ''; } }