Audiomuse-ai integration help #745
Bigmack3000
started this conversation in
General
Replies: 2 comments 4 replies
|
Hello,
What I understand is that you need to set up the address of your LMS instance + your LMS user + your LMS user's api key in NAVIDROME_URL / NAVIDROME_USER / NAVIDROME_PASSWORD |
0 replies
|
@epoupon now that audiomuse works with opensonic, are there plans to have it more integrated into lms, so that it would work when using lms in symfonium? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
https://github.com/NeptuneHub/AudioMuse-AI?tab=readme-ov-file#local-deployment-with-docker-compose
Hey, anyone have tips on how to get this working? I'm on synology. Usually i just go through ssh and create a docker container. For ex, this is what I use for lms:
docker create
--name=lms
--user 1028:65536
-p 5082:5082
-v /volume1/Papyri/Music/ITunes\ Music:/music
-v /volume1/docker/LMS_Data:/var/lms
--restart unless-stopped
epoupon/lms:latest
But audiomuse needs to use docker compose, which I guess is a bit different? Do I still create folders for config files, etc? Where do i put the yaml file?
Also, any ideas what needs to be adjusted in this one to make it work with lms?
https://github.com/NeptuneHub/AudioMuse-AI/blob/main/deployment/docker-compose-navidrome.yaml
Thanks!
All reactions