个人工具

“UbuntuHelp:BeepMediaPlayer”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:BeepMediaPlayer}}
 
{{Languages|UbuntuHelp:BeepMediaPlayer}}
 
== Beep Media Player ==
 
== 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.
 
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.
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install beep-media-player
 
sudo apt-get install beep-media-player
 
</nowiki></pre>
 
</nowiki></pre>
 
 
''Note: As of 2005 BMP is no longer being developed. If you are using Ubuntu 7.04 or later, consider using Audacious or BMPx, which are forks of BMP.''
 
''Note: As of 2005 BMP is no longer being developed. If you are using Ubuntu 7.04 or later, consider using Audacious or BMPx, which are forks of BMP.''
 
 
=== Skins ===
 
=== Skins ===
 
 
BMP is compatible with Winamp 2.x (Classic) and XMMS skins. Ubuntu includes a few skins also, to install them:
 
BMP is compatible with Winamp 2.x (Classic) and XMMS skins. Ubuntu includes a few skins also, to install them:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install bmp-skins
 
sudo apt-get install bmp-skins
 
</nowiki></pre>
 
</nowiki></pre>
 
 
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.
 
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.
 
 
=== Playlists ===
 
=== Playlists ===
 
 
BMP is capable of using custom playlists. You can create, save and load playlists by clicking on the button located on the bottom right of the "Playlist" screen.  
 
BMP is capable of using custom playlists. You can create, save and load playlists by clicking on the button located on the bottom right of the "Playlist" screen.  
 
 
==== Magnatune ====
 
