aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/conf/beets (unfollow)
Commit message (Collapse)Author
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