about summary refs log tree commit diff stats
path: root/pkgs (unfollow)
Commit message (Collapse)Author
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
2024-07-05fix(snapper): Use strings instead of numbers for the snapper env variablesBenedikt Peetz
2024-07-05refactor(hosts): Also move bluetooth and graphics to separate modulesBenedikt Peetz
2024-07-05build(treewide): UpdateBenedikt Peetz
2024-06-28fix(modules/home/alacritty/hints): Support git hashes over 7 charsBenedikt Peetz
2024-06-22feat(modules/home/taskwarrior/projects): Add latex projectBenedikt Peetz
2024-06-19fix(modules/nvim/plgs/vim-tex): Disable the new `tsb` mappingBenedikt Peetz
This mapping conflicts with my default `t` mapping to go down.
2024-06-19fix(modules/nvim): Update to the newest nixVim versionBenedikt Peetz
This includes replacing the deprecated `lua = true` pattern with a raw lua value and using the new name for `nil_ls`: `nil-ls`
2024-06-19fix(pkgs/brightness): Remove unneeded variable assignmentBenedikt Peetz
2024-06-19build(flake): UpdateBenedikt Peetz