Correction on javadoc for method getMediaFileInfo in MediaManager (playCount count missing)
/**
* Returns the information associated with the specified media file (song or movie). For a song
* the ArrayList will have name, durationInSeconds, artists, genre, playCount, album; for a movie the
* ArrayList will have name, durationInSeconds, artists, genre, playCount, resolution, and rating.
* @param mediaFileName
* @return ArrayList with information or null (if mediaFileName not found).
*/
public ArrayList getMediaFileInfo(String mediaFileName);