[lastbash-cvs] lastbash lastbash.config,1.2,1.3
Status: Beta
Brought to you by:
cstroie
|
From: Costin S. <cs...@us...> - 2007-02-05 13:23:33
|
Update of /cvsroot/lastbash/lastbash In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11686 Modified Files: lastbash.config Log Message: Added configuration support for html output and csv history. Index: lastbash.config =================================================================== RCS file: /cvsroot/lastbash/lastbash/lastbash.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- lastbash.config 9 Dec 2006 12:27:50 -0000 1.2 +++ lastbash.config 5 Feb 2007 13:23:29 -0000 1.3 @@ -25,6 +25,11 @@ # 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 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" + +# Save history in CVS format +SAVE_HISTORY_CSV="y" |