emk/subtitles-rs

Trouble with using mp3 files

michaelsking1993 opened this issue · 1 comments

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

@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!