Difference between revisions of "Tagz API"

From Winamp Developer Wiki
Jump to: navigation, search
m (Reverted edits by Iseficibuw (Talk) to last version by Culix)
 
Line 1: Line 1:
=[http://ajycyvitik.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]=
 
 
{{stub}}
 
{{stub}}
  
Tagz is the title formatting engine that powers the playlist titles.  (See Winamp preferences->Titles->Advanced Title Formatting for more information).  You can use this title formatting engine for your plugin's needs, optionally providing your own metadata for %artist%, etc.   
+
Tagz is the title formatting engine that powers the playlist titles.  (See Winamp preferences->Titles->Advanced Title Formatting for more information).  You can use this title formatting engine for your plugin's needs, optionally providing your own metadata for %artist%, etc.   
  
 
Note that although Winamp's Tagz engine and the Tagz engine in Foobar2000 both come from a common source, they have diverged significantly and are not compatible for anything but the simplest of formats.
 
Note that although Winamp's Tagz engine and the Tagz engine in Foobar2000 both come from a common source, they have diverged significantly and are not compatible for anything but the simplest of formats.

Latest revision as of 03:26, 30 November 2010

Tagz is the title formatting engine that powers the playlist titles. (See Winamp preferences->Titles->Advanced Title Formatting for more information). You can use this title formatting engine for your plugin's needs, optionally providing your own metadata for %artist%, etc.

Note that although Winamp's Tagz engine and the Tagz engine in Foobar2000 both come from a common source, they have diverged significantly and are not compatible for anything but the simplest of formats.

Interface: api_tagz

Include file: tagz/api_tagz.h

You can also use Tagz via WM_WA_IPC:

#define IPC_FORMAT_TITLE 297
#define IPC_FORMAT_TITLE_EXTENDED 298