@
shedrock Yeah, I have the same issue on my RPi3 with LibreElec. I can happily use an nfs share for the AIF, I can add an smb share for it using the file manager and typing in the source but I cannot add it as the AIF. Just trying to see if I can figure out a workaround !!
*** EDIT ***
Right, I figure you can do this as you were comfortable enough editing your db !
First, ssh into the Pi and stop kodi
systemctl stop kodi
Next, change into the userdata directory
cd .kodi/userdata
Now we have to edit the file guisettings.xml
nano guisettings.xml
Find the line that reads (obviously your path will be different)
sql:
<setting id="musiclibrary.artistsfolder">smb://DIAMOND/sde1/test_music/</setting>
Change to whatever it needs to be, remembering that its cAsE sensitive and that you MUST include the trailing
/
Press <ctrl> + o Confirm the filename to write is correct. Press <enter> to write out the changes.
press <ctrl> + x to exit the editor.
Restart Kodi with
systemctl start kodi
Any future music library imports or exports will use the path you have just set and it should show in settings -> media -> Music -> Artist Information Folder.