LMS-Community / slimserver

Server for Squeezebox and compatible players. This server is also called Lyrion Music Server.
https://lyrion.org
Other
1.1k stars 279 forks source link

UNC path not supported for music library in Lyrion 9.0.0 #1118

Closed AgXCz closed 3 weeks ago

AgXCz commented 3 weeks ago

Until recent Lyrion versions it was working fine, but current version seems to not support UNC paths (like \192.168.1.10\music1) anymore. Which makes Lyrion useless for me.

Server

Version: 9.0.0 - 1718058304 @ Tue Jun 11 02:24:27 WEDT 2024 OS: Windows 10 - CS - cp1250 Architecture of platform: 8664 Perl: 5.14.1 - MSWin32-x86-multi-thread Audio::Scan: 1.08 IO::Socket::SSL: 2.068 Db version: DBD::SQLite 1.58 (sqlite 3.22.0)

michaelherger commented 3 weeks ago

This should work as before. Just make sure LMS is not running as the system service user, as that one usually can't access network shares. You'll have to configure the service to run as a regular user with permission to access the share.

AgXCz commented 3 weeks ago

@michaelherger You are right, thanks.