Re: new release

Lawrence D'Oliveiro <ldo-kC51rjc0cqs1dNLGKZg6taU/[email protected]> Thu, 17 Nov 2016 16:44:26 +1300
Newsgroups gmane.comp.multimedia.dvdauthor.user
Organization Geek Central
Message-ID <[email protected]>
On Thu, 17 Nov 2016 04:23:07 +0100, Martin Hilpert wrote:

> DVDAuthor has a problem with playlists produced by DVDStyler.
> Choosing the AUTO option for the end of userdefined chapters, one
> gets in dvdauthor.xml
> an empty string for the end of the chapter:
> 
>            <cell start="10:00" end="" chapter="1"/>
> 
> I don't know, if there is any semantics for this in DVDAuthor.
> Anyway, DVDAuthor accepts it without warning, but procduces an
> chaotic output.

I think an empty string would be interpreted as a value of 0.

This would never have worked. Why would DVDStyler be generating such a
thing?

I could put in an error check. Then running the above control file
would fail.

------------------------------------------------------------------------------