Shoutbox

[help] what im listening to? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [help] what im listening to? (/showthread.php?tid=86749)

[help] what im listening to? by zogo on 10-19-2008 at 04:40 PM

im making a script to fake what im listening to... what is the code to change the what im listening to message?

also how can i make the script toggle-able by a command in a chat?

thx in advance...


RE: [help] what im listening to? by SmokingCookie on 10-20-2008 at 07:48 AM

Type "/fakemedia" in a convo.

Update: you can now also use /FakeMedia [Media Message] [Type], whereas Type is one of the following values:

Music
Games
Office
None

Both All parameters are optional, but use the brackets or they'll be ignored. There's also a menu item that opens the window.

Another update:

You can now specify every aspect of the media message in the interface window, and through the command, which has a new syntax:

/fakemedia [TrackTitle] [TrackArtist] [Album] [ContentID] [Format*] [MediaType (see above)]

* Format description:

0 = Title
1 = Artist
2 = Album

You must enclose these numbers by "{...}". A valid format would be:

{2}: {0} ({1})

This would give: Album: Title (Artist).

Yet another update :P : The interface now allows to auto-detect changes in the media message (e.g. if you click "Next" in WMP) and outputs the new message in the text boxes. You can disable this behaviour.

ALL CREDIT GOES TO -dt- !!!!

Attachment removed


RE: [help] what im listening to? by zogo on 10-22-2008 at 09:07 PM

:O oh thx just what i was looking for :D shame i couldnt have made it ;)


RE: [help] what im listening to? by Lt.Col.DraGon on 10-23-2008 at 01:06 AM

This is a different request. Is there any way to show if you have a song paused? like for instance {Track} - {Artist} (Paused) or something like that?

Thanks in advance.


RE: RE: [help] what im listening to? by SmokingCookie on 10-23-2008 at 06:55 AM

quote:
Originally posted by zogo
:O oh thx just what i was looking for :D shame i couldnt have made it ;)

No problem ;) You've given me reason to develop a new system for recognising commands in chat windows (I'll leave out the technical description :P )

By the way, maybe you should update your avatar, the file does not exist..

quote:
Originally posted by Lt.Col.DraGon
This is a different request. Is there any way to show if you have a song paused? like for instance {Track} - {Artist} (Paused) or something like that?

Thanks in advance.

This can be done, but application-specific (e.g. iTunes handles tracks differently than WMP)
RE: [help] what im listening to? by danlett on 04-17-2009 at 08:35 PM

when i type /fakemedia [a title] [an artist] [album] [{0}] [Music] to a conversation window, the fakemedia is turning off. why?


RE: [help] what im listening to? by SmokingCookie on 04-18-2009 at 07:21 AM

Hmm.. Strange. Seems to me that there's a bug in the script. I use a shortcut for the commands, loading the Media window. Seems it gets closed before everything is done. I'll submit an update ASAP.

Also, the command mentioned above has been superseded by the following:

/FakeMedia[Title][Artist][Album][ContentID][Format][Type]
note the ContentID parameter


RE: [help] what im listening to? by danlett on 04-18-2009 at 03:06 PM

what i have to write to the contentID?


RE: [help] what im listening to? by SmokingCookie on 04-18-2009 at 03:10 PM

Anything. You can even omit it if you want to, by specifying an emty string. In this case, you should type:

/FakeMedia[Title][Artist][Album][][Format][Type]


RE: [help] what im listening to? by danlett on 04-18-2009 at 06:43 PM

if i manually set a song name in fakemedia's menu, check the enable, and uncheck the "detect changes in media..." that is work. Then i write /FakeMedia[Zene][Artist][Album][][{0}][Music] in a conv. box it change to "zene". But if i write eg. /FakeMedia[zene2][Artist][Album][][{0}][Music]. it is turn off. If I view the menu, the enabled check box is empty, and the "detect changes in media..." is checked.

So when I first change media from conv. box it's work. But then not.


RE: [help] what im listening to? by SmokingCookie on 04-18-2009 at 06:49 PM

Well, I submitted the update this afternoon, but I have not received a reply. A temporary upload of this update can be found here


RE: [help] what im listening to? by danlett on 04-19-2009 at 12:45 PM

I downloaded 1.61 but it isn't working too. The same problem. :(*-)


RE: [help] what im listening to? by SmokingCookie on 04-19-2009 at 12:49 PM

That's strange, 'cause it does work for me..


RE: [help] what im listening to? by danlett on 04-19-2009 at 03:14 PM

hmmm...
If I don't close the menu, it's works.
If I close the menu it isn't work.


RE: [help] what im listening to? by SmokingCookie on 04-19-2009 at 03:16 PM

What do you mean by "close the menu"?


RE: [help] what im listening to? by danlett on 04-19-2009 at 03:49 PM

fakemedia's settings window.


RE: [help] what im listening to? by Schnappi on 05-20-2009 at 02:09 PM

erm can someone create a now playing script that works with winamp?
smth like messengerAMP except it does not duplicate the song details.


RE: RE: [help] what im listening to? by Moh on 05-20-2009 at 04:56 PM

quote:
Originally posted by Schnappi
erm can someone create a now playing script that works with winamp?
smth like messengerAMP except it does not duplicate the song details.

quote:
Originally posted by Moh Zayadi
Try using that plug-in. It worked with me even though it is supposed to be for MSN Messenger 7, if that doesnt work you can use the script NowPlaying by -dt-.