Matthew Kennerly

Results 25 issues of Matthew Kennerly

GSM has a "Steam Spreader" function for moving/symlinking game installs, as well as a "Link & Sync" function for doing the same just for save data. It may be worth...

enhancement

I really like how Bosca Ceoil uses a plain-text format since it works better for version control, but it's a bit unwieldy for diffing since it's all on one line...

This is a proof-of-concept for #70 that tries to be a fairly minimal change. Before: ``` 3,0,0,0,120,16,4,2,0,0,0,128,0,256,128,0,0,128,0,256,2,0,1,0,0,14,52,1,0,0,52,1,1,0,52,1,2,0,57,1,3,0,60,1,4,0,65,1,6,0,67,1,8,0,57,1,8,0,62,1,11,0,59,1,10,0,55,1,12,0,55,1,13,0,55,1,14,0,62,1,8,0,0,0,1,1,0,8,67,1,3,0,67,1,7,0,67,1,11,0,69,1,2,0,64,1,5,0,65,1,6,0,64,1,9,0,65,1,13,0,0,1,0,1,0,1,-1,-1,-1,-1,-1,-1, ``` After: ``` 4, // general 0,0,0,120,16,4, // instruments 2, 0,0,0,128,0,256, 128,0,0,128,0,256, //...

* Documented existing CLI functionality and added MIDI/WAV export via CLI. * Because of how the WAV export is coupled to the GUI, I ended up using an event callback....

### Ludusavi version v0.13.1 ### Operating system Windows ### Installation method Standalone ### Description This can be reproduced by opening a narrow console, running `ludusavi restore`, and answering `n`. This...

bug
blocked

Hi! I was trying to add cargo-binstall support to a project of mine, but I got an error about the zip file on GitHub: ```console $ cargo binstall ludusavi --manifest-path...

Blocked: upstream

### What's your idea? Allowing imports from other tools (mainly GameSave Manager) would make it easier for people to switch to Ludusavi.

enhancement

### What's your idea? I received a request to support [cargo-binstall](https://github.com/cargo-bins/cargo-binstall) a while ago. However, this is blocked by: https://github.com/cargo-bins/cargo-binstall/issues/1080

enhancement
blocked

### What's your idea? This was proposed in https://github.com/mtkennerly/ludusavi/issues/156#issuecomment-1496330814. mapping.yaml could contain some additional fields on each backup: * `os` (string) * `wine_prefixes` (list of paths) Use cases: * Back...

enhancement

### What's your idea? This would require some research to see if we can do it accurately enough. The manifest `launch` section has executable paths/names, which may be useful for...

enhancement