AudioMuse-AI FAQ
This document provides answers to frequently asked questions (FAQs) about deploying and using AudioMuse-AI.
Deployment FAQs
Find answers to common questions about setting up, configuring, and deploying AudioMuse-AI in different environments.
Which is the HW requirements?
> AudioMuse-AI work on both ARM and INTEL architecture. The suggested requirements are 4core and 8gb of ram with SSD. Some very old processor could have issue due to not supported command. > If you want to use the -nvidia version we suggest a GPU with 8gb VRAM.How to deploy AudioMuse-AI?
> The [readme](../README.md) section has the explanation and multiple examples can be found in the [deployment folder](../deployment/). If you're not able to reach the front-end on **http://YOUR-IP:8000** or the analysis seems to finish without analyzing anything, it usually means that some parameters are missing in your `.env`. > > From v1.0.0, only PostgreSQL and `TZ` configuration must still be configured via environment variables. All other configuration values are managed through the browser setup wizard and persisted in the database. For compatibility with legacy installations, environment variables are imported into the database automatically on first startup. The Setup Wizard is shown on clean installation as landing page and is also available later from the menu under Administration > Setup Wizard.Can AudioMuse-AI support multiple music libraries?
> Yes, in two different ways. > > **Several libraries inside one server.** Each server has a library filter. It is a comma-separated list of libraries or folders to analyze; if it is empty, everything is scanned. For Lyrion use folder paths like "/music/myfolder". For Navidrome, Jellyfin, Emby and Plex use the library or folder names. > > **Several servers at the same time.** A single AudioMuse-AI instance can be connected to several media servers at once, including several servers of the same type, for example one Navidrome plus two Jellyfins plus a Plex. Add them under Setup > Music Servers. The same song present on two servers is analyzed only once and mapped to both. See [MULTI_SERVER](MULTI_SERVER.md) for the full model.The analysis takes too long, can I speed it up?
> The time needed for the analysis really depends on your HW and how big your music collection is. For big collections (100k+ songs) or old HW, 1 week+ of analysis can be totally normal. > > If you want faster analysis, you can disable the text search functionality by setting `CLAP_ENABLED` to false. This will run only the Musicnn model, skipping the CLAP model. > > Alternatives include running multiple worker containers in parallel (see the [ARCHITECTURE](ARCHITECTURE.md) page and deployment examples in the `deployment/` folder). GPU analysis is also supported but still experimental (see [GPU DEPLOYMENT](GPU.md)). > > Also remember that Automatic Speech Recognition (ASR) of song is the part that take longer, configure Lyrics API on AudioMuse-AI or on your Music server when supported, will speed up the analysis.Setup Wizard connection test fails when using Jellyfin
> During the initial setup, the Setup Wizard may fail the connection test when configuring Jellyfin. > > This is most commonly caused by incorrect credentials. In Jellyfin, you must use the **User ID (UID)** instead of the username. > > You can find instructions on how to retrieve the Jellyfin User ID here: [PARAMETERS](PARAMETERS.md).How to get the Plex auth token (X-Plex-Token)
> Plex authenticates with an auth token instead of a username/password. > > Sign in to the Plex Web App, open the browser developer tools (F12) and go to the Network tab. Refresh a library, click a request pointing to your server (for example one ending in `/library/sections`), then copy the `X-Plex-Token` value from the request headers or the query string. > > Reference: [plexapi.dev authentication](https://plexapi.dev/authentication). See also [PARAMETERS](PARAMETERS.md).User Guide FAQs
Learn how to use AudioMuse-AI effectively, from basic features to advanced functionality.
- NOTE: Most front-end parameters default value can be configured in the Setup Wizard functionality. See the parameter table in the PARAMETERS page for a complete list.