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

Download by series, download by author #184

Open taxilian opened 5 months ago

taxilian commented 5 months ago

Implements #183

My python is more than a bit rusty; I tried to follow existing patterns, but let me know if there is anything you need me to fix.

mkb79 commented 5 months ago

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 the title and author match. Currently, he would search by title or author and add the results!

taxilian commented 5 months ago

That is true; I assumed that was the way you wanted to do it since that's how it's set up with ASNs and titles, but if you want I can probably figure out how to do an intersection instead

mkb79 commented 5 months ago

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?!