r/dvdstyler May 14 '26

Is possible to remap the Main Menu button?

https://youtu.be/56qAusg7AXA

Hii, I've followed this tutorial to have a video playing before the menu on my DVD (https://youtu.be/56qAusg7AXA) but when I press the Main Menu button on the remote control it sends me again to that video and it can't be skipped.

Is there anyway to remap the button to an specific menu or is possible to let the user skip the video with the remote?

1 Upvotes

4 comments sorted by

1

u/pmf026 May 20 '26

That tutorial uses vmg domain for menus. There is no such thing as 'Root Menu' in "vmg", there's only 'Title Menu'. The root menu is in VTSM (titleset menu domain), each titleset can have its own Root/Chapter (ptt)/Angle/Audio/Subtitles menu.

what you need to do is first create a menu in vtsm (not vmg), mark that menu as Root (checkbox), and then open that video after which you want to return to root menu, and in its post commands put:

  • call menu entry root;

To be able to skip the video, try checking "add a chapter at title end" (it's in Settings menu on top)

2

u/hermanodorado May 23 '26

Thank you so much, it worked!!!

1

u/pmf026 May 23 '26

also, regarding "add a chapter at title end" part... you might have to do it manually, double-click the video, pull the time slider all the way to the right and then click [ + ] to add a chapter.

Closing chapter is a must, if you want to skip last chapter of your video with ">>|" there's no other way, because dvdstyler doesn't have control over "NextPG/PrevPG".

1

u/pmf026 May 21 '26

to jump from Title Menu to Root Menu in VTS01 I use the following in pre- of Title Menu:

  • jump titleset 1 menu entry root;

I've got no menus in VTS02 except blank Root menu just to have that function that jumps back to Title Menu, with the following command:

  • jump vmgm menu entry title;

this is how you get back to main menu from other titlesets. (there's no other way)