This question is present as a matter of historical interest. While you are encouraged to help maintain its answers, please understand that "big list" questions are not generally allowed on Ask Ubuntu and will be closed per the FAQ.

What media (music and video) players are there?

Please list one piece of software per answer, as per this meta post.

link|improve this question
feedback

48 Answers

1 2

Yes, VLC Media Player Install VLC

I was using it the other day to play back 3 720p videos simultaneously on a 1 1/2 year old HP notebook. Performance was flawless.

link|improve this answer
8  
The best player for any platform. Can't live without it. VLC. – Owais Lone Jul 31 '10 at 5:28
show 3 more comments
feedback

VLC - http://www.videolan.org/vlc/

VLC supports many audio and video formats, and can do other tasks such as trans-coding videos and audio, and recording and streaming. It can even play BluRay videos.

VLC2 Screenshot

link|improve this answer
feedback

VLC is probably the best video player for Ubuntu. You can find it in the Software Center.

To find applications for Ubuntu, open Ubuntu Software Center (under Applications in the top-left of the menu bar, at the bottom of the main list).

Location of Ubuntu Software Center Software Center home screen

In Ubuntu Software Center search for VLC and the click "Install" on the first result.

Search results / installnig

You can then find VLC under Applications->Sound & Video

Location of VLC

And you can always go back to the Software Center and browse for alternative players if you want to try another option!

link|improve this answer
12  
+1 for not giving cryptic terminal commands and using the UI AND for providing the screenshots. An ideal answer.. – Shubh Jul 30 '10 at 20:14
show 2 more comments
feedback

MPlayer is also a good one, which makes a good choice for scripting, since it provides feedback when exiting (e.g. Exiting... (End of file)), and allows you to react upon this, e.g. mark the file as played.

It's available in Ubuntu, in different flavors (e.g. mplayer-gui or just mplayer).

You can use VLC for scripting, too:

if vlc -f --play-and-exit $FILE | grep 'main playlist: end of playlist, exiting$' ; then
    echo "File played completely."
fi
link|improve this answer
3  
For Mplayer GUI (Grafical User Interface), I recommend SMPlayer. It's a modern and complete GUI for Mplayer. – Rodrigo Carvalho Jul 29 '10 at 10:58
show 2 more comments
feedback

Clementine Music Player - http://www.clementine-player.org/

Clementine is a multiplatform music player. It is inspired by Amarok 1.4, focusing on a fast and easy-to-use interface for searching and playing music.

Clementine screenshot

link|improve this answer
1  
Tested many media players before and still stuck on Winamp with no real solution for Ubuntu. Clementine import my music awesomely fast compared to amarok. Neat GUI. Important feature configurable (like behavior when double click on album). Powerful tag edition embedded. I am a fan. Thank you. you made my day – Ugo May 13 '11 at 22:32
show 2 more comments
feedback

Banshee - http://banshee.fm/

Having used several media players for my large music collection I have found this to be the best so far.

Banshee screenshot

link|improve this answer
show 1 more comment
feedback

Audacious - http://audacious-media-player.org/

Apparently this is a very lightweight player that can apparently use Winamp skins.

Audacious screenshot

link|improve this answer
show 1 more comment
feedback

Umplayer - http://www.umplayer.com/

Front end for MPlayer, well designed, allowing on the fly skins and well set out preferences including editable shortcuts. Similar to KMPlayer on Windows. Available in Ubuntu Software Centre.

Umplayer screenshot

link|improve this answer
feedback

Rhythmbox - http://rhythmbox.sourceforge.net/

Another contender for managing your music library, I have found it to be a bit cumbersome when tagging mp3 also it does not like to handle a large library (yet again that is my opinion).

Rhythmbox screenshot

link|improve this answer
show 1 more comment
feedback

Totem comes as standard on Ubuntu.

Totem screenshot

link|improve this answer
4  
It's name is Totem! - find it here: bit.ly/kmI2nx – B. Roland May 13 '11 at 16:15
feedback

GNOME Media Player - https://launchpad.net/gnome-media-player

This media player supports the vlc, xine and GStreamer engines for playing media. Since some file formats play well only on a certain engine, this media player was made with 3 engines, so that the user can select the required engine required for playing a particular file type. It also has an engine auto select mode, in which the player automatically selects the best engine for the particular type of file being played.

GNOME media player screenshot

link|improve this answer
feedback

I'm surprised nobody listed the good old super-fast and super-versatile mplayer.

link|improve this answer
feedback

Quod Libet - http://code.google.com/p/quodlibet/

I have never heard of this player before.

Quod Libet screenshot

link|improve this answer
1  
You make this answer yet say you've never heard of this player before... – Oxwivi May 14 '11 at 16:18
feedback

Guayadeque - http://guayadeque.org/forums/index.php?p=/wiki/page/home

Another great music playing application, constant updates from the author who does all of the work himself, and takes on board suggestions from users.

Guayadeque screenshot

link|improve this answer
feedback

Deadbeef audio player that has all the features you are describing: http://deadbeef.sourceforge.net/

enzotib screenshot

deadbeef with file browser

link|improve this answer
show 4 more comments
feedback

If your music collections is on a remote server (very handy to control you music from everywhere in the house) then Music Player Daemon (mpd) is a go to, full documentation and list of client there: mpd

link|improve this answer
feedback

Exaile Player - http://www.exaile.org/

Exaile is a music manager and player for GTK+ written in Python

Exaile screenshot

link|improve this answer
show 3 more comments
feedback

Smplayer : Great Qt4 GUI front-end for mplayer

Smplayer screenshot

link|improve this answer
feedback

If you're interested in hardware acceleration (assuming you have an Nvida card), I'd recommend smplayer. It supports VDPAU acceleration which is the acceleration format for Nvidia graphics cards.

I use it for my Acer Revo which is woefully underpowered for video playback without hardware acceleration.

sudo apt-get install smplayer

link|improve this answer
show 1 more comment
feedback

A nice and interesting media player: Gmusicbrowser. Its web describes it as:

An open-source jukebox for large collections of mp3/ogg/flac/mpc/ape files, written in perl.

It has a nice GUI. The default view shows the artists and bands from your collection and for the selected item it shows the list of albums including a thumbnail of the coverart (if available). It also offers themes so that it looks like Exaile, QuodLibet or Rhythmbox.

Gmusicbrowser screenshot

link|improve this answer
feedback

Gnome Media Player is new and doesn't come with too many features but for just playing movies, its great. It supports the VLC, Xine and Gstreamer engines for playing media. It also has the ability to switch between the engines, and an engine auto select mode which automatically selects the best engine for playing a particular type of file.

It's in the Ubuntu 10.10 official repositories so you can search for it in the Ubuntu Software Center.

For Ubuntu 10.04 Lucid Lynx, install it using these commands:

sudo add-apt-repository ppa:gnome-media-player-development/development
sudo apt-get update
sudo apt-get install gnome-media-player
link|improve this answer
feedback

Boxee - http://www.boxee.tv

It's a media center (in my opinion the best there is) for Linux, Windows and Mac. It supports lots of video / music portals as well as DVD, CD and local media in general.

It's currently not available in the Software center but I listed an idea on getsatisfaction: http://getsatisfaction.com/boxee/topics/add_boxee_to_the_ubuntu_software_center

Available for 32 bit and 64 bit as a *.deb file.

Boxee screenshot

link|improve this answer
feedback

XMMS - http://www.xmms.org/

This looks similar to Audacious judging by the screenshots, another player I have not used.

link|improve this answer
feedback

Miro: http://www.getmiro.com/

It may be more of a podcatcher (or at least started off as one) that even supports bittorrent but it does play media as well.

Miro screenshot

link|improve this answer
feedback

There is GNOME MPlayer, a GTK+ frontend to MPlayer. Among its features are support for hardware acceleration and subtitles.

gnome-mplayer screenshot enter image description here

link|improve this answer
1  
@ulidtko: no, there's Gnome Media Player, which is a different project. – André Paramés May 22 '11 at 4:22
show 1 more comment
feedback

Beatbox is the music player under active development for the ElementaryOS project.

It offers:

  • Automatic and manually arranged playlists
  • Last.fm support (scrobbler + similar tracks)
  • A play queue
  • An Equalizer with presets and custom settings support
  • A slick interface with 3 views

Beatbox Screenshot

link|improve this answer
feedback

Totem Movie Player (the default movie player in Ubuntu) is pretty good. You just need to get all the required codecs.

link|improve this answer
feedback

Bangarang Media Player - http://gitorious.org/bangarang

Offers a media—audio and video—player with a lightweight interface

Bangarang screenshot

link|improve this answer
feedback

SMPlayer is recommended as it has a really good interface and uses the superb MPlayer as its backend. It supports a great variety of codecs, and plays practically any major format you throw at it. It uses Qt, and integrates reasonably well with an Ubuntu desktop.

You can install SMPlayer by either searching via Software Center or by running Terminal and passing the command:
sudo apt-get install smplayer

link|improve this answer
feedback
1 2

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.