moc

MOC - music on console - bardzo fajny grajek plików muzycznych (ogg/mpc/mp3/...).

Skrinszoty

610x490

Pliki konfiguracyjne

Mój plik ~/.moc/config19-05-2007

# This is a configuration file for the MOC player. It should be named 'config'
# and placed in directory ~/.moc/
# Comments begins with '#'.
# You can use quotes and escape ('\') in parameters


# Show file titles (title, author, album) instead of file names.
ReadTags                = yes

# Directory in which you store music files, if you specify it, you will be able
# to quickly go to this directory with the '-m' parameter or the 'm' command.
MusicDir                = "/mp3/"

# How to sort? FileName is the only option for now.
Sort                    = FileName

# Show errors in the streams, for example CRC errors or broken frames in mp3
# files
ShowStreamErrors        = no

# Turn on repeat.
Repeat                  = no

# Turn on shuffle.
Shuffle                 = no

# Turn on AutoNext
AutoNext                = yes

# Default FormatString
# %n - Track number
# %a - Artist
# %A - Album
# %t - Title
# %(X:TRUE:FALSE) - ternary expression - if X exists, do TRUE, otherwaise
#                   FALSE. '\' - escape character (must be double, because of 
#                   config interpreter). man zshmisc for more info.
FormatString            = "%(A:%A [%n] \:\: :)%(a:%a - :)%(t:%t:)"

# Output buffer size in kilobytes
OutputBuffer            = 2048

# Sound driver - OSS, ALSA, or null (only for debugging)
SoundDriver             = ALSA

# OSS output device
OSSDevice               = /dev/dsp

# OSS Mixer device
OSSMixerDevice          = /dev/mixer

# OSS Mixer channel: pcm or master
OSSMixerChannel         = pcm

# ALSA mixer device
AlsaMixer               = PCM

# ALSA output device
AlsaDevice              = default

# Show files with dot at the beginning?
ShowHiddenFiles         = no

# Start in the music directory if no arguments are given. If set to no, start
# in the current directory.
StartInMusicDir         = no

# Hide file name extensions
HideFileExtension       = no

# Show file format in menu.
ShowFormat              = yes

# Show file time in menu. Possible options: yes, no, IfAvailable - show the
# time only when it was read before (often works faster)
ShowTime                = IfAvailable

# Theme file. This can be absolute path or relative to
# /usr/share/moc/themes/ (depends on installation prefix) or ~/.moc/themes/
Theme                   = moja

# The theme used when running on on xterm
# XTermTheme            = transparent-background

# MOC directory - where pid file, socket, and state files are stored.
# You can use ~ at the begining
# MOCDir                = ~/.moc

# Use mmap() to read files (currently used for reading mp3). mmap() is much
# slower on NFS.
UseMmap                 = yes

# Perform character set conversion using iconv() to tags and file titles
# read from playlist files. This option has format: FROM:TO.
# To get list of supported sets use the iconv -l command.

# Just strip non-ASCII chars
TagsIconv               = ASCII:ASCII

# Usefull for Poles: Convert from Windows encoding to ISO
#TagsIconv              = WINDOWS-1250:ISO-8859-2

# Remember the playlist after exit?
SavePlaylist            = yes

# When using more than one client (interface) at a time, do the share the
# playlist?
SyncPlaylist            = yes

# Choose a keymap file (relative to ~/.moc/ or absolute path)
# Example keymap with description is included (keymap.example).
#Keymap                 = my_keymap

Skórka (ustawienia kolorów)19-05-2007

# theme by Piotr Ozarowski
# best viewed on shaded or black terminal

background              = default       default
frame                   = white         default
window_title            = green         default
directory               = red           default
selected_directory      = yellow        red
playlist                = blue          default
selected_playlist       = yellow        red
file                    = green         default
selected_file           = yellow        red
marked_file             = green         default bold
marked_selected_file    = yellow        red     bold
info                    = cyan          default
status                  = magenta       default
title                   = green         default
state                   = magenta       default
current_time            = magenta       default
time_left               = cyan          default
total_time              = cyan          default
time_total_frames       = magenta       default
sound_parameters        = cyan          default
legend                  = magenta       default
disabled                = black         default
enabled                 = yellow        default
empty_mixer_bar         = green         default
filled_mixer_bar        = black         green
empty_time_bar          = green         default
filled_time_bar         = black         green
entry                   = yellow        default
entry_title             = red           default
error                   = red           default
message                 = yellow        default
plist_time              = magenta       default
Autor: Piotr 'POX' Ożarowski. Napisano w VIM na Debian GNU/Linux
Valid HTML! Valid CSS!

19-05-2007