View Single Post
Old 07-08-2003   #2 (permalink)
AndyE
Nero Developer
 
Join Date: Jun 2003
Posts: 12
Re: Nero API 6.0.0.0 DVD burning directory order

Hello,


UDF Filesystem do not require directories to be sorted alphabetically. You should thus be able to determine the order in which the FIDs are created in the directory by just specifying them in the correct order within the NERO_ISO_ITEM linked list.

Regards,
andyE


Quote:
Originally posted by CouJo
Hi there,

as some people know I'm writing the ImgTool which uses the NeroAPI to burn DVD Root directories to DVD media. Since version 1.03 of the API it's possible to burn a (almost) standard conform DVD Video. All previous versions of the API had a bug which creates also a Joliet tree if you only choose ISO/UDF. Now this problem has gone... but a new one exists. It's not a real problem but I think this should also be fixed:

If I now create a DVD Video using the API I get the right ISO/UDF bridge filesystem but the directory order in the UDF part of the filesystem is wrong. There comes the VIDEO_TS directory first but the AUDIO_TS directory has to be the first one. In the ISO part the directory order is right...

Just in case someone of Ahead have a look at this forum...

Greets, CouJo!
AndyE is offline   Reply With Quote