Roald de Wit - 2005-04-10

Logged In: YES
user_id=420010

A bit of investigation showes me that changing line 75 of
oggvorbis.py solves the problem for me:

old:
seconds = seconds +
atoi(round(atof(splitted[intCounter][:-1])))
new
seconds = seconds + atoi(splitted[intCounter][:-1])

Dunno if it will break other things...

Sorry for the dup btw. Just saw this bug is duplicate of
#1029630