RE: iTunes+ - An iTunes Script For MP!L
Hey All,
I am trying to change the Now Playing format from the defaul t
%title% - %artist% to %title% - %artist% - [%album%]
by changing the following in tagsandcommands.js
if(sTimerId == 'custompsm'){
if(iTunesApp.PlayerState != 0){
// Messenger.MyPersonalMessage = tagparse(listeningtopsm);
Messenger.MyPersonalMessage = tagparse("%title% - %artist% - [%album%]");
}
else{ Messenger.MyPersonalMessage = origpsm; }
MsgPlus.AddTimer('custompsm',1000);
}
But it doesn't seem to be working.
Wonder what is happening guys.
Thanks for any tips and advices.
Cheers,
MocreD
This post was edited on 10-31-2006 at 07:07 AM by ~*McoreD*~.
Don’t say CD’s to say more than one CD. It is CDs.
A 200 GB hard disk has capacity for 186 GiB of data
International standard date notation is YYYY-MM-DD
|