audible-cli icon indicating copy to clipboard operation
audible-cli copied to clipboard

Download by series, download by author

Open taxilian opened this issue 1 year ago • 3 comments

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.

taxilian avatar Feb 13 '24 15:02 taxilian

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!

mkb79 avatar Feb 13 '24 15:02 mkb79

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

taxilian avatar Feb 13 '24 21:02 taxilian

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

mkb79 avatar Feb 14 '24 07:02 mkb79