| Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`yt` has now reached feature-parity with the old `ytcc` based `yt`
implementation.
|
|
|
|
package
These packages need to use beets and should thus use the same beets
package as the internal module. This ensures, that plugins are
available.
|
|
|
|
|
|
|
|
|
|
|
|
This avoids shadowing the original `mpc rm` command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|