Created
September 19, 2016 08:23
-
-
Save peterver/d2f67fe7a74a4325816c1b9880f89baa to your computer and use it in GitHub Desktop.
Default MOCP setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ReadTags = yes | |
Sort = FileName | |
ShowStreamErrors = no | |
MP3IgnoreCRCErrors = yes | |
Repeat = no | |
Shuffle = no | |
AutoNext = yes | |
FormatString = "%(a:%a - :)%(t:%t:)" | |
InputBuffer = 512 | |
OutputBuffer = 512 | |
Prebuffering = 64 | |
SoundDriver = JACK:ALSA:OSS | |
JackClientName = "moc" | |
JackStartServer = no | |
JackOutLeft = "system:playback_1" | |
JackOutRight = "system:playback_2" | |
OSSDevice = /dev/dsp | |
OSSMixerDevice = /dev/mixer | |
OSSMixerChannel1 = pcm | |
OSSMixerChannel2 = master | |
ALSADevice = default | |
ALSAMixer1 = PCM | |
ALSAMixer2 = Master | |
Softmixer_SaveState = yes | |
Equalizer_SaveState = yes | |
ShowHiddenFiles = no | |
HideFileExtension = yes | |
ShowFormat = no | |
Theme = nightly_theme | |
Layout1 = directory(0,0,100%,100%):playlist(0,0,100%,100%) | |
FollowPlayedFile = yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment