audible-cli
audible-cli copied to clipboard
Get all info from given asin
Hi, is there any command to retrieve all info shown in audible page for given asin?
genre, categories, body...etc
Hi. There is no such command build-in. But you can create your own plug-in command which can do this.
Depending what info you're looking for, you may find it in the file generated by audible library export
. A simple grep
for the asin will print just that entry to your console.