Skip to content

Othernet-Project/librarian-content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

librarian-content

A meta-component that provides an API for accessing the content library.

Installation

The component has the following dependencies:

To enable this component, add it to the list of components in librarian's config.ini file, e.g.:

[app]
+components =
    librarian_content

Configuration

library.refresh_rate

The interval of performing checks for new content, specified in seconds. Example:

[library]
refresh_rate = 60
library.contentdir

A filesystem path pointing to a location where content files are to be found. Example:

[library]
contentdir = /mnt/data/downloads
fsal.socket

Path to the socket that is created by fsal. Example:

[fsal]
socket = /var/run/fsal.ctrl

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages