Zane van Iperen
Zane van Iperen
Converts the library to use MusicBrainz IDs for albums, artists, albumartists, and tracks. All playlists, stars, etc. are kept. This is an irreversible transformation; the user is given a warning...
Uniquely identifies the track within an album, unlike `musicbrainz_trackid`. See https://picard-docs.musicbrainz.org/downloads/MusicBrainz_Picard_Tag_Map.html. Prerequisite for https://github.com/navidrome/navidrome/pull/1363, but is good to have anyway. Includes a bonus typo fix.
Many albums have slightly different variants depending on where (and when) they're released. Case-in-point: ``` $ ls -1 'Oceanborn [74321 70359 2]' 'Oceanborn [SPI67CD]' 'Oceanborn [SPI67SP]' 'Oceanborn [TFCK-87179]' 'Oceanborn [UICN-15002]'...
As it stands, it's difficult to (a) determine the object keys/values used in `New*WithBuffer` instructions, and (b) determine the exact location of a jump. It would be great if this...
* Are you using the latest driver? Yes * Are you using the latest EVDI version? Yes * If you are using a DisplayLink device, have you checked 'troubleshooting' on...
Specifically for cases where using `installFlags: ["--labels=whatever"]` isn't acceptable, e.g. Kubelets can't set the `node-role.kubernetes.io/master=""` label on themselves for security reasons, it has to be done via an API client...
Feature request: Add support for per-user authentication tokens. They'd be similar to GitHub's "Personal Access Tokens", to allow using protected endpoints without having to do the whole login/2fa flow. Context:...
**Describe the bug** `rm -rf`'ing a directory via Git Bash (Git for Windows) silently fails. **To Reproduce** Steps to reproduce the behaviour: * Install & configure virtiofs: ```pwsh & "C:\Program...
### FerretDB version version: v1.17.0 commit: unknown branch: unknown dirty: false package: nixpkgs debugBuild: false (This is a NixOS build, so most of this info is excluded. It was built...
Suggestion - add support for single-channel colour formats in SDL3, e.g. * `SDL_PIXELFORMAT_R16` - array of 16-bit uints * `SDL_PIXELFORMAT_R32` - array of 32-bit uints * `SDL_PIXELFORMAT_RF16` - array of...