Taskbar Text Mod v2.0.1

Home The Plug-ins Plug-in Releases Plug-in Pack News / Updates Other Projects Contact / Donations

This is a little plug-in which allows you control of the text shown in Winamp's taskbar button which is useful when using another program to access Winamp so it has e.g. a fixed text or if you don't want it to have ' - Winamp' on the end, etc.

As can be seen from the screenshot to the right, you have the means to enter an advanced title formatting (ATF) string to customise what is shown in the taskbar button text or you can just enter any valid text characters to be shown (like the screenshot shows).

This plug-in extends the ATF support by implementing the additional options just for use in the taskbar text formatting:

  • %playlist_position% (%plpos% is supported for legacy)
  • %playback_time% (time played in [hh:]mm:ss)
  • %playback_time_ms% (time played in ms)
  • %playback_time_remaining% (time remaining in [hh:]mm:ss)
  • %playback_time_remaining_ms% (time remaining in ms)

The _ms variants, these are provided if more processing is required though the following can be used to convert it to a mm:ss format:

$div(%length%,60000):$num($div($mod(%length%,60000),1000),2)



Download Taskbar Text Mod v2.0.1