refactor: remove sync window logic from Spotify Import

- Simplified SpotifyMissingTracksFetcher to remove complex sync window timing
- Now fetches on startup if cache missing, then checks every 5 minutes for stale cache (>24h)
- Removed SYNC_START_HOUR, SYNC_START_MINUTE, SYNC_WINDOW_HOURS from config
- Updated README and .env.example to reflect simpler configuration
- Sync window was only relevant for legacy Jellyfin plugin scraping method
- When using sp_dc cookie method (recommended), this service is dormant anyway
- Deleted MIGRATION.md (local-only file, not for repo)
This commit is contained in:
2026-02-08 01:21:45 -05:00
parent baab1e88a5
commit 8dbf37f6a3
8 changed files with 50 additions and 375 deletions

5
.gitignore vendored
View File

@@ -103,4 +103,7 @@ apis/api-calls/endpoint-usage.json
originals/
# Sample missing playlists for Spotify integration testing
sampleMissingPlaylists/
sampleMissingPlaylists/
# Migration guide (local only)
MIGRATION.md