Greetings Peter !
Firstly, StageTraxx rocks !
I have imported all my .pdf lyric sheets into ST3 and started to create the time codes to scroll the pages with some frustrating issues.
I have my iPad positioned in the landscape position which only shows about 2/3’s of the page so I would in turn need to scroll down to the last third of the page. Here is what I write for the first time code:
[pdf@01:05: page1.6] - I playback the tune and the page will not move. But the next line:
[pdf@01:35: page2] Will advance to page 2 !

I’ve watched the video on .PDFs many times and the manual…What am I coding incorrectly ?
Help !!! 🙏🏼

The way autoscrolling works with pdf is that when you write page1.6 it will make sure that a small slice 60% down the page will be visible. In your case that area is most likely just barely visible at the bottom of you screen and therefore there will be no scrolling. So the solution for you would be to write page1.7 or page1.8 instead.

You can also cross check by hiding the song list. Now you will most likely see the scrolling at 01:05 as that 60% point of the page will not be visible with this slightly bigger zoom factor.

I know this is a bit awkward but I'm not sure how to do it else. Because users who work with full page height surely only want pagewise scrolling and not to scroll a fraction of a page even if there are scroll command for example for network clients that use full width display. Only modification I can think of right now is to make the slice a bit larger maybe. So for example that when you specify 1.6 the app will make sure that the area between 1.6 and 1.7 is visible.

I played around a bit more with it. The PDF viewer really has some inconsistencies. Depending on the zoom factor of the document it will sometimes scroll to that position even though it is right there in the middle of the screen and sometimes will not scroll at all even though it is at the bottom of the screen. Don't know what Apple intended by that.

Maybe I can find a way to make it more consistent. But for know you will need to play a bit with the page positions until you get the result you need.

Yes, I had/have some of the same results with your tips and suggestions, they provided some decent results.
The inconsistencies make my task of time coding 165 songs daunting at best so I’ll have to put this task aside until there is a quicker and easier way of doing this.
Thanks again Peter !

I will see if I can improve it somehow. I will keep you updated here.

As I needed a fix for a crash bug quickly anyway, I have improved on the autoscroll precision a bit. In my tests it has now been quite reliable. Version 3.5.6 will be available within the next two days.