Difference between revisions of "WMP Tag Support Extender"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Supported Filetypes)
m
Line 28: Line 28:
  
 
Additional tagging formats may be supported through a plug-in API (known as [[WMPTSE API]])
 
Additional tagging formats may be supported through a plug-in API (known as [[WMPTSE API]])
 +
  
 
==Supported Filetypes==
 
==Supported Filetypes==
Line 38: Line 39:
 
* [[AAC]] - Advanced Audio Coding (*.aac) - READ-ONLY
 
* [[AAC]] - Advanced Audio Coding (*.aac) - READ-ONLY
 
* [[M4A]],[[MP4]] - MPEG4 Audio (*.m4a) - READ-ONLY
 
* [[M4A]],[[MP4]] - MPEG4 Audio (*.m4a) - READ-ONLY
 +
  
 
==Extensibility==
 
==Extensibility==
Line 45: Line 47:
  
 
Tag support is pluggable. Each "tag support dll" responding to the [[WMPTSE API]].
 
Tag support is pluggable. Each "tag support dll" responding to the [[WMPTSE API]].
 +
  
 
==Guide & Howtos==
 
==Guide & Howtos==
Line 55: Line 58:
  
 
[[WMPTSE - How to add support for a tag format]]
 
[[WMPTSE - How to add support for a tag format]]
 
  
  
Line 66: Line 68:
 
* [http://wmptagext.sourceforge.net/download.html WMPTSE download page]
 
* [http://wmptagext.sourceforge.net/download.html WMPTSE download page]
 
* [http://www.hydrogenaudio.org/forums/index.php?s=e03ece01d79f55a3f390268762345f0f&showtopic=38400&st=275 HydrogenAudio thread]
 
* [http://www.hydrogenaudio.org/forums/index.php?s=e03ece01d79f55a3f390268762345f0f&showtopic=38400&st=275 HydrogenAudio thread]
 +
  
 
[[Category:Software]]
 
[[Category:Software]]
 
[[Category:Media Players]]
 
[[Category:Media Players]]

Revision as of 15:46, 25 November 2006

Windows Media Player Tag Support Extender
{{{logo}}}
Screenshot
WMP plug-in extending tag capabilities
Developer(s) MaB_fr
Release information
Initial release {{{released}}}
Stable release 1.1.1
Preview release none
Compatibility
Operating system Windows
Additional information
Use WMP plug-in
License Public domain + source
Website http://wmptagext.sourceforge.net


Windows Media Player Tag Support Extender (WMPTSE) is a plug-in to Windows Media Player to allow more tags support than the default WMA + ID3 within the player.

It supports version 9.x, 10.x and 11.0 of Windows Media Player.

The current version (1.1.1) supports Vorbis comment, APEv2 and FLAC and MPEG4.


Supported Tag Format

Additional tagging formats may be supported through a plug-in API (known as WMPTSE API)


Supported Filetypes

  • FLAC - Free Lossless Audio Codec(*.flac)
  • APE - Monkey's Audio (*.ape)
  • MPC - MusePack (*.mpc)
  • WavPack (*.wv)
  • OptimFROG (*.ofr)
  • Ogg Vorbis - Ogg files (*.ogg) - READ-ONLY
  • AAC - Advanced Audio Coding (*.aac) - READ-ONLY
  • M4A,MP4 - MPEG4 Audio (*.m4a) - READ-ONLY


Extensibility

WMPTSE provide options to add tagging based on file extension.

It allows tagging in files who usually don't support it, such as exotic (but useful) tagging of AC3, DTS and LPCM files, or less useful like .txt, JPEG file tagging and more.

Tag support is pluggable. Each "tag support dll" responding to the WMPTSE API.


Guide & Howtos

WMPTSE - How to change the plug-in properties

WMPTSE - How to add support for a filetype

The complete Media Center + WMPTSE guide (from LosslessAudioBlog)

WMPTSE - How to add support for a tag format


Price

The sofware is free.


External links