Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 24.128.246.209:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/XmmsPlayer

------------------------------------------------------------------------------
@@ -1,11 +1,10 @@
 == XMMS Player Setup ==
 
-xmms comes with a multitude of cool visualization plugins. Running Freevo with xmms 
instead of the standard audio player (Mplayer) you can tap into this wealth. Instead 
of displaying song information and a
-progress bar when playing audio files, Freevo will display the visualization of your 
choice.
+Xmms can be used instead of freevo as a music player. It has some advantages for 
users including a cleaner mp3 playing.
+Setup is a very easy, but depends on the version of freevo you are using. Also you 
must have XWindows installed and be using it
+to run freevo. You cannot use xmms with a framebuffer only setup.
 
-Setup is a very easy. 
-
-=== Setup ===
+=== Freevo 1.3.4 ===
 
 1) Install xmms.  Verify it operates correctly.
 
@@ -30,6 +29,38 @@
 }}}
    
 
-=== Notes ===
-Of course you need to run Freevo under XFree86 to use Xmms.
+=== Freevo 1.4 and Freevo 1.4.1 ===
+
+Due to changes in these releases they cannot run xmms as the music player.
+
+=== Freevo >=1.5 ===
+
+1) Install xmms.  Verify it operates correctly.
+
+2) Install pyxmms.
+[[BR]]
+   Instructions, source and debian packs available at [http://www.via.ecp.fr/~flo/ 
http://www.via.ecp.fr/~flo/][[BR]]
+   '''Note:''' Make sure that you install pyxmms under the same version of python you 
use to run Freevo.
+
+3) general setup, add this to local_conf.py
+{{{
+plugin.activate('audio.fxmms')
+FXMMS_CMD = '/usr/bin/xmms'
+}}}
+
+4) additional setup (optional):
+{{{
 
+# Tell freevo to prefer fxmms for playing most audio
+# generally most people who want fxmms also want this, but it is not required.
+# Not setting this will force fxmms to take a back seat to audio.mplayer if it is 
active
+# generally i set this and still keep mplayer active since it supports net radio 
streams and many more formats.
+AUDIO_PREFERED_PLAYER = 'fxmms'
+
+# an optional parameter to tell freevo not to use FXMMS to play netradio (it doesn't 
support most of the formats)
+FXMMS_NETRADIO = 0
+
+# an optional parameter, tells freevo that FXMMS can play the following files with 
those extensions. below is the
+# default but you can simply add more if you have xmms plugins that play other 
formats.
+FXMMS_SUFFIX = ['mp3','wav','ogg', 'mod']
+}}}


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to