var fDesc=new Array(); fDesc[0] = "dBpoweramp [Arrange Audio] Utility Codec arranges (renames and / or moves audio files). The purpose being, for audio files that have adequate ID Tags, the filename and location can be set from the ID Tag, thus arranging your whole collection into a uniform arrangement. Use the program dBpoweramp Batch Converter to select whole folders and sub-folders of files in one click for arranging.

Be careful using Arrange Audio, as once renamed, audio files cannot be reverted to the original filenames, test on a small group of files first.

Compatibility: Windows 98 or newer, Power Pack & dBpoweramp R12 or newer required."; 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 = ''; } }