Release 0.0.2 #1

Merged
ryan merged 8 commits from develop into main 2026-05-17 18:29:34 +00:00
Owner

Desc

  • Initial release of taggarr — syncs tags from Radarr and Sonarr to Plex as library labels
  • Plex items are matched by TMDB ID (movies) and TVDB ID (shows); unmatched items are not touched
  • SQLite cache prevents unnecessary Plex writes when nothing has changed

Changes

  • src/index.ts — sync loop: fetches arr tags, resolves desired Plex labels, applies adds/removes with cache deduplication
  • src/plex.ts — Plex library fetch and label write API
  • src/arr.ts — Radarr/Sonarr tag fetch, keyed by TMDB/TVDB ID
  • src/cache.ts — SQLite-backed label cache
  • src/health.ts — container /health management
  • src/log.ts — structured logger
  • Docker/Compose setup and .env example
## Desc - Initial release of taggarr — syncs tags from Radarr and Sonarr to Plex as library labels - Plex items are matched by TMDB ID (movies) and TVDB ID (shows); unmatched items are not touched - SQLite cache prevents unnecessary Plex writes when nothing has changed ## Changes - `src/index.ts` — sync loop: fetches arr tags, resolves desired Plex labels, applies adds/removes with cache deduplication - `src/plex.ts` — Plex library fetch and label write API - `src/arr.ts` — Radarr/Sonarr tag fetch, keyed by TMDB/TVDB ID - `src/cache.ts` — SQLite-backed label cache - `src/health.ts` — container `/health` management - `src/log.ts` — structured logger - Docker/Compose setup and `.env` example
ryan merged commit 8a6982efc6 into main 2026-05-17 18:29:34 +00:00
ryan referenced this pull request from a commit 2026-05-17 18:29:34 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ryan/taggarr!1
No description provided.