users/foo-dogsquared/setups/music: update config

This commit is contained in:
Gabriel Arazas 2024-03-15 11:49:10 +08:00
parent 3413974ccf
commit cc2ec7e4e4
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
--format bestaudio --format bestaudio
--audio-format opus --audio-format opus
--output '%(track_number,playlist_autonumber)d-%(track,title)s.%(ext)s' --output '%(artist,uploader)s/%(album,playlist)s/%(track_number,playlist_index)d-%(track,title)s.%(ext)s'
--download-archive archive --download-archive archive
# Add all sorts of metadata. # Add all sorts of metadata.

View File

@ -121,9 +121,9 @@ in
"~/library/music|Library" "~/library/music|Library"
] ]
++ lib.optional (attrs?nixosConfig.suites.filesystem.setups.external-hdd.enable) ++ lib.optional (attrs?nixosConfig.suites.filesystem.setups.external-hdd.enable)
"/mnt/external-storage/library/music|External storage" "/mnt/external-storage/Music|External storage"
++ lib.optional (attrs?nixosConfig.suites.filesystem.setups.archive.enable) ++ lib.optional (attrs?nixosConfig.suites.filesystem.setups.archive.enable)
"/mnt/archives/music|Archive"; "/mnt/archives/Music|Archive";
}; };
internetarchive = { internetarchive = {