-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Exported cards' images and audio not synced in Ankidroid #6
Comments
I was able to reproduce this on my smartphone and my tablet. Also did some investigation to see if this is anki related and came up with two findings:
Not being familiar with the code, maybe these are totally useless :) |
Yeah, this to me seems like AnkiDroid territory. The moment "export" is pressed, the image and audio file are stored in the AnkiDroid collection.media folder and the API is called to add the card to the user's database. Shouldn't be an issue within this project, and seeing as Check Media solves it, seems to be all nominal. Thanks for your report and for reproducing the issue, I'll add your workaround somewhere in documentation. |
I want to make a FAQ later onwards, but for now I've put a relevant line about Check Media under the |
This is an old issue, but I have changed the way files are exported to the media collection in 0.23.2, I believe AnkiDroid should now be aware of media files as they are imported into the collection, where beforehand I moved the files via the file system and didn't use their API. This means users probably no longer need to This also addresses an issue where users using SD cards for their AnkiDroid directory could not export files to the app, and removes the option to set the AnkiDroid directory (as the application is now aware of where it is without the user having to set it). |
Here is an issue l just ran into.
How to reproduce:
Steps:
A workaround is to run "Check Media" in ankidroid before syncing. After this, the image and audio are synced just fine.
The text was updated successfully, but these errors were encountered: