jessikitty f58b395b75 Initial commit - Video Player Log Analyzer with print report feature
Complete HTML-based log analyzer for Moonlight Drive-In Theater NFC video player system.

Features:
- Parse NFC scan events from runtime logs (not config loading)
- Extract and resolve NFC mappings from startup configuration
- Statistics dashboard with scan counts, unique videos, and timing metrics
- Interactive charts: Timeline, Hourly Activity, Video Counts, Time-Between-Scans
- Detailed video playback lists with drill-down functionality
- Print Report feature for comprehensive activity reports
- Purple gradient theme matching drive-in UI
- Complete scan and trailer tables for reporting
- No dependencies except Chart.js CDN

Technical Implementation:
- Single-file HTML with embedded CSS and JavaScript
- Dual-pass parsing: Config mappings first, then runtime events
- Smart event detection distinguishing NFC scans from config loading
- Folder video support with multi-file sequential playback
- Print-optimized CSS with page breaks and alternating row colors
- Error handling and console debugging for troubleshooting
2026-01-18 21:39:38 +11:00
Description
HTML-based log analyzer for Moonlight Drive-In Theater NFC video player system. Features statistics dashboards, interactive charts, video playback analytics, and print-ready activity reports.
36 KiB
Languages
HTML 100%