dubyte / dir2opds

Serve an OPDS based on a directory
GNU General Public License v3.0
59 stars 12 forks source link

Working Microsoft Windows support #3

Closed clach04 closed 4 years ago

clach04 commented 4 years ago

Ensure http paths are valid using / slashes.

clach04 commented 4 years ago

Without this no OPDS clients would work. Interestingly OPDS validators do not appear to check for / slashes, so no errors with validators that I've tried so far with and without this change in place.

I'm not familiar with Go so this is a "make it work" change :)

dubyte commented 4 years ago

Hi @clach04 the idea if join is that support the join without worring about the platform.

I think there was other issue happening. So I try to fix it here: https://github.com/dubyte/dir2opds/tree/release_0_4_0

Could you confirm that this works for you?

dubyte commented 4 years ago

I will close this merge requests, I tryied to fixed in a way that it will work in both platform.

please check if this work for you.

Thanks