Diff for "BeepMediaPlayer"


Differences between revisions 11 and 12
Revision 11 as of 2005-07-29 11:30:05
Size: 4219
Editor: dsl-202-52-55-156
Comment:
Revision 12 as of 2005-07-29 16:57:21
Size: 4274
Editor: c-67-174-186-96
Comment: note not in uni/multiverse
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
Requires the Hoary Extra repositories from Backports.

Note: This is a work in progress DRAFT!

Beep Media Player

Beep Media Player (BMP) is a fork of XMMS using the GTK2 toolkit to look a lot nicer. You will need the Universe and Multiverse repositories enabled to install BMP and plugins, see AddingRepositoriesHowto for more information.

Skins

BMP is compatible with Winamp 2.x (Classic) and XMMS skins. Ubuntu includes a few skins also, to install them:

sudo apt-get install bmp-skins

You can also download more skins from [http://www.winamp.com/skins/ the Winamp skins page] and place them in "~/.bmp/Skins" to use with BMP.

Music Plugins

There are several plugins needed to play your MP3/MWA etc music files with BMP. Eventually BMP will be moving towards GStreamer but not in the near future, not before GStreamer 0.10/1.0. Hoary and Breezy will still use the normal plugin system for some time to come.

Mp3 Plugin

libmpg123.so is already included with BMP, so it should play .mp3 files out of the box.

Musepack Plugin

Simply do:

apt-get install bmp-musepack

Requires the Hoary Extra repositories from Backports.

WMA Plugin

There is no WMA plugin available in Ubuntu, but you can compile one yourself:

Install the development tools

sudo apt-get install build-essential

Now we need the Beep Media Player development package

sudo apt-get install beep-media-player-dev

Download the WMA Plugin

wget http://download.berlios.de/bmp-plugins/bmp-wma-0.1.1.tar.gz

Extract the files

tar -xvzf bmp-wma-0.1.1.tar.gz

Enter the directory

cd bmp-wma-0.1.1

Configure and compile it

./configure
make

install it

sudo make install

attachment:IconsPage/IconWarning3.png You cannot play WMA files with DRM.

Misc Plugins

BMP Docklet

This plugin lets you control BMP via an icon in your task tray.

Firstly download the plugin:

wget http://mark.xnull.de/bmp-docklet/bmp-docklet-1.3.tar.bz2
tar -jxf bmp-docklet-1.3.tar.bz2

Install libxml-praser-perl

sudo apt-get install libxml-parser-perl

Enter the directory

cd bmp-docklet-1.3

Configure and compile it

./configure
make check
make 

install it

sudo make install

This plugin can now be enabled under BMP Preferences -> Plugins -> General -> Docklet Plugin

XF86Audio Keys, Blur Scope, Blursk, Libvisual, MiniLCD, wmDiscoTux and Crossfade Plugins

This plugin is actually a combination of plugins from XMMS. Note that this plugin also includes a Docklet plugin but trying to use it crashes BMP (use the one above instead).

Firstly download the plugin:

wget http://www.linuxhd.com/bmp-extra-plugins-0.2.2.tar.bz2
tar -jxf bmp-extra-plugins-0.2.2.tar.bz2

Enter the directory

cd bmp-extra-plugins-0.2.2

Configure and compile it

./configure
make 

install it

sudo make install

You should now have the following plugins:

General

  • Status Docklet Plugin (do not use, crashes BMP!)
  • XF86Audio Keys Control

Visualization

  • Blur Scope
  • blursk 0.2.2
  • Libvisual beep media player plugin 0.2.0
  • MiniLCD plugin v.0.2.2
  • wmDiscoTux

Output (in dropdown)

  • Crossfade Plugin 0.2.2

BeepMediaLibary

A quote from the home page:

It provides a text field from which you can search multiple directories for files including the string in the text field. Selected files can be played directly or queued up at the end of the playlist. If the last file of the playlist is playing, the BeepMediaLibrary can be set up to add a random file out of the whole library.

Firstly download the plugin:

wget http://download.berlios.de/beepmedialib/BeepMediaLibrary-0.12.tar.gz
tar -zxf BeepMediaLibrary-0.12

Enter the directory

cd BeepMediaLibrary-0.12

Compile it

make 

install it

sudo make install

This plugin can now be enabled under BMP Preferences -> Plugins -> General -> BeepMediaLibrary 0.1.1

More Plugins

For more plugins, see [http://www.sosdg.org/~larne/w/Plugin_list the BMP plugin page].

BeepMediaPlayer (last edited 2017-09-04 18:54:27 by ckimes)