ivanski
4th November 2004, 22:13
Hello !
I would ike to ask how to properly script multiple audio titles in maestro.
I Want to have menu with three buttons coresponding to DTS, AC3 5.1, and AC3 2.0. After pressing this button I want to play the VTS1 with chosen audio format i.e DTS
Than, if I go and play different VTS2, with only one audio and return back to the previously viewed VTS with 3 audio formats, I would like to see it again with already predefined audio format (again DTS).
If I change the audio formt on remote to AC3 5.1 I would like to play VTS1 in this format regardless if I play the whole lot or i go back to chapter menu and choose different track.
I guess it is hard to describe
here are the scripts I am using:
audio menu
..........
button DTS linked to: Move GPRM0=1
button AC3 5.1 linked to: Move GPRM0=2
button AC3 2.0 linked to: Move GPRM0=3
Main menu
..........
button play all linked to : set System stream to Audio1 if GPRM0=1
set System stream to Audio2 if GPRM0=2
set System stream to Audio3 if GPRM0=3
jump to play list of movie1
/////////////
play list of movie1: chpter 1
chapter 2
etc
/////////////
Tk sel menu
............
tk1 button linked to script: set System stream to Audio1 if GPRM0=1
set System stream to Audio2 if GPRM0=2
set System stream to Audio3 if GPRM0=3
jump to chpater1 of movie1
tk2 button linked to script: set System stream to Audio1 if GPRM0=1
set System stream to Audio2 if GPRM0=2
set System stream to Audio3 if GPRM0=3
jump to chpater2 of movie1
etc.
this method works fine for most situations, however if you select audio format lets say DTS play tk2 (it correctly plays with this format) than during the playback switch the format to AC3 and return to chapter menu and again select any of the tracks, it will again play DTS and not AC3.
I know it is a chalenge
regards ivanski
I would ike to ask how to properly script multiple audio titles in maestro.
I Want to have menu with three buttons coresponding to DTS, AC3 5.1, and AC3 2.0. After pressing this button I want to play the VTS1 with chosen audio format i.e DTS
Than, if I go and play different VTS2, with only one audio and return back to the previously viewed VTS with 3 audio formats, I would like to see it again with already predefined audio format (again DTS).
If I change the audio formt on remote to AC3 5.1 I would like to play VTS1 in this format regardless if I play the whole lot or i go back to chapter menu and choose different track.
I guess it is hard to describe
here are the scripts I am using:
audio menu
..........
button DTS linked to: Move GPRM0=1
button AC3 5.1 linked to: Move GPRM0=2
button AC3 2.0 linked to: Move GPRM0=3
Main menu
..........
button play all linked to : set System stream to Audio1 if GPRM0=1
set System stream to Audio2 if GPRM0=2
set System stream to Audio3 if GPRM0=3
jump to play list of movie1
/////////////
play list of movie1: chpter 1
chapter 2
etc
/////////////
Tk sel menu
............
tk1 button linked to script: set System stream to Audio1 if GPRM0=1
set System stream to Audio2 if GPRM0=2
set System stream to Audio3 if GPRM0=3
jump to chpater1 of movie1
tk2 button linked to script: set System stream to Audio1 if GPRM0=1
set System stream to Audio2 if GPRM0=2
set System stream to Audio3 if GPRM0=3
jump to chpater2 of movie1
etc.
this method works fine for most situations, however if you select audio format lets say DTS play tk2 (it correctly plays with this format) than during the playback switch the format to AC3 and return to chapter menu and again select any of the tracks, it will again play DTS and not AC3.
I know it is a chalenge
regards ivanski