- Add architecture diagram showing all components
- Document all features: media control, audio visualizer, web UI/PWA,
media browser, display control, scripts/callbacks, HA integration
- Add platform support matrix (Windows, Linux, macOS, Android)
- Add configuration example with all sections
- Expand quick start for both server and HA integration
- Document security features
Split monorepo into separate units for future independent repositories:
- media-server/: Standalone FastAPI server with own README, requirements,
config example, and CLAUDE.md
- haos-integration/: HACS-ready Home Assistant integration with hacs.json,
own README, and CLAUDE.md
Both components now have their own .gitignore files and can be easily
extracted into separate repositories.
Also adds custom icon support for scripts configuration.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- FastAPI server for Windows media control via WinRT/SMTC
- Home Assistant custom integration with media player entity
- Script button entities for system commands
- Position tracking with grace period for track skip handling
- Server availability detection in HA entity
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>