Skip to content

Latest commit

 

History

74 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArrLink

Tag-based hardlink manager for Radarr and Sonarr. Point it at your apps, map tags (or metadata) to destination path/filename templates, and ArrLink keeps matching media hardlinked into organized folders as imports and tags change.

CI CodeQL Container License: MIT

Status: early public release. Single-maintainer homelab tool — it works and is in day-to-day use, but expect rough edges. Issues and PRs welcome (see Contributing).

Features

  • Works with Radarr and Sonarr
  • Automatic scanning — polls each app and reacts to new imports, tag changes, renames, and quality upgrades
  • Rules engine — match on tags or metadata, combine conditions with AND/OR, render dir + filename templates, and see a live preview before anything is written
  • Presets for common conventions (user tags, certification, kids, 4K/HDR) as a one-click starting point
  • Safe hardlinks — inode-verified and idempotent across restarts; source files are never touched, foreign files are never clobbered
  • Ships as a single Docker container (PUID/PGID, healthcheck); optional password and/or OIDC login

Quick start

cp .env.example .env        # optional
docker compose up -d
# UI: http://<host>:8270

Media must be visible to the container at the same absolute paths the *arr apps use, and the link root must sit on the same filesystem as the sources. See docs/deployment.md for volumes and path mirroring.

Develop

# backend
python3 -m venv .venv
.venv/bin/pip install -r requirements-dev.txt
.venv/bin/python -m pytest -q
CONFIG_DIR=./config .venv/bin/python -m uvicorn arrlink.main:create_app \
  --factory --app-dir backend --port 8270 --reload

# frontend (proxies /api to :8270)
cd web && npm install && npm run dev   # http://localhost:5173

Documentation

Contributing

See CONTRIBUTING.md and CODE_OF_CONDUCT.md. PR titles follow Conventional Commits, and AI-assisted work must be disclosed in the PR (details in CONTRIBUTING).

Support & community

License

MIT

About

Tag-based hardlink organizer for Radarr and Sonarr that automatically links matching media into custom folder structures for easier multi-user multi-library management

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages