[EMAIL PROTECTED] wrote:
> Hi all.
> I am adding some features to the matroska parser of mmpython, notably the
> chapters list. I am now able to get chapter name and position, but how to
> set it into the MEDIAINFO interface ?
> I try to look in the DVD files, but chapter usage thru mmpython is
So I should remove it from the mmpython and leave it in Freevo (since
audioitem.py does convert it into an int to do the sort properly. )
Aubin
On Wed, Sep 15, 2004 at 11:13:17PM +0200, Dirk Meyer wrote:
> Aubin Paul wrote:
> >> > For sorting, we can add a zero - and we do in freevo itself - , bu
Aubin Paul wrote:
>> > For sorting, we can add a zero - and we do in freevo itself - , but
>> > I don't know if we should be changing what is reported.
>>
>> IIRC it was also for the gui to display. When all track numbers have
>> two digests, I may look better. But maybe I also wrote it becuase of
On Tue, Sep 14, 2004 at 05:00:48PM +0200, Dirk Meyer wrote:
> First of all, I guess 1-8 is a bug, 1-9 sounds better to me. Second: I
> don't see any 0 adding in the ocde, but IIRC that's what it should
> do.
I fixed it in CVS; but actually, I sent you my copy rather than the
other one which does
Aubin Paul wrote:
> What is the purpose of this (from mediainfo.py)
>
> def correct_data(self):
> """
> correct trackof to be two digest
> """
> if self['trackof']:
> try:
> if int(self['trackno']) < 9:
> self['trac
--- Dirk Meyer <[EMAIL PROTECTED]> wrote:
> Make sure you have
> a) installed libread and libcss for most dvds
> b) you installed mmpython after installing the libs
> so you have ifoparser.so in disc. Or run ./compile >
inside the mmpython dir
Ah, problem solved. I downloaded the mmpython packag
Tom Chance wrote:
import mmpython
dvd = mmpython.parse('/dev/dvd')
print dvd
>
> type: CD
> subtype: data
> url: file:///dev/dvd
> id: 2004020614261100BBC_SUN_OPEN_ALL_HOURS
> label: BBC_SUN_OPEN_ALL_HOURS
> Track list:
>
>
> That's a little mo
Aubin Paul wrote:
> How can I get mmpython to cache entries into CACHEDIR/mmpython when
> I'm not in Freevo. I want musicsqlimport.py to add the entries since
> it's parsing them anyway... the only references I could find were in
> src/directory.py, but I'm not clear on how they work.
First you ne