======================================================================
         MOD (Tracker) DirectShow File Source Filter v0.60

         (C) 2003, 2004 Milenko "DCoder" Mitrovic
         mail: dcoder@dsp-worx.de 
         web : http://dsp-worx.de
======================================================================


ABOUT
------------------------------------------------
This Filter let you play Tracker Files in any DirectShow based MediaPlayer.
It uses bass.dll for the decoding and supports MO3, IT, XM, S3M, MTM, MOD and UMX

The Filter supports the IAMMediaContent Interface to retrieve the Name Tag of an MOD File.

-get_Title will retrieve the Name

If the result of these functions fail with VFW_E_NOT_FOUND, then there is no
information Present for this specific ID. A Result of S_OK succeeded.
Any other function on the Interface will give you E_NOTIMPL.


INSTALLATION
------------------------------------------------
1) run register.bat
2) Now you should be able to open Tracker Files with any MediaPlayer      


UNINSTALLATION
------------------------------------------------
1) run unregister.bat


LIBRARYS
------------------------------------------------
There is no need to copy everything in to the System or System32 
Directory. The Filter will run fine from the location you extracted it.
Also, the Filter will search for needed dlls in the extracted Directory.
If its not found there, then a default LoadLibrary(DLL) is called. This is
just in case you have already the unicows.dll in your system directory.


KNOWN BUGS/ISSUES
------------------------------------------------
-None yet


TODO
------------------------------------------------
-dont know what else to implement...


CHANGES
------------------------------------------------
v0.6
-added workaround for bass.dll multiple Instances issues.
-reduced FileSize
-updated to BASS 2.1

v0.5 
-fixed MOD/XT Playback (were not able to play after the Multiple Track Code with UMX Files).

v0.4 
-fixed a SourceSeeking Duration Bug.

v0.3
-each SubTrack in UMX files is now played
-updated to newest CVS BaseClasses.

v0.2
-Added support for Win98/ME (both, Unicode and Non Unicode Files)
-updated register.bat and unregister.bat
-updated the way seeking and GetDuration was done.

v0.1
-initial Release
