>From: Andy Polyakov <[EMAIL PROTECTED]>
>--- ./mkisofs/joliet.c Tue Nov 19 18:11:24 2002
>***************
>*** 1051,1056 ****
>--- 1051,1099 ----
> if (strcmp(lpnt, "..") == 0)
> return 1;
>
>+ #ifdef DVD_VIDEO
>+ /*
>+ * There're rumors claiming that some players assume VIDEO_TS.IFO
>+ * to be the first file in VIDEO_TS catalog. Well, it's basically
>+ * the only file player has to actually look for, as the whole
>+ * video content can be "rolled down" from this file alone.
>+ * <[EMAIL PROTECTED]>
>+ */
>+ #if 0
>+ if (dvd_video) {
>+ if (!strcasecmp (lpnt,"VIDEO_TS.IFO")) return 1;
>+ if (!strcasecmp (rpnt,"VIDEO_TS.IFO")) return -1;
>+ }
>+ #else
>+ /*
>+ * What the hell... Why not take a step further and sort the list
>+ * according to the disc layout? I.e. ????.IFO followed by
>+ * corresponding .VOBs and finally .BUP. At the very least
>+ * directories on discs produced by SONY apparently are sorted
>+ * just like this...
>+ */
I believe that any drive that likes to find more than VIDEO_TS.IFO through
UDF will have a more or less complete UDF implementation. For this reason,
it seems to be sufficient to make VIDEO_TS.IFO the first entry in VIDEO_TS/
J�rg
EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
[EMAIL PROTECTED] (uni) If you don't have iso-8859-1
[EMAIL PROTECTED] (work) chars I am J"org Schilling
URL: http://www.fokus.gmd.de/usr/schilling ftp://ftp.fokus.gmd.de/pub/unix
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]