.TH dtas-sourceedit 1 "" "dtas user manual" .SH NAME .PP dtas-sourceedit - edit parameters of a source decoder .SH SYNOPSYS .PP dtas-sourceedit {sox | av | ff} .SH DESCRIPTION .PP dtas-sourceedit spawns an editor to allow editing of a source as a YAML file. See dtas-player_protocol(7) for details on SOURCEARGS. .SH EXAMPLES .PP Invoking dtas-sourceedit will spawn your favorite text editor on "sox": .IP .nf \f[C] $\ dtas-sourceedit\ sox \f[] .fi .PP To change the way dtas-player calls avconv (part of libav): .IP .nf \f[C] $\ dtas-sourceedit\ av \f[] .fi .PP To change the way dtas-player calls ffmpeg (lightly-tested): .IP .nf \f[C] $\ dtas-sourceedit\ ff \f[] .fi .SH ENVIRONMENT .PP VISUAL / EDITOR - your favorite *nix text editor, defaults to \[aq]vi\[aq] if unset. .PP DTAS_PLAYER_SOCK - the path to the dtas-player control socket. This defaults to ~/.dtas/player.sock .SH SEE ALSO .PP dtas-player(1), dtas-player_protocol(7), dtas-ctl(1)