mpRating
Posted: Tue Feb 21, 2012 4:48 pm
				
				How do I access the rating of a movie within a script?
			Forum of program "Wild media server (UPnP, DLNA, HTTP)
http://www.wildmediaserver.com/forum/
For examplehepple wrote:How do I access the rating of a movie within a script?
Code: Select all
begin
  if WmsCurrentMediaListItem <> nil then
    ShowMessage(WmsCurrentMediaListItem.Properties[mpiRating])                                 
end.