KEuVUe149Y7e320zVKJqOjpo0SGIHzz7ueew9qo8
Bookmark

Install Museeks Music Player on Ubuntu System 32bit and 64bit

How to Install Museeks Music Player on Ubuntu - Museeks is a free, simple, clean and cross-platform music player. It's available for Linux, Mac OSX, and Windows. The 32-bit and 64-bit based are welcome for Linux and Windows users.

More than free, it's Open source music player app. Refers from its Github page, it uses Node.js for back-end, electron (used to be atom-shell) for embedded browser, and React.js as front-end framework and Flux with Redux as data-flow pattern.

Museeks Music Player

How To Install Museeks Music Player on Ubuntu Linux

You can play your favorite music in variety formats, including mp3, mp4, m4a/aac, wav, ogg, 3gpp. For the UI, there are Light and Dark mode you can choose by accessing Settings then head to Interface tab.

Museeks Screenshot in Ubuntu 16.04 LTS Dark Theme

Museeks Screenshot in Ubuntu 16.04 LTS White Light Theme

Check the list below to see the complete Museeks' main features :
  • Lightweight music player
  • Polished
  • Playlists
  • Queue management
  • Shuffle, loop
  • Covers
  • Dark theme
  • Playback speed control
  • Sleep mode blocker
  • Supported formats mp3, mp4, m4a/aac, wav, ogg, 3gpp

The latest version is 0.7.1, which is offer bug fixes like sleep-blocker toggler and shuffle rollback. You still need to tap the refresh button to re-scan any new music tracks.

Installing Museeks in Ubuntu

The pre-compiled Linux binaries are available to download and can be easily installed on Linux Ubuntu Systems ( Ubuntu 16.04 LTS Xenial Xerus, Ubuntu 15.04, Ubuntu 15.10 Wily Werewolf, Ubuntu 15.04 Vivid Vervet, Ubuntu 14.04 LTS Trusty Tahr) and other Ubuntu Linux based system like Linux Mint.


All you need is grab the package, extract to specific directory then run the executable file. But you can install it to /opt directory and create a shortcut in order to launch it from Ubuntu's Dash.

For Ubuntu 32bit

wget https://github.com/KeitIG/museeks/releases/download/0.7.1/museeks-linux-ia32.zip
sudo unzip ~/Downloads/museeks-linux-*.zip -d /opt
sudo mv /opt/Museeks-linux* /opt/museeks

For Ubuntu 64bit

wget https://github.com/KeitIG/museeks/releases/download/0.7.1/museeks-linux-x64.zip
sudo unzip ~/Downloads/museeks-linux-*.zip -d /opt
sudo mv /opt/Museeks-linux* /opt/museeks

Now, this time to create desktop file for Museeks. Simply run the following command in the Linux terminal window :

gedit ~/.local/share/applications/museeks.desktop

You can change the gedit with your favorite Linux text editor like nano, Mousepad, Sublime, Atom, and so on.

Once opened, the next things is just copy and paste the code below then save the file :

[Desktop Entry]
Version=1.0
Name=Museeks
Exec=/opt/museeks/Museeks
Terminal=false
Type=Application
Icon=/opt/museeks/resources/app/src/images/logos/museeks.png
Categories=AudioVideo;Player;Audio;

Now you should be able to launch Museeks from the Unity dash as shown :

Add Application to Ubuntu Unity Dash

Adding Tracks To Library

  • Press the Gear icon in the bottom of the app
  • Click at the Add folder(s) button
  • Locate to music directory
  • Hit the Refresh Library button
  • Cheers! Enjoy your favorite music!

If you need other music player for your Linux desktop, maybe you can give a try Tomahawk modern music player.

That's all I can write about a a step by step installing Museeks, a cool music player for Ubuntu Linux and how to create an application shortcut in order to open from Unity dash. Hope you've enjoyed reading this tutorial as much I’ve enjoyed writing it and thanks for visiting us!