Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(home/beets): Use the `beets` subdir in the music directory | Benedikt Peetz | 2024-08-08 |
| | | | | This makes storing the raw data in the same directory possible. | ||
* | fix(home/beets): Split the replay gain post-import hook | Benedikt Peetz | 2024-08-08 |
| | | | | | The `&&` does not work, thus split the hook into two separate list entries. | ||
* | fix(home/beets): Disable the `lastgenre` plugin | Benedikt Peetz | 2024-08-08 |
| | | | | | 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. | ||
* | fix(home/beets): Correct typo in the `hook` plugin name | Benedikt Peetz | 2024-08-07 |
| | |||
* | feat(home/beets): Init | Benedikt Peetz | 2024-08-07 |