ncc1701d
15th February 2002, 00:56
Hm.. i asked about this earlier but can't find my letter ;)
well.. when ticking i-author and dvd chapters, the scripts generated are faulty.
the chapters point to the one chapter being played. so if i select
next chapter on my dvd it jumps to the beginning of the chapter i play.
this is a snip of how it looks:
STARTLIST "MC_1"
PLAYLIST "MC_1"
PREVIOUS "MC_1"
NEXT "MC_1" <----------------- wrong
RETURN "end"
PLAYTIME 0
WAIT 0
AUTOWAIT 0
PLAY AVSEQ01
ENDPLAYLIST
When it should be:
STARTLIST "MC_1"
PLAYLIST "MC_1"
PREVIOUS "MC_1"
NEXT "MC_2" <---------------- this makes next chapter work
RETURN "end"
PLAYTIME 0
WAIT 0
AUTOWAIT 0
PLAY AVSEQ01
ENDPLAYLIST
well.. when ticking i-author and dvd chapters, the scripts generated are faulty.
the chapters point to the one chapter being played. so if i select
next chapter on my dvd it jumps to the beginning of the chapter i play.
this is a snip of how it looks:
STARTLIST "MC_1"
PLAYLIST "MC_1"
PREVIOUS "MC_1"
NEXT "MC_1" <----------------- wrong
RETURN "end"
PLAYTIME 0
WAIT 0
AUTOWAIT 0
PLAY AVSEQ01
ENDPLAYLIST
When it should be:
STARTLIST "MC_1"
PLAYLIST "MC_1"
PREVIOUS "MC_1"
NEXT "MC_2" <---------------- this makes next chapter work
RETURN "end"
PLAYTIME 0
WAIT 0
AUTOWAIT 0
PLAY AVSEQ01
ENDPLAYLIST