Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to execute post-processing command after acquiring an episode #205

Open
janw opened this issue Nov 27, 2024 · 0 comments
Open

Comments

@janw
Copy link
Owner

janw commented Nov 27, 2024

This could be implemented as an --exec argument or as a config file entry, and might be useful to e.g. convert downloaded episodes to another, preferred, audio format using FFmpeg:

--exec ffmpeg -i {filename} -c:a mp3 -b:a 64k -ac 1 mono.flac {basename}_mono.mp3

Parsing of the option should follow popular tools with similar functionality, such as find.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant