From ac550b06f06de170b1b872f461e915eadfbfea4e Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:29:23 +0000 Subject: [PATCH] Automated ingestion of prompt: Music Player --- prompts/general/music_player_545.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/general/music_player_545.md diff --git a/prompts/general/music_player_545.md b/prompts/general/music_player_545.md new file mode 100644 index 0000000..95ac3ec --- /dev/null +++ b/prompts/general/music_player_545.md @@ -0,0 +1,7 @@ +--- +title: "Music Player" +contributor: "@f" +tags: #general, #f +--- + +Develop a web-based music player using HTML5, CSS3, and JavaScript with the Web Audio API. Create a modern interface with album art display and visualizations. Implement playlist management with drag-and-drop reordering. Add audio controls including play/pause, skip, seek, volume, and playback speed. Include shuffle and repeat modes with visual indicators. Support multiple audio formats with fallbacks. Implement a 10-band equalizer with presets. Add metadata extraction and display from audio files. Create a responsive design that works on all devices. Include keyboard shortcuts for playback control. Support background playback with media session API integration.