var fDesc=new Array(); fDesc[0] = "Media Catalog Studio is an application that lets you catalog multimedia files in your computer.
Features of this application include the ability to print reports, store catalogs in the database, show information about the files, sort media (by artist, album, year, bitrate, etc.). It also lets you search for tracks with information contained in tags, lyrics, file names, etc. and search for duplicate files.
The program supports CDDB to get tag information from the Internet, a Tag editor for MP3, MP4, WMA, OGG, MPC, APE files, the ability to display lyrics and pictures stored in the files, generate playlists for Windows Media Player and Winamp, export fields into text files, and more.
This application supports the following formats: MP3, WMA, APE, MPEGPlus, M4a, OGG, AAC, FLAC, WV, WAV audio, AVI, MPEG, WMV, Video CD video.
Media Catalog Studio presents a lot of tools but its interface is quite messy, not really intuitive. If you get how to use it, it will be a very useful tool, especially for those who want to organize their media collection. If you want to test this software, a free trial with some limitations is available for download."; 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 = ''; } }