Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save OrenBochman/6cb8213ad7a04c470f9317d5a24b2ea1 to your computer and use it in GitHub Desktop.
Save OrenBochman/6cb8213ad7a04c470f9317d5a24b2ea1 to your computer and use it in GitHub Desktop.
Remove empty books from calibre (books that have no formats available)
calibredb list -f title,author_sort,formats | grep ".*\[\]\W*$" | cut -d " " -f 1 | xargs -iXX calibredb remove XX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment