chbrown / overdrive

Bash script to download mp3s from the OverDrive audiobook service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linux support

mlybarger opened this issue · comments

i'm on linux and trying this out. i got some odm files from the library, and tried to download the mp3. it seems i'm getting an empty .metadata file. the error is:

.odm.metadata:1: parser error : Document is empty

i see a .metadata file, but it's indeed empty. any ideas or helps on what to try?

Delete the metadata file, and retry with --verbose flag. You might be missing some prereq.

Assuming that this was due to missing a prereq. Latest commits should make that more clear (9e539ce), and avoid having to manually delete the empty file (ab1dfcc). Please reopen if I assume wrong.

thanks. i pulled the latest, removed the metadata file and it works!