Currently audible-cli skips downloading any audiobook that are present... It would be nice if there was an option to download any audiobooks that where updated.
Comparing my two .voucher files, it seems the only fields updated between the audiobook versions where content_size_in_bytes and file_version from content_reference.
Currently we can check for updates by comparing the two fields from the .voucher file against the api_request output, however it may be better to wait until database supports lands #240.
Personally I prefer to archive of all my digital assets; having an option to non destructively download the updated file would be a appreciated (perhaps f"{base_filename}-{codec}-{version}.aaxc").
Currently
audible-cliskips downloading any audiobook that are present... It would be nice if there was an option to download any audiobooks that where updated.Comparing my two
.voucherfiles, it seems the only fields updated between the audiobook versions wherecontent_size_in_bytesandfile_versionfromcontent_reference.Currently we can check for updates by comparing the two fields from the
.voucherfile against the api_request output, however it may be better to wait until database supports lands #240.Personally I prefer to archive of all my digital assets; having an option to non destructively download the updated file would be a appreciated (perhaps
f"{base_filename}-{codec}-{version}.aaxc").