Thorium: Difference between revisions

From wikinotes
No edit summary
Line 22: Line 22:
= Configuration =
= Configuration =
<blockquote>
<blockquote>
Thorium does not have a configfile, but it does expose a cli for opening books and adding OPDS feeds.
<syntaxhighlight lang="yaml">
<syntaxhighlight lang="yaml">
Catalogs:
Catalogs:
Line 27: Line 28:
     - Name:  Your Lib
     - Name:  Your Lib
     - Link:  http://server.com:8080/opds
     - Link:  http://server.com:8080/opds
</syntaxhighlight>
<syntaxhighlight lang="bash">
# add opds feed
thorium opds "My Library" "http://server.com:8080/opds"
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Configuration -->
</blockquote><!-- Configuration -->

Revision as of 21:46, 4 December 2022

Exceptional library and OPDS client written in typescript.
Supports regional library subscriptions, alongside your own books.

Documentation

github https://github.com/edrlab/thorium-reader
official docs https://edrlab.github.io/thorium-reader-doc/

Install

aura -A thorium-bin

Configuration

Thorium does not have a configfile, but it does expose a cli for opening books and adding OPDS feeds.

Catalogs:
  - Add an OPDS feed
    - Name:  Your Lib
    - Link:  http://server.com:8080/opds
# add opds feed
thorium opds "My Library" "http://server.com:8080/opds"

Usage

Bookmarks

There is no back action, so bookmarks are your only tool you have for jumping between index points.