Forum » Development Discussion

MSN Messenger Music Plugin for Last FM Player?

 
    • Peppery said...
    • User
    • 27 Aug 2005, 09:51

    MSN Messenger Music Plugin for Last FM Player?

    I was just wondering if there were any plans or if there could be any plans to develop a plugin (or add it internally) to update a MSN Messenger PSM with the song.

    - Pep

    - Peppery
  • Probably not, since it'd involve including microsoft into things and that would probably not go without some nasty pricetag...

    But then again...

    Anyone..?

  • You can find various patches to update your status messages from iTunes/Winamp from Mess.be

    • Canacas said...
    • User
    • 1 Sep 2005, 21:47
    belsammael what are you talking about? MSN have a nice open way that opens up for plugin support.

    As deplorableword stated, plugins for this can be found at various sites. Mess.be. I will recomand installing the "msn plus!" plugin @ msgplus.net, that plugin opens msn up for a new brand of plugins. (also including a crap load of other stuff you might not need)

    • lofty said...
    • User
    • 9 Sep 2005, 19:16
    Ill give a fiver to anyone who can make a program that shows the song playing in the last.fm player to my msn personal message thing without the old session link that msn used to always show.

    anyone upto it?

    Matthew Brown
    • said...
    • User
    • 10 Sep 2005, 11:02
    It's possible using LastFMProxy and streaming to Winamp or Windows Media Player

    • lofty said...
    • User
    • 11 Sep 2005, 17:36
    eh?

    Matthew Brown
    • Arty88 said...
    • User
    • 23 Sep 2005, 21:43
    you can use the toaster plugin for winamp to let it update your current playing song displayed by msn.
    but i guess you werent talking about that...
    im not sure if its possible to have a last.fmplayer to msn display plugin... partly because its a streaming device, not exactly an audioplayer, but then again, it does contain information about the played song...

  • Agree!

    Yeah it would be cool if there was possible to have a plugin in last.fm player that would show what songs you are listening to on messenger...

    That is the only bug about the last.fm player. It is a very cool player.

    -Hawk-
    • diizy said...
    • User
    • 1 Oct 2005, 18:35
    haha, thanks for the toaster plugin there arty!

    http://www.winamp.com/plugins/details.php?id=138586 for anyone that wants it.

    if toaster can do it, why cant last.fm do it ;)

    music
  • Re: MSN Messenger Music Plugin for Last FM Player?

    Quoth Peppery:
    I was just wondering if there were any plans or if there could be any plans to develop a plugin (or add it internally) to update a MSN Messenger PSM with the song.

    - Pep

    sounds like a great idea


    We seek for meaning because we are mortal
  • You can find the (relatively) simple C++ code for a MSN plugin at my site www.deep-space-5.org/msnmusic

    It's written to be used as a mIRC DLL, but coders/programmers out there should be able to extract the neccesary bits without any difficulty.

    "I know you think that I'm someone you can trust,
    But I'm scared I'll get scared and I swear I'll try to never give up."
    -- Brand New
    • said...
    • User
    • 5 Oct 2005, 21:56
    It would be so great!

    too bad i dont know c++

    :(

    Edited by a deleted user on 5 Oct 2005, 21:58
  • anyone get any further on this?

    • said...
    • User
    • 8 Oct 2005, 12:25
    To get the up to date playing information for the Last.fm player it needs to make the session string or playing song available somehow. If it would write either to file it would be fairly straightforward. The alternative is to do the same thing as for the old Audioscrobbler scripts and just get it from the recent song feeds, which is not as accurate.

  • Displaying Last.fm current song on MSN

    I got it working for me , but only when using Winamp.

    Basically you need to download LastFMProxy from http://vidar.gimp.org/lastfmproxy/ and install it, that gives you a url stream that you can use Winamp to open with. You will need to download and install Python as well, just read the README in the LastFMProxy folder for details.

    Then you download the Toaster plugin from winamp.com and open the url stream with Winamp. It will then show you the track info from Last.fm that is currently playing in MSN Messenger. You will see something like "ArtistName - TrackName (last.fm) - Internet Radio"

    If you use Windows Media Player, all you see is "last.fm" on your messenger.

    Edited by indianstallion on 3 Nov 2005, 04:24
  • wow thank you

    indianstallion, I followed your directions and got it working!!Thanks!

    • defsafe said...
    • Subscriber
    • 4 Dec 2005, 09:46

    Re: Displaying Last.fm current song on MSN

    Quoth indianstallion:
    I got it working for me , but only when using Winamp.

    ... You will see something like "ArtistName - TrackName (last.fm) - Internet Radio"

    If you use Windows Media Player, all you see is "last.fm" on your messenger.


    hey i did all that but i get this buffering message next to the artist name....do you know how i can stop that?

  • I wish it was officially addressed by last fm

  • Update: LastFMProxy

    defsafe : I'm not sure, i only get that when it is actually buffering the stream , but it disappears once it actually starts playing. :).

    Oh and the next version of LastFMProxy (alpha 5) is out at http://vidar.gimp.org/lastfmproxy/, I had a few problems connecting to the stream recently, but it worked after i upgraded the lastfmproxy.

    BTW you can try and edit the info that is displayed in msn to make it look nicer and shorter. Go to options > preferences > plug-ins > general purpose. Click the toaster plugin, configure then the "Extra" tab . For mine, I changed the Artist field to "$if(%ishttp%, %artist%, - %artist%)" and the format field to "{0} {1}", so that you don't have the "- Internet Radio" at the end on your Messenger.

  • Not sure if something like this has been done before (I admit, I didn't actually look around), but I put something together that might be of interest. Just a little proggie that grabs the feed text file from the last.fm server and populates the MSN personalised message. You can change the update interval as you wish.

    Have a play with it and let me know what you think - [No Longer Available]

    Edited by nanabite on 20 Dec 2006, 00:59
  • I've added a page to the Wiki at http://www.audioscrobbler.net/wiki/index.php/MSN+Messenger - the new download link is there.

  • Re:

    Quoth nanabite:
    I've added a page to the Wiki at http://www.audioscrobbler.net/wiki/index.php/MSN+Messenger - the new download link is there.


    is there any way to switch the artist and song title so that the artist is first?

  • Re: Re:

    Quoth alfabettezoupe:
    is there any way to switch the artist and song title so that the artist is first?


    I have added this feature in. Let me know if it works for you.

    • Davzor said...
    • User
    • 29 Dec 2005, 18:42

    Please help =)

    nanabite, when I downloaded your program I extracted it to my desktop and ran last.msn but it says I need to install .Net Framework v.2.0.50727. Do you know what that is and where I can get it?

Anonymous users may not post messages. Please log in or create an account to post in the forums.