Skip to content

clach04/dir2opds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Serve an OPDS based on a directory

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%