-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Music Assistant #96
Comments
Music Assistant is broken with 2023.3 release of Home Assistant: |
do you know when is the next release planned? |
Unfortunately, no. New version 2.0 has been unofficially announced, but no timeline has been give for it so far. I'm running latest HA and it's not working of course - during beta tried to open ticket, but there was already one where author said they will not patch it but will release new version soon. Although I have NO information, my guess is that this will not be out in next few weeks. |
Removed MA (halfway) until AddOn in released |
Hi I have loved your video. Have one question. I have a PC and NAS on the network both of which have a music folder each. I am able to load those without any issue. I have one 6TB hard disk also connected to the PC where the music folder in that (D:Music) is shared on the network I have enabled the folder permissions. The folder is shared as D Music - as seen in the folder permission window. In the new Music Assistant now you just have to enter the IP address of the machine, the share, the username and password and the subfolder. What do I write the share name and sub folder name in this case. I have tried all possible combinations (D Music, D/Music, D and Music....). I get a message "mount bad usage". Can you guide me on the right syntax here please? Many thanks! NH |
Let's look at all of the code necessary to run Music Assistant and connect it to Synology NAS share where media files are.
You need to have SAMBA share that can be from Home Assistant up and running.
I've set it with read-write permission, although, read only should be sufficient.
Music Assistant had previously problems with #recycle folder, so I removed it just in case, although it should work without an issue.
Shell Command
Following command is used to create folder in Home Assistant (/media/musicnas) and also connect to it.
Change IP address to match address of your Samba share - don't forget to also change name of folder where media files are (in my case /music), and also username and password to match your setup.
Automation
Each time Home Assistant starts, this automation will trigger and it will create and connect to Samba share by using above shell command.
In Home Assistant, after installing Music Assistant and restarting your setup, during configuration, you need to enable this functionality and specify the folder name. In my case it's:
For other services:
The text was updated successfully, but these errors were encountered: