Search found 410 matches

by Alexey Kolesnikov
Wed Aug 16, 2023 7:31 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: BUG: bookmark freezes in "dynamic load" mode
Replies: 1
Views: 4268

Re: BUG: bookmark freezes in "dynamic load" mode

"Dynamic mode" is dangerous thing :)
Something may not work. It is mainly intended for simple discs with big graphics (multimedia discs).
I would not recommend using it. Why do you need it?
by Alexey Kolesnikov
Mon Aug 14, 2023 7:16 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Resume Menu with a Copyright Notice
Replies: 14
Views: 9607

Re: Resume Menu with a Copyright Notice

For example, you can use GPR[1]. In that case you should convert all "Play MOVIE" commands into Multi-Actions (just select Multi-Action - it will add existing command into it). And in that multi-action add "Settings and properties" -> "Set GPR/parameter". Specify GPR[1] and use, for example, value "...
by Alexey Kolesnikov
Sun Aug 13, 2023 5:57 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: 266652

Re: Blu-Disc Studio beta versions

4.6.0.2078:
+ New object window font initialization issue fixed
+ Custom playlist naming changed
+ Matrix and Arrows ignored scale effect
+ Now using UTF-8 icons instead of notice/warning/error texts
by Alexey Kolesnikov
Thu Aug 10, 2023 6:46 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Resume Menu with a Copyright Notice
Replies: 14
Views: 9607

Re: Resume Menu with a Copyright Notice

You should check your command on "Yes" button in the "Resume" menu. If it similar to what you have on a screenshot - yes, it will start the first movie where resume is possible. To avoid this you should store the last started movie in the GPR or user parameter (variable) and check it in the "Resume"...
by Alexey Kolesnikov
Wed Aug 09, 2023 7:01 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Resume Menu with a Copyright Notice
Replies: 14
Views: 9607

Re: Resume Menu with a Copyright Notice

Hello Alan, Well... there are several ways to do it. Your approach is fine enough. Alternatively you can do it in the next way: - you can use HasDataInStorage in SWITCH to check if something was already written to the storage - it just checks for the settings file in the storage - you can set "Proje...
by Alexey Kolesnikov
Sat Aug 05, 2023 6:13 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: 266652

Re: Blu-Disc Studio beta versions

4.6.0.2077: + None action for the menu playlist + Fixed script and Switch/MA colors + Changed Switch/MA shortcuts (see help) + Fixed matrix buffer and buttons flashing + Fixed docker window minimum size + Fixed dark theme undocked windows init + Fixed minimum values + Fixed recent menu re-init for t...
by Alexey Kolesnikov
Sat Jul 22, 2023 7:05 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: 266652

Re: Blu-Disc Studio beta versions

4.6.0.2076:
+ isPIPFSon/isPIPFSoff fixed.
+ Added ability to use custom playlist in menus (enable this feature in program options).
by Alexey Kolesnikov
Wed Jul 19, 2023 10:25 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Fullscreen video pip does not revert to original size
Replies: 3
Views: 5022

Re: Fullscreen video pip does not revert to original size

Yep, it takes data from PSR, but it does not work. Will fix in the latest beta.
by Alexey Kolesnikov
Thu Jul 13, 2023 6:54 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Bookmark indicator does not appear
Replies: 7
Views: 5444

Re: Bookmark indicator does not appear

Hello, As far as I can see you should use >= instead of == in all "if (nrBookmarks ...)" conditions except the latest one. I will ask Theo to take a look. Theoretically this code can be simplified public void UDF_UpdateTimeline() { // On open = identical to ActionEverySecond // THE FOLLOWING SECTION...