Commit Graph

4 Commits

Author SHA1 Message Date
deluan 2f846f2a87 fix: truncate long activity fields before sending to Discord
Apply truncateText to Name, Details, State, and LargeText fields.
Apply truncateURL to DetailsURL, StateURL, LargeURL, and SmallURL fields.
This prevents Discord from silently rejecting the entire presence update.
Fixes #16
2026-03-04 12:23:12 -05:00
deluan c5af3c1d63 feat: add truncateText and truncateURL helpers for Discord field limits
Discord silently rejects presence updates when text fields exceed 128
characters or URL fields exceed 256 characters. Fixes #16
2026-03-04 12:23:12 -05:00
WoahAI f96884e3e5 Spotify Link-Through & Navidrome Logo Overlay (#15)
Co-authored-by: deluan <deluan@deluan.com>
2026-03-04 12:04:03 -05:00
deluan cdc693bd7f Initial commit, copy from examples folder 2026-02-02 18:44:59 -05:00