Commit Graph

2 Commits

Author SHA1 Message Date
glenneth 65876b0a57 docs: Comprehensive documentation update for current features
README.org:
- Update to reflect stream queue control system
- Document ReplayGain audio processing (replaces normalize)
- Add multi-format streaming (AAC 96k, MP3 128k/64k)
- Document user management and authentication
- Update API endpoints with all current routes
- Add PostgreSQL database schema
- Update file structure with new modules
- Document telnet control interface
- Modernize Docker workflow

docs/API-ENDPOINTS.org:
- Add complete stream queue control API section
- Document all 7 stream queue endpoints
- Add authentication requirements
- Include request/response examples

docs/DOCKER-STREAMING.org:
- Update Liquidsoap config to show stream queue system
- Replace normalize() with ReplayGain processing
- Add stream queue control section
- Document stream-queue.m3u volume mount
- Add queue management examples
- Update audio processing details
2025-10-16 13:41:08 +03:00
Glenn Thompson cb1d6e5596 Implement complete internet radio streaming system
- Add live streaming with Icecast2 and Liquidsoap integration
- Fix track streaming endpoints with proper RADIANCE database queries
- Implement music library management with metadata extraction
- Add web player interface with HTML5 audio controls
- Fix admin panel functionality for file management
- Create playlist system for continuous radio broadcasting
- Add live stream URL to web interface
- Support MP3 streaming at 128kbps with proper audio processing
- Enable network access for internal radio broadcasting
- Add comprehensive README.org documentation
- Create start/stop scripts for service management
- Use secure random password for streaming authentication
2025-09-11 15:30:01 +03:00