Would like to create a Playall button from VMGM menu

View: New views
1 Messages — Rating Filter:   Alert me  

Would like to create a Playall button from VMGM menu

by Paul Astrachan-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I create a simple xml config file in a plugin for GBPVR to create DVD's.
Essentially for a two title DVD it looks something like this:

<?xml version="1.0" encoding="utf-8"?>
<dvdauthor dest="C:\Temp1\GBPVRDVD">
<vmgm>
<menus>
<pgc pause="inf">
<button name="title0">jump vmgm title 1;</button>
<button name="page0">jump vmgm menu 2;</button>
<vob file="C:\temp\BurnDVD\menu0.mpg" />
</pgc>
<pgc pause="inf">
<button name="title1">jump vmgm title 2;</button>
<button name="page1">jump vmgm menu 1 ;</button>
<vob file="C:\temp\BurnDVD\menu1.mpg" />
</pgc>
</menus>
</vmgm>
</dvdauthor>


I would like to add a playall button to this config file. Can anyone
suggest the commands I will need to add the playall function?
I am trying not to change a bunch of code so adding titlesets is
possible but not desired.
I have seen a command file that adds a register and then checks this and
jumps to the next title.  Would something like this work within a vmgm menu?
In which case, do I just add a post command, check the variable and then
jump to the next title?


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users