#Mochi flashcard -> Anki best way to import

30 messages · Page 1 of 1 (latest)

tired bluff
#

Hello, I have flachcards on an other app called Mochi.
I want to import my mochi cards to Anki.
Each card have :
Sentence (text in chinese),
Translation (text in english),
audio file (generated by Mochi),

I think I can ask the developper to give my a csv or file with all of this,

What is the best way to export that, in order to import them correctly on Anki ?

turbid rampart
tired bluff
#

Thank you !
and for the audio or image files ?

turbid rampart
#

Anki notes only store the paths of the media files in a special syntax. For example, this is how an audio file might look like in the fields of a note.

[sound:0001_Chap1-Sec1_word.ogg]

The audio files themselves are stored in the collection.media folder.

So, i.e. you need to put all the audio files in that folder, and for each line in the csv add an appropriate path to it.

tired bluff
#

@turbid rampart So I need to export all mp3/jpg to a folder, ans in the csv, the link should be directing to the cirresponding file in this folder.

But how can I do that ?

#

because if I export on my computer, then anki must create his own folder ?

#

but how to link correclty all

#

I tried with only text it work perfectly, but mp3 or jpg is a bit complicated

turbid rampart
#
sentence, translation, [sound:file_name.mp3], <img src="file_name.jpg">

That's how a line should look like, in terms of data. I haven't tried this myself so maybe there's more required and that should be explained in the manual.

You don't need to link anything, all you need is the file name in the csv (with Anki syntax) and the file itself in the collection.media folder.

tired bluff
#

Ok thank you !

turbid rampart
#

No problem.

tired bluff
#

And so I need to have the csv file, then a folder with all my files ?

#

on my computer

turbid rampart
#

yes.

tired bluff
#

then import the csv to anki

turbid rampart
#

You can test with dummy data first to see how it goes.

tired bluff
#

Because the thing is, after that, I will export my new anki deck to an other app (Migaku)

#

yes I will try

turbid rampart
tired bluff
#

I will try with this

#

alright

#

the sound and image not showing :

turbid rampart
tired bluff
#

Ok I found the anki2 folder

#

Still don't work, I don't understand why

turbid rampart
#

The collection.media folder is inside the User 1 folder

tired bluff
#

Ok thank you, now the panda image is here, but the sound player doesn't work

turbid rampart
#

Dude, remove the test folder. Don't put any folders inside the collection.media folder. Just put the Panda.mp3 and the image in the collection.media folder and remove "Test/" from the fields in the note editor.

#

I guess I shouldn't have used "path" in my initial replies.

tired bluff
#

It seems to work now ! Thanks
And how the fuck am I supposed to know that ?