Results 219 comments of mkb79

@rmcrackan I'll can report that I had some network issues when downloading aax files. I had to set timeout to 20 - 30 sec. to successfully download books. But this...

@taxilian Hi, Yeah adding support for author or/and series, like the title option, is possible. Your help is welcome. I'm thinking adding a method in `audible_cli.models.BaseList` would be the best...

@taxilian > but since authors is always None it doesn't ever find anything The reason for this is the missing `contributors` in the `response_groups`. You have to add it on...

It looks quite good so far. One point should be considered again. What if someone is looking for a title and author. Then only audio books should be displayed where...

Maybe the `if match` condition for authors, title and series should be merged. So first add only asins where authors, title and series match and then make the `questionary`?!

Hi. There is no such command build-in. But you can create your own plug-in command which can do this.

@rhhayward Thank you for your pr. I'll review this now. Please give me some time.

Maybe this is OS related? Do you use Windows?

@rhhayward Your code works. But instead of adding a `downloadable` flag we can add a `filter` option. So a user can select one/multiple predefined filter keywords like `downloadable`, `not downloadable`,...

The issue seams to be the `quote` command. This command should be used to reduce security risk. If you use at least Python 3.8 you can try the following script...