Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 377cf1fcf9326a8cdf2c47d11816e050 > files > 4

xmms_morestate-0.1.2-1mdk.ppc.rpm

	xmms_morestate - Maintains additional state information between XMMS runs.


  Copyright (C) 2002 David Deephanphongs

  xmms_morestate is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA



Installation:

Compile xmms_morestate:
  Assuming that the XMMS development headers have been
installed, this should be no more than running 'make'.

Copy xmms_morestate.so to  a General plugin directory --
  Run 'make local_install' to copy it to your local plugin
directory (~/.xmms/Plugins/General/), or copy it yourself to
the xmms system plugin directory (`xmms-config --general-plugin-dir`).

Configuration:
There are three configuration options that you can use to control xmms_morestate.
They are restore_vol, restore_time, and restore_paused.  

If restore_vol is true, xmms_morestate will save the volume when xmms
is shut down, and will restore it the next time xmms starts.

If restore_time is true, then when xmms shuts down, xmms_morestate will save the
time position within currently playing song, and will restore it the next time xmms
starts.

If restore_paused is true, then if the current song is paused when xmms shuts down,
it will be paused the next time xmms starts up.

Once you enable the xmms_morestate plugin, and shut down xmms for the first time,
a configuration section for xmms_morestate will appear within ~/.xmms/config.
The restore_vol, restore_time, and restore_paused fields inside this section.
Search for '[morestate_cfg]' to find it.