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
chore: idk
devins.page
1 month ago
4ff1bedd
64a94f10
+2
-2
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
modules
beets.nix
+2
-2
hosts/bluepill/modules/beets.nix
···
29
29
format: aac
30
30
formats:
31
31
aac:
32
32
-
command: ${ffmpegwithFdkAac}/bin/ffmpeg -i $source -y -vn -c:a libfdk_aac -vbr 5 -ar 44100 $dest
32
32
+
command: ffmpeg -i $source -y -vn -c:a libfdk_aac -vbr 5 -ar 44100 $dest
33
33
extension: m4a
34
34
flac:
35
35
-
command: ${ffmpegwithFdkAac}/bin/ffmpeg -i $source -ar 44100 -sample_fmt s16 -y $dest
35
35
+
command: ffmpeg -i $source -ar 44100 -sample_fmt s16 -y $dest
36
36
extension: flac
37
37
fetchart:
38
38
cover_format: JPEG