audible-cli icon indicating copy to clipboard operation
audible-cli copied to clipboard

audible decrypt skip-rebuild-chapters missing input file in base_cmd

Open CoolJoe72 opened this issue 8 months ago • 1 comments

So it looks like it skips the part where it's supposed to add the input file.

subprocess.CalledProcessError: Command '['ffmpeg', '-v', 'quiet', '-stats', '-activation_bytes', '########', '-c', 'copy', '/dir/to/saved/file.m4b']' returned non-zero exit status 1.

I'm sure there is a better way to do this (I know just enough programing to be dangerous) but I made a patch file skip_rebuild.patch which should highlight the issue location.

After making the change everything seems to work.

CoolJoe72 avatar May 28 '24 22:05 CoolJoe72