What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » About showing songs

About showing songs
Author: Message:
kierant
Full Member
***

Avatar
Can you still feel the butterflies?

Posts: 427
Reputation: 8
– / Male / –
Joined: Feb 2003
O.P. About showing songs
Would it be possible to make a plugin that turns the song plugin automatically on or off depending on my status?

Say I was online, I'm happy for people to see what I'm listening to. If however, I was away doing something else but still listening to music, I'd rather people not be able to see what I'm listening to in case they think I'm still at the comp and bombard me with messages.

Currently I turn the plugin on and off manually, but it's a bit annoying.
[Image: kierantsig5ru.png]
10-29-2005 11:06 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: About showing songs
Install Instructions
1. Extract files to your Messenger Plus! Plugin Folder.
2. Run register.bat
3. Double Click install.bat
4. Run ReloadPlugins.exe

This program has no configuration. If your status is Online it will enable PSM if your status isn't, it's disabled.

.zip File Attachment: DisablePSM.zip (13.56 KB)
This file has been downloaded 120 time(s).

This post was edited on 10-30-2005 at 01:04 AM by matty.
10-29-2005 11:45 PM
Profile E-Mail PM Find Quote Report
kierant
Full Member
***

Avatar
Can you still feel the butterflies?

Posts: 427
Reputation: 8
– / Male / –
Joined: Feb 2003
O.P. RE: About showing songs
Thanks but this doesn't seem to work. It confirmed successful installation, but when trying it out nothing changed.

I tried restarting Messenger but no luck. I also notice a slight lag now when i sign in.

Thanks anwyay.
[Image: kierantsig5ru.png]
10-30-2005 01:17 AM
Profile PM Find Quote Report
Weyzza
Veteran Member
*****

Avatar
SoCal sunset > *

Posts: 1170
Reputation: 29
– / Male / –
Joined: May 2003
RE: About showing songs
Matty,

Your program works the other way around.
Sometimes, it doesn't work at all.
kierant wants: if status = online, then show "What I'm Listening to"
else don't show it.

I also notice that the "What I'm Listening to" is only turned on/off on my own client, but it still shows the song title to other contacts.

This post was edited on 10-30-2005 at 02:28 AM by Weyzza.
Registered 7652 days, 22 hours, 59 seconds ago.
Happy Birthday, WDZ

10-30-2005 02:20 AM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: About showing songs
quote:
Originally posted by thekid
Matty,

Your program works the other way around.
kierant wants: if status = online, then show "what i'm listening to"
else don't show it.

I also notice that the "what i'm listening to" is only turn on/off on my own client, but it still shows the song to other contacts.
I don't see how its possible...

    If objMessengerAPI.MyStatus = MISTATUS_ONLINE Then
        SetDWordValue "HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\PerPassportSettings\" & msnID, "ShowTransientPSM", 1
    Else
        SetDWordValue "HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\PerPassportSettings\" & msnID, "ShowTransientPSM", 0
    End If

Anyways it does work I tested it... not sure whats up with kierant's PC. Did you try restarting? Shouldn't be necessary but still.

And does it show up in the Plugins section for Plus!?

quote:
Originally posted by thekid
I also notice that the "what i'm listening to" is only turn on/off on my own client, but it still shows the song to other contacts.

Not sure how thats possible cause that reg key prevents MSN Messenger from accepting PSMs from programs.
10-30-2005 02:31 AM
Profile E-Mail PM Find Quote Report
Weyzza
Veteran Member
*****

Avatar
SoCal sunset > *

Posts: 1170
Reputation: 29
– / Male / –
Joined: May 2003
RE: About showing songs
OK :p

It works really weird on my PC.

Say that I play a song while my status is Online.
Then I change my status to Away,
    the "What I'm Listening to" is still there.
    the check mark for "Turn on 'What I'm Listening to'" is gone.
I click Away again,
    then the song title doesn't show up.
If I change my status repeatedly to Away, it doesn't show up, which is good.

After that,
I change my status to Online,
    the song title still doesn't show up.
    the check mark for "Turn on 'What I'm Listening to'" appears.
Click it once again,
    then "What I'm Listening to" appears.
Clicking Online repeatedly, it still shows up.

At the first time, I didn't test it throughly

But the main problem still exists.
The song title appears/disappears on my client (under my display name), but on the other client (I use JrnzLoader) the song title keeps appearing.

The reg key is prolly for the check mark only.
I really don't know if it can show/hide the song title on other client.

Another opinion would be good ;)

If I may add, I reinstalled Plus!, so there are no other plugins in the system.

More:
So, the song title keeps appearing (on my contacts' clients), right?
When I play the next track, the same song title played before I changed the status is still shown.

This post was edited on 10-30-2005 at 03:07 AM by Weyzza.
Registered 7652 days, 22 hours, 59 seconds ago.
Happy Birthday, WDZ

10-30-2005 02:53 AM
Profile PM Find Quote Report
« 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