summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2026-06-24feat: extract IMDB title IDs from links URLs into param fielddev3-15/+87
- 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
2026-06-24feat: add AccessToken back to Config struct (json:"-" to exclude from ↵dev1-0/+1
serialization)
2026-06-24chore: remove access_token from config (calculated by program)dev2-4/+0
2026-06-24feat: switch config to JSON; add go.mod and config.json.exampledev4-88/+57
- 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()
2026-06-24chore: commit existing config.go changesdev1-1/+2
2026-06-24Initial commitdev2-0/+143