Shoutbox

Winamp: Now Playing problem (come here if you have winamp and the plug-in) - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10)
+----- Thread: Winamp: Now Playing problem (come here if you have winamp and the plug-in) (/showthread.php?tid=45844)

Winamp: Now Playing problem (come here if you have winamp and the plug-in) by zach on 06-06-2005 at 02:23 AM

I have got the Winamp plug-in from here and it was working fine, until it started saying something strange instead of the song name. It was something like [bad string].
I need someone to tell me the information in the blank boxes (see picture)

[Image: attachment.php?pid=474758]


RE: Winamp: Now Playing problem (come here if you have winamp and the plug-in) by user13774 on 06-06-2005 at 07:46 AM

Well.. first of all I think the 'Formatting' thing needs to be {1} - {0} (use spaces)    (or {0} - {1} if you want TITLE - ARTIST).
And of course you need to check the 'Enabled' checkbox.

If I read the documentation about formatting right, the Title box should show %title% and the artist box %artist%. The other two boxes (Album and WM/Id) should be empty.


RE: RE: Winamp: Now Playing problem (come here if you have winamp and the plug-in) by zach on 06-06-2005 at 08:23 AM

quote:
Originally posted by Markus
If I read the documentation about formatting right, the Title box should show %title% and the artist box %artist%. The other two boxes (Album and WM/Id) should be empty.


I remeber the original information in the boxes being longer than just %artist% and %titl%, but those work fine.

Where did you find that because I might be able to find the same thing, but on what I have (I don't have Toaster).

Thanks for replying ;)
RE: RE: Winamp: Now Playing problem (come here if you have winamp and the plug-in) by rav0 on 06-06-2005 at 10:04 AM

quote:
Originally posted by Markus
If I read the documentation about formatting right, the Title box should show %title% and the artist box %artist%.
If it is supposed to be like %title%, you might be able to find the tags you can use in CD Ripping Preferences (how Winamp will name the ripped tracks).
RE: Winamp: Now Playing problem (come here if you have winamp and the plug-in) by user13774 on 06-06-2005 at 10:20 AM

quote:
Originally posted by zach
I remeber the original information in the boxes being longer than just %artist% and %titl%, but those work fine.

Where did you find that because I might be able to find the same thing, but on what I have (I don't have Toaster).

Thanks for replying ;)

On http://www.myplugins.info/msn_messenger.php it says:

See the documentation to Toaster for the available formatting tags for the Winamp version :)

RE: Winamp: Now Playing problem (come here if you have winamp and the plug-in) by RaceProUK on 06-06-2005 at 10:23 AM

There is of course the 'Visit myplugins.info' button, which claims to have more info on the tags.


RE: RE: RE: Winamp: Now Playing problem (come here if you have winamp and the plug-in) by giken on 06-06-2005 at 01:42 PM

quote:
Originally posted by zach
I remeber the original information in the boxes being longer than just %artist% and %titl%, but those work fine.

Where did you find that because I might be able to find the same thing, but on what I have (I don't have Toaster).

Thanks for replying ;)


title: $if(%ishttp%,%watitle%,$if2(%title%,$filepart(%filename%)))

artist: $if(%ishttp%,Internet Radio,%artist%)

album: %album%

wm: %ratingstar%
RE: RE: RE: RE: Winamp: Now Playing problem (come here if you have winamp and the plu by zach on 06-07-2005 at 04:18 AM

quote:
Originally posted by provolino
title: $if(%ishttp%,%watitle%,$if2(%title%,$filepart(%filename%)))

artist: $if(%ishttp%,Internet Radio,%artist%)

album: %album%

wm: %ratingstar%


That's it. Thanks ;)