Topic: MOC Configs & Themes
I thought it might be cool to have a place to keep our custom MOC configs and themes.
Config goes in ~/.moc
Themes go in either ~/.moc/themes or /usr/local/share/moc/themes
Some documentation is included in the MOC readme, but the default theme and config files provided with MOC are very well documented and probably your best source of info.
I've been playing around with things for a little while today, and came up with a custom layout and a monochrome theme that matches my Conky and Tint2 configurations (I tried defining custom colours, but either this is bugged in my build or Terminator doesn't support it).
Config:
ReadTags = yes
MusicDir = "~/music"
Sort = FileName
ShowStreamErrors = no
Mp3IgnoreCRCErrors = yes
Repeat = no
Shuffle = no
AutoNext = yes
FormatString = "%(n:%n :)%(t:%t:)"
OutputBuffer = 2048
InputBuffer = 512
Prebuffering = 64
SoundDriver = JACK, ALSA, OSS
JackOutLeft = "alsa_pcm:playback_1"
JackOutRight = "alsa_pcm:playback_2"
OSSDevice = /dev/dsp
OSSMixerDevice = /dev/mixer
OSSMixerChannel = pcm
OSSMixerChannel2 = master
AlsaMixer = PCM
AlsaMixer2 = Master
AlsaDevice = default
ShowHiddenFiles = no
StartInMusicDir = yes
HideFileExtension = no
ShowFormat = yes
ShowTime = yes
Theme = monochrome_theme
MOCDir = ~/.moc
UseMmap = no
SyncPlaylist = yes
ASCIILines = no
Fastdir1 = ~/music
Fastdir2 = ~/gpodder-downloads
Fastdir3 = "/media/Windows/Documents and Settings/safetycopy/My Documents/My Music"
TagsCacheSize = 256
PlaylistNumbering = yes
Layout1 = "directory:0,0,50%,100% playlist:50%,0,50%,100% "
FollowPlayedFile = yes
CanStartInPlaylist = no
OnSongChange = "/usr/lib/lastfmsubmitd/lastfmsubmit --artist %a --title %t --length %d --album %r"Theme:
background = default default
frame = white default
window_title = white default
directory = white default
selected_directory = black white
playlist = white default
selected_playlist = black white
file = white default
selected_file = black white
marked_file = white default
marked_selected_file = black white
info = white default
selected_info = black white
marked_info = white default
marked_selected_info = black white
status = white default
title = white default
state = white default
current_time = black white
time_left = white default
total_time = white default
time_total_frames = white default
sound_parameters = white default
legend = white default
disabled = white default
enabled = black white
empty_mixer_bar = white default
filled_mixer_bar = black white
empty_time_bar = white default
filled_time_bar = black white
entry = white default
entry_title = white default
error = white default
message = white default
plist_time = white default


