Matthew Kennerly

Results 281 comments of Matthew Kennerly

Hi! I have a few questions for you: * Is there anything in particular that changed around when the backups stopped working? E.g., Ludusavi update, OS update, or anything you...

Yeah, I wouldn't want to implement auto-updating for the reasons @mainrs mentioned. Even on Windows, Ludusavi doesn't know if you used Winget, Scoop, or Cargo to install it - and...

Other screen: > ![Screenshot 2024-07-19 001258](https://github.com/user-attachments/assets/2a976214-5e21-4328-8c25-440a967be60e) On startup: > ![Screenshot 2024-07-18 232422](https://github.com/user-attachments/assets/d8393bb4-f4f6-4152-8377-d8bb57d74e5f)

@darklinkpower That's a good idea :) I'll look into incorporating this in the Playnite plugin after the next release: ``` $ ludusavi api '{"requests": [{"checkAppUpdate": {}}]}' { "responses": [ {...

I think this would be a good option, but there are some complications. The backup structure would need to be tweaked first in order to make bisync work well: *...

Hi! I hadn't really considered this since I wasn't sure if there was interest, but I'm open to the idea. I'll need to think about the API, but it would...

> will need ludusavi.exe update to allow defining < game> like "Game_Name/Files" that's format used for portable games. This is now supported in Ludusavi v0.29.0 :) GameVault can generate a...

Hi! Unfortunately, this is a limitation in [Iced](https://github.com/iced-rs/iced) currently: * https://github.com/iced-rs/iced/issues/979 * https://github.com/iced-rs/iced/issues/2145 * https://github.com/iced-rs/iced/issues/2645 * https://github.com/iced-rs/iced/pull/1858 Once Iced supports IMEs, then I'll be able to fix this in Ludusavi.

That's great! I tried it out on Iced master, and it works for me on Windows 11 🎉

Hi! Do you have the code for the radio archival program? I'm curious what APIs it's using to check the system volume. I did a quick test, and it works...