/etc/juke.conf is in juke 0.7-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # Sample juke configuration file
# @ is replaced by juke with the file to play
.mp3 mpg123 -b 1024 -q @
.wav play @
.psg psgplay -q @
.ogg ogg123 -q -b 1024 @
.669 xmp -q @
.alm xmp -q @
.amd xmp -q @
.far xmp -q @
.mod xmp -q @
.mtm xmp -q @
.okt xmp -q @
.ptm xmp -q @
.rad xmp -q @
.s3m xmp -q @
.stm xmp -q @
.wow xmp -q @
.xm xmp -q @
|