getid3: 1.9.15-201709291043
Apache: 2.4.23
Windows: OS Name Microsoft Windows 7 Professional Version 6.1.7601 Service Pack 1 Build 7601
Using demo.browse.php
The NAS drive is available via a UNC name and via a drive letter.
Using the drive letter to reference the NAS doesn't work in PHP, see attached PHP test file and output.
Using the UNC name does work from the PHP test file. Demo.browse.php does access directories using UNC. It lists subdirectories, but lists an error for each file. It doesn't access files correctly. The error is
If I comment out line 287 in getid3.php (development version just downloaded), then files are accessed correctly when looking at tags. The directory listing still reports an error for files.Could not open "\SHARED\VOLUME_1\MusicEac\Blues\Big Miller and The Blues Machine - Big Miller and The Blues Machine\01 Don't Turn Me Around.flac" (!is_readable; !is_file; !file_exists)