Commit Graph

9 Commits

Author SHA1 Message Date
deluan 375dd85b15 refactor: update HTTP request handling to use host.HTTPSend for improved error management 2026-02-24 13:46:56 -05:00
deluan d10ee8588d fix: address code review issues for Spotify and Discord RPC
- Use MD5 hashing for image and Spotify cache keys instead of raw hex
  encoding (rpc.go) and SHA-256 (spotify.go)
- Validate Spotify track IDs with base-62 regex before using in URLs
- Fix buildSpotifySearchURL parameter order to match (artist, title) usage
- Tighten test mock matchers with shared helpers for cache keys and
  external-assets URLs, replacing broad mock.Anything usage
- Update test Spotify IDs to use valid base-62 identifiers
2026-02-23 22:28:13 -05:00
deluan 49caff0cb7 feat: update status display type based on activity name configuration 2026-02-23 21:57:02 -05:00
deluan 480a8a18d7 feat: add Spotify link-through option and remove option to disable ND logo overlay 2026-02-23 21:03:34 -05:00
deluan 62df36b870 refactor: clean up integration test files and improve Spotify URL resolution logic 2026-02-23 20:41:35 -05:00
WoahAI 89c778d62f validated changes 2026-02-22 23:12:59 +00:00
Daniel Stefani 6b5ca1a54f feat: add configuration option to select Activity Name based on currently playing track (#11) 2026-02-08 12:50:20 -05:00
Deluan Quintão 758759cda0 Add uguu.se artwork upload for private Navidrome instances (#4) 2026-02-07 14:27:32 -05:00
deluan cdc693bd7f Initial commit, copy from examples folder 2026-02-02 18:44:59 -05:00