Go to file
Sinuhe Tellez 680896480d update change log fix debug flag 2020-05-15 14:00:27 -04:00
opds organization: just create a opds package 2018-03-03 15:31:42 -05:00
.gitignore fixing aquisition links 2019-03-10 04:06:37 -04:00
CHANGELOG.md update change log fix debug flag 2020-05-15 14:00:27 -04:00
LICENSE Initial commit 2017-03-03 21:05:37 -05:00
README.md move changelog up 2019-03-16 14:40:53 -04:00
go.mod update go.mod 2020-01-19 22:05:41 -05:00
go.sum start using go modules 2019-03-09 20:58:13 -05:00
main.go update change log fix debug flag 2020-05-15 14:00:27 -04:00

README.md

dir2opds - serve books from a directory

dir2opds inspect the given folder and serve an opds 1.1 compliant server

Overview

There are good options to serve books using opds. Calibre is good for that but if your server is headless sometimes install calibre just for serve the books don't seems to be the best option.

That is why calibre2opds exists, but if you have too many books and you don't want to create a calibre library.

dir2opds could help you to have an opds server from a directory if you follow one rule:

  • A folder should have only folders or only files (aka books).

It is ok to have sub-folders.

change log

Installation

go get -u github.com/dubyte/dir2opds

Usage

dir2opds -dir ./books -port 8080

Tested in:

  • Moon+ reader

More information

binary release