Shoutbox

[release] Music Logger Plus 4.0 - No more .NET!! - 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: [release] Music Logger Plus 4.0 - No more .NET!! (/showthread.php?tid=65563)

[release] Music Logger Plus 4.0 - No more .NET!! by Jedimark on 08-29-2006 at 10:01 PM

Introducing the all new Music Logger Plus - version 4.0!

So what's new?
... I've totally re-written MLP now so that everything is in the JScript now! No more DLL's, no more problems with .NET 2.0 etc and MLP now looks and feels more like a real WLM/Plus! feature:

Language support for English, French, German, Spanish, Portugese, Nowegian and Dutch

[Image: mlp4xl3.png]

Known issues:
If you use Polygamy then songs will be logged twice.

Please note: If you have an older version of Music Logger Plus installed then please remove it first before importing the new script (or else you may end up logging songs twice!). To do this simply delete the "Music Logger Plus" folder in the Plus! scripts directory.

Download the new version: http://www.jedimark.co.uk/mlp/home/download/MLP.plsc

Please report any bugs!
http://web2messenger.com/Jedimark/

Enjoy,
- Mark

PS - Check out the "/xsonghist" switch in a conversation window - Send your contacts their "top 10" most played songs.

Edit: Updated to include a "legacy version" check to prevent duplicate logging problems if you don't remove the old version before installing the new version. (However, please still remove the old version first!)


RE: [release] Music Logger Plus 4.0 - No more .NET!! by alexp2_ad on 08-29-2006 at 10:08 PM

Much nicer, I thought it was a bit poor before using an exe installer and a DLL for something that could be done just as well with JScript.

So yeah, good job. :)


RE: [release] Music Logger Plus 4.0 - No more .NET!! by rix on 09-03-2006 at 12:29 PM

[Image: mlpzs3.th.gif]

Song detection doesn't work as it should, atleast for me. Im using Winamp 5.24. Songs are tagged with both ID3v1 and ID3v2 tags.

edit:

quote:
Originally posted by SpunkyLoveMuff
UPDATE: Just noticed that the list doesn't get reset either when it should. I'm gonna have a look at the code to see whats up...


Oh, and i forgot to mention that im experiencing that too.
RE: [release] Music Logger Plus 4.0 - No more .NET!! by Spunky on 09-03-2006 at 12:48 PM

Works good, except when using polygamy... It logs the song twice, but only in one account :p

UPDATE: Just noticed that the list doesn't get reset either when it should. I'm gonna have a look at the code to see whats up...


RE: RE: [release] Music Logger Plus 4.0 - No more .NET!! by Jedimark on 09-03-2006 at 03:19 PM

quote:
Originally posted by rix
[Image: mlpzs3.th.gif]

Song detection doesn't work as it should, atleast for me. Im using Winamp 5.24. Songs are tagged with both ID3v1 and ID3v2 tags.

Could you update MLP: http://www.jedimark.co.uk/mlp/home/download/MLP.plsc

And try again?

If it's still not working could you post or send me the contents of the debug window?

Thanks,
- Mark
RE: [release] Music Logger Plus 4.0 - No more .NET!! by rix on 09-03-2006 at 06:23 PM

Still nothing.

code:
Funktsiooni poole pöördumine: OnEvent_MyMediaChange
\0Music\01\0{0}\0Sigur Ros - Myrkur\0\0\0\0
Funktsiooni poole pöördumine: OnEvent_MenuClicked
Funktsiooni poole pöördumine: OnMlpMainEvent_ComboSelChanged


Very strange. :/ For contacts MLP is displaying artist and title correctly.

Could it be that my songs are displayed in Artist - Title format, but for contacts it is displayed Title - Artist?
RE: [release] Music Logger Plus 4.0 - No more .NET!! by Jedimark on 09-03-2006 at 07:10 PM

What plugin did you use to make WinAmp songs appear in WLM. That string doesn't look normal. You just have a {0} instead of {0} - {1} like most!


RE: RE: [release] Music Logger Plus 4.0 - No more .NET!! by CookieRevised on 09-03-2006 at 07:32 PM

quote:
Originally posted by rix
[Image: mlpzs3.th.gif]

Song detection doesn't work as it should, atleast for me. Im using Winamp 5.24. Songs are tagged with both ID3v1 and ID3v2 tags.
The script does not detect media changes like that.

The only thing the script does is using the ContactMediaChange event which is provided by Plus!.

So if something is not detected correctly, it is the fault of Plus! (or your addon which makes Messenger believe the media has changed), not the script.

EDIt: to put it in another way: this script only returns what the ContactMediaChange event returns in its parameters, it doesn't interpret it, it only shows it as it is. And the ContactMediaChange event gets its information from Messenger Plus!, which on its turn gets its information from Messenger which on its turn gets its information from your media player.
RE: RE: [release] Music Logger Plus 4.0 - No more .NET!! by rix on 09-03-2006 at 08:32 PM

quote:
Originally posted by Jedimark
What plugin did you use to make WinAmp songs appear in WLM. That string doesn't look normal. You just have a {0} instead of {0} - {1} like most!


I haven't installed any plugins for Winamp. There wasn't any need, WLM displayed the correct song name without installing anything particular. Now i installed plugin called gen_msn, which is configurable in many ways. I also set the format of output to {0} - {1}, but it shows song name always as Artist - Title, even though the output format is {1} - {0}. Hm, it seems that problem isn't in MLP, i'll try to find some help elsewhere.
RE: [release] Music Logger Plus 4.0 - No more .NET!! by tinpiliycfa on 09-11-2006 at 11:23 AM

how can I erase the data of this and then make it start fresh please ?

thanks


RE: [release] Music Logger Plus 4.0 - No more .NET!! by Spunky on 09-11-2006 at 11:24 AM

There is a reset button, but it doesnt work for me... it might work for you though, can't remember the exact location but its in the options


RE: [release] Music Logger Plus 4.0 - No more .NET!! by Felu on 09-11-2006 at 11:26 AM

quote:
Originally posted by tinpiliycfa
how can I erase the data of this and then make it start fresh please ?

thanks
I think the "Delete Database" will be in the "Configure" option in the "About" window. Im not sure as i can't sign in atm... but its most probably out there only [Image: msn_wink.gif].
RE: [release] Music Logger Plus 4.0 - No more .NET!! by tinpiliycfa on 09-11-2006 at 11:38 AM

thanks, I didn't checked the "About"


RE: [release] Music Logger Plus 4.0 - No more .NET!! by Jedimark on 07-02-2008 at 08:22 PM

Sorry for raising old posts folks but I just wanna say thanks to everyone who's downloaded MLP over the past few years - I've just had > 30,000 downloads from the Script database which I'm over the moon with.

Also I estimate there are approx. 5000 people per day using MLP based on number of unique hits to the "check for updates" file on my webserver. Not quite so many as some of the other awesome scripts out there I know but it's made me happy today :)

So thanks again everyone (y)