Size: 2643
Comment: Cleaned up a little and GUIfied
|
← Revision 19 as of 2010-04-24 23:02:31 ⇥
Size: 2061
Comment: Minor typo fixes
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= About = | = About XMMS = |
Line 3: | Line 3: |
XMMS is lightweight music player similar to Winamp (in fact, it used to be called "X11Amp"!) and it can even use WinAmp skins. | ''XMMS'' is lightweight music player similar to Winamp (in fact, it used to be called "X11Amp"!) and it can even use Winamp skins. |
Line 5: | Line 5: |
'''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. | '''NOTE:''' You may want to check out [[Audacious]] or [[BeepMediaPlayer]] which is a fork of ''XMMS'' using GTK2 - meaning that its menus and dialogs integrate with your system's themes better than ''XMMS's''. |
Line 7: | Line 7: |
This should work with breezy and hoary. You should add the universe and multiverse repos: ["AddingRepositoriesHowto"]. | |
Line 9: | Line 8: |
= Installing = | == Installing == |
Line 11: | Line 10: |
You can add XMMS using any package management program, like Applications -> Add/Remove (look under Sound & Video then tick the box next to XMMS) | You can install ''XMMS'' using any package management program. You need to use [[https://edge.launchpad.net/~mapopa/+archive?field.name_filter=xmms&field.status_filter=published |this repository ]] for Intrepid Seems that xmms was removed from official repository from hardy version. |
Line 13: | Line 14: |
Alternatively you can run the command: {{{ sudo apt-get install xmms }}} To do the same thing. |
== Getting WMA-support == |
Line 19: | Line 16: |
= 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 [[http://easylinux.info/uploads/xmms-wma_1.0.4-2_i386.deb|xmms-wma]]. == Associate With Media Files == |
Line 21: | Line 22: |
Download [http://frankandjacq.com/ubuntuguide/xmms-wma_1.0.4-2_i386.deb this file] and run it with GDebi (usually just double-click on it) To do this from a command line you can run: {{{ 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 }}} A mirror can be found here http://easylinux.info/uploads/xmms-wma_1.0.4-2_i386.deb = Associate With Media Files = You can right click on a filetype you want to associate with XMMS and go on it's Properties. In there select Open With and select the radio button next to XMMS. If it is not there then use Add and select it. |
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 51: | Line 41: |
Thats it. Have a look at Applications -> Sound and Video -> XMMS = Comments = Do we really need this page? Rhythmbox and Totem along with all the gstreamer plugins and w32codecs pretty much satisfy media playing requirements. - OnkarShinde * Why have Kubuntu and Xubuntu when Ubuntu works? It is about choice, and I use Totem, Amarok, Listen and XMMS for media playing, depending on my needs at the time. The WMA bit is very useful, although I was a bit dubious of the CLI nature of this page, so I GUIfied it |
To open ''XMMS'' go to '''Applications -> Sound and Video -> XMMS''' |
Line 59: | Line 44: |
CategoryCleanup CategoryDocumentation | CategoryAudio |
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 Audacious or BeepMediaPlayer which is a fork of XMMS using GTK2 - meaning that its menus and dialogs integrate with your system's themes better than XMMS's.
Installing
You can install XMMS using any package management program. You need to use this repository for Intrepid Seems that xmms was removed from official repository from hardy version.
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