yp
March 12th, 2005, 06:45 PM
Hello I am new to this and trying to learn some CCF coding,
Am I correct to say that the following code gets a rating of a currently playing track?? And there a way to get a rating of any track in an album or a playlist???
STATE:LUA:
val = NetRemote.GetVariable('MP.Rating');
if (val == '') then
return 0;
end;
return tonumber(val)>=<LoopIndex>;
Regards
yp
Am I correct to say that the following code gets a rating of a currently playing track?? And there a way to get a rating of any track in an album or a playlist???
STATE:LUA:
val = NetRemote.GetVariable('MP.Rating');
if (val == '') then
return 0;
end;
return tonumber(val)>=<LoopIndex>;
Regards
yp