My Panasonic RV-31 and ifoedit says that the output from dvdauthor 0.6.8 has an invalid navigation setting. PowerDVD, and DVDExpress (both PC based software players) have no trouble at all.

I've included the xml file that I fed to dvdauthor below. I have found that if I remove the post commands for the two movies or I change the commands to be exit, then there is no problem except that the players do not return to the menu when finished with the movies.

All I'm trying to do is have one menu that can can jump to different movies. When the movies are finished, the player will return to the menu.

Does anyone know of an XML file that will do the job? I've looked around but have not had any luck. DvdauthorGui uses the exit trick so that is no help either. I've tried many variations on the theme and either get dvdauthor to complain or ifoedit to complain or still stuck with stopping after the movie.

Code:
------------------------------------------------------

<dvdauthor dest="Out">
  <vmgm> 
    <menus> 
      <pgc> 
	<button> jump title 1; </button> 
	<button> jump title 2; </button>
	<button> jump title 2; </button>
        <vob file="menu.mpg" pause="inf"/> 
      </pgc>
    </menus> 
  </vmgm>
  <titleset>
    <menus><pgc><post> jump vmgm menu 1; </post></pgc></menus> 
    <titles> 
      <pgc> 
        <post> call vmgm menu 1; </post> 
	<vob file="movie1.mpg" chapters="0,00:32,01:04"/> 
      </pgc> 
      <pgc> 
        <post> call vmgm menu 1; </post> 
	<vob file="movie1.mpg" chapters="0,00:32,01:04"/> 
      </pgc> 
    </titles> 
  </titleset> 
</dvdauthor