ShadowXX: Hi,
all my music is on drive "K", but the game only show drives till letter "J".
Is there an option or config-file where i can alter wich drives appear on the music browser option page?
I have a network share mounted on drive Z:\ and in the game I can see only drive A: to I: (virtual optical drive, card reader...)
I resolved in this way:
There is some command line action, so please be careful if you don't know what are you doing. - start cmd.exe as Administrator (start / search "cmd" / right click on cmd.exe / run as administrator)
- use mklink command: mklink /D {destination link} {source folder}
e.g.
mklink /D c:\Music \\SERVER\music this should be working
mklink /D C:\Music Z:\ now in the game explorer you should find "Music" link to Remote folder in C:\ folder or wherever you created link (simply creating a link in file explorer seems not working)