Bulk Edit Metadata

{{ books.length }} book{{ books.length !== 1 ? 's' : '' }} selected

@if (loading) {
}

Editing {{ books.length }} Book{{ books.length !== 1 ? 's' : '' }}

@if (showBookList) {
    @for (book of books; track book) {
  • {{ book.metadata?.title || 'Untitled Book' }}
  • }
}
Checking Clear will remove that field's metadata from all selected books.

Upload an image to set as the cover for all selected books.

@if (selectedCoverFile) {
{{ selectedCoverFile.name }}
} @else { }