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 « 2 3 4 5 [ 6 ] 7 8 9 10 » Last »
2 votes - 5 average   [release] Music now playing
Author: Message:
bobbi
New Member
*

sorry for my english :D

Posts: 8
– / Male / –
Joined: Jun 2006
RE: [release] Music now playing
dt can you try to improve a jetaudio support ?
06-28-2006 12:31 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 M73A
whens someone going to make a WMP script:( theres itunes one... this one has itunes and winamp....

not fair:(
Im pretty sure Ive got a way to do this now just its going to take me a bit to code it.

quote:
Originally posted by bobbi
dt can you try to improve a jetaudio support ?
trying to do it now
[Image: dt2.0v2.png]      Happy Birthday, WDZ
06-28-2006 01:25 AM
Profile PM Web Find Quote Report
Kev_
New Member
*


Posts: 4
Joined: Jun 2006
RE: [release] Music now playing
hey when i have a song that has a - in it, it cuts off

like a liveset: "dj blabla - live at party 01-01-2006"
it gives : "dj blabla - live at party 01"

:(

This post was edited on 06-28-2006 at 05:22 PM by Kev_.
06-28-2006 04:01 PM
Profile PM Find Quote Report
Sypher
Senior Member
****

Avatar

Posts: 623
Reputation: 15
36 / Male / Flag
Joined: Apr 2003
RE: [release] Music now playing
MMm i miss the old MP!3 functionality when it comes to (!WAT), if i type: "You should listen to (!WAT)", only (!WAT) is been shown...

Is it possible to change that?
Messenger Plus Beta Tester
Plus! Live Faq Maintainer
06-28-2006 09:13 PM
Profile PM Find Quote Report
Three6Mafia
Junior Member
**

Avatar
HRA55 U

Posts: 42
Reputation: -6
35 / Male / –
Joined: Mar 2005
RE: [release] Music now playing
works fine for me, open up the config for the script and under (!WAT) format add ur tags... im usin {artist}-{title} :D
[Image: Three6Mafia.png]
06-28-2006 09:26 PM
Profile E-Mail PM Web Find Quote Report
Sypher
Senior Member
****

Avatar

Posts: 623
Reputation: 15
36 / Male / Flag
Joined: Apr 2003
RE: [release] Music now playing
So if you type "haha check this song (!WAT)" you see "haha check this song SomeArtist - SomeSong" and not just "SomeArtist - SomeSong"?
Messenger Plus Beta Tester
Plus! Live Faq Maintainer
06-28-2006 09:47 PM
Profile PM Find Quote Report
Three6Mafia
Junior Member
**

Avatar
HRA55 U

Posts: 42
Reputation: -6
35 / Male / –
Joined: Mar 2005
RE: [release] Music now playing
dont c the harm in adding this to ur script config

[c=4]Aaron[/c] [c=1]Is Now Listening To,[/c] [c=7]{artist}-{title}[/c] [c=12]({length})[/c]

just edit it to ur standards.....i personally have it reacting on /mus rather than /np...even changed the xml file so it is listed in the cmds :D


* Three6Mafia acts smart^o)
[Image: Three6Mafia.png]
06-28-2006 10:03 PM
Profile E-Mail PM Web Find Quote Report
mathieumg
Full Member
***


Posts: 181
Reputation: 2
34 / Male / Flag
Joined: May 2004
RE: RE: [release] Music now playing
quote:
Originally posted by Sypher
MMm i miss the old MP!3 functionality when it comes to (!WAT), if i type: "You should listen to (!WAT)", only (!WAT) is been shown...

Is it possible to change that?


The new tag is (!MYMEDIA)
Official MessengerPlus! Live French Translator
Official StuffPlug 3 French Translator

:)
06-29-2006 03:36 AM
Profile E-Mail PM Web Find Quote Report
noroom
Full Member
***

Avatar
www.noroom.tk

Posts: 107
Reputation: 4
Joined: Sep 2003
RE: [release] Music now playing
Yes it is, but for some reason (maybe because I use Toaster?), (!MYMEDIA) shows something like {1} - {0} - <artist> - <title> and that's really annoying, so I edited the (!WAT) function of this script.

Edit the script. In the drop-down box select main.js. Look for:
function OnEvent_ChatWndSendMessage(Wnd,Message)

Below that you sould see three lines of code that have something like: /\(!WAT\) or something like that hidden in it. Select those lines and replace them by this.

code:
    if (Message.match("(!WAT)")){
        return Message.replace("(!WAT)", sendCurrentSong(prefs.get('wat')));
    }

That should do the trick. :)
06-29-2006 07:01 AM
Profile E-Mail 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
:P updated to fix the (!WAT) bug , still working on jetaudio and wmp support... windows in C++ windows dont like me :(
[Image: dt2.0v2.png]      Happy Birthday, WDZ
06-29-2006 07:43 AM
Profile PM Web Find Quote Report
Pages: (70): « First « 2 3 4 5 [ 6 ] 7 8 9 10 » 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