pierobot / mangapie

This is a self-hosted server for archived manga.
BSD 3-Clause "New" or "Revised" License
64 stars 9 forks source link

[Windows] Unable to add network libraries #149

Open donotos opened 4 years ago

donotos commented 4 years ago

I am unable to add a librarie: I tried:

Z:\eBooks\Mangas\Completed "Z:\eBooks\Mangas\Completed" Z:/eBooks/Mangas/Completed/ "Z:/eBooks/Mangas/Completed/"

i always get the same error:

'Z:/eBooks/Mangas/Completed/' does not exist

i created a symbolic link but it is the same:

C:\Bitnami\wampstack-7.2.29-2\apps\mangapie>mklink /D libraries Z:\eBooks\Mangas Lien symbolique créé pour libraries <<===>> Z:\eBooks\Mangas\

C:\Bitnami\wampstack-7.2.29-2\apps\mangapie\libraries\Completed

donotos commented 4 years ago

it's a samba share (freenas)

pierobot commented 4 years ago

Hmm.. What happens if you make it with the /J option? What happens if you use the network path instead of the mapped drive?

donotos commented 4 years ago

the /J option does not work with network drives. i tried to use a real local folder and it work. The UNC path does not work for me: \192.168.1.211\pool1r\eBooks\Mangas\Completed

pierobot commented 4 years ago

Did you forget a slash at the start of the path? So like \\192.168.1.211\pool1r\eBooks\Mangas\Completed

If that doesn't work then I'll set up a test environment and debug. I think I might have to add in support for network drives.

donotos commented 4 years ago

no just an error white copy/pasting

pierobot commented 4 years ago

Okay. I'll start on adding network storage support then. Thanks for trying it out on Windows.

donotos commented 4 years ago

Cool. i'll start posting feature requests again after you commit for my last one

donotos commented 4 years ago

shouldn't have closed it ^^