==== Magnatune ====
 
 
BMP supports m3u playlists, which means it can play albums from [http://www.magnatune.com Magnatune]. Simply click on any of the "play hifi" or "lowfi" links and select Beep Media Player to open the .m3u file. At the time of writing the Rock&Pop genre contained almost 800 free songs.
 
BMP supports m3u playlists, which means it can play albums from [http://www.magnatune.com Magnatune]. Simply click on any of the "play hifi" or "lowfi" links and select Beep Media Player to open the .m3u file. At the time of writing the Rock&Pop genre contained almost 800 free songs.
 
 
=== Music Plugins ===
 
=== Music Plugins ===
 
 
There are several plugins needed to play your MP3/MWA etc music files with BMP. Eventually BMP will be moving towards GStreamer however this won't happen in near future (not before GStreamer 0.10/1.0). Hoary and Breezy will still use the normal plugin system for some time to come.
 
There are several plugins needed to play your MP3/MWA etc music files with BMP. Eventually BMP will be moving towards GStreamer however this won't happen in near future (not before GStreamer 0.10/1.0). Hoary and Breezy will still use the normal plugin system for some time to come.
 
 
==== Essential Pacakges ====
 
==== Essential Pacakges ====
 
 
Before compiling any of the plugins, install the libxml-praser-perl, build-essential and BMP dev packages.
 
Before compiling any of the plugins, install the libxml-praser-perl, build-essential and BMP dev packages.
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install libxml-parser-perl build-essential beep-media-player-dev
 
sudo apt-get install libxml-parser-perl build-essential beep-media-player-dev
 
</nowiki></pre>
 
</nowiki></pre>
 
 
==== Mp3 Plugin ====
 
==== Mp3 Plugin ====
 
 
libmpg123.so is already included with BMP, so it should play .mp3 files out of the box. More information is available at [[UbuntuHelp:RestrictedFormats]].
 
libmpg123.so is already included with BMP, so it should play .mp3 files out of the box. More information is available at [[UbuntuHelp:RestrictedFormats]].
 
 
==== WMA Plugin ====
 
==== WMA Plugin ====
 
 
There is no WMA plugin available in Ubuntu, but you can compile one yourself:
 
There is no WMA plugin available in Ubuntu, but you can compile one yourself:
 
 
Download the WMA Plugin
 
Download the WMA Plugin
 
<pre><nowiki>
 
<pre><nowiki>
 
wget http://download.berlios.de/bmp-plugins/bmp-wma-0.1.1.tar.gz
 
wget http://download.berlios.de/bmp-plugins/bmp-wma-0.1.1.tar.gz
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Extract the files
 
Extract the files
 
<pre><nowiki>
 
<pre><nowiki>
 
tar -xvzf bmp-wma-0.1.1.tar.gz
 
tar -xvzf bmp-wma-0.1.1.tar.gz
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Enter the directory
 
Enter the directory
 
<pre><nowiki>
 
<pre><nowiki>
 
cd bmp-wma-0.1.1
 
cd bmp-wma-0.1.1
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Configure and compile it
 
Configure and compile it
 
<pre><nowiki>
 
<pre><nowiki>
第69行: 第45行:
 
make
 
make
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Install it
 
Install it
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo make install
 
sudo make install
 
</nowiki></pre>
 
</nowiki></pre>
 
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconWarning3.png You cannot play WMA files with DRM.
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconWarning3.png You cannot play WMA files with DRM.
 
 
=== Misc Plugins ===
 
=== Misc Plugins ===
 
 
Before compiling any of these plugins, see Essential Pacakges above.
 
Before compiling any of these plugins, see Essential Pacakges above.
 
 
==== BMP Docklet ====
 
==== BMP Docklet ====
 
 
This plugin lets you control BMP via an icon in your task tray.
 
This plugin lets you control BMP via an icon in your task tray.
 
 
Firstly download the plugin:
 
Firstly download the plugin:
 
<pre><nowiki>
 
<pre><nowiki>
第90行: 第59行:
 
tar -jxf bmp-docklet-1.3.tar.bz2
 
tar -jxf bmp-docklet-1.3.tar.bz2
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Enter the directory
 
Enter the directory
 
<pre><nowiki>
 
<pre><nowiki>
 
cd bmp-docklet-1.3
 
cd bmp-docklet-1.3
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Configure and compile it
 
Configure and compile it
 
<pre><nowiki>
 
<pre><nowiki>
第102行: 第69行:
 
make  
 
make  
 
</nowiki></pre>
 
</nowiki></pre>
 
 
install it
 
install it
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo make install
 
sudo make install
 
</nowiki></pre>
 
</nowiki></pre>
 
 
This plugin can now be enabled under BMP Preferences -> Plugins -> General -> Docklet Plugin
 
This plugin can now be enabled under BMP Preferences -> Plugins -> General -> Docklet Plugin
 
 
 
=== XF86Audio Keys, Blur Scope, Blursk, Libvisual, MiniLCD, wmDiscoTux and Crossfade Plugins ===
 
=== 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).
 
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:
 
Firstly download the plugin:
 
<pre><nowiki>
 
<pre><nowiki>
第122行: 第81行:
 
tar -jxf bmp-extra-plugins-0.2.2.tar.bz2
 
tar -jxf bmp-extra-plugins-0.2.2.tar.bz2
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Enter the directory
 
Enter the directory
 
<pre><nowiki>
 
<pre><nowiki>
 
cd bmp-extra-plugins-0.2.2
 
cd bmp-extra-plugins-0.2.2
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Configure and compile it
 
Configure and compile it
 
<pre><nowiki>
 
<pre><nowiki>
第133行: 第90行:
 
make  
 
make  
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Install it
 
Install it
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo make install
 
sudo make install
 
</nowiki></pre>
 
</nowiki></pre>
 
 
You should now have the following plugins:
 
You should now have the following plugins:
 
 
'''General'''
 
'''General'''
 
* Status Docklet Plugin (do not use, crashes BMP!)
 
* Status Docklet Plugin (do not use, crashes BMP!)
 
* XF86Audio Keys Control
 
* XF86Audio Keys Control
 
 
'''Visualization'''
 
'''Visualization'''
 
* Blur Scope
 
* Blur Scope
第151行: 第104行:
 
* MiniLCD plugin v.0.2.2
 
* MiniLCD plugin v.0.2.2
 
* wmDiscoTux
 
* wmDiscoTux
 
 
'''Output (in dropdown)'''
 
'''Output (in dropdown)'''
 
* Crossfade Plugin 0.2.2  
 
* Crossfade Plugin 0.2.2  
 
 
==== Beep Media Library ====
 
==== Beep Media Library ====
 
 
Beep Media Library is a playlist plugin that allows you to do text based searches on filenames. Beep Media Library is not needed for normal playlists in BMP, it is simply an addon feature.
 
Beep Media Library is a playlist plugin that allows you to do text based searches on filenames. Beep Media Library is not needed for normal playlists in BMP, it is simply an addon feature.
 
 
A quote from the home page:
 
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.
 
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:
 
Firstly download the plugin:
 
<pre><nowiki>
 
<pre><nowiki>
第168行: 第115行:
 
tar -zxf BeepMediaLibrary-0.12
 
tar -zxf BeepMediaLibrary-0.12
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Enter the directory
 
Enter the directory
 
<pre><nowiki>
 
<pre><nowiki>
 
cd BeepMediaLibrary-0.12
 
cd BeepMediaLibrary-0.12
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Compile it
 
Compile it
 
<pre><nowiki>
 
<pre><nowiki>
 
make  
 
make  
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Install it
 
Install it
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo make install
 
sudo make install
 
</nowiki></pre>
 
</nowiki></pre>
 
 
This plugin can now be enabled under BMP Preferences -> Plugins -> General -> BeepMediaLibrary 0.1.1
 
This plugin can now be enabled under BMP Preferences -> Plugins -> General -> BeepMediaLibrary 0.1.1
 
 
==== More Plugins ====
 
==== More Plugins ====
 
For more plugins, see [http://www.sosdg.org/~larne/w/Plugin_list the BMP plugin page].
 
For more plugins, see [http://www.sosdg.org/~larne/w/Plugin_list the BMP plugin page].
 
 
==== Related Pages ====
 
==== Related Pages ====
 
* [[UbuntuHelp:BMPInvalidUTF8]] - Fix the error "<code><nowiki>Invalid UTF-8</nowiki></code>" in Beep Media Player
 
* [[UbuntuHelp:BMPInvalidUTF8]] - Fix the error "<code><nowiki>Invalid UTF-8</nowiki></code>" in Beep Media Player

2007年11月30日 (五) 16:14的版本


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.

sudo apt-get install beep-media-player

Note: As of 2005 BMP is no longer being developed. If you are using Ubuntu 7.04 or later, consider using Audacious or BMPx, which are forks of BMP.

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 the Winamp skins page and place them in "~/.bmp/Skins" to use with BMP.

Playlists

BMP is capable of using custom playlists. You can create, save and load playlists by clicking on the button located on the bottom right of the "Playlist" screen.

Magnatune

BMP supports m3u playlists, which means it can play albums from Magnatune. Simply click on any of the "play hifi" or "lowfi" links and select Beep Media Player to open the .m3u file. At the time of writing the Rock&Pop genre contained almost 800 free songs.

Music Plugins

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

Essential Pacakges

Before compiling any of the plugins, install the libxml-praser-perl, build-essential and BMP dev packages.

sudo apt-get install libxml-parser-perl build-essential beep-media-player-dev

Mp3 Plugin

libmpg123.so is already included with BMP, so it should play .mp3 files out of the box. More information is available at UbuntuHelp:RestrictedFormats.

WMA Plugin

There is no WMA plugin available in Ubuntu, but you can compile one yourself: 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

IconsPage?action=AttachFile&do=get&target=IconWarning3.png You cannot play WMA files with DRM.

Misc Plugins

Before compiling any of these plugins, see Essential Pacakges above.

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

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

Beep Media Library

Beep Media Library is a playlist plugin that allows you to do text based searches on filenames. Beep Media Library is not needed for normal playlists in BMP, it is simply an addon feature. 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 the BMP plugin page.

Related Pages