| Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This plugin /does/ simplify auto-tagging, but in the end this results in
sub-par results as the metadata obtained from Deezer does not necessarily
match up with the one from music brainz. This results in instances of
the same artist being added with different capitalization.
|
|
Normalization should occur in form of change request to music brainz as
these songs otherwise get their old tag back, once a mbupdate is
performed.
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|