From b1c5c825f8127b133f640938ee8e4f3a7d58b7cb Mon Sep 17 00:00:00 2001 From: SBCrumb Date: Wed, 17 Sep 2025 21:50:27 -0400 Subject: [PATCH] chore: cleanup old comment lines clean up older comment lines from old code base. --- .env.secrect.template => .env.secrets.template | 0 README.md | 2 +- SETUP.md | 2 +- clients/sonarr_client.py | 2 +- nfoguard.py | 4 ++-- 5 files changed, 5 insertions(+), 5 deletions(-) rename .env.secrect.template => .env.secrets.template (100%) diff --git a/.env.secrect.template b/.env.secrets.template similarity index 100% rename from .env.secrect.template rename to .env.secrets.template diff --git a/README.md b/README.md index 419d0b4..eb679ba 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ NFOGuard will ignore: ## 🆘 Support - **Issues**: [GitHub Issues](https://github.com/sbcrumb/NFOguard/issues) -- **Documentation**: See `SETUP_GUIDE.md` for detailed instructions +- **Documentation**: See `SETUP.md` for detailed instructions - **Docker Hub**: [`sbcrumb/nfoguard`](https://hub.docker.com/r/sbcrumb/nfoguard) ## 📄 License diff --git a/SETUP.md b/SETUP.md index c634feb..0798ec5 100644 --- a/SETUP.md +++ b/SETUP.md @@ -122,7 +122,7 @@ If you have an existing `.env` with API keys: version: '3.8' services: nfoguard: - image: ghcr.io/your-org/nfoguard:latest + image: sbcrumb/nfoguard:latest container_name: nfoguard ports: - "8080:8080" diff --git a/clients/sonarr_client.py b/clients/sonarr_client.py index 06fafc9..48c754e 100644 --- a/clients/sonarr_client.py +++ b/clients/sonarr_client.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -Enhanced Sonarr API client extracted from media_date_cache.py +Enhanced Sonarr API client for TV show metadata and episode management """ import json import time diff --git a/nfoguard.py b/nfoguard.py index f6273ec..1940419 100644 --- a/nfoguard.py +++ b/nfoguard.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """ -NFOGuard - Consolidated webhook server for TV and Movie import date management -Replaces webhook_server.py and media_date_cache.py with modular architecture +NFOGuard - Automated NFO file management for Radarr and Sonarr +Modular architecture with webhook processing and intelligent date handling """ import os import json