update radar and sonarr enpoints
This commit is contained in:
+5
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user