Hallo group members.

I authored dvd described with the following dvd.xml file:

<dvdauthor>
<vmgm />
<titleset>
<titles>
<pgc>
<vob file="./zakynthos.mpg" />
</pgc>
<pgc>
<vob file="./2006.03.02-1-USA/mergedfiles/nyc.mpg" />
</pgc>
</titles>
</titleset>
</dvdauthor>


prompt$ dvdauthor -o dvd -x dvd.xml

-------- Then burned it with following command:

prompt$ growisofs -Z /dev/dvd -dvd-video dvd/
WARNING: /dev/dvd already carries isofs!
About to execute 'mkisofs -dvd-video dvd/ | builtin_dd of=/dev/dvd obs=32k seek=0'
INFO: UTF-8 character encoding detected by locale settings.
Assuming UTF-8 encoded filenames on source filesystem,
use -input-charset to override.
/dev/dvd: "Current Write Speed" is 4.1x1385KBps.
10.93% done, estimate finish Sun Dec 17 10:54:53 2006
.....
98.22% done, estimate finish Sun Dec 17 10:54:52 2006
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 4096
Path table size(bytes): 42
Max brk space used 0
45824 extents written (89 MB)
builtin_dd: 45824*2KB out @ average 3.9x1385KBps
/dev/dvd: flushing cache
/dev/dvd: writing lead-out
/dev/dvd: reloading tray

-------- Now, when I run xine it plays only first file
-------- (zakynthos.mpg) and does not go to the second: nyc.mpg.

prompt$ xine
This is xine (X11 gui) - a free video player v0.99.4.
(c) 2000-2004 The xine Team.
libdvdread: Using libdvdcss version 1.2.9 for DVD access

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00000121
libdvdread: Elapsed time 0
libdvdread: Found 1 VTS's
libdvdread: Elapsed time 0

-------- mplayer dvd:// does the same.

-------- but when xine is run on dvd structure on my HD (prepared on dvdauthor),
-------- both the files are played one after another.

prompt$ xine ./dvd/VIDEO_TS/

-------- just to make sure that both the mpeg files were burned on dvd, I run following commands:
prompt$ mplayer dvd://1 # plays zakynthos.mpg
prompt$ mplayer dvd://2 # plays nyc.mpg

Have You got idea how to make xine/mplayer automatically play both the mpg files, one after another.

Regards