var fDesc=new Array(); fDesc[0] = "VideoTag is a program I've written as a front end to Atomic Parsley to make batch tagging of TV Shows on your video iPod much easier.I've attempted to put in as much automation as I can to make tagging your videos and tv shows for ipod less of a chore.

Main features:
-Edit the stik tag, or "Video Type" in iTunes. Choose from Movie, Normal, Music Video and TV Show
-Set the broadcast date, and includes a button to automatically add 7 days from the last broadcast date
-Drag and drop files straight onto VideoTag to add them to the edit list
-Autofill the TV Show Name (allows auto-fill of all loaded shows with a particular name)
-Season Number (allows auto-fill of all loaded shows with a particular season number)
-Episode Title (derived from the file name if blank)
-Autmatic Episode Numbering (You can drag and drop the loaded files into the correct order, then auto-fill the episode number)
-Add an Episode Summary viewable in iTunes
-Embed cover artwork in the video itself
-VT has the ability to add or edit most of the tags supported by AtomicParsley, with the rest to follow soon"; 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 = ''; } }