Sorry but i don't speak english so good..
I found a bug in this script
I don't know if it is a bug or you did it to do publicity..
it is that when you sign in it didnt set the prefix and suffix that I configured..it sets "Listening to: " and "(mPSM)"..
the solution that I created is this:
in the declarations:
code:
var prefix;
var suffix;
var icon;
add this function:
code:
function OnEvent_Signin(Email){
prefix= RR("prefix");
suffix= RR("suffix");
icon= RR("icon");
}