Release v1.1.0 - Configuration Simplification

Configuration Changes:
- Removed sync window logic from Spotify Import (no more SYNC_START_HOUR, SYNC_START_MINUTE, SYNC_WINDOW_HOURS)
- Simplified to: fetch on startup if cache missing, check every 5 minutes for stale cache
- Unified download folder structure: downloads/{permanent,cache,kept}/ instead of separate paths
- Removed Library:KeptPath config, now uses downloads/kept/

Documentation:
- Updated README with clearer Spotify Import configuration
- Updated .env.example to reflect simplified settings
- Removed MIGRATION.md from repository (local-only file)

Bug Fixes:
- Web UI now correctly displays kept tracks in Active Playlists tab
- Fixed path handling for favorited tracks
This commit is contained in:
2026-02-08 01:33:09 -05:00
parent 2b09484c0b
commit 9f362b4920
8 changed files with 264 additions and 363 deletions

12
.gitignore vendored
View File

@@ -99,15 +99,11 @@ apis/api-calls/*.log
apis/api-calls/endpoint-usage.json
/app/cache/endpoint-usage/
# Log files for debugging
apis/*.log
# Endpoint usage tracking
apis/endpoint-usage.json
/app/cache/endpoint-usage/
# Original source code for reference
originals/
# Sample missing playlists for Spotify integration testing
sampleMissingPlaylists/
sampleMissingPlaylists/
# Migration guide (local only)
MIGRATION.md