stuerp / foo_sid

A foobar2000 component to play SID and MUS files.
GNU General Public License v2.0
6 stars 2 forks source link

.sid playback broken when Songlengths.md5 is on a UNC path #6

Open rlnilsen opened 2 months ago

rlnilsen commented 2 months ago

This DB path does not work: \\fileserver\share\Audio\_Synthesized\SID\DOCUMENTS\Songlengths.md5

But mapping the share to a drive letter works: Z:\Audio\_Synthesized\SID\DOCUMENTS\Songlengths.md5

Screenshot 2024-07-14 024052

Attempting to play item in playlist: Screenshot 2024-07-14 024429

Opening .sid file from File Explorer: Screenshot 2024-07-14 024116

Windows 10 Home 22H2 x64 fb2k 2.1.5 x86 foo_sid 1.98.00

stuerp commented 1 month ago

I'm unable to reproduce this. The SID's and MD5 loads just fine from an UNC path in my setup.

rlnilsen commented 3 weeks ago

I should add that this was with OpenMediaVault v4.1.36-1 as the SMB file server, which somehow can result in Windows giving two different string values for the same path. PR #7 explains the details.