var fDesc=new Array(); fDesc[0] = "Media Companion is a program created for people who keep large collections of media and wish to catalogue and organise it.

It has the ability to parse media files and download corresponding information from the internet, this includes movie plot, rating, actor details, backdrops, posters and much more.

While the above is largely automatic the program also allows the user to edit all information downloaded, and browse all available posters and backdrops for selection.

Main features:

-Library style view of all your movies and TV shows (including episodes) letting you browse easily

-List your movies by either Movie Title or Filename / Foldername

-Automatically scrape information for any sized collection of movies from IMDB

-Smart Filtering strips unwanted tags from your movie filename for searching IMDB, or use the folder name

-Tries to match up movie year if it is located within the filename or foldername


Matches about 99% of movies correctly if format "Moviename (Year).ext" is used"; 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 = ''; } }