On Fri, 2005-06-10 at 20:31 +0200, Dirk Meyer wrote:
> > - l = data[3].split(':')
> > + l = re.split("[:.]", data[3])
>
> Without checking it, does this also work with older version or do I
> need to add an extra 'if' around it?No need for the conditional. Works fine for both HH:MM:SS and HH:MM:SS.SS formats. > This is a needed patch for mmpython, for the feature I guess I should > enhance the ifoparser in mmpython which does the same as lsdvd without > starting an extra app we need to parse. One less dependency is always good news. :) Cheers, Jason.
signature.asc
Description: This is a digitally signed message part
