Hey guys, I have a question about DVD-Lab Pro (I'm using 2.18). I started out making a single VTS project that had:

1 Root (Main) Menu with links to Setup (VM Command), Play All, Episode Selection, and Extras
4 Setup Menus + a VM Command block for the Setups a la this example
3 Episode Selection Menus
1 Multi-PGM Title with 8 segments (each Epi. Sel. menu links to one of these)
--1 Angle, 2 Audio, 1 Subtitle
5 Extra Movie Titles
--1 Angle, 1 Audio, 0 Subtitle
2 Extras Menus

It works fine, but when compiled, the Extra movie titles have options for enabling the subtitles (which it doesn't have) and switching the audio (which it should never do). Even worse, when the audio is switched from the Setup menu, it switches the audio for the Extras as well producing no sound (which makes sense -- same VTS, same global variables).

I was trying to figure out how to fix this, I hit upon 2 solutions:
(1) Convert it to a Multi-VTS Project (one for the Main Movie, another for the Extras)
(2) Figure out the VM Commands/UOP settings to never change audio/subtitles while playing any Extra titles

I tried to go with (1) since it would produce a less spaghetti-coded version, and tried changing my VTS Main Menu into a VMG Menu with links to Play All, Select Episode (VTS1 Root), Setup (???VTS1 VM Command Block??), Extras(VTS2 Root). As you can see, I have a problem right now with this solution involving the Setup. I tried to use a bridge from the VMG menu to the VM Command Block (or any VTS menu for that matter) but it would only redirect to the VTS1 ROOT. This info from DVD-Replica leads me to believe that you can link from a VMG menu to a "Audio Menu of a VTS" but when I looked it up in the DVD-Lab manual it says JumpSS can only jump to First Play, Title, Root, and Subpicture Menus. Even if it does possibly link to a Audio Menu, I don't really know how to set my Setup Menu/VM Command Block to be an Audio Menu so it'd give a dead link.

So I was wondering if anyone had any suggestions/solutions to this problem or maybe an easier solution for the single VTS Project involving VM Commands/UOP settings. Any help would be appreciated!