You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: merge main (feat/multi-source music support) into production-polish
Resolves conflicts from PR #13 landing in main. Kept HEAD versions for
AppDelegate extension architecture, thread-safe AppleMusicSource tracking
lock, and richer FEATURE_IDEAS content; accepted origin/main additions for
systemNowPlaying queue key, Last.fm/Multi-Platform feature ideas, and new
PlaybackSourceManagerTests test.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Global keyboard shortcuts to toggle tracking, skip song, or show/hide the overlay — even when WolfWave is in the background. Configurable in Settings → Advanced.
54
54
55
55
**Complexity**: Low–Medium
56
-
**Approach**: `CGEvent` tap or a lightweight hotkey library (e.g. HotKey by github/soffes)
56
+
**Approach**: `CGEvent` tap or a lightweight hotkey library (e.g. HotKey by GitHub/soffes)
57
+
58
+
---
59
+
60
+
## Last.fm Scrobbling
61
+
62
+
Optional Last.fm integration to automatically scrobble tracks as they play. Uses Last.fm API with OAuth device flow (same pattern as Twitch auth).
0 commit comments