Hello,
would it be possible to make Music Assistant manage and update a YAML list file containing artists and albums names formatted in a way the local, and very effective STT Speech-to-Phrase could train on this list as custom sentences?
language: "en"
lists:
media_name:
values:
- "artist_1"
- "artist_2"
Actually, I can gather those informations with a music_assistant.get_library script, but limited to 500 max search results.