-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mp3 files are not being packaged #140
Comments
Replace 'Avoir.mp3' with '[sound:Avoir.mp3]' |
I have been struggling with this kind of issue for several hours. Sometimes it works with "test.mp3," while other times it only works with "[test.mp3]." How can we resolve problems like this? This works in this commit: ![]() but it only works with: ![]() By the way, using brackets like [] makes it look messy. |
Hello! I came across this wonderful project during my language-learning joruney. I gave it a try and it worked just fine until I tried to add .mp3 files to my cards. I was testing the whole thing of creating decks and cards with the help of chat gpt.
This is what shows up when I try to use the deck in AnkiDroid:
This is the folder that contains the python script "createAnkiDeckTest.py":
I created the deck with the .zip extention to check its contents and this is what I found:
The media file only contains a json with the names of the audio files
How can I succesfully package the audio files soo I can use them in my cards in AnkiDroid? Thank you for your time!
This is my code:
The text was updated successfully, but these errors were encountered: