InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards. Learn more →
Kavita Alternatives
Similar projects and alternatives to Kavita
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
-
-
-
-
koreader
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Kometa
Python script to update metadata information for items in plex as well as automatically build collections and playlists. The Wiki Documentation is linked below.
-
bazarr
Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
-
-
Calibre Web
:books: Web app for browsing, reading and downloading eBooks stored in a Calibre database
-
-
-
-
-
-
-
mylar3
The python3 version of the automated Comic Book downloader (cbr/cbz) for use with various download clients.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Kavita discussion
Kavita reviews and mentions
-
Foliate: Read e-books in style, navigate with ease
I think Calibre advocates forgot what it's like to setup it for the first time and what a messy ugly process it is for new timers. A containerized version needs VNC access to set it up and perform GUI un-intuitive interface UI actions https://docs.linuxserver.io/images/docker-calibre/#applicati...
I've used https://www.kavitareader.com/ but it's not perfect either, this space could be "disrupted" by a Plex like product with opensource + licensed offerings but the target market is pretty small I think.
- Best .NET Core API project for learning?
- Calibre – New in Calibre 7.0
-
Welcome to the Bug Bash!
Browse the Issue Tracker: Visit our bug tracker @ https://github.com/Kareadita/Kavita/issues to find a list of open issues tagged specifically for the Bug Bash. You'll find a variety of tasks, from beginner-friendly to advanced.
- v0.7.9 - Customization
-
Update Script for Kavita
#! /bin/bash installFolder="/opt/Kavita" # defines the folder where Kavita is installed backupFolder="/opt/KavitaBackup" # defines the backup folder for kavita kavitaUser="kavita" # defines the kavita service user kavitaGroup="kavita" # defines the kavita service group architecture="kavita-linux-x64.tar.gz" # options are: # kavita-linux-x64.tar.gz # kavita-linux-arm.tar.gz # kavita-linux-arm64.tar.gz if [ ! -d $installFolder ] then echo "KAVITA FOLDER IS MISSING!!" exit 1 fi cd /tmp if [ -r $architecture ] then echo "Kavita already present - extracting now!" tar -xzf $architecture else echo "Downloading latest Kavita from GitHub" wget https://github.com/Kareadita/Kavita/releases/latest/download/$architecture echo "extracting now!" tar -xzf $architecture fi if [ ! -d Kavita ] then echo "Something went wrong downloading or extracting" exit 1 fi echo "Stopping Kavita service" systemctl stop kavita.service if [ -d $backupFolder ] then echo "Deleting old KavitaBackup" rm -r $backupFolder fi echo "Creating new Kavita backup" cp -r $installFolder/config $backupFolder echo "Deleting Kavita" rm -r $installFolder echo "Installing new Kavita" cp -r /tmp/Kavita $installFolder echo "Deleting default config" rm -r $installFolder/config echo "Moving old config into install folder" cp -r $backupFolder $installFolder/config echo "CHOWN Kavita folder to kavita user and group" chown -R $kavitaUser:$kavitaGroup $installFolder echo "Make Kavita executable" chmod +x $installFolder/Kavita echo "Launch Kavita" systemctl start kavita.service echo "Cleaning up downloaded files" rm -r Kavita rm $architecture echo "Update process finished :)"
-
[LINUX] I can't connect to Kavita after installing it
--2023-09-19 18:28:27-- https://github.com/Kareadita/Kavita/releases/download/v0.7.1.4/kavita-linux-arm64.tar.gz
- v0.7.8 - New Filtering System
-
Calibre Replacement Considerations
Hey, Kavita creator here and noticed you don't have any mentions of Kavita for epub readers. Kavita is not a Calibre replacement, but has a built-in epub/pdf reader along with some series-based organization.
https://www.kavitareader.com/
- Alexandria: A minimalistic cross-platform eBook reader
-
A note from our sponsor - InfluxDB
www.influxdata.com | 17 Sep 2024
Stats
Kareadita/Kavita is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
Kavita is marked as "self-hosted". This means that it can be used as a standalone application on its own.
The primary programming language of Kavita is C#.