This plugin represents Lister interface for MPlayer (Linux users perfectly know this player) 
so for the description of plugin advantage it is necessary to present advantage of MPlayer. 
I'll present just a few: 
a. Really fast loading and work (advances even Light Alloy; it is capable to work even on P200) 
b. Does not need codecs for DiVX, XVid, etc. films (if you'll download "Windows all" archive and 
   unpack it in the directory codecs (see below) that plays absolutely all (including RealAudio/Video, *.mov etc.), 
   Thus no installations of codecs in system occur). 
And many other pluss... 

1. Installation as usual for wlx_plugin 
2. For work it is necessary to setup path to "mplayer.exe" in mplayer4tc.ini. 
   It is possible to take "mplayer.exe" on " http: // www1.mplayerhq.hu/MPlayer/releases/win32 / ". 
   Also on " http: // ffdshow.faireal.net/mirror/mplayer / " it is possible to take bild optimized for you processor. 
3. If you download "Windows all" archive it is necessary to unpack it in the codecs directory which should be in the 
   same place where mplayer.exe, i.e. in the directory of a plugin. 


Controls :
			 "F" - fullscreen
	          "up_arrow" - forward on 60  
                "down_arrow" - back on 60  
                "left_arrow" - back on 10  
               "right_arrow" - forward on 10  
               "* on NumPad" - volume + 
               "/ on NumPad" - volume - 
	                 ";" - Brightness - 
                         "'" - brightness + 

				in fullscreen mode key of brightness "3" and "4". Unfortunately I could not make interception of these keys 
				from Lister:-(

ini file parameters:
MPlayer_path - path to mplayer.exe

Mplayer_params - additional startup parameter for mplayer. Description of the all avaliable parameters one can
				found in "man_page.html" in archive from "http://www1.mplayerhq.hu/MPlayer/releases/win32/"
				!!! with wrong paramers mplayer can not start.
				
view_size - scale options:
			normal - keep original size of the video;
			double - size two time more then original;
			scale_width - keep Lister default height and change width to keep aspect ratio
			scale_height - keep Lister default width and change height to keep aspect ratio
			smart - (recommended) try to scale_width, and if new width is more then 70% screen width,
					then use scale_height.
					
!!! In QuickView mode all size changing to keep aspect.

The idea and the most part of a code are taken from page of project MPUI " http: // www-user.tu-chemnitz.de / mfie/index.php? software=mpui "


