aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/conf/beets (unfollow)
Commit message (Collapse)Author
2024-08-11fix(home/beets): Don't actually run the replaygain command but notifyBenedikt Peetz
This facilitates importing many things and then running the command afterwards.
2024-08-11feat(home/beets): Normalize artist when importingBenedikt Peetz
2024-08-10fix(home/beets): Generate the config file in JSON syntaxBenedikt Peetz
2024-08-10fix(home/beets): Typo in inline python codeBenedikt Peetz
2024-08-10fix(home/beets): Generate flat playlistsBenedikt Peetz
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`).
2024-08-10fix(home/beets): Remove `ftintitle` plugin, as it is no longer necessaryBenedikt Peetz
2024-08-10feat(home/beets): Place songs under the main artist directoryBenedikt Peetz
2024-08-10feat(home/beets): Add further smartplaylists (integrating with `mpdstats`)Benedikt Peetz
2024-08-10feat(home/beets): Add a hook to also calculate album replaygain on importBenedikt Peetz
2024-08-10feat(home/{beets, mpd}): Setup further pluginsBenedikt Peetz
2024-08-10feat(home/beets): Add `duplicates` pluginBenedikt Peetz
2024-08-09fix(home/beets): Calculate `replaygain` directly when importingBenedikt Peetz
Although this does not leverage a parallelized implementation, the importer itself is already parallelized, thus resulting in a parallelized calculation.
2024-08-09fix(home/beets): Also use subdirs for the Soundtrack genresBenedikt Peetz
2024-08-09fix(home/beets): Also store the log in the data-dirBenedikt Peetz
2024-08-09fix(home/beets): Also show the genre when storing a soundtrackBenedikt Peetz
2024-08-09docs(home/beets): Remove out-dated doc commentsBenedikt Peetz
2024-08-09fix(home/beets): Move the filesBenedikt Peetz
This gives beets the full control over the files and thus improves the general handling.
2024-08-08fix(home/beets): Disable incremental modeBenedikt Peetz
This is sort-of bugged (or at least it does not work how I would expect it to do).
2024-08-08feat(home/beets): Show more detailBenedikt Peetz
2024-08-08feat(home/beets): Enable the `incremental` optionBenedikt Peetz
2024-08-08fix(home/beets): Try out settings, in the hope to improve genresBenedikt Peetz
2024-08-08fix(home/beets): Tell beets to look for deezer id'sBenedikt Peetz
2024-08-08fix(home/beets): Completely disable the `scrub` pluginBenedikt Peetz
2024-08-08fix(home/beets): Use a specific genre for all albums on importBenedikt Peetz
2024-08-08fix(home/beets): Use the `beets` subdir in the music directoryBenedikt Peetz
This makes storing the raw data in the same directory possible.
2024-08-08fix(home/beets): Split the replay gain post-import hookBenedikt Peetz
The `&&` does not work, thus split the hook into two separate list entries.
2024-08-08fix(home/beets): Disable the `lastgenre` pluginBenedikt Peetz
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.
2024-08-07fix(home/beets): Correct typo in the `hook` plugin nameBenedikt Peetz
2024-08-07feat(home/beets): InitBenedikt Peetz