Difference between revisions of "Tagz API"
From Winamp Developer Wiki
m (Protected "Tagz API" [edit=autoconfirmed:move=autoconfirmed]) |
m (Reverted edits by Iseficibuw (Talk) to last version by Culix) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{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. | ||
| Line 11: | Line 13: | ||
#define IPC_FORMAT_TITLE 297 | #define IPC_FORMAT_TITLE 297 | ||
#define IPC_FORMAT_TITLE_EXTENDED 298 | #define IPC_FORMAT_TITLE_EXTENDED 298 | ||
| + | |||
| + | [[Category:Articles]] | ||
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