Release Date: June 13, 2025
π Summary
In AudioMuse-AI v0.3.2-beta, weβre excited to introduce the experimental feature: Instant Playlist. This feature provides an additional interface, accessible at the Chat UI:
- http://[your-ip]/chat/
With Instant Playlist, you can ask the AI to generate playlists on the fly. Some example requests (tested with GEMINI) include:
- Create a playlist thatβs good for after lunch
- Create a high-energy pop playlist for the morning
- Give me the top songs by Red Hot Chili Peppers
- Create a mix of metal and hard rock songs like AC/DC and Iron Maiden
- Give me some trending radio songs from 2025
No need to change your deployment: this new front-end is included in the flask container!
IMPORTANT before using Instant Chat you need to run the analysis task.
The original UI for the batch job is still reachable at the usual url (depending from your deployment):
- http://[your-ip]/
It is improved by introducing two modes:
- Basic view β shows only the essential parameters for quick analysis and clustering
- Advanced view β provides full control for more detailed configurations
This aims to simplify daily use while keeping advanced options easily accessible when needed.
π List of Changes
- Added experimental Instant Playlist frontend and feature - (#10)
- Enhanced UI with basic and advanced parameter views - (#10)
- Improved readme.md documentation - (#10)
- Refactored
index.html
to separate HTML, CSS, and JavaScript - Refactored
tasks.py
to separate analysis and clustering tasks
What's Changed
- Devel -> Main by @NeptuneHub in #11
Full Changelog: v0.3.1-beta...v0.3.2-beta