What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Winamp

Winamp
Author: Message:
Pimp Daddy
New Member
*


Posts: 2
40 / Male / –
Joined: Jul 2006
O.P. Winamp
I'm tring to create a script that displays the current track that's playing in WinAmp as a personal message. This is my first attempt at a Live Messenger script, so I apologise if the coding is poor:

code:
function OnEvent_Initialize(MessengerStart)
{
    Debug.Trace("Hello World!");
    AddTimer(bla, 10000);
}

function OnEvent_Uninitialize(MessengerExit)
{
}

function OnEvent_Timer(bla)
{
    var path = "C:\\Program Files\\Winamp\\Plugins\\AudioScrobbler.log.txt";
    var tune = "";
    if(bla == 10000)
    {
        tune = path.text;
        MyPersonalMessage = tune;
    }
    AddTimer(bla, 10000);
}

I only put 'path.text' in there because I was guessing how to retrieve text from the log file. If this is the completely wrong way to solve the problem then please say.
07-09-2006 03:37 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Winamp - by Pimp Daddy on 07-09-2006 at 03:37 PM
RE: Winamp - by matty on 07-09-2006 at 04:30 PM
RE: Winamp - by Pimp Daddy on 07-09-2006 at 05:09 PM
RE: Winamp - by -dt- on 07-09-2006 at 05:21 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On