mirror of
https://github.com/bnair123/MusicAnalyser.git
synced 2026-02-25 11:46:07 +00:00
feat: implement AI-curated playlist service and dashboard integration
- Added hierarchical AGENTS.md knowledge base - Implemented PlaylistService with 6h themed and 24h devotion mix logic - Integrated AI theme generation for 6h playlists via Gemini/OpenAI - Added /playlists/refresh and metadata endpoints to API - Updated background worker with scheduled playlist curation - Created frontend PlaylistsSection, Tooltip components and integrated into Dashboard - Added Alembic migration for playlist tracking columns - Fixed Docker healthcheck with curl installation
This commit is contained in:
@@ -25,6 +25,9 @@ services:
|
||||
- GEMINI_API_KEY=your_gemini_api_key_here
|
||||
# Optional: Genius for lyrics
|
||||
- GENIUS_ACCESS_TOKEN=your_genius_token_here
|
||||
# Optional: Spotify Playlist IDs (will be created if not provided)
|
||||
- SIX_HOUR_PLAYLIST_ID=your_playlist_id_here
|
||||
- DAILY_PLAYLIST_ID=your_playlist_id_here
|
||||
ports:
|
||||
- '8000:8000'
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user