After setting debug log for os.files and os.paths I get this in the server.log when using Material (obfuscated one folder name here):
For the default skin it's this:
Code:
[19-08-03 13:04:36.8375] Slim::Utils::OS::Win32::isDriveReady (476) Checking drive state for D: [19-08-03 13:04:36.8377] Slim::Utils::OS::Win32::isDriveReady (477) --> ok [19-08-03 13:04:36.8447] Slim::Utils::Misc::readDirectory (928) opendir on [D:\\Music\SBS Source\xx xx\Amparo Sánchez] failed: No such file or directory
Code:
[19-08-03 13:11:41.9365] Slim::Utils::Misc::fixPath (567) Fixed: Amparo Sánchez to file:///D:/Music/SBS%20Source/xx%20xx/Amparo%20S%E1nchez [19-08-03 13:11:41.9367] Slim::Utils::Misc::fixPath (569) Base: D:\Music\SBS Source\xx xx [19-08-03 13:11:41.9450] Slim::Utils::Misc::readDirectory (933) Reading directory: D:\Music\SBS Source\xx xx\Amparo Sánchez [19-08-03 13:11:41.9648] Slim::Utils::Misc::readDirectory (962) Directory contains 2 items
Comment