You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to either bulk download audio for every card in a selected deck or for every selected card in the card browser.
Also, it would be great if I could whitelist some Forvo users so that only audio submitted by them is downloaded because, unfortunately, a lot of people have really shitty mics. I imagine this would be fairly straightforward to implement compared to the main task, which is bulk downloading.
The text was updated successfully, but these errors were encountered:
Ok, my bad, turns out there already exists something like that.
But I get the following error when I click the check mark box next to "Field":
Traceback (most recent call last):
File "C:\Users\Andrew\AppData\Roaming\Anki2\addons21\560814150\AutoForvoTts.py", line 333, in checkAll
row[0].setCheckState(state) # just set all checkmark states equal to the given state:
TypeError: setCheckState(self, state: Qt.CheckState): argument 1 has unexpected type 'int'
I want to be able to either bulk download audio for every card in a selected deck or for every selected card in the card browser.
Also, it would be great if I could whitelist some Forvo users so that only audio submitted by them is downloaded because, unfortunately, a lot of people have really shitty mics. I imagine this would be fairly straightforward to implement compared to the main task, which is bulk downloading.
The text was updated successfully, but these errors were encountered: