Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ai-docs/CALIBRE_DATABASE_RESEARCH.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
1. [Calibre Database Schema Overview](#calibre-database-schema-overview)
2. [Python Projects](#python-projects)
- [Calibre Official Database API](#1-calibre-official-database-api)
- [Calibre-Web](#2-calibre-web)
- [Calibre-Web](#2-calibre-web) - See also: [**Detailed Implementation Guide**](./CALIBRE_WEB_IMPLEMENTATION.md)
- [calibrestekje](#3-calibrestekje)
- [pycalibre](#4-pycalibre)
- [kobuddy](#5-kobuddy)
Expand Down Expand Up @@ -228,6 +228,8 @@ db.copy_format_to(book_id, fmt, dest_path)

**GitHub:** https://github.com/janeczku/calibre-web

**📖 Detailed Implementation Guide:** See [CALIBRE_WEB_IMPLEMENTATION.md](./CALIBRE_WEB_IMPLEMENTATION.md) for comprehensive business logic analysis with code examples and implementation patterns for libcalibre.

#### Status
✅ **Actively Maintained**
- Latest release: v0.6.25 (August 24, 2025)
Expand Down
Loading
Loading