Search found 409 matches

by Alexey Kolesnikov
Sat Dec 09, 2023 6:40 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Blu-Disc Studio beta versions
Replies: 169
Views: 265336

Re: Blu-Disc Studio beta versions

4.6.2.2119:
+ Added Delete/Clear action to the context menu of the Properties window.
by Alexey Kolesnikov
Sun Dec 03, 2023 1:00 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Blu-Disc Studio beta versions
Replies: 169
Views: 265336

Re: Blu-Disc Studio beta versions

4.6.2.2118:
+ Added ability to specify state for the "Copy to..." → "Copy as static".
+ Log colorized.
+ Bugfixes.
by Alexey Kolesnikov
Sat Dec 02, 2023 9:53 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Blu-Disc Studio beta versions
Replies: 169
Views: 265336

Re: Blu-Disc Studio beta versions

4.6.1.2116:
+ Added drag'n'drop from file explorer.
+ Added "Project properties" → Streams → "Allow last chapter at last frame".
+ Subtitles 32-bit renderer fixed.
by Alexey Kolesnikov
Wed Nov 29, 2023 4:58 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Sound Up Sound Down
Replies: 7
Views: 3187

Re: Sound Up Sound Down

manager.getPlaybackRate() just returns the current playback rate. It does not say which button was pressed. There is no function that says which button was pressed. But you can assign an action for the "Next track" and "Prev track" in the "Remote controls buttons" section of each menu/popup/movie/pl...
by Alexey Kolesnikov
Mon Nov 27, 2023 5:19 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Loading in javascript code
Replies: 6
Views: 3668

Re: Loading in javascript code

I added delay for the loading stages in the JAR settings in the latest beta.
by Alexey Kolesnikov
Mon Nov 27, 2023 5:17 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Sound Up Sound Down
Replies: 7
Views: 3187

Re: Sound Up Sound Down

I added functions manager.getLevel() and manager.getDB().
So now you can use

Code: Select all

if (manager.getLevel() == 1.0f) {
  manager.moveToXY("F:PM_****.***", ***, ***);
}
by Alexey Kolesnikov
Sun Nov 26, 2023 9:05 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Sound Up Sound Down
Replies: 7
Views: 3187

Re: Sound Up Sound Down

well... to use Java you need to learn Java :)

This is a function that sets the value:
manager.setLevel(1.0f);

But you right - I need to add getLevel() and getDB() to get values. Will add in the next beta.
by Alexey Kolesnikov
Sun Nov 26, 2023 7:11 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Loading in javascript code
Replies: 6
Views: 3668

Re: Loading in javascript code

Hi,

Well... currently not, but I can add a delay for loading stages.