What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [release] Music now playing

Pages: (70): « First « 10 11 12 13 [ 14 ] 15 16 17 18 » Last »
2 votes - 5 average   [release] Music now playing
Author: Message:
user13774
Disabled Account


Posts: 1119
Joined: Apr 2003
Status: Away
RE: [release] Music now playing
If the album information is in the ID3 tag you can just use {album}
09-20-2006 06:14 AM
Profile PM Find Quote Report
kidwizz
New Member
*


Posts: 9
Joined: Jul 2006
RE: [release] Music now playing
does this change your pm or is it only a command that sends the info to other people. because when i used this it dosent change my pm
09-21-2006 12:57 AM
Profile E-Mail PM Find Quote Report
user13774
Disabled Account


Posts: 1119
Joined: Apr 2003
Status: Away
RE: [release] Music now playing
It doesn't change your PM. You can use the command or the old (!WAT) (in case of Winamp) shortcut to let the other person know what you are listening to.

If you want to change your PM to the song you are currently playing in Winamp, I suggest you try the Winamp Media script or the MessengerAmp plugin for Winamp

BTW... Files with ID3v1 and v2 turned off, so files without ID3 information, also have an extra ' - ' in front of the title.
09-21-2006 07:36 AM
Profile PM Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
O.P. RE: [release] Music now playing
quote:
Originally posted by Markus
BTW... Files with ID3v1 and v2 turned off, so files without ID3 information, also have an extra ' - ' in front of the title.
quote:
Originally posted by -dt-
thats because {artist} is left blank in a stream... so {artist} - {title} , will become - stream name , the next version will include a some bbcode like [isnotstream]to fix this
^^ that applies to this aswell.

This post was edited on 09-21-2006 at 10:55 PM by -dt-.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
09-21-2006 10:54 PM
Profile PM Web Find Quote Report
Mizery_Made
Junior Member
**


Posts: 56
Reputation: 1
36 / Male / Flag
Joined: Sep 2006
RE: [release] Music now playing
Hmm, yet another update on my troubles. I didn't notice the "/<function>" commands until I checked the first page just a moment ago, looking for the WMP command. Both the /np & /sendsong commands work beautifully. So, the problem seems to be isolated in the "Remote Commands", am I the only one having issues with the Remote Commands not working?

It might be something isolated on my PC, as I've noticed one other problem with MSN here in the last several days, when a new song plays, MSN shows it in the Now Playing (and after my name on the Contact List), then it disappears as if there's no media playing after anywhere from 3 to 15 seconds after it plays. Irritating, Lol.

Eitherway, maybe the further info might help you find the problem, or help narrow it down to being a problem with my PC.
Tech N9ne/Tek Nin - Noun:
Unparalled master of rhyme, scientific blend of technique and numerology

[Image: banner234x60.jpg]
09-23-2006 04:17 AM
Profile E-Mail PM Find Quote Report
Mizery_Made
Junior Member
**


Posts: 56
Reputation: 1
36 / Male / Flag
Joined: Sep 2006
RE: [release] Music now playing
Sorry for the double post, but given that my other was 4 days ago, I spose it's ok?

Eitherway, I think I have UNCOVERED what was causing my trouble with the Remote Commands! I sniffed it out, I did, I did! Lol. Ok, it seems that the problem occured after installing your next update after Aug 14th, I went back and made a copy of the Script Folder (containing the NEW files) and went to your site and overrode the files in the MAIN folder with all the files from Aug 14th (some being Aug 9th)

The remote commands worked great with the Aug 14th version, so I went in search of differences in the coding that might have caused it. I eventually narrowed it down to the "Main.js" file. Here's the chunk that seemed to cause it:

NEW Version (Doesn't Work)
code:
    if(origin != Messenger.MyName){
        if(remoteSong != -1 && remoteSong != ""){
            if(message.match(new RegExp("^" + remoteSong.replace(/([\[\]\|\)\(\*\?\+\.])/g, '\\$1') + "$","i"))){
                wnd.SendMessage(sendCurrentSong());
            }
        }
        if(remoteSend != -1 && remoteSend != ""){
            if(message.match(new RegExp("^" + remoteSend.replace(/([\[\]\|\)\(\*\?\+\.])/g, '\\$1') + "$","i"))){
               
                if(!transferSong(wnd,1)){
                    wnd.SendMessage(prefs.get('notrunning').replace('{player}',"unknown"));
                }
               
            }
        }
       
    }
}

And here is the code I replaced it with that now allows it to work:

Aug 14th Version (WORKS!)
code:
    if(remoteSong != -1 && remoteSong != ""){
        if(message.match(new RegExp("^" + remoteSong.replace(/([\[\]\|\)\(\*\?\+\.])/g, '\\$1') + "$","i"))){
            wnd.SendMessage(sendCurrentSong());
        }
    }
    if(remoteSend != -1 && remoteSend != ""){
        if(message.match(new RegExp("^" + remoteSend.replace(/([\[\]\|\)\(\*\?\+\.])/g, '\\$1') + "$","i"))){
           
            if(!transferSong(wnd,1)){
                wnd.SendMessage(prefs.get('notrunning').replace('{player}',"unknown"));
            }
           
        }
    }
}

This may just be a temperary fix. Is it something about my computer that didn't like the "    if(origin != Messenger.MyName){", or is this something that you could fix... either way, I hope my detective work helped you out some how (unless it was just my retarded PC afterall)
Tech N9ne/Tek Nin - Noun:
Unparalled master of rhyme, scientific blend of technique and numerology

[Image: banner234x60.jpg]
09-26-2006 10:51 AM
Profile E-Mail PM Find Quote Report
Chestah
Veteran Member
*****

Avatar

Posts: 1658
Reputation: 34
35 / Male / –
Joined: Jun 2004
RE: [release] Music now playing
all the newbs in the house say yo!

sorry dt, but WMP support isn't happening for me ;)

Windows Vista (6.0.5600)
Windows Live Messenger 8.00.0812
Messenger Plus! Live 4.01.0.246
Segosa is newb.
09-27-2006 11:39 AM
Profile E-Mail PM Web Find Quote Report
user13774
Disabled Account


Posts: 1119
Joined: Apr 2003
Status: Away
RE: [release] Music now playing
Windows Media Player 11 I presume?
Is the 'True Launch Bar Remote Control' add-on for WMP turned on in WMP11?
09-28-2006 04:46 PM
Profile PM Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
O.P. RE: [release] Music now playing
Changelog
Release 1.1.1
- new lyrics window with support for editing lyrics
- fixed a typo

new lyrics window
[Image: lyricwindow.jpg]
[Image: lyricwindow2.jpg]
[Image: dt2.0v2.png]      Happy Birthday, WDZ
10-02-2006 12:59 PM
Profile PM Web Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
RE: [release] Music now playing
omg leo's lyrics hax!
* John Anderton loves it :cheesy:

I cba doing the whole xml thingy again though :sad:
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
10-02-2006 01:43 PM
Profile E-Mail PM Web Find Quote Report
Pages: (70): « First « 10 11 12 13 [ 14 ] 15 16 17 18 » 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