Ani Betts

Results 39 issues of Ani Betts

My media labeling is of the format as an example `TV Shows/The White Lotus/Season 1/1x1.mkv` - I suspect that guessit is keying on simply `1x1.mkv` and of course can't find...

type/enhancement

Running Steam ROM Manager after SteamSync runs results in: ``` Fatal error occurred in Preview. See event log for details. Could not read required steam files: Error: "c:\program files (x86)\steam\userdata\[UID]\config\shortcuts.vdf"...

If a user has used UWPHook in the past, running SteamSync with `--download-art` will fail: ``` File "C:\Users\ani\AppData\Local\Programs\Python\Python312\Lib\site-packages\steamsync\steamsync.py", line 652, in main result, msg = add_games_to_shortcut_file( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\ani\AppData\Local\Programs\Python\Python312\Lib\site-packages\steamsync\steamsync.py", line...

For a project I'm working on, I ported this library to TypeScript, thought I'd share it, feel free to use it for whatever: https://gist.github.com/paulcbetts/0e3664019b54bd6f1cf65d879e61a166

While debugging my badly-written application, I'm trying to set Android Studio to break in on thrown exceptions: ![](http://cl.ly/image/1l391Q3o3y3v/content#png) However, when I restart my app like this, it seems to act...

Finish up the methods from ReleaseEntry: ## TODO: - [x] Generate from file - [ ] Evaluate staging percentage

![image](https://user-images.githubusercontent.com/1396/45936145-12571100-bf68-11e8-93bb-4eab6778806d.png) From Battery Historian, Email me and I can give you the bugreport. In general if this operation takes more than N milliseconds, we should probably just give up on...

On Windows, file locks are enforced, meaning that if we try to access files right after they have been written to, it is highly likely that we'll run into locking...

Commands requiring user interaction means that they cannot be used for automation, one of the biggest reasons to use a CLI - it would be super useful if commands (esp....

enhancement