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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Installation)
m (add support howto)
Line 20: Line 20:
 
* Launch Windows Media Player.
 
* Launch Windows Media Player.
  
* Make the menu visible by pressing '''Alt''' or cliking the '''Show menu bar''' button (or WMP v11.0 only, right click in WMP window)
+
* Display the WMPTSE property box (see [[WMPTSE - How to change the plug-in properties]])
 
+
* Open '''Tools''' menu
+
<center>[[Image:WMPTSE1_ET1.png|frame|center|Tools menu]]</center>
+
 
+
* Open the '''Plug-ins''' submenu and select '''Options...'''
+
<center>[[Image:WMPTSE1_ET2.png|frame|center|Tools->Plug-ins menu with Option selected]]</center>
+
 
+
* In '''Category''' select '''Background'''. (if you have properly installed WMPTSE, it should be visible in the list on the right)
+
<center>[[Image:WMPTSE1_ET3.png|frame|center|Tools->Background plug-in list]]</center>
+
 
+
* On the left, select '''WMPTagSupportExtender Plugin'''(without unchecking it, click on his name) and click the '''Properties''' button
+
<center>[[Image:WMPTSE1_ET4.png|frame|center|Tools->WMPTSE selected in the plug-in list, showing the Properties button]]</center>
+
 
+
* The WMPTagSupport property box is displaying allowing to :
+
 
+
- '''Add Support''' : see the [[WMPTSE_-_How_to_add_support_for_a_filetype]] guide
+
- choose '''Auto-refresh tags''' behaviour :
+
  
 +
* Click '''Add Support''' button
  
 
==Addtional Reading==
 
==Addtional Reading==

Revision as of 23:28, 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 [i]corrupted[i] file

Configuration

  • Launch Windows Media Player.
  • Click Add Support button

Addtional Reading