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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Configuration)
m
 
Line 45: Line 45:
 
<center>[[Image:WMPTSE3_ET5.png]]</center>
 
<center>[[Image:WMPTSE3_ET5.png]]</center>
  
* And continue with filetype support addition (see - [[WMPTSE - How to add support for a filetype]])
+
* And continue with filetype support addition  
 +
(see - [[WMPTSE - How to add support for a filetype]] except the tag type is 'Sting' not 'APE')
 +
 
 +
 
  
 
==Addtional Reading==
 
==Addtional Reading==
 
* [[WMPTSE]]
 
* [[WMPTSE]]
 
* [[WMPTSE - How to change the plug-in properties]]
 
* [[WMPTSE - How to change the plug-in properties]]
 
+
* [[WMPTSE - How to add support for a filetype]]
  
  
 
[[Category:Guides]]
 
[[Category:Guides]]
 
[[Category:WMPTSE Guides]]
 
[[Category:WMPTSE Guides]]

Latest revision as of 15:43, 25 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 'Sting tag format' tagging to our MediaLibrary .pnge files (supposedly png file extension modified).


Configuration

  • Launch Windows Media Player.


  • Click Add Support button, the "Add Tag support" propery page is displayed :
WMPTSE2 ET1.png


  • Push the button Add a tagtype
WMPTSE3 ET1.png


  • In the text field, type the tag type name (here, Sting)
WMPTSE3 ET2.png


  • Push the OK button to confirm
WMPTSE3 ET3.png


  • Now, our new 'Sting' format is showed on the tag type list
WMPTSE3 ET4.png


  • We just have to select it
WMPTSE3 ET5.png
  • And continue with filetype support addition

(see - WMPTSE - How to add support for a filetype except the tag type is 'Sting' not 'APE')


Addtional Reading