added back tmdb

This commit is contained in:
2025-09-09 08:55:02 -04:00
parent dd215d2f38
commit 149bf9acd3
2 changed files with 80 additions and 0 deletions
+13
View File
@@ -39,6 +39,19 @@ RADARR_API_KEY=your_radarr_api_key
SONARR_URL=http://sonarr:8989
SONARR_API_KEY=your_sonarr_api_key
# ===========================================
# EXTERNAL APIs FOR DIGITAL RELEASE DATES
# ===========================================
# TMDB API for digital release dates (recommended)
TMDB_API_KEY=your_tmdb_api_key
# OMDb API for DVD/digital release dates (optional)
OMDB_API_KEY=your_omdb_api_key
# Jellyseerr for additional digital release data (optional)
JELLYSEERR_URL=http://jellyseerr:5055
JELLYSEERR_API_KEY=your_jellyseerr_api_key
# ===========================================
# NFO MANAGEMENT
# ===========================================