[lastbash-cvs] lastbash lastbash.config.in,NONE,1.1
Status: Beta
Brought to you by:
cstroie
|
From: Costin S. <cs...@us...> - 2007-03-05 12:42:36
|
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" |