okay, little tutorial (hope it will be useful for someone)
Song in status messages:
for showing song what is currently playing now use
>>> AwaySysMod 0.3.5.0 (unfortunately it doesn't update song automatically - only when status set) or
>>> SimpleAway 1.6.1.1 (it has auto-update "now playing" function) with the latest
>>> Variables by UnregistereD (my personal respects for that :) )
Put this into options (guess where :) ):
Code:
Now playing:$crlf()
$if2(%winampsong%,<nothing is playing now>)
in this case if something is playing you get:
Code:
Now playing:
Depeche Mode - Violator (1990) - World in My Eyes
(it's foobar2000 string, player and string tuning dependant)
in case if plays nothing:
Code:
Now playing:
<nothing is playing now>
>>> Winamp and foobar2000 0.8.3 (foo_winamp_spam plugin needed) works okay
Popups:
Toaster - exists in versions for Winamp (v0.7.4) and foobar2000 (v0.1.6)
Looks like this (even this default look is pretty good):

>>> WinampNotify v1.7.5 beta - works with foobar2000 too (foo_winamp_spam needed)
foobar2000 only:
>>> Miranda IM Notifier 0.8 - no comments :) just look at this screenshot.
>>> Pretty Popup 1.0.4 - screenshots:

__________________________________________________
If you use the latest Variables and experience parsing fault in AwaySysMod or SimpleAway then replace "$" symbol to "?", like:
$crlf() => ?crlf()
$if2 => ?if2
(thanks UnregistereD for hint :) )
Bookmarks