Thanks for all your work on the app. Ever since Auto Advance was built into the desktop app I’ve been using it every day and find it an invaluable addition to Anki.
It would be nice, however, if there was some kind of toggle to have Auto Advance on by default. It’s not a huge deal, but it’s a little tedious having to turn Auto Advance every time you open a deck, or come back to Anki after using a different application. Alternatively, having Anki remember your last selection might be a good option.
I did find a similar post by @RiceInRicin from a few months ago (“(AnkiMobile) Option to have Auto Advance Enabled by default”), however, their post was about AnkiMobile rather than the desktop app, so I thought I would add my voice in support of adding this feature to the desktop app.
Would also like to see this. It’s the only thing stopping me from replacing the Speed Focus addon with the official auto advance feature. Needing to enable auto advance every time is quite an annoyance.
I was thinking the same, if it is not planned to be officially incorporated I think I will develop an add-on. For now I have only developed a function to auto stop Auto Advance. (because I want to auto-stop when review is interrupted by my add-on)
If your cards have auto-playing audio, then the javascript auto-advance will cut off currently playing audio when the timer finishes.
You’d need to turn off audio auto-play in the deck options and instead implement audio auto-play in javascript so that the auto-advance javascript would have access to the audio playing state and be able to wait for audio playing to end before advancing.