services.subsonic.transcoders

NixOS option

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

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