| Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Although this does not leverage a parallelized implementation, the
importer itself is already parallelized, thus resulting in a
parallelized calculation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This gives beets the full control over the files and thus improves the
general handling.
|
|
This is sort-of bugged (or at least it does not work how I would expect
it to do).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes storing the raw data in the same directory possible.
|
|
The `&&` does not work, thus split the hook into two separate list
entries.
|
|
The genre should already be set, and using the genres from last.fm is
only really worth it, if the song/artist is already popular.
|
|
|
|
|
|
|
|
|
|
less ignores the lesskey file if it contains the `#stop` directive. This
is extremely weird, but one valid fix is just removing the `#stop`
directive.
|
|
The unstable version is missing an lua dependency
|
|
This was deprecated in nixpkgs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This mapping conflicts with my default `t` mapping to go down.
|
|
This includes replacing the deprecated `lua = true` pattern with a raw
lua value and using the new name for `nil_ls`: `nil-ls`
|
|
|
|
|
|
|
|
|
|
|