lychee
lychee
The project alto was originally meant to be a useful music organizer and so it is as of today, but I received a suggestion from the [Unofficial Go Discord](https://discord.gg/golang) to...
I encountered this issue with my program [alto](https://github.com/ItsLychee/alto) where I was expecting the `%artist%` variable to return `m.c["artist"]`, which is the actual `artist` field defined within the metadata, but it...
Usage of `py.test` is deprecated and seems to be removed judging from packaging this in nixpkgs, I've simply replaced `py.test` references with `pytest` https://github.com/pytest-dev/pytest/issues/1629#issue-161422224