What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » RSS newsfeed to nick?

Pages: (2): « First « 1 [ 2 ] Last »
RSS newsfeed to nick?
Author: Message:
bemeall
New Member
*

Avatar
Down Under!

Posts: 2
– / Male / –
Joined: Dec 2004
RE: RSS newsfeed to nick?
The reason I want to read from a rss text file is because I want to show my current/last played song from winamp in my conversation.
Not realy in my nick, but on command like /np in my conversation.

Now I hear you say "There are special plugins for winamp nowplaying". I know that, but these ones are usefull when winamp is running on the same system as the messenger client. And that's not i my case. Besides my website reads de nowplaying rss file, my IRCclient does, so why not my messenger client too :P

The contents of the rss file:

<rss version="0.91">
  <channel>
    <title>RJNetwork.nl Weblog</title>
    <link>http://www.rjnetwork.nl</link>
    <description>Winamp NowPlaying</description>
    <language>nl-nl</language>
    <copyright>Copyright 2004 RJNetwork.nl</copyright>
    <item>
      <title>Last played:</title>
      <description>Anouk - My Life</description>
    </item>
  </channel>
</rss>

As you can see the title tags display Last Played when winamp isn't running anymore. If winamp does run it displays Now Playing.
Then there's the description tag where artist and songtitle are displayed.
These things are always on the same linenumbers so if it is nessecary to use static linenumbers to read the lines that's no problem.

So the thing I realy would like to get realised is:
when I use the commando /np in a conversation it would echo (in this example):
Last Played: Anouk - My Life
It gets Last Played from the title tags and the rest from the description tags on the next line.

Hope this explanation is a bit better :)
12-16-2004 09:28 AM
Profile PM Web Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


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