Hi,
is there a way to delete alot of book at the same time from Calibre via the "calibredb remove" command?
I will delete all books with tags:"x" or all book with series:"y".
Something like this:
Code:
calibredb list -s series:"xxx" | calibredb remove
Thanks