Results 271 comments of mkb79

> I tested the following library commands: > > * `sync --init` > * `export` > * `remove` > * `restore --fresh --payload` > * `sync` (with new book, and...

@damajor The only catch with my current implementation is that the initial loading of the library runs synchronously over a `continuation-token`. Therefore, especially with large libraries it can take longer...

@devvythelopper Thank you for your issue and pr. Because adding new options to the download command is a cruel, I will refactor the module. My plan is to implement an...

I've did a fast rework of the download command. Can you please add the code from my next message into a file named "cmd_donwload2.py" into your audible-cli plugin directory?

```python import asyncio import json import logging import pathlib from dataclasses import dataclass, fields from datetime import datetime, timezone from typing import Any import aiofiles import click import httpx import...

You can run the command with `audible download2 ...`. The rework fix issues with hanging jobs (if not ignore errors) and annotations, which are not available.

I've linked a branch to this issue which will solve your issue and more. Can you try it out please? For me it runs fine. Any suggestions are welcome!

@devvythelopper Can you give me the full command prompt please? The command name is `download` in the branch and overriding the old download command.

@devvythelopper Yeah, I saw my mistake as I saw your traceback. I'm on the go and will back to you later.

I found another issue. When proving `--aax`, `--aaxc`, `--pdf`, `--cover`, `--annotation` and `--chapter` together the download command will quit sometime without error message but nothing is downloaded.