No description
Find a file
2025-12-17 18:18:59 -06:00
.devcontainer
.github feat(ci): add GitHub Actions and Docker configuration 2025-12-17 17:55:16 -06:00
.vscode
distribution chore: update Windows and macOS distribution branding 2025-12-17 18:18:59 -06:00
docker feat(ci): add GitHub Actions and Docker configuration 2025-12-17 17:55:16 -06:00
frontend Fix: (#11303) collection API error when using Movie CollectionThe (#11304) 2025-12-10 20:56:11 +01:00
Logo
schemas
src feat: initial project branding and setup 2025-12-17 17:45:37 -06:00
.editorconfig
.gitattributes
.gitignore
.yarnrc
azure-pipelines.yml chore: updated build images 2025-11-14 23:14:05 +00:00
build.sh
CHANGELOG.md docs: update documentation for rebrand 2025-12-17 18:17:20 -06:00
CLA.md
CODE_OF_CONDUCT.md docs: update documentation for rebrand 2025-12-17 18:17:20 -06:00
CONTRIBUTING.md docs: update documentation for rebrand 2025-12-17 18:17:20 -06:00
docs.sh
global.json
LICENSE
package.json
README.md docs: update documentation for rebrand 2025-12-17 18:17:20 -06:00
SECURITY.md docs: update documentation for rebrand 2025-12-17 18:17:20 -06:00
test.sh
tsconfig.json
yarn.lock

Logarr

All-in-one media manager for movies, books, and audiobooks.

Overview

Logarr (from Greek λόγος - "word, reason") is a unified media management system forked from Radarr. It provides automated monitoring, downloading, and library management for multiple media types through a single interface.

Current Status: Early development. Movie functionality inherited from Radarr is working. Book and audiobook support is planned.

Features

Movies (working):

  • Automated monitoring and quality upgrades
  • Metadata and artwork management
  • Integration with download clients and indexers

Books (planned):

  • EPUB, MOBI, PDF quality tracking
  • Author and series hierarchy
  • Goodreads/Hardcover metadata

Audiobooks (planned):

  • M4B, MP3, FLAC support
  • Narrator tracking and duration metadata
  • Audible metadata integration

General:

  • Usenet and BitTorrent support
  • SABnzbd, NZBGet, qBittorrent, Deluge, rTorrent, Transmission integration
  • Plex and Kodi integration

Quick Start

docker run -d \
  --name=logarr \
  -e PUID=1000 \
  -e PGID=1000 \
  -p 7878:7878 \
  -v /path/to/config:/config \
  -v /path/to/media:/media \
  --restart unless-stopped \
  ghcr.io/cody-k/logarr:latest

Web interface: http://localhost:7878

Building from Source

Requirements: .NET 8.0 SDK, Node.js 20+, Yarn

git clone https://github.com/Cody-k/logarr.git
cd logarr
./build.sh --backend --frontend
dotnet run --project src/Radarr

Roadmap

  1. Foundation - Generalize database schema, implement hierarchical monitoring (Author → Series → Item)
  2. Multi-Media - Add book and audiobook quality profiles, port metadata providers
  3. Interface - Unified dashboard with type filters, type-specific detail views

Contributing

Early development phase. Not currently accepting contributions while core architecture is established.

License

GNU GPL v3

Logarr is a derivative of Radarr. Copyright 2010-2025.