| Commit message (Collapse) | Author |
|
This facilitates importing many things and then running the command
afterwards.
|
|
|
|
|
|
|
|
MPD can only handle fat playlists in the `playlist_directory`. It does
support nested playlists in the `music_directory`, but support for this
seems to be kinda lacking (e.g. `mpc` fails to list nested playlist with `mpc
lsplaylists`).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|