mkb79 / audible-cli

A command line interface for audible package. With the cli you can download your Audible books, cover, chapter files.
GNU Affero General Public License v3.0
423 stars 45 forks source link

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

Open CoolJoe72 opened 1 month ago

CoolJoe72 commented 1 month ago

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.