about summary refs log tree commit diff stats
path: root/modules/home/conf/mbsync (unfollow)
Commit message (Collapse)Author
2024-08-21refactor(pkgs/comments): Integrate into ytBenedikt Peetz
2024-08-21fix(pkgs/tree-sitter-yts): Update grammar to new ytBenedikt Peetz
2024-08-21fix(pkgs/yt): Improve `update` and `subs` immenselyBenedikt Peetz
2024-08-20fix(pkgs/yt): Fix some more usage problemsBenedikt Peetz
2024-08-20build(pkgs/yt): UpdateBenedikt Peetz
2024-08-20feat(pkgs/yt): Implement additional features and bug fixesBenedikt Peetz
2024-08-20fix(pkgs/yt): Improve usabilityBenedikt Peetz
`yt` has now reached feature-parity with the old `ytcc` based `yt` implementation.
2024-08-20feat(pkgs/yt): Start the rewriteBenedikt Peetz
2024-08-11fix(home/pkgs/{mpc-beetsrm, mpc-searchadd}): Propagate the overriden beets ↵Benedikt Peetz
package These packages need to use beets and should thus use the same beets package as the internal module. This ensures, that plugins are available.
2024-08-11fix(home/beets): Use the `beetsExtraPlugins` from `pkgs`Benedikt Peetz
2024-08-11fix(home/beets/plgs/badfiles): Specify mainProgram path for `flac`Benedikt Peetz
2024-08-11fix(home/beets): Also use the correct attr name for `models`Benedikt Peetz
2024-08-11fix(home/beets): Use the correct attrbute name for `beetsExtraPlugins`Benedikt Peetz
2024-08-11fix(home/beets): Correctly execute functionBenedikt Peetz
2024-08-11fix(pkgs/mpc-rm): Rename to `mpc-beetrm`Benedikt Peetz
This avoids shadowing the original `mpc rm` command
2024-08-11feat(home/beets): Init the xtractor pluginBenedikt Peetz
2024-08-11refactor(home/beets): Move the plugins out into separate directoriesBenedikt Peetz
2024-08-11fix(home/beets): Improve path sorting and awareness of Live recordingsBenedikt Peetz
2024-08-11feat(home/beets): Init 'mbsubmit'Benedikt Peetz
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