[lastbash-cvs] lastbash lastbash.config,1.1,1.2
Status: Beta
Brought to you by:
cstroie
|
From: Costin S. <cs...@us...> - 2006-12-09 12:27:55
|
Update of /cvsroot/lastbash/lastbash In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25976 Modified Files: lastbash.config Log Message: Added support for now_playing. Index: lastbash.config =================================================================== RCS file: /cvsroot/lastbash/lastbash/lastbash.config,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- lastbash.config 6 Dec 2006 17:52:12 -0000 1.1 +++ lastbash.config 9 Dec 2006 12:27:50 -0000 1.2 @@ -25,3 +25,6 @@ # 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" + |