Parse error on movies that have no user rating
yet.
Patch for version 0.1.2:
aviIMDB.java: change line 492 - 493 to:
try
{
new Float( RATING );
VOTES = sTemp.substring
(sTemp.indexOf ("(") + 1, sTemp.indexOf ("
votes"));
} catch( NumberFormatException e ) {
RATING = "";
VOTES = "";
}
Anyway, like your tool. Keep up the good work!