mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
users/foo-dogsquared/setups/music: update config
This commit is contained in:
parent
3413974ccf
commit
cc2ec7e4e4
@ -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.
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user