Disable mopidy-youtube caching

This commit is contained in:
coolneng 2023-03-13 10:06:03 +01:00
parent 086d0679e0
commit b8d6691f1a
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 0 additions and 11 deletions

View File

@ -90,7 +90,6 @@ in {
base_dir = /home/coolneng/Music
[youtube]
allow_cache = true
search_results = 50
youtube_dl_package = yt_dlp
musicapi_enabled = true

View File

@ -138,16 +138,6 @@ with pkgs;
after = [ "network-online.target" ];
};
# Clean up Mopidy cache monthly
systemd.services.mopidy-cleanup = {
description = "Clean up Mopidy cache monthly";
path = [ coreutils ];
script = "${pkgs.coreutils}/bin/rm -rf /var/lib/mopidy/.cache/*";
serviceConfig.Type = "oneshot";
startAt = "*-*-15 14:00:00";
after = [ "network-online.target" ];
};
# Pull changes from zion daily
systemd.user.services.zion-pull = {
description = "Pull zion changes to git";