about summary refs log tree commit diff stats
path: root/flake/nixosConfigurations (unfollow)
Commit message (Collapse)Author
2024-08-11feat(home/beets): Init `badfiles` pluginBenedikt Peetz
2024-08-11feat(home/beets): Init 'play' pluginBenedikt Peetz
2024-08-11fix(home/beets): Specify replacement schemaBenedikt Peetz
2024-08-11feat(home/beets): Remove the deezer plugin (it was a mere crutch)Benedikt Peetz
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.
2024-08-11fix(home/beets): Don't try to normalize fieldsBenedikt Peetz
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.
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-10fix(home/pkgs): Use new mpc wrappersBenedikt Peetz
2024-08-10fix(pkgs/mpc): Update the new music handling systemBenedikt Peetz
2024-08-09fix(pkgs/lyrics): Make the music dir configurableBenedikt Peetz
2024-08-09feat(home/pkgs): Add `jq` to the default packagesBenedikt 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-09feat(home/mpd): Enable `replaygain` detectionBenedikt Peetz
2024-08-09fix(home/mpd): Use the beets music directoryBenedikt Peetz
2024-08-09style(home/mpd): Normalize white spaceBenedikt 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
2024-08-04fix(flake): Update flake templatesBenedikt Peetz
2024-08-03refactor(flake): Remove outdated followsBenedikt Peetz
2024-08-03fix(modules/home/less/lesskey): Fix less not using values from lesskey fileBenedikt Peetz
less ignores the lesskey file if it contains the `#stop` directive. This is extremely weird, but one valid fix is just removing the `#stop` directive.
2024-08-02fix(modules/home/nvim/plgs/nvim/neorg): Use stable versionBenedikt Peetz
The unstable version is missing an lua dependency
2024-08-02fix(modules/system/sound): Remove overloaded `sound` optionBenedikt Peetz
This was deprecated in nixpkgs.
2024-08-02build(treewide): UpdateBenedikt Peetz
2024-07-13chore(treewide): Add a shebang to each `.envrc`Benedikt Peetz
2024-07-13fix(modules): Adopt to flake updateBenedikt Peetz
2024-07-13build(treewide): UpdateBenedikt Peetz