"Add Folder" isn't working - "Search folder" is working
Brought to you by:
bsoft16384
If I add one folder to the lib, BSoftPlayer adds nothing.
If I search this folder it is working like expected.
I analyzed the source and changed following:
modAddTracks.bas line 60:
from
AddFileFromURL CStr(Tracks(i))
to
AddFileFromURL IIf(Subfolders, "", Folder) &
CStr(Tracks(i))
After that it is working like a charm.
I have some other problems but these are more my fault.
I'm trying to port the Player to MSSQL without changing
the whole app.
I'm nearly finished with making a "wrapper" for the SQL
commands.
If you are interested, leave a comment in the
BSoftPlayer Forum.
Cheers
Xantho