What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] MSN Album Cover 0.9.0

Pages: (2): « First [ 1 ] 2 » Last »
[Release] MSN Album Cover 0.9.0
Author: Message:
KilianM
New Member
*


Posts: 6
37 / Male / –
Joined: Nov 2006
O.P. [Release] MSN Album Cover 0.9.0
MSN Album Cover is a plugin that will change your display picture with an Album Cover whenever you play a song.

[Image: MSNAlbumCover-thumb.jpg]
screenshot


Supports:
  • Winamp with "Now Playing for MSN"(or similar) plugin
  • iTunes

Features:
  • Read album cover from ID3Tag and saves in local directory
  • Download album cover from internet
  • Read song directory for album cover
  • Default display picture settings (when no album cover can be found) [screenshot]
  • Option to enable or disable automatic downloads of album covers [screenshot]
  • Auto-updating


[download]
[website]



Install help:
[list=1]
[*]Install gen_msn (if you don't have it yet) [download here]
[*]Install Messenger Plus! (if you don't have it yet) [download here]
[*]Download and install MSN Album Cover (open it with Messenger Plus! script installer).
[*]You can see / change the default display picture (when no album cover is available) with "/msnac" or with using the Messenger Plus! menu. [screenshot]
[*]Enjoy.
[/list]

Feel free to ask me for info or help :)


[UPDATE]
0.9.0
- Read album cover from ID3Tag and saves in local directory (for performance).
- Code revamp, some parts have a slight speed improvement.
0.8.7
- Added option to enable or disable downloads of album covers.
- Default DP will be displayed when song is stopped.
- Fixed naming (caused difficult update), sorry for the trouble ^_^



Regards, KilianM

.plsc File Attachment: MSNAlbumCover.plsc (95.58 KB)
This file has been downloaded 212 time(s).

This post was edited on 11-22-2006 at 06:51 PM by KilianM.
11-16-2006 08:54 PM
Profile PM Find Quote Report
Dane
Non-Elite Member
*****

Avatar
Dont ask to ask, just ASK!

Posts: 1621
Reputation: 52
35 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [Release] MSN Album Cover 0.8
This would be even cooler if it automatically applied the Album Cover to the Song File and only downloaded the cover if the song was already missing a cover.  Great work though (y)!

This post was edited on 11-16-2006 at 09:02 PM by Dane.
11-16-2006 09:02 PM
Profile PM Web Find Quote Report
phalanxii
Full Member
***


Posts: 146
Reputation: 5
32 / Male / Flag
Joined: Aug 2006
Status: Away
RE: [Release] MSN Album Cover 0.8
This is a pretty awesome script! Good work man! :D

Everything works well, but a bit of feedback:

1. The display picture doesn't return to default when the music is stopped/closed. The debugger shows that the previous album directory is searched in, even though the artist and album are undefined:
code:
Artist: undefined
Album: undefined
Dir:C:\<...>\Fort Minor\The Rising Tied\
Default local albumcover found, loading..
Default local albumcover loaded.
2. ScriptInfo.xml :):
code:
<Name>MSN Album Cover</Name>
3. Is it possible to get this to work with SHOUTcast internet radio? This will mean that the art can't be saved, and the album cover search has to be done with title and artist. *-) Also, the SHOUTcast titles will need to be split by themselves for searching, because Winamp receives both the title and artist information as one title string from the radio server.

That's about it. Again, well done on the script! (Y)
11-17-2006 08:01 AM
Profile PM Find Quote Report
KilianM
New Member
*


Posts: 6
37 / Male / –
Joined: Nov 2006
O.P. RE: RE: [Release] MSN Album Cover 0.8
quote:
Originally posted by Kobol
This would be even cooler if it automatically applied the Album Cover to the Song File and only downloaded the cover if the song was already missing a cover.

Nice idea! adding it to my TODO list :)


