services.airsonic.transcoders

NixOS option

List of paths to transcoder executables that should be accessible from Airsonic. Symlinks will be created to each executable inside ${config.services.airsonic.home}/transcoders.

type: list of absolute path
Default
[ "${pkgs.ffmpeg.bin}/bin/ffmpeg" ]
declared in: nixos/modules/services/misc/airsonic.nixView source on NixOS/nixpkgs →