kelciour / movies2anki

Convert movies with subtitles to watch them with Anki. Inspired by subs2srs
GNU Affero General Public License v3.0
302 stars 28 forks source link

Can not export audio #17

Closed hxse closed 3 years ago

hxse commented 3 years ago

When i export .apkg file on win10, the .mp3 is not exported, but img is Normal export. What's going on here?

hxse commented 3 years ago

[sound:] tag written into the HTLM instead of the field. The reason may be this.

hxse commented 3 years ago

Change [sound:{{Audio}}] to {{Audio}} in html template. Regular batch replacement .* to [sound:$1] in Audio card field. Problem solved but I still want to solve it from the plug-in itself.

kelciour commented 3 years ago

The add-on doesn't generate audio by default. If you look in the collection.media folder, there will be only pictures.

https://docs.ankiweb.net/files.html#file-locations

To generate audio, Tools - Generate Mobile Cards could be used.

Some time later there probably will be an option to generate audio at the same time with pictures.

hxse commented 3 years ago

How do I specify the target deck for "Generate Mobile Cards Tool".