Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

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

@janw

Description

@janw

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions