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 « 38 39 40 41 [ 42 ] 43 44 45 46 » Last »
2 votes - 5 average   [release] Music now playing
Author: Message:
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: [release] Music now playing
I have to post this otherwise I'm going to go mental.
maybe some other people will appreciate my now playing code :)

WMP is now Playing:

(band) Artist: Artist Here if present
(8) Title: Title Here
(cd) Album: Album Here if present
(o) Position: 1:00 / 3:00 [---|---]


If you'd like to have this song just type: !sendsong & I'll send it via normal file transfer, or type: !addtoshared & I'll add it to our sharing folder. To find out what I'm listening to at any time type: !np

code:
[b][c=39]{player}[/c] [c=30]is now[/c] {status}[/b]:\n\n[if_artist](band) [b]Artist: [/b]{artist}[/if_artist][!if_artist](band) [b]Artist: [/b]Artist not specified[/!If_artist]\n[if_ext=mp3](8)[/if_ext][if_ext=wma](8)[/if_ext][if_ext=wmv](~)[/if_ext][if_ext=avi](~)[/if_ext][if_ext=mpg](~)[/if_ext][if_ext=mp4](~)[/if_ext][if_ext=mov](~)[/if_ext] [b]Title: [/b]{title}\n[if_album](cd) [b]Album: [/b]{album}[/if_album][!if_album](cd) [b]Album: [/b]Album not specified[/!if_album]\n(o) [b]Position: [/b]{elapsed} / {length} [{bar}]\n\n\n[c=red]If you'd like to have this song just type: [c=blue]!sendsong[/c] & I'll send it via normal file transfer, or type: [c=blue]!addtoshared[/c] & Ill add it to our sharing folder. To find out what I'm listening to at any time type: [c=blue]!np[/c][/c]

(band) and (cd) are custom emoticons I have
Status [c=36]Paused[/c], [c=4]Stopped[/c], [c=3]Playing[/c]

This post was edited on 10-24-2007 at 10:39 PM by aNILEator.
07-25-2007 08:39 PM
Profile PM Web Find Quote Report
TagDaze
New Member
*


Posts: 3
Joined: Apr 2006
RE: [release] Music now playing
Small problem;

When I have set the Now Playing Format to:
Now Playing: {artist} - {title} ({length})
it will return
Now Playing: - Bryan Tyler - The Preacher At Arrakeen (2:33) (Note the dash before the artist's name)

whereas if I would set the Now Playing Format to:
Now Playing: {title} ({length})
it will return
Now Playing: Bryan Tyler - The Preacher At Arrakeen (2:33)
as it's supposed to do with the first format. It might have something to do with me using foobar2000 and with the foo_winamp_spam.dll plugin.

Doesn't bother me since the problem is fixed by removing the artist tag, but I feel it's still something worth mentioning.

This post was edited on 08-03-2007 at 01:13 AM by TagDaze.
08-03-2007 01:11 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
What player are you using? What player do you have the script set-up for?

I used to have this exact same issue when using the WinAmp setting for MediaMonkey, before a player script for MediaMonkey was developed.

EDIT: Duh, if I would have scrolled over, I would have seen you posted what player your using... duh me. So... disregard this post :\

Maybe it has something to do with the WinAmp Plugin/API for foobar as I believe that was the problem with MediaMonkey... iunno though, I'm not the best person to be asking about these kind of things. :\

This post was edited on 08-03-2007 at 01:41 AM by Mizery_Made.
Tech N9ne/Tek Nin - Noun:
Unparalled master of rhyme, scientific blend of technique and numerology

[Image: banner234x60.jpg]
08-03-2007 01:38 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
That problem is because of the song not having an artist tag hence its set to "" you should use the bbcode ifs for this eg

code:
[if_artist]{artist} - [/if_artist] {title} ({length})


for a full reference of the tags click here http://nowplaying.thedt.net/tags/?lang=en

quote:
Originally posted by Mizery_Made
Any further updates on an update? Hate to hound, but this is by far my fav. script and thus waiting for an update is like a Crackhead waiting for their next fix. :P
haha, there will be an update soon, Ive gone back to tafe and its taking up alot of my time, ill see if i can finish a decent release within a week : >
[Image: dt2.0v2.png]      Happy Birthday, WDZ
08-03-2007 04:06 AM
Profile PM Web Find Quote Report
BobMaster
New Member
*


Posts: 2
41 / Male / –
Joined: Sep 2006
RE: [release] Music now playing
I seem to have a problem with the now playing script, I can configure it just fine and everything, but for some reason it just won't show/work.

Nobody sees what I'm playing on their contact list.
So how exactly do I turn it on?
Using winamp 5.35 btw.

Greetz,
BobMaster
08-04-2007 02:59 PM
Profile PM Find Quote Report
TagDaze
New Member
*


Posts: 3
Joined: Apr 2006
RE: RE: [release] Music now playing
quote:
Originally posted by -dt-
That problem is because of the song not having an artist tag hence its set to "" you should use the bbcode ifs for this eg

code:
[if_artist]{artist} - [/if_artist] {title} ({length})



Nope, first thing I checked. It's not the solution to the problem. It does so for every song, whether I use the if_artist tag or not.

This post was edited on 08-04-2007 at 04:36 PM by TagDaze.
08-04-2007 04:34 PM
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
quote:
Originally posted by TagDaze
quote:
Originally posted by -dt-
That problem is because of the song not having an artist tag hence its set to "" you should use the bbcode ifs for this eg

code:
[if_artist]{artist} - [/if_artist] {title} ({length})


for a full reference of the tags click here http://nowplaying.thedt.net/tags/?lang=en

Nope, that's not the problem. It does so for every song.
oh i just noticed that you're using the foobar winamp spam plugin thing :P, it might not implement the method i use to get the artist, hence it falls back to using the method it uses to get the entire title
[Image: dt2.0v2.png]      Happy Birthday, WDZ
08-04-2007 04:38 PM
Profile PM Web Find Quote Report
iyilin
New Member
*


Posts: 1
30 / Female / Flag
Joined: Aug 2007
RE: [release] Music now playing
I'm using WLM version 8.0.0812.00 with Messenger plus! Live version 4.23.0.276. My iTunes is version 6.0.4.2.

I seem to have a problem with the script. I have set a customized PSM with tags of the artist, song title and length.

Everytime a song finish playing, when the second song starts, instead of displaying the customized PSM, it jumps back to the normal "What I'm Listening To" display.

Example:
instead of displaying "I'm @ iTunes : {artist} - {title} ({length})"
it shows in the format "{title} - {artist}".

It happens randomly; sometimes customized format, sometimes WLM's format.
Is there anyway I can solve this problem? :^)
08-05-2007 12:20 PM
Profile E-Mail PM Find Quote Report
Slein
New Member
*

Avatar
I'm a newbie! An I LOVE MsgPlus!

Posts: 8
34 / Male / –
Joined: Oct 2005
RE: [release] Music now playing
Why not a {genre} option, that shows... guess what the genre of the song? And also the ability of [if_genre]{genre}[/if_genre] so that when there is no genre entered it won't show anyting...
[Image: Nielsie.png]
[Image: dotani7gb9rk.gif]Click on sig to message me!
Click the dot for mij MSN Space!

08-16-2007 10:32 PM
Profile E-Mail PM Web Find Quote Report
Slein
New Member
*

Avatar
I'm a newbie! An I LOVE MsgPlus!

Posts: 8
34 / Male / –
Joined: Oct 2005
RE: [release] Music now playing
Ok I just found out:
-That iTunes 7.3 is not supported with the {player} tag (might be only on vista). it shows up as Unknown
-The tag {listpos} not works with iTunes 7.3 (might be only on vista)
-The tag {samplerate is not supported with iTunes 7.3 (might be only on vista)
-The tag {filename} gives the wrong filename with iTunes 7.3 (might be only on vista)
-The comand !sendsong gives the wrong file with iTunes 7.3 (might be only on vista)

This post was edited on 08-16-2007 at 11:31 PM by Slein.
[Image: Nielsie.png]
[Image: dotani7gb9rk.gif]Click on sig to message me!
Click the dot for mij MSN Space!

08-16-2007 11:07 PM
Profile E-Mail PM Web Find Quote Report
Pages: (70): « First « 38 39 40 41 [ 42 ] 43 44 45 46 » 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