xmms updates
[monky] / README
diff --git a/README b/README
index 25ce7e8..8f7c304 100644 (file)
--- a/README
+++ b/README
@@ -45,7 +45,8 @@ COMPILING
        --infodir=/usr/share/info     --datadir=/usr/share    --sysconfdir=/etc
        --localstatedir=/var/lib          --enable-xft   --enable-seti   --enable-dou-
        ble-buffer    --enable-own-window   --enable-proc-uptime          --enable-mpd
-       --enable-mldonkey --enable-x11 --enable-portmon
+       --enable-mldonkey    --enable-x11    --enable-portmon    --enable-xmms
+       --enable-bmp --enable-audacious --enable-infopipe --enable-bmpx
 
        make
 
@@ -189,6 +190,10 @@ CONFIGURATION SETTINGS
              Draw borders around text?
 
 
+       draw_graph_borders
+             Draw borders around graphs?
+
+
        draw_shades
              Draw shades?
 
@@ -224,6 +229,16 @@ CONFIGURATION SETTINGS
              Minimum size of window
 
 
+       min_port_monitors
+             Allow for the creation of at least this number of port  monitors
+             (if 0 or not set, default is 16)
+
+
+       min_port_monitor_connections
+             Allow  each port monitor to track at least this many connections
+             (if 0 or not set, default is 256)
+
+
        mldonkey_hostname
              Hostname for mldonkey stuff, defaults to localhost
 
@@ -309,14 +324,10 @@ CONFIGURATION SETTINGS
              Use Xft (anti-aliased font and stuff)
 
 
-       min_port_monitors
-             Allow  for the creation of at least this number of port monitors
-             (if 0 or not set, default is 16)
-
-
-       min_port_monitor_connections
-             Allow each port monitor to track at least this many  connections
-             (if 0 or not set, default is 256)
+       xmms_player
+             Use specified player/plugin for the xmms status variables. Valid
+             items are: none, xmms, bmp, audacious and infopipe. (default  is
+             none). Note that bmpx is currently handled separately.
 
 
        TEXT   After this begins text to be formatted on screen
@@ -909,6 +920,67 @@ VARIABLES
              text to overlap. See also $offset.
 
 
+       xmms_bar (height),(width)
+             xmms / bmp / audacious / infopipe: progress bar
+
+
+       xmms_bitrate
+             xmms / bmp / audacious / infopipe: bitrate of current tune
+
+
+       xmms_channels
+             xmms  /  bmp / audacious / infopipe: number of audio channels of
+             current tune
+
+
+       xmms_filename
+             xmms / bmp / audacious / infopipe: full  path  and  filename  of
+             current tune
+
+
+       xmms_frequency
+             xmms / bmp / audacious / infopipe: sampling frequency of current
+             tune
+
+
+       xmms_length
+             xmms / bmp / audacious / infopipe: total length of current  tune
+             as MM:SS
+
+
+       xmms_length_seconds
+             xmms  / bmp / audacious / infopipe: total length of current tune
+             in seconds
+
+
+       xmms_playlist_position
+             xmms / bmp / audacious / infopipe: playlist position of  current
+             tune
+
+
+       xmms_playlist_length
+             xmms / bmp / audacious / infopipe: number of tunes in playlist
+
+
+       xmms_position
+             xmms  /  bmp  /  audacious / infopipe: MM:SS position of current
+             tune
+
+
+       xmms_position_seconds
+             xmms / bmp / audacious / infopipe: position of current  tune  in
+             seconds
+
+
+       xmms_status
+             xmms  /  bmp  /  audacious  /  infopipe:  player  status  (Play-
+             ing/Paused/Stopped/Not running)
+
+
+       xmms_title
+             xmms / bmp / audacious / infopipe: title of current tune
+
+
 EXAMPLES
        conky -t '${time %D %H:%m}' -o -u 30
              Start Conky in its own window with date and clock as text and 30
@@ -923,11 +995,11 @@ FILES
 BUGS
        Drawing to root or some other desktop window directly doesn't work with
        all window managers. Especially doesn't work well with Gnome and it has
-       been reported that it doesn't work with KDE  either.  Nautilus  can  be
-       disabled         from  drawing  to  desktop with program gconf-editor. Uncheck
-       show_desktop in /apps/nautilus/preferences/.  There  is -w  switch  in
-       Conky  to  set  some  specific window id. You might find xwininfo -tree
-       useful to find the window to draw to. You  can  also  use  -o  argument
+       been  reported  that  it         doesn't work with KDE either. Nautilus can be
+       disabled from drawing to desktop         with  program  gconf-editor.  Uncheck
+       show_desktop  in         /apps/nautilus/preferences/.  There  is  -w switch in
+       Conky to set some specific window id. You  might         find  xwininfo  -tree
+       useful  to  find         the  window  to draw to. You can also use -o argument
        which makes Conky to create its own window.
 
 SEE ALSO