- Anki-ogg-2-mp3 converter is a simple script that automatically converts .ogg media files to .mp3 in the Anki collection.media folder, so that the audio is playable on iOS devices.
- Since Anki stores all of its media files in one folder, you only need to specify the collection.media folder once, and it will convert all ogg files from all decks. Then you can replace the names using anki's built in regex.
- Converts files on startup and once more when Anki closes for low memory overhead.
- Download
convert-ogg-mp3.exe
from the Releases page. - Simply drag and drop the .exe into
Anki's main folder
(where anki.exe is).
The file hierarchy should look like something this π
C:\Program Files\Users\ExampleUser\AppData\Local\Programs\
βββ Anki
βββ convert-ogg-mp3.exe
βββ lib
βββ anki.exe
βββ ...more anki files
- Right click
convert-ogg-mp3.exe
, clickCreate a Shortcut
, and put the shorcut wherever you want. - Click the shortcut, and a terminal window should prompt you for your
collection.media folder
. It is usually located insideC:\Users\Exampleuser\AppData\Roaming\Anki2\User 1\collection.media
- Copy the path as is, and paste it into the terminal.
The shortcut will now start up Anki and convert all .ogg files to .mp3.
You need to replace .ogg file names to .mp3 in Anki, so first go to the deck you would like to convert.
- On the top left, click on
Notes
->Find and Replace
/ or pressCtrl + Alt + F
. - In the
Find
box type ->.ogg
& in theReplace With
box type ->.mp3
Sync the changes, and now your cards audio should be playable on IOS.