chbrown / overdrive

Bash script to download mp3s from the OverDrive audiobook service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace post-processor with FFMPEG

lincalinca opened this issue · comments

You don't need to use mutagen for tagging, FFMPEG will work just fine using the -metadata command.

It's all spelled out pretty well in this guide: https://gist.github.com/eyecatchup/0757b3d8b989fe433979db2ea7d95a01
(note: not the official user guide, but arguably better written than the official docs on this specific topic).

Cool, thanks for the info and the pointer to that helpful-looking guide :)