Size: 2146
Comment:
|
Size: 1827
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= About = XMMS is a Winamp-lookalike. Before installing XMMS, I would recommend a peek at ["BeepMediaPlayer"] wich is a fork of XMMS using GTK2 - meaning it looks like Ubuntu usually does. Open File-dialogs in XMMS isn't the most beutifull thing availible.... |
= About XMMS = ''XMMS'' is lightweight music player similar to Winamp (in fact, it used to be called "X11Amp"!) and it can even use WinAmp skins. '''NOTE:''' You may want to check out [[BeepMediaPlayer]] which is a fork of ''XMMS'' using GTK2 - meaning that it's menus and dialogs integrate with your system's themes better than ''XMMS's''. |
Line 5: | Line 8: |
These instructions are from [http://www.ubuntuguide.org the Unofficial Ubuntu 5.04 Starter Guide]. Go there and donate ;) | == Installing == |
Line 7: | Line 10: |
This should work with breezy and hoary. It probably needs the universe repos: ["AddingRepositoriesHowto"]. | You can install ''XMMS'' using any package management program. |
Line 9: | Line 12: |
= Getting Multimedia Codecs = The Guide recommends: {{{ sudo apt-get install gstreamer0.8-plugins sudo apt-get install gstreamer0.8-lame sudo apt-get install gstreamer0.8-ffmpeg sudo apt-get install w32codecs sudo apt-get install libdivx4linux sudo apt-get install lame sudo apt-get install sox sudo apt-get install ffmpeg sudo apt-get install mjpegtools sudo apt-get install vorbis-tools gst-register-0.8 }}} However, Lame libdivx4linux, w32codecs, gstreamer0.8-lame and mjpegtools were provided by mirrormax and I don't think they are availible in the common repos. Have a look at ["RestrictedFormats"]. These should be in multiverse/universe though: |
== Getting WMA-support == |
Line 26: | Line 14: |
{{{ sudo apt-get install gstreamer0.8-plugins gstreamer0.8-ffmpeg sox ffmpeg vorbis-tools }}} |
In order to get WMA-support you need to install xmms-wma. * For Feisty 7.04 you can find xmms-wma in the Universe Repository. * For previous versions of Ubuntu you need to download xmms-wma from [[http://easylinux.info/uploads/xmms-wma_1.0.4-2_i386.deb|xmms-wma]]. == Associate With Media Files == |
Line 30: | Line 20: |
= Installing = {{{ sudo apt-get install xmms }}} |
To associate ''XMMS'' with any file type you need to right click on that file type you want to associate with ''XMMS'' and select properties. Then select Open With and select the radio button next to ''XMMS''. If it is not there then use Add and select it. |
Line 35: | Line 22: |
= Getting WMA-support = {{{ wget -c http://frankandjacq.com/ubuntuguide/xmms-wma_1.0.4-2_i386.deb sudo dpkg -i xmms-wma_1.0.4-2_i386.deb }}} = Accociate with media files = |
Alternatively you can edit the system's file association configuration files with these commands: |
Line 44: | Line 25: |
Line 45: | Line 27: |
Line 46: | Line 29: |
Line 47: | Line 31: |
Line 48: | Line 33: |
Line 49: | Line 35: |
Line 52: | Line 39: |
Thats it. Have a look at Program -> Sound and Video -> XMMS | To open ''XMMS'' go to '''Applications -> Sound and Video -> XMMS''' ---- CategoryDocumentation |
About XMMS
XMMS is lightweight music player similar to Winamp (in fact, it used to be called "X11Amp"!) and it can even use WinAmp skins.
NOTE: You may want to check out BeepMediaPlayer which is a fork of XMMS using GTK2 - meaning that it's menus and dialogs integrate with your system's themes better than XMMS's.
Installing
You can install XMMS using any package management program.
Getting WMA-support
In order to get WMA-support you need to install xmms-wma.
- For Feisty 7.04 you can find xmms-wma in the Universe Repository.
For previous versions of Ubuntu you need to download xmms-wma from xmms-wma.
Associate With Media Files
To associate XMMS with any file type you need to right click on that file type you want to associate with XMMS and select properties. Then select Open With and select the radio button next to XMMS. If it is not there then use Add and select it.
Alternatively you can edit the system's file association configuration files with these commands:
sudo cp /usr/share/applications/defaults.list /usr/share/applications/defaults.list_backup sudo cp /usr/share/applications/defaults.list /tmp/defaults.list_tmp sudo sed -e 's/audio\/mpeg=.*/audio\/mpeg=XMMS.desktop/g' /tmp/defaults.list_tmp > /tmp/defaults.mp3 sudo sed -e 's/audio\/x-mpegurl=.*/audio\/x-mpegurl=XMMS.desktop/g' /tmp/defaults.mp3 > /tmp/defaults.m3u sudo sed -e 's/audio\/x-wav=.*/audio\/x-wav=XMMS.desktop/g' /tmp/defaults.m3u > /tmp/defaults.list sudo mv /tmp/defaults.list /usr/share/applications/defaults.list sudo rm -f /tmp/defaults.*
To open XMMS go to Applications -> Sound and Video -> XMMS