Commit Graph

2 Commits

Author SHA1 Message Date
daeff8b5dc feat: enhance Adult Empire scraper with complete data extraction
Phase 1: Foundation - Enhanced Adult Empire scraper for ML readiness

NEW FEATURES:
- Add comprehensive SceneData fields:
  * Duration: Scene runtime for temporal analysis
  * Rating: User scores for quality assessment
  * BackImage: Alternative cover art
  * Screenshots: Gallery URLs for screenshot downloading
  * Series: Movie/series affiliation
  * SceneNumber: Position within series

NEW DATA STRUCTURES:
- GalleryData: Complete screenshot gallery data structure
- Screenshot: Individual screenshot metadata with timestamps
- Enhanced parsing with rating extraction

ENHANCEMENTS:
- ScrapeSceneGallery: Extract all screenshots from scene galleries
- Handle pagination (24 screenshots per page)
- Convert thumbnails to full resolution (_200. -> _9600.)
- Estimate timestamps for temporal analysis
- Robust error handling and URL extraction

TECHNICAL DEBT:
- TODO: Add Duration field to model.Scene schema
- TODO: Add Rating field to model.Scene schema
- TODO: Add BackImage field to model.Scene schema
- TODO: Add Screenshots/Gallery fields

This provides complete Adult Empire data extraction capability for ML training
and temporal analysis foundation.
2026-01-01 22:50:21 -05:00
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