update radar and sonarr enpoints

This commit is contained in:
2026-04-26 01:19:32 -04:00
parent 3df4542351
commit e6a6bfd5e9
3 changed files with 65 additions and 14 deletions
+5 -2
View File
@@ -895,8 +895,11 @@ MEDIA_FILE_PATTERNS=(
# Protected patterns are NEVER deleted — cover art, metadata, subtitles generated by the arr
# are not included in the tracked file API response but must not be deleted.
#
# API versions: Sonarr v4 → /api/v3/ Radarr v6 → /api/v3/ Lidarr v3 → /api/v1/
# Lidarr runs on HOST1 only.
# API versions and endpoint patterns:
# Sonarr v4 → /api/v3/series (get IDs) → /api/v3/episodefile?seriesId=X per series
# Radarr v5 → /api/v3/movie (get IDs) → /api/v3/moviefile?movieId=X per movie
# Lidarr v3 → /api/v1/artist (get IDs) → /api/v1/trackFile?artistId=X per artist
# All require per-ID loops — bulk endpoints removed in newer versions
# ── Lidarr ────────────────────────────────────────────────────────────────────────────────────
HOST1_LIDARR_URL="http://192.168.50.2:8686"