/etc/music123rc is in music123 16.4-2.
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 | # This is the configuration file for music123
# A list of music playing programs follow for music123 to use
# Format is
# tool name_of_program extension1,extension2,... "options to be given before the file name"
tool ogg123 ogg,Ogg,OGG ""
tool ogg123 oga,Oga,OGA ""
tool ogg123 spx,Spx,SPX ""
tool mpg123 mp3,MP3,Mp3 ""
#tool esdplay wav,Wav,WAV ""
tool aplay wav,Wav,WAV ""
# wavgzplay.sh depends on music123 being able to play wav files.
# it's in examples because of known problems
#tool wavgzplay.sh wav.gz ""
# mplayer is a little heavy-weight; you might want to add -q to the options
#tool mplayer ra,wmv ""
|