Book Metadata

Every book in Tsumihon has a rich set of metadata fields that power search, filtering, display, and automatic deduplication. This page describes each field and how metadata is used across the app.

Metadata Fields

Titles

Books support three title fields to accommodate multilingual naming conventions:

At least one title is required when adding a book. You do not need to fill in all three — any combination is valid as long as at least one field has a value.

People & Groups

Classification

Details

Media

Source IDs

Source IDs are provider-specific identifiers that link a book in your library to its entry on an external source. They are stored as a map of provider name to ID:

{
  "ehentai": "2835044",
  "lanraragi": "a1b2c3d4e5f6...",
  "nhentai": "456789"
}

Each search provider and extension assigns its own source ID when you import a book. A single book can have source IDs from multiple providers if it has been found on more than one source.

How Metadata Is Used

Searching & Filtering

All metadata fields are indexed for search. When you type in the library search bar, Tsumihon matches against titles, artists, circles, tags, parodies, characters, and more. You can also use the filter system to narrow your library by specific tags, categories, artists, or languages.

Auto-Merge Matching

When Auto-Merge is enabled, Tsumihon uses metadata to identify books that are the same work from different sources. The matching process considers:

Duplicate Detection

Source IDs are the primary mechanism for duplicate detection. When importing a book, Tsumihon checks whether any existing book in your library already has a matching source ID from the same provider. If a match is found, the import is flagged as a potential duplicate, and you can choose to merge the metadata or skip the import.

Tip: Keeping source IDs intact is important for accurate deduplication. If you manually create a book, it will not have source IDs unless you add them, which means it cannot be automatically matched with imported entries.

Cross-Referencing

Source IDs also enable cross-referencing between providers. For example, if a book has both an EHentai and a Lanraragi source ID, Tsumihon can link the two entries and pull metadata updates from either source. This is especially useful when one source has richer metadata (e.g., more tags) than another.