Skip to content

Instantly share code, notes, and snippets.

View GlennPegden2's full-sized avatar

Glenn Pegden GlennPegden2

View GitHub Profile
@EnigmaCurry
EnigmaCurry / Calibre_remove_empty_books.sh
Created December 5, 2010 00:55
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