emk / subtitles-rs

Use SRT subtitle files to study foreign languages (in progress)
Apache License 2.0
303 stars 34 forks source link

Trouble with using mp3 files #6

Closed michaelsking1993 closed 7 years ago

michaelsking1993 commented 7 years ago

I’m getting the following error with mp3 files on substudy:

$ substudy export csv Traicionera.mp3 Traicionera_subtitles.en.srt Traicionera_subtitles.es.srt
MissingFieldError("tags")

There might need to be some flags or “tags” to process the .mp3?

emk commented 7 years ago

@michaelsking1993 This should be fixed in substudy v0.4.1-pre.1, available by running cargo install --vers 0.4.1-pre.1 substudy. Please let me know if this works!