You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running dir2opds under Microsoft Windows the wrong directory separator is used, \ versus /. Example:
<feed>
<title>Catalog in /cbz</title>
<id>/cbz</id>
<link rel="start" href="/" type="application/atom+xml;profile=opds-catalog;kind=navigation"/>
<updated>2020-05-25T09:20:39-07:00</updated>
<author>
<name/>
</author>
<entry>
<title>Elf Receiver Radio-Craft August 1936.cbz</title>
<id>/cbzElf Receiver Radio-Craft August 1936.cbz</id>
<link rel="http://opds-spec.org/acquisition" href="\cbz\Elf%20Receiver%20Radio-Craft%20August%201936.cbz" type="application/x-cbz" title="Elf Receiver Radio-Craft August 1936.cbz"/>
<published>2020-05-25T09:20:39-07:00</published>
<updated>2020-05-25T09:20:39-07:00</updated>
</entry>
</feed>
quick hack to address this is in issue #4 via (probably dumb) string search/replace (I don't know Go well enough to know the best way to handle this).
The text was updated successfully, but these errors were encountered:
clach04
changed the title
dir2opds on windows generates incorrect path (slashes/direcfoty seporator)
dir2opds on windows generates incorrect path (slashes/directory separator)
May 25, 2020
clach04
changed the title
dir2opds on windows generates incorrect path (slashes/directory separator)
dir2opds on Microsoft Windows generates incorrect path (slashes/directory separator)
May 25, 2020
When running dir2opds under Microsoft Windows the wrong directory separator is used,
\
versus/
. Example:quick hack to address this is in issue #4 via (probably dumb) string search/replace (I don't know Go well enough to know the best way to handle this).
The text was updated successfully, but these errors were encountered: