Reply To: problems with win32 port

#3978
rpedde
Participant

no, sorry. Just that if you *don’t* use absolute paths, then directories are relative to the installed dir.

For example if you put:


mp3_dir = ..
db_dir = db

then mp3_dir would be “c:program files”, and db_dir would be “c:program filesmt-daapddb”

You can still specify full paths, though, so d:wherever would be okay.