Milan Bharanya

Results 5 comments of Milan Bharanya

@Rafiuth I created the symlink `C:\shortcuts\raid10` pointing to a network share in hopes of fixing the issue. Using `\\\raid10\Music` had the same issue. I do see checkmarks and most songs...

@Rafiuth Thank you so much for the thorough investigation. This really seems interesting, if something like ` std::filesystem::exists()` fails for such a use case. I've just been trying to isolate...

@zavviodotcom Sorry it's a bit off topic, but how do you turn on your camera after /sbin/poweroff ? You would need to power cycle it to turn it back on....

I also had this issue and noticed it's a scoping issue with the config variable. See my PR #11 for a working version (at least for me).

@PeterSprague The scope of config was only inside the main function before my change. Therefore you get your error in `admin_user, access_token = login(config["homeserver"])` where `config` is not defined. For...