This add-on allows a sound of your choice to be played during card reviews based on the presence of a tag. It specifically is helpful if you want to have a small “ding” or “chime” noise play for problematic cards, in order to notify you that this card requires some extra attention. This addon can handle adding as many different tags and sounds as you like.
Just like you can “mark” a card to have a small star show on the card, or can “flag” a card to show a small flag on the card, which can both be helpful visual notifications to on the card. This addon allows you to add a helpful audio/sound notification on cards.
This addon does require a little bit of set up to get to work.
Let’s say you want two different “chime” or “ding” sounds, one to play for “marked cards” and the other to play for “leech cards.”
First, you have to find or create the sounds you want to play. They should be saved as two audio files. You need to prepend the file name with an underscore ”_”. You should call the first audio file “_marked.mp3” and the second file “_leech.mp3”. (Assuming you are creating .mp3 files, as opposed to other types of audio files).
Second, you need to add these audio files to your Anki “collection.media” folder.
Then when you do your anki study reviews, every time a marked or leech card comes up, those respective audio files will play.
You can add additional tags to play additional sounds, such as having “_othersound.mp3” play on any card that has an “othersound” tag.
The addon already has the following mapping pre-set up: —The leech tag looks for “_leech.mp3” —The marked tag looks for “_marked.mp3” —The othersound tag looks for “_othersound.mp3”
Sounds and tags are mapped together in the “config.json” file, which can be accessed by going to Tools > Addons > (then finding and double clicking on the “Sound on Tag” addon). You can add, modify, or delete tag/sound mapping in that file.
Special thanks to @abdo and @ANH25 for their great help with this app.
Liên kết hỗ trợ
Reviews (3)
👍 2024-02-22
IT’S GREAT, THANK YOU Could you maybe make this compatible with the Hitmarkers addon? When I use both, I don’t get the Sound on Tag
👍 2023-12-10
Très bon addon mais ne fonctionne pas depuis la 23.10
👍 2021-08-17
It’s not working with this script:
<script>
var elem = document.querySelector(“.soundLink, .replaybutton”);
if (elem != null) {
elem.click();
}
</script>