Skip to content

dvolk/catbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catbooks - web audiobook player

Audiobook index Audiobook details

Features

  • Play audiobooks using mpv for best performance.
  • Remembers which chapter and time you were on for each audiobook.
  • Add notes for audiobooks.
  • Finds thumbnails for audiobooks.

Installation

You will need mongodb:

apt install mongodb-server

No further database configuration is needed.

git clone https://github.com/dvolk/catbooks
cd catbooks
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt

Install mpv if you don't have it:

apt install mpv

Running

python3 app.py

Adding books

Put the audiobook directory in the catbooks directory and open the web page and add the directory name in the form on the bottom of the page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published