Unable to add the samba share of Moode Audio to WiiM app

stereo

New member
Joined
Aug 16, 2023
Messages
2
I’m trying to add the shared folder of Moode Audio to the WiiM app but it shows connection failed. Tried both host name and IP.

WiiM app - 2.11.6 (iOS)/WiiM Pro - 4.8.628343 / Moode 9.0.8
 

Attachments

  • IMG_0068.jpeg
    IMG_0068.jpeg
    819.3 KB · Views: 17
Submit a ticket to Wiim via the settings/ feedback section of the wiim app so they can inspect your device logs
 
I’m trying to add the shared folder of Moode Audio to the WiiM app but it shows connection failed.
You're much better off enabling the DLNA server in MoodeAudio as smb browsing in the WiiM Home app is very basic. Once enabled in Moode the server will appear under Home Music Share in the WHA.

It looks like Moode uses the label of the USB key as the share name, which isn't very helpful, so mine was:
Code:
\\192.168.**.**\INITDISK R5

If you're on Linux you can list the shares available on a server by running:
Code:
smbclient --nopass --list <target-ip>
 
Last edited:
You're much better off enabling the DLNA server in MoodeAudio as smb browsing in the WiiM Home app is very basic. Once enabled in Moode the server will appear under Home Music Share in the WHA.

It looks like Moode uses the label of the USB key as the share name, which isn't very helpful, so mine was:
Code:
\\192.168.**.**\INITDISK R5

If you're on Linux you can list the shares available on a server by running:
Code:
smbclient --nopass --list <target-ip>
Can you please provide the updated code for windows and linux..!
 
Last edited:
Back
Top