Search found 5 matches

by deklerkt
Thu Jul 13, 2023 11:04 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Bookmark indicator does not appear
Replies: 7
Views: 5329

Re: Bookmark indicator does not appear

No there is not. But in the same way there are two text fields to show the timing of the movie and the bookmarks, you can add similar code to a new textfield and fill it with other info. The information on audio and subtitle can be retrieved using the functions getAudioID and getSubID. However these...
by deklerkt
Thu Jul 13, 2023 4:41 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Bookmark indicator does not appear
Replies: 7
Views: 5329

Re: Bookmark indicator does not appear

I copied it down but there are no video files for menus or movies so I need to improvise there. But... a main mistake also pointed out by Alexey, is that UpdateTimeline needs to have if (nrBookmarks >= 5){... etc using >= rather than == except for the last one. If you don't do that the code responds...
by deklerkt
Thu Jul 13, 2023 9:24 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: 5329

Re: Bookmark indicator does not appear

Also (reading my own text - haven't touched or used this code for years) the movies (Australia/Coasts) have a green button SWITCH statement explicitly checking for the number of bookmarks. The example sets it to 4, in your case it needs to be set to 9. I cannot see from the info you've given whether...
by deklerkt
Thu Jul 13, 2023 9:17 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: 5329

Re: Bookmark indicator does not appear

There is apparently a new variable UDV_timeFILME that is not part of my original code and must be set somewhere... (I replace it by my own RunningTime = manager.getDurationInSeconds(); in the original code as I'm also running this project with the original menu, Australia and Coasts files - that sho...
by deklerkt
Tue Jul 19, 2022 5:35 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Key differences between EasyBD and Blu-Disc Studio
Replies: 7
Views: 42178

Re: Key differences between EasyBD and Blu-Disc Studio

And a new "your first bluray disc quickly" guide. Just follow steps to make a disc with simple menu and 2 or 3 short movies with optional subtitles. (to be replaced by your own movies of course). But it "makes" a project and once you see the steps, you can dive into the User's Guide to see how thins...