1

Compare commits

...

2 Commits

3 changed files with 14 additions and 8 deletions

View File

@ -489,6 +489,7 @@
gparted
tidal-hifi
tidal-dl-ng
picard
# Office
wacomtablet # For xournalpp/krita

View File

@ -50,22 +50,22 @@ in {
"edit" # edit metadata in text editor
"fetchart" # pickup local cover art or search online
"fish" # beet fish generates ~/.config/fish/completions file
# "lyrics" # fetch song lyrics
"lyrics" # fetch song lyrics
"replaygain" # write replaygain tags for automatic loudness adjustments
];
fetchart = {
auto = true;
auto = "yes";
sources = "filesystem coverart itunes amazon albumart"; # sources are queried in this order
};
# lyrics = {
# auto = "no"; # we need the lyrics as .lrc files, not embedded into the metadata
# synced = "yes"; # prefer synced lyrics if provided
# };
lyrics = {
auto = "yes"; # only embeds lyrics into metadata, needed for jellyfin but useless for rmpc
synced = "yes"; # prefer synced lyrics if provided
};
replaygain = {
auto = false; # analyze on import automatically
auto = "yes"; # analyze on import automatically
backend = "ffmpeg";
overwrite = true; # re-analyze files with existing replaygain tags on import
};

View File

@ -76,11 +76,13 @@ in {
files = [
# NOTE: Don't put files generated/linked by HM here
# as HM can't overwrite file mounts...
(mkUFile ".config/.tidal-dl.json" m755)
(mkUFile ".config/.tidal-dl.token.json" m755)
(mkUFile ".local/share/fish/fish_history" m755)
(mkUFile ".local/share/hyprland/lastVersion" m755)
(mkUFile ".local/state/lazygit/state.yml" m755)
(mkUFile ".local/state/xdg-desktop-portal-termfilechooser/last_dir" m755)
];
directories = [
@ -125,7 +127,10 @@ in {
(mkUDir ".config/Msty" m755)
(mkUDir ".config/Nextcloud" m755)
(mkUDir ".config/obsidian" m755)
(mkUDir ".config/tidal-hifi" m755)
(mkUDir ".config/tidal_dl_ng" m755)
(mkUDir ".config/unity3d" m755) # Unity
(mkUDir ".config/vlc" m755)
(mkUDir ".config/Zeal" m755)
(mkUDir ".local/share/direnv" m755)