Automatic carousel for Audio Menu and Subtitles!!!

Blu-ray and UHD Authoring
DJBrunoLima
Posts: 33
Joined: Thu Sep 01, 2022 9:53 pm

Automatic carousel for Audio Menu and Subtitles!!!

Post by DJBrunoLima »

Alexey, how are you?

Is it possible to add an automatic carousel to BDS, the same as the one implemented for the "Scenes" Menu for the "Audios" and "Subtitles" Menus?

Below is a video of an example carousel audio menu.
Thank you in advance!

https://drive.google.com/file/d/1lovUQs ... sp=sharing

Alexey Kolesnikov
Posts: 410
Joined: Fri Mar 01, 2013 1:03 pm
Contact:

Re: Automatic carousel for Audio Menu and Subtitles!!!

Post by Alexey Kolesnikov »

Well... There is "Generate carousel" in the right click menu that you can see if you right click on any menu or popup in the Project tree. It generates something similar.
Best regards,
Alexey Kolesnikov

DJBrunoLima
Posts: 33
Joined: Thu Sep 01, 2022 9:53 pm

Re: Automatic carousel for Audio Menu and Subtitles!!!

Post by DJBrunoLima »

Alexey Kolesnikov wrote:
Mon Jan 15, 2024 6:41 am
Well... There is "Generate carousel" in the right click menu that you can see if you right click on any menu or popup in the Project tree. It generates something similar.
So there you have it, I've already done that, but the current marker disappears when I'm on the last button and I'll return to the first one or vice versa when I return to the last one if I leave it activated with current and it disappears, in the video I sent you This doesn't happen on the official Warner menu, I don't know how to get around it.

Alexey Kolesnikov
Posts: 410
Joined: Fri Mar 01, 2013 1:03 pm
Contact:

Re: Automatic carousel for Audio Menu and Subtitles!!!

Post by Alexey Kolesnikov »

Could you please send me your project? Please use File -> Save complete project as...
Best regards,
Alexey Kolesnikov

DJBrunoLima
Posts: 33
Joined: Thu Sep 01, 2022 9:53 pm

Re: Automatic carousel for Audio Menu and Subtitles!!!

Post by DJBrunoLima »

Alexey, I'm creating this type of menu separately from a complete project, and then using the "Merge" option in BDS.
Follow the link to the audio menu project!

https://drive.google.com/file/d/1T6sXHz ... sp=sharing

DJBrunoLima
Posts: 33
Joined: Thu Sep 01, 2022 9:53 pm

Re: Automatic carousel for Audio Menu and Subtitles!!!

Post by DJBrunoLima »

Alexey Kolesnikov wrote:
Sat Jan 20, 2024 4:39 pm
Could you please send me your project? Please use File -> Save complete project as...
Alexey, I'm creating this type of menu separately from a complete project, and then using the "Merge" option in BDS.
Follow the link to the audio menu project!

https://drive.google.com/file/d/1T6sXHz ... sp=sharing

Alexey Kolesnikov
Posts: 410
Joined: Fri Mar 01, 2013 1:03 pm
Contact:

Re: Automatic carousel for Audio Menu and Subtitles!!!

Post by Alexey Kolesnikov »

The problem when you press "right" in the "Menu Audio AudioEng":
- it navigates to the "Menu Audio AudioPor" with enter animation #2
- in this animation you are using "AudioEng 1" for the English audio and its highlight is set to audio 6, not 1 (but English audio track is #1)

There are 2 ways to change this:
1) Use a static circle and move it to the required position manually before each animation (you can have similar issue in all menus, so possibly you will need to do it on every page).
2) Use GPR highlighting for such buttons (available in the latest beta).
Best regards,
Alexey Kolesnikov

DJBrunoLima
Posts: 33
Joined: Thu Sep 01, 2022 9:53 pm

Re: Automatic carousel for Audio Menu and Subtitles!!!

Post by DJBrunoLima »

Alexey Kolesnikov wrote:
Sun Jan 21, 2024 7:46 am
The problem when you press "right" in the "Menu Audio AudioEng":
- it navigates to the "Menu Audio AudioPor" with enter animation #2
- in this animation you are using "AudioEng 1" for the English audio and its highlight is set to audio 6, not 1 (but English audio track is #1)

There are 2 ways to change this:
1) Use a static circle and move it to the required position manually before each animation (you can have similar issue in all menus, so possibly you will need to do it on every page).
2) Use GPR highlighting for such buttons (available in the latest beta).
Alexey, would you have any example of what I could do using GPR with the newest Beta version?
What command would I have to do?

Alexey Kolesnikov
Posts: 410
Joined: Fri Mar 01, 2013 1:03 pm
Contact:

Re: Automatic carousel for Audio Menu and Subtitles!!!

Post by Alexey Kolesnikov »

The latest beta has GPR1..GPR5 in its highlight list (highlight section of the button properties).
So, for the duplicated buttons (with suffix " 1"), instead of assigning not existed audio track numbers (6, 7, 8) you should use the same values as it was (3, 4, 5 for the "Menu Audio AudioEng"), but instead of Audio select GPR1 for "Highlight if...".
Now, after each "Set audio" commands in these menus you should add a script: manager.setGPR(1, manager.getAudioID('Filme'));
(convert to multi action and add this script)
Best regards,
Alexey Kolesnikov

DJBrunoLima
Posts: 33
Joined: Thu Sep 01, 2022 9:53 pm

Re: Automatic carousel for Audio Menu and Subtitles!!!

Post by DJBrunoLima »

Alexey Kolesnikov wrote:
Mon Jan 22, 2024 6:40 am
The latest beta has GPR1..GPR5 in its highlight list (highlight section of the button properties).
So, for the duplicated buttons (with suffix " 1"), instead of assigning not existed audio track numbers (6, 7, 8) you should use the same values as it was (3, 4, 5 for the "Menu Audio AudioEng"), but instead of Audio select GPR1 for "Highlight if...".
Now, after each "Set audio" commands in these menus you should add a script: manager.setGPR(1, manager.getAudioID('Filme'));
(convert to multi action and add this script)
Alexey, would that be it or am I doing it wrong?

https://prnt.sc/MaTlHrzGJfV3

This in the log, what does it refer to?

https://prnt.sc/Lb6JQmO08mYD

Post Reply