Jason Tackaberry wrote:
>
> It's attached here. Applies against mmpython cvs head, but it's easily
> backported.
> - 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?
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. I switched to lsdvd because
there was a bug I couldn't find, but I found it about a year ago, so
no reason why we still need lsdvd.
Dischi
--
C makes it easy for you to shoot yourself in the foot. C++ makes that
harder, but when you do, it blows away your whole leg.
-- Bjarne Stroustrup
pgppbMpOjPdgq.pgp
Description: PGP signature
