CommandMC

Results 44 issues of CommandMC

This option had two use cases: - You're running a Windows game with Proton - You're running a Linux-native game Umu now covers both of these use cases. Running Proton...

pr:ready-for-review

Attempts to make pnpm 10 work in AppVeyor by updating Corepack --- Use the following Checklist if you have changed something on the Backend or Frontend: - [ ] Tested...

WIP for now, still got a long way to go before this works The idea behind this PR is that we parse selective downloads from the same files the EGL...

In the case that multiple releases match a disc ID & `prompt` is enabled, `release` may not contain the full ID (`release` is the input by the user, which may...

If `WHIPPER_COLOR_LOG` is set, whipper will now attempt to import the [`coloredlogs`]() package and install it to add color to log output I've found this to be much more readable,...

MusicBrainz releases can have multiple catalog numbers. This patch adds support for showing more than the first one, which can be important information (imagine you're ripping a disc with many...

As noted in #651, `pkg_resources` is deprecated and will be removed rather soon. Whipper currently uses it for various things, all of which luckily have alternatives - Logger plugin discovery...

The AccurateRip response data for this test changed since it was created, which lead to some distributions creating patches to update it ([Arch]()) Instead of relying on the actual response,...

When installing from source & launching using `python -m whipper`, `sys.argv[0]` ends up as `/whipper/__main__.py`. In turn, `__main__.py.foo.bar` is used for lookups in the config file, instead of `whipper.foo.bar`, which...

I have whipper setup with these options to adhere to the filename conventions of the Plex Media Server: ```ini [whipper.cd.rip] track_template = %%A/%%D/%%N%%t - %%n disc_template = %%A/%%D/%%N ``` For...