To resume or not to resume - that is the question

DvdReMake Discuss, To resume or not to resume - that is the question at Movie copy software forum; I've set the resume command in a DVD using a link instruction for the resume buttons in the Special Features and Language menus. That works perfectly with one annoying exception. If I happen to go directly to either of the relevant menus and use the resume button without first playing

Old Posted: 12-01-2010
default_avatar
hubchy (MyCE Rookie)
Posts: 33
  • Find More Posts by hubchy
I've set the resume command in a DVD using a link instruction for the resume buttons in the Special Features and Language menus. That works perfectly with one annoying exception. If I happen to go directly to either of the relevant menus and use the resume button without first playing any program chain, I end up with a 'no resume information saved' error message. The logical resolution is to have if-else commands in some form. This would cover both possible situations. 1. IF a resume button is used AND a program chain has been played THEN resume that program OR

2. if a resume button is used AND no program chain has been played THEN return to the root menu. I've tried various commands but I can't find anything that works consistently.

I have uploaded a mini version of the item concerned. All navigation and menus are intact. I have removed most chapters to keep the file small. The link for the file is:

http://www.4shared.com/file/194814694/a4edb403/K_Of_D_minisample.html
default_avatar
Today (MyCE Staff)
Posts: 15,596
Old Posted: 26-01-2010
toaddub (MyCE Resident)
Posts: 829
  • Find More Posts by toaddub
Your zip file is corrupt. Can't extract them.

Your if-else logic is correct. It requires the use of an unused register and is a matter of placing them in the right place, most probably at the root menu.
Old Posted: 26-01-2010
default_avatar
CDuncle (MyCE Resident)
Posts: 1,069
  • Find More Posts by CDuncle
I am afraid that the button command is working the way it suppose to. "Resume" command by definition, will go to the place last call was made from. So, if there is no last "Call" (no title play) than command will generate an error. You can give that button "Link Tail PGC" command and from there you can direct it as you desire, with IF, THAN, OR instructions, using your R(4) = 1 Title condition.
I had no problem with your download.
Old Posted: 26-01-2010
toaddub (MyCE Resident)
Posts: 829
  • Find More Posts by toaddub
Hmm, I downloaded it 3 times already. Just can't extract them with Winzip or 7-zip.

Try CDuncle's suggestion as he can view your files.
Old Posted: 26-01-2010
default_avatar
CDuncle (MyCE Resident)
Posts: 1,069
  • Find More Posts by CDuncle
Hi toaddub
I have WinXP-SP3 and WinZip 12. No problem on first try.
Old Posted: 28-01-2010
default_avatar
hubchy (MyCE Rookie)
Posts: 33
  • Find More Posts by hubchy
I found that my upload was corrupt - at least for me (and Toaddub) - my apologies. I have rezipped and reuploaded the files and they are OK now. The link to the new zip is:

http://www.4shared.com/file/20950247...ample_new.html

Here's hoping that Toaddub will now be able to have a look and provide some wisdom.
Old Posted: 30-01-2010
toaddub (MyCE Resident)
Posts: 829
  • Find More Posts by toaddub
Here's what you do to get resume working.

1. Create a menu PGC 5.
2. Add the following pre-commands in menu PGC 5:
Code:
1. if (R[2] == 1) Resume
2. Jump VTS Title 1
3. Insert pre-command R[2]=1 to set resume status at the movie PGC.
4. Insert post-command R[2]=0 to reset resume status at the movie PGC.
5. Change Resume film button command to "Link PGC 5"

That should do it.
WIN your own LG N2B1 NAS with 2TB of Storage!*

To win, tell us why you want to win and tell ,or show us (graphic, video, etc.) why you think Life's Good with LG NAS.
*US only  Not registered yet? Register now!

Hello guest,
default
To benefit from all extra features you need to log in or sign up.

Search this Thread

New Posts

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

People who found this also searched for

  • dvd commands call & resume
  • edit tail pgc dvdremake
All times are GMT +2. The time now is 06:18.
Top