Skip to content

Organizing Your Books

Tags

Tags let you freely classify your books.

Adding Tags

  1. Right-click a book row, or click the tag icon while a book is open
  2. Type a tag name and press Enter
  3. Existing tags appear as autocomplete suggestions

Filtering by Tag

Click a tag in the sidebar tag list to show only books with that tag.

Bulk Tagging

Select multiple books in the main list (⌘-click or Shift-click), then right-click and choose Edit Tags.

Editing Metadata

Right-click a book and choose Edit Metadata to edit:

FieldDescription
TitleBook title
AuthorsOne per line
PublisherPublisher name
Release dateYYYY-MM-DD format
LanguageLanguage code (e.g. ja, en)
DescriptionSynopsis, notes, etc.
Cover URLURL of cover image
URLOfficial page or store link
ASINAmazon Standard Identification Number

JSON Patch Import

To update multiple fields at once, use the JSON patch format:

{
"title": "New Title",
"authors": ["Author Name"],
"language": "en"
}

Omitted fields are left unchanged. Setting a field to null clears it.

Shelves

Shelves are virtual collections defined by conditions (tags, language, publisher, etc.). Create a shelf from the sidebar using Add Shelf, then configure its matching conditions.

Use the search bar at the top of the sidebar to search by title or author across your entire library.