View Single Post
Old 8th August 2012, 10:21   #9  |  Link
div007
Registered User
 
Join Date: Jul 2012
Posts: 37
Dear MP3DOM/ALL,

Hello, Good News, Thanks a lot.

Yes, the logic works as recommended above.

Have come to an extent, where I am able to get selected audio of Feature, after completion from special feature. The commands are given below.

Feature Movie object:

Move(GPR)Feature_Audio[ID:207] (GPR)BONUS_TRACK[ID:1]
Set Audio Stream(GPR) Feature_Audio[ID:207]


Special Feature Movie Object:

Move(GPR)Feature_Audio[ID:1] (PSR)Primary Audio[ID:1]
Move(GPR)BONUS_TRACK[ID:207] (GPR) Feature_Audio [ID:1]
PLAYPL_SPECIAL FEATURE
Call Title Feature [ID:02]


The above commands works fine once I select the required audio from Feature and playback special feature with single track (default English audio) but start from the beginning of the movie.

The Issue is, if resume command are added for Titles Resume between Feature & Special Feature (given below is the commands), the feature Title get resume after playback of Spl Feature but audio is by default English in Feature.

Move(GPR)Feature_Audio[ID:1] (PSR)Primary Audio[ID:1]
Move(GPR)BONUS_TRACK[ID:207] (GPR) Feature_Audio [ID:1]
PLAYPL_SPECIAL FEATURE
if((GPR)Resume!=0) Resume
if((GPR)Title=1) Call Top Menu

Call Title Feature [ID:02]



Need Resume should work with my initial selected audio from Feature.

Please experts need your help, please guide me.

Last edited by div007; 8th August 2012 at 10:25.
div007 is offline   Reply With Quote