Posts: 574
Joined: Jan 2021
Reputation:
8
Maybe just stop the automated scrolling once the user interacted with the playlist. Then show an additional button to allow for a manual restart of scrolling to and focusing on the currently playing item. This button could be shown on the bottom left of the playlist pane. But wait, there is already sometimes this strange Party Mode switch. So, once again not a good idea. Sorry! Maybe it’s too late and too warm and I should go to bed?
Posts: 1,515
Joined: Mar 2018
Reputation:
34
Yep. Currently I just disabled auto-scroll once a user dragged the list. And auto-scroll is enabled again when switching the playlist to another mode and back again. But maybe it is really better to just enable auto-scroll after a timer, like user did not drag the list for 30 seconds.
Posts: 574
Joined: Jan 2021
Reputation:
8
Yes, I agree, a timer would be the best solution imho. Maybe even a shorter time period would be sufficient, ten seconds or so?
Would be great to see this in one of the next versions. Thanks!
Posts: 574
Joined: Jan 2021
Reputation:
8
I also recognized this behavior, but never thought about it as an error, since the progress bar always comes back immediately.
Posts: 1,515
Joined: Mar 2018
Reputation:
34
Thanks, the video made it clear. This is caused by always starting with a clean slate when a cell is re-used. I changed this now to show the bar in the re-use case, if the cell index matches the current playing playlist item. This works, but this needs some observation for side effects.