Difference between revisions of "WMPTSE - How to add support for a filetype"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Installation)
m
Line 2: Line 2:
 
* [http://www.microsoft.com/windows/windowsmedia/default.mspx Windows Media Player >v9.0]
 
* [http://www.microsoft.com/windows/windowsmedia/default.mspx Windows Media Player >v9.0]
 
* [[WMPTSE]]
 
* [[WMPTSE]]
 +
  
  
Line 15: Line 16:
  
 
But <font style="color:red">beware</font> if you add tagging support for non-container file types (.txt, .bin, .dat, etc...), you'll end up with a ''corrupted'' file
 
But <font style="color:red">beware</font> if you add tagging support for non-container file types (.txt, .bin, .dat, etc...), you'll end up with a ''corrupted'' file
 +
 +
  
 
==Configuration==
 
==Configuration==
Line 23: Line 26:
  
 
* Click '''Add Support''' button
 
* Click '''Add Support''' button
 +
 +
  
 
==Addtional Reading==
 
==Addtional Reading==

Revision as of 23:58, 8 November 2006

Software Needed


Installation

Note:

  • This guide assumes that you have already downloaded and installed Windows Media Player and WMPTSE.
  • This guide pictures are taken from WMP v9.0 but are valid for newer version.
  • In this guide, we will be adding an APEv2 tagging to our MediaLibrary .png files (why not...?).

The png format being a container format, our tag binary data will not be interpreted by the png readers, saving us the trouble.

But beware if you add tagging support for non-container file types (.txt, .bin, .dat, etc...), you'll end up with a corrupted file


Configuration

  • Launch Windows Media Player.
  • Click Add Support button


Addtional Reading