lightpohl / podcast-dl

A humble CLI for downloading and archiving podcasts.
MIT License
378 stars 27 forks source link

Support ffmpeg for more file types #57

Closed mchill closed 11 months ago

mchill commented 11 months ago

CLI options that use ffmpeg currently aren't allowed to run for non-mp3 files because of this check. ID3 tags are supported by other file types, so it would be nice to widen that restriction to include a few other common file types found in podcast feeds.

I tested it out locally with a few .m4a files, and writing metadata works fine. I can make the change if you're okay with it.

lightpohl commented 11 months ago

Thank you for taking a look!

I would be more than happy to accept a PR for it!

lightpohl commented 11 months ago

Thanks again! Your work is available in v9.1.0. 💪