Claude Heiland-Allen | 8 May 2012 17:39

Re: dvd with menu should auto start play first titleset when disc inserted

Hi Gabor,

On 08/05/12 15:46, Gabor Forgacs wrote:
> I tried the " jump vmgm menu entry title;" but no luck. The disc loads the
> menu but does
> not start to playback the titleset 1 title.
>
> Regards,Gabor
>
> On Mon, May 7, 2012 at 11:07 PM, Elio Blanca<
> eblanca76@...>  wrote:
>
>>
>>
>> Il 07/05/2012 17:51, Gabor Forgacs ha scritto:
>>> <fpc>  jump titleset 1 title 1;</fpc>
>>
>> In my discs I usually put:
>>
>>        <fpc>
>>        {
>>          [basic settings...]
>>          jump vmgm menu entry title;
>>        }
>>        </fpc>
>>
>> and it works fine.
>> Try this.
>> Elio

 From memory, the technique I used is to set a register in the <fpc> to 
signal "autoplay" and jump to the menu (like "{ g0 = 1; jump ... }"), 
then test the register in the menu <pre> and if it says "autoplay" then 
jump to the title (like "if (g0 == 1) { jump ... }"), and the title 
<pre> clears the register (like "g0 = 0;") so it doesn't keep 
autoplaying over and over.  Sorry for not posting a complete example, 
but I don't have one ready - some of the "jump" might need to be "call".

Thanks,

Claude

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

Gmane