Goondex/docs/INDEX.md
Stu Leak 16fb407a3c v0.1.0-dev4: Add web frontend with UI component library
- Implement full web interface with Go html/template server
- Add GX component library (buttons, dialogs, tables, forms, etc.)
- Create scene/performer/studio/movie detail and listing pages
- Add Adult Empire scraper for additional metadata sources
- Implement movie support with database schema
- Add import and sync services for data management
- Include comprehensive API and frontend documentation
- Add custom color scheme and responsive layout

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 10:47:30 -05:00

2.5 KiB

Goondex Documentation

Version: v0.1.0-dev2 Last Updated: 2025-11-14

Welcome to Goondex

Goondex is a fast, local-first media indexer for adult content. It ingests metadata from external sources (like ThePornDB), normalizes it, and stores it in a lightweight SQLite database for quick search and retrieval.

Documentation Structure

Getting Started

Core Concepts

Integration

Development

Configuration

Roadmap

Key Features

Current (v0.1.0-dev2)

  • SQLite database with WAL mode
  • Full CRUD operations for performers, studios, scenes, and tags
  • TPDB scraper with real API integration
  • CLI search commands (local database)
  • CLI import commands (fetch from TPDB)
  • Relationship management (scenes ↔ performers, scenes ↔ tags)

Planned

  • Stash-style metadata resolution (field strategies)
  • Image caching and management
  • TUI (Terminal UI) browser
  • Background daemon (goondexd)
  • Web UI

Support

For help and support:

  1. Check the Troubleshooting Guide
  2. Search existing issues
  3. Create a new issue if needed

License

[Your License]