quote:
Originally posted by ~*McoreD*~
Just noticed, so glad that this bug is fixed in the version 1.5.0 BETA. Thanks!
However,
quote:
Originally posted by ~*McoreD*~
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
still is a problem
Thanks,
McoreD
Am I missing something... why not just change it in the options window?