var fDesc=new Array(); fDesc[0] = "This freeware utility creates an Excel sheet after recursive scanning a folder for MP3 files. It reads out some ID3v2 tag information and the ratings stored in the Windows MediaPlayer (v9, v10) library if the files are managed by WMP.

The Excel sheet is based on a template with an auto-filter and a macro. You can mark some songs by putting "x"-es into the first column and press a button to copy the selected files to a specified folder.

Application Areas:

* Applying more complex filters using Excel
* Prepackaging songs to copy them later on an MP3 player
* Backing up* WMP ratings
* Creating Data-Feeds
* Base to make some kind of analysis
* ...

* In this version you cannot roll them back automatically. It's just a way to store the ratings in a "visible way" you can trust in.

Generated Columns:

* Selection
* Song Title
* Artist
* Rating
* Album
* Release Year
* Genre
* Track
* Date
* Filename


System Requirements:

* Microsoft"; 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 = ''; } }