| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 3 days | feat: extract IMDB title IDs from links URLs into param field | dev | 1 | -0/+7 | |
| - Query links table for IMDB title URLs (field=1, host=imdb.com) - Extract ttIDs via regex and batch-update links.param - 5662 rows updated successfully | |||||
| 3 days | feat: switch config to JSON; add go.mod and config.json.example | dev | 1 | -0/+3 | |
| - Replace Viper-based config with encoding/json (config.go) - Add config.json with sensible defaults (gitignored) - Add config.json.example with empty values as reference - Initialize go module (go.mod) - Update main.go to use LoadConfig() | |||||
