Update of /cvsroot/lastbash/lastbash
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12892
Added Files:
lastbash.config.in
Log Message:
The initial config file.
--- NEW FILE: lastbash.config.in ---
# LastBASH Configuration file
# This file should be placed in '/etc/lastbash.config' or '~/.lastbash/config'
# Enable debug mode. Possible values: 'y' or 'n'
DEBUG="n"
# History scrolling direction: up or down. Possible values: 'y' or 'n'
HISTORY_SCROLL_DOWN="y"
# Relative proportions of the history field units: artist, album and title.
HISTORY_FIELD_UNITS=(2 2 3)
# Metadata refresh interval, in seconds.
REFRESH_INTERVAL="30"
# Use the backend player. Possible values: 'y' or 'n'
USE_PLAYER="y"
# Backend player to use. Possible values: 'mplayer', 'auto'
PLAYER="auto"
# Automatically start playing. Possible values: 'y' or 'n'
AUTO_PLAY="y"
# HTTP client to use. Possible values: 'wget', 'curl', 'builtin', 'auto'
HTTP_CLIENT="auto"
# Save the metadata (artist-track) of the current playing track to a file
SAVE_NOWPLAYING="y"
# Save the metadata of the current playing track to a html file
SAVE_HTML="y"
# The location of the html template
HTML_TEMPLATE="@HTML_TEMPLATE@"
# Save history in CVS format
SAVE_HISTORY_CSV="y"
|