quote:
Originally posted by phalanxii
1. The display picture doesn't return to default when the music is stopped/closed. The debugger shows that the previous album directory is searched in, even though the artist and album are undefined
I'll look into it, thanks!


quote:
Originally posted by phalanxii
2. ScriptInfo.xml
:$

quote:
Originally posted by phalanxii
3. Is it possible to get this to work with SHOUTcast internet radio?

Hmm, might be bit hard, but if I got some free time I'll see what I can do.
I beleive not all shoutcast streams push the artist-title, and format can be different also.


Regards, Kilian
11-17-2006 09:07 AM
Profile PM Find Quote Report
pasheeni
New Member
*


Posts: 13
– / Female / –
Joined: Feb 2005
RE: [Release] MSN Album Cover 0.8
awsome script....good work.....works like a charm
11-17-2006 09:19 AM
Profile E-Mail PM Find Quote Report
acm2000
New Member
*


Posts: 2
Joined: Sep 2005
RE: [Release] MSN Album Cover 0.8
how can i edit this to only display *.jpg in the local folder? cause it downloading from amazon for no reason and cluttering my mp3 folders is annoying :/

edit: my covers are stored as 00-foldername.jpg

This post was edited on 11-17-2006 at 03:53 PM by acm2000.
11-17-2006 03:41 PM
Profile E-Mail PM Find Quote Report
Mizery_Made
Junior Member
**


Posts: 56
Reputation: 1
36 / Male / Flag
Joined: Sep 2006
RE: [Release] MSN Album Cover 0.8
I would love this script, if there was an option to turn of automatic searching for songs without images. Secondly, would it be possible to script this to also look in the MP3 itself, for the art? As I often store the art in the MP3 aswell as have the "Folder.jpg" for my Album Folders (which does no good for my loose songs)
Tech N9ne/Tek Nin - Noun:
Unparalled master of rhyme, scientific blend of technique and numerology

[Image: banner234x60.jpg]
11-18-2006 12:27 AM
Profile E-Mail PM Find Quote Report
KilianM
New Member
*


Posts: 6
37 / Male / –
Joined: Nov 2006
O.P. RE: [Release] MSN Album Cover 0.8.7
UPDATE
0.8.7
- Added option to enable or disable downloads of album covers.
- Default DP will be displayed when song is stopped.
- Fixed naming (caused difficult update), sorry for the trouble ^_^


Reading album information from the mp3 is a bit harder since it has to be done through extern DLL loading, I didn't get this working so far.
11-20-2006 05:12 PM
Profile PM Find Quote Report
Mizery_Made
Junior Member
**


Posts: 56
Reputation: 1
36 / Male / Flag
Joined: Sep 2006
RE: RE: [Release] MSN Album Cover 0.8.7
quote:
Originally posted by KilianM
UPDATE
0.8.7
- Added option to enable or disable downloads of album covers.
- Default DP will be displayed when song is stopped.
- Fixed naming (caused difficult update), sorry for the trouble ^_^


Reading album information from the mp3 is a bit harder since it has to be done through extern DLL loading, I didn't get this working so far.

How you toggle the Downloading On/Off?

And it's understandable about the Cover from the MP3 thing. Though, I must say, this seems to work nicely. (apart from not knowing how to turn DL off :P)
Tech N9ne/Tek Nin - Noun:
Unparalled master of rhyme, scientific blend of technique and numerology

[Image: banner234x60.jpg]
11-20-2006 06:07 PM
Profile E-Mail PM Find Quote Report
KilianM
New Member
*


Posts: 6
37 / Male / –
Joined: Nov 2006
O.P. RE: RE: RE: [Release] MSN Album Cover 0.8.7
quote:
Originally posted by Mizery_Made
How you toggle the Downloading On/Off?


You can either use the Messenger Plus! menu (the Messenger Plus icon in chatscreens or contactlist) -> MSN Album Cover -> Options
Or you can use "/msnac" in a chatscreen.

Kilian
11-20-2006 08:29 PM
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » 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