tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: beets config
devins.page
1 month ago
64a94f10
beb93ede
+1
-1
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
modules
beets.nix
+1
-1
hosts/bluepill/modules/beets.nix
···
32
32
command: ${ffmpegwithFdkAac}/bin/ffmpeg -i $source -y -vn -c:a libfdk_aac -vbr 5 -ar 44100 $dest
33
33
extension: m4a
34
34
flac:
35
35
-
command: ffmpeg -i $source -ar 44100 -sample_fmt s16 -y $dest
35
35
+
command: ${ffmpegwithFdkAac}/bin/ffmpeg -i $source -ar 44100 -sample_fmt s16 -y $dest
36
36
extension: flac
37
37
fetchart:
38
38
cover_format: JPEG