Bumps [dessant/label-actions](https://github.com/dessant/label-actions) from 3 to 5. - [Release notes](https://github.com/dessant/label-actions/releases) - [Changelog](https://github.com/dessant/label-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/dessant/label-actions/compare/v3...v5) --- updated-dependencies: - dependency-name: dessant/label-actions dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .devcontainer | ||
| .github | ||
| .vscode | ||
| distribution | ||
| docker | ||
| frontend | ||
| Logo | ||
| research | ||
| schemas | ||
| scripts | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .yarnrc | ||
| azure-pipelines.yml | ||
| build.sh | ||
| CHANGELOG.md | ||
| CLA.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| docs.sh | ||
| global.json | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| SECURITY.md | ||
| test.sh | ||
| tsconfig.json | ||
| yarn.lock | ||
Aletheia
All-in-one media manager for movies, books, and audiobooks.
Overview
Aletheia (from Greek ἀλήθεια - "truth, disclosure") 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
Privacy
Telemetry and analytics are disabled by default:
- No usage analytics or behavior tracking
- No machine fingerprinting
- Error reporting is opt-in
To enable error reporting, toggle Analytics in Settings → General.
Quick Start
docker run -d \
--name=aletheia \
-e PUID=1000 \
-e PGID=1000 \
-p 7878:7878 \
-v /path/to/config:/config \
-v /path/to/media:/media \
--restart unless-stopped \
ghcr.io/cheir-mneme/aletheia:latest
Web interface: http://localhost:7878
Building from Source
Requirements: .NET 8.0 SDK, Node.js 20+, Yarn
git clone https://github.com/cheir-mneme/aletheia.git
cd aletheia
./build.sh --backend --frontend
dotnet run --project src/Radarr
Roadmap
- Foundation - Generalize database schema, implement hierarchical monitoring (Author → Series → Item)
- Multi-Media - Add book and audiobook quality profiles, port metadata providers
- Interface - Unified dashboard with type filters, type-specific detail views
Contributing
Early development phase. See CONTRIBUTING.md for development setup and code guidelines.
License
Aletheia is a derivative of Radarr. Copyright 2010-2025.