Difference between revisions of "WMP Tag Support Extender"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Guide & Howtos)
(Guide & Howtos: Removed Dead Url Links.)
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{Software Infobox
 
{{Software Infobox
 
| name = Windows Media Player Tag Support Extender
 
| name = Windows Media Player Tag Support Extender
 +
| logo =
 
| screenshot = [http://wmptagext.sourceforge.net/screenshots.html Screenshot]
 
| screenshot = [http://wmptagext.sourceforge.net/screenshots.html Screenshot]
 
| caption = WMP plug-in extending tag capabilities
 
| caption = WMP plug-in extending tag capabilities
 
| maintainer = MaB_fr  
 
| maintainer = MaB_fr  
| stable_release = 1.1.1
+
| stable_release = 1.4
 
| preview_release = none   
 
| preview_release = none   
 
| operating_system = Windows
 
| operating_system = Windows
 
| use = WMP plug-in
 
| use = WMP plug-in
 
| license = Public domain + source
 
| license = Public domain + source
| website = [http://http://wmptagext.sourceforge.net/ http://wmptagext.sourceforge.net]
+
| website = [http://wmptagext.sourceforge.net/ 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.
 
'''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.
Line 17: Line 17:
 
It supports version 9.x, 10.x and 11.0 of [[Windows Media 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]].
+
The current version (1.3) supports [[Vorbis comment]], [[APEv2]] and [[FLAC]] and [[MPEG4]].
  
 
+
== Supported Tag Formats ==
 
+
==Supported Tag Format==
+
 
* [[FLAC]]
 
* [[FLAC]]
 
* [[APE]]
 
* [[APE]]
Line 29: Line 27:
 
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==
+
 
* [[FLAC]] - Free Lossless Audio Codec(*.flac)
 
* [[FLAC]] - Free Lossless Audio Codec(*.flac)
 
* [[APE]] - Monkey's Audio (*.ape)
 
* [[APE]] - Monkey's Audio (*.ape)
Line 40: Line 37:
 
* [[M4A]],[[MP4]] - MPEG4 Audio (*.m4a) - READ-ONLY
 
* [[M4A]],[[MP4]] - MPEG4 Audio (*.m4a) - READ-ONLY
  
 
+
== Extensibility ==
==Extensibility==
+
 
WMPTSE provide options to add tagging based on file extension.
 
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.
 
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]].
+
Tag support is pluggable. Each "tag support dll" responds to the [[WMPTSE API]].
  
 +
== Guide & Howtos ==
 +
* [[WMPTSE - How to change the plug-in properties]]
 +
* [[WMPTSE - How to add support for a filetype]]
 +
* [[WMPTSE - How to add support for a tag format]]
  
==Guide & Howtos==
+
== Price ==
 
+
[[WMPTSE - How to change the plug-in properties]]
+
 
+
[[WMPTSE - How to add support for a filetype]]
+
 
+
[http://www.losslessaudioblog.com/wmpmce-lossless-guide/ The complete Media Center + WMPTSE guide] (from [http://www.losslessaudioblog.com/ LosslessAudioBlog])
+
 
+
[[WMPTSE - How to add support for a tag format]]
+
 
+
==Price==
+
 
The sofware is free.
 
The sofware is free.
  
 
+
== External links ==
==External links==
+
 
* [http://wmptagext.sourceforge.net/ WMPTSE homepage]
 
* [http://wmptagext.sourceforge.net/ WMPTSE homepage]
 
* [http://wmptagext.sourceforge.net/download.html WMPTSE download page]
 
* [http://wmptagext.sourceforge.net/download.html WMPTSE download page]

Latest revision as of 11:03, 18 December 2012

Windows Media Player Tag Support Extender
Screenshot
WMP plug-in extending tag capabilities
Developer(s) MaB_fr
Release information
Initial release {{{released}}}
Stable release 1.4
Preview release none
Compatibility
Operating system Windows
Additional information
Use WMP plug-in
License Public domain + source
Website 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.3) supports Vorbis comment, APEv2 and FLAC and MPEG4.

Supported Tag Formats

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" responds to the WMPTSE API.

Guide & Howtos

Price

The sofware is free.

External links