← 返回
效率工具 Key 中文

Sonarr Fixed

Search and add TV shows to Sonarr. Supports monitor options, search-on-add. FORK of jordyvandomselaar/sonarr with fixed metadata.
搜索并添加电视节目到 Sonarr,支持监控选项和添加时搜索。是对 jordyvandomselaar/sonarr 的分支,已修复元数据。
frannunpal
效率工具 clawhub v1.0.2 1 版本 100000 Key: 需要
★ 0
Stars
📥 841
下载
💾 5
安装
1
版本
#latest

概述

Sonarr (Fixed)

⚠️ FORK NOTICE: This is a fork of jordyvandomselaar/sonarr with corrected metadata declarations.

Add TV shows to your Sonarr library.

Setup

Create ~/.openclaw/credentials/sonarr/config.json:

{
  "url": "http://localhost:8989",
  "apiKey": "your-api-key",
  "defaultQualityProfile": 1
}
  • defaultQualityProfile: Quality profile ID (run config to see options)

Alternative: Environment Variables

Instead of config file, you can use:

  • SONARR_URL - Sonarr instance URL
  • SONARR_API_KEY - Sonarr API key

Workflow

  1. Search: search "Show Name" - returns numbered list
  2. Present results with TVDB links - always show clickable links
  3. Check: User picks a number
  4. Add: Add show and start search

Important

  • Always include TVDB links when presenting search results to user
  • Format: Title (Year)
  • Uses defaultQualityProfile from config; can override per-add

Commands

Search for shows

bash scripts/sonarr.sh search "Breaking Bad"

Check if show exists in library

bash scripts/sonarr.sh exists <tvdbId>

Add a show (searches immediately by default)

bash scripts/sonarr.sh add <tvdbId>              # searches right away
bash scripts/sonarr.sh add <tvdbId> --no-search  # don't search

Remove a show

bash scripts/sonarr.sh remove <tvdbId>                # keep files
bash scripts/sonarr.sh remove <tvdbId> --delete-files # delete files too

Always ask user if they want to delete files when removing!

Get root folders & quality profiles (for config)

bash scripts/sonarr.sh config

Original skill by jordyvandomselaar. Fork maintained with permission under open source principles.

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-29 17:13 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 429 📥 103,650
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 444 📥 226,022
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 437 📥 146,948