Skip to content

Instantly share code, notes, and snippets.

View swoopae's full-sized avatar
😳

swoopbae swoopae

😳
View GitHub Profile
@swoopae
swoopae / spotify.cc
Last active May 21, 2023 13:31
stupid simple spotify song detection for C++
void spotify ( ) {
const static auto & spotify = CONFIG_GET ( HASH_CT ( "crescent:spotify" ) , bool );
if ( !spotify )
return;
static HWND spotify_hwnd = nullptr;
static float last_hwnd_time = 0.f , last_title_time = 0.f;
/* hilariously overengineered solution to get fucking spotify song name */