2020-07-14 16:46:13 -04:00
2020-03-03 14:21:31 -05:00
2020-03-20 01:15:07 -04:00
2020-03-20 01:15:07 -04:00
2020-07-06 02:37:35 -04:00
2020-04-07 10:00:25 -04:00
2020-05-09 15:13:47 -04:00
2020-07-06 02:37:35 -04:00
2020-04-07 15:37:02 -04:00
2020-04-07 16:30:40 -04:00
2020-05-05 14:11:47 -04:00
2020-04-08 19:04:01 -04:00
2020-05-31 01:20:52 -04:00
2020-06-11 11:20:32 -04:00
2020-03-20 01:15:07 -04:00
2020-05-31 13:51:25 -04:00
2020-05-31 01:20:52 -04:00
2020-07-01 12:49:38 -04:00

pyShelf 0.6.0

Terminal based ebook server. Open source & Lightweight.

Having used Calibre for hosting my eBook collection in the past, I found myself frustrated having to install X on my server, or manage my library externally, Thus I have decided to spin up my own.

https://pyshelf.com

pyShelf 0.6.0 newui

You dont need a X server to host a website, or your Movie & Tv collection, so why should you need one to host ebooks?

Other solutiions require you to have access to an X server to at the very least generate your book database, pyShelf doesnt.We aim to provide a fully featured ebook server with minimal requirements, and no reliance on X whatsoever.

Follow or influence development @

Discord | IRC freenode.net @ #pyshelf

Current Features

  • Custom Installer works only on Arch Based Distros
  • Recursive Scanning
  • Fast database access
  • Django based frontend
  • Basic seaching via a SearchVector of author, title, & file_name fields.
  • Ebook Downloading
  • Collections

Currently Supported Formats

  • epub
  • mobi

0.6.0 Patch Notes.

New Features

  • .mobi Yep mobis are now a thing!
  • Result set ordering
    • You can now choose to order your results:
      • Title
      • Author
      • Categories
      • & Tags
  • Reworked UI/UX
    • More intuitive, less intrusive, & stays out of the way. caveat: I need to rework the placement of the next & previous page controls. While they do remain usable, I intend to have them follow the users position on the page in future releases.

pyShelf 0.6.0 navbar

  • New controls
    • Sort
    • Ascending / Descending result set
    • Display of the result set count, and your current position in the set.
    • A pop over layer to hold things like
      • User login
      • Control panel
      • Book details
      • Whatever else :)

Installation Example

pyShelf Installation Video

Further Installation & Support Information

Pre-req Dependencies

  • gcc -- This will be installed by the new pre-installer script if its binary is not detected at /usr/bin/gcc Users on distros other then Arch should install gcc via their systems package manager prior to running the installer.
  • Python3
  • pip

Installation

This project is currently targeted towards Network Administrators, and other home enthusiasts whom I assume will know how to setup a Django app, and a Postgres server.

Once your environment is ready very little is required to get the system up and running

  • From the main directory
    • setup configurations as discussed in SUPPORT.md
    • pip install -r requirments.txt
    • cd src
    • python manage.py migrate
    • cd ..
    • ./importbooks
    • ./makecollections
  • Browse to the site as defined in your apache | nginx config

Included installer

pyShelf Installation Video

The installer will only run correctly on arch based distros. This could be easily rectified to include other package managers, Members of the community are welcome to dig into the installer source and patch in support for other package managers.

There is some support for detection of the aptitude package manager installation already present in the source now, however it is not complete and should not be relied upon to be present in future releases unless completed by a member of the community,

The installer will walk you through all the configurations required by pyShelf to run if you are running on Arch linux.

Further Installation & Support Information

Development

  • pre-commit Before developing, run pre-commit install See the documentation for more information.

  • 'Doxygen' Any changes to source should be documented and have run doxygen doxygen.conf prior to commiting.

  • 'sem-ver' Before advancing version numbers be sure to set PROJECT_NUMBER in doxygen.conf accordingly.

Configuration

All configuration is now handled by the installer.

Running via the Django test server might be possible, albeit not recomended.

In Progress

Organizational tools.

  • Automated Collections
  • Manual Collections
  • Books Removal
  • Access Restrictions
  • Metadata Manipulation
  • Others?

Improved cover image storage, and acquisition.

OPDS Support

Support for other formats

  • .mobi
  • .pdf
  • .cbz
  • .zip (Zipped book folders, is this a new idea? (Consider storing your library folders zipped and retrieving a book on demand))

Future Goals

Terminal Backend for catalogue maintenance

Calculate page count from total characters

Description
A simple terminal based ebook server
Readme GPL-3.0 124 MiB
Languages
JavaScript 96.1%
HTML 3.9%