YouTube jukebox without a browser
mps-youtube
Applications such as Atraci or Musictube are easily understood and quickly mastered thanks to their graphical interfaces. However, many users are looking for lean programs for the terminal, which can be controlled, for example, via an SSH connection. Mps-youtube [10] is one of them: The command-line tool written in Python could run, for example, on a Raspberry Pi connected to your stereo.
Mps-youtube has not been around long enough for the program to be included in the repositories of major distributions. To install, you typically need to turn to the Python package manager Pip, by enter the following commands:
$ sudo apt-get install python-pip mplayer $ sudo pip install mps-youtube $ sudo pip install mps-youtube --upgrade
Here, the last command refreshes the program after an update. If you work with Debian "Jessie" or "Sid" or a beta version of Ubuntu 14.10 "Utopic Unicorn," mps-youtube can be installed via the package manager by calling apt-get install mps-youtube
.
Because mps-youtube does not include a graphical interface, the program is not available for clicking in the Start menu; instead, you call it by typing mpsyt
in a terminal window. The start screen of mps-youtube automatically acts as a command line. You can start a search for artists, albums, or songs on YouTube with a leading slash as in /onerepublic
or with an initial dot as in .onerepublic
. Pressing N or P jumps from page to page in the search results. Searches with two slashes or dots, such as //acid jazz
, only return playlists with the corresponding keyword.
Mps-youtube presents the results as a numbered list. You can then play the desired results by entering their numbers (Figure 6). Alternatively, you can press i <n>
to output information on the video. You can view the comments by pressing c <n>
or download the video to your hard disk with d <n>
. Related videos are displayed by pressing r <n>
, whereas u <n>
takes you to more videos by the respective YouTube user.

To avoid the continual need to select tracks, you can organize your favorite music in playlists. From the search, you can use add <n>
to add a song to the current playlist, or select add <n> <Playlist>
to add one to a different playlist. If the list does not currently exist, mps-youtube automatically creates it with the specified name.
In play mode, you can rewind and fast forward the song with the arrow keys, pause it with the spacebar, or press the number buttons to adjust the volume. Pressing Q stops the playback and returns to the latest search results.
Conclusions
Atraci, Minitube, Musictube, and mps-youtube give Linux users a rich selection of YouTube clients from which to choose. Atraci and Musictube offer nearly identical functionality; you only have to choose between a generic (Atraci) and a native interface (Musictube). Mps-youtube is likely to appeal only to die-hard Linux users as a console tool, although its functionality compares well with its competitors.
Minitube is the odd man out in this comparison because it focuses not just on music videos but searches through all of YouTube's offerings. If you like to use YouTube but prefer to do without the website, Minitube is your best bet.
Infos
- Atraci: https://github.com/Atraci
- Atraci download: https://github.com/Atraci/Atraci
- Atraci installer PPA: https://launchpad.net/~webupd8team/+archive/ubuntu/atraci
- Atraci-bin in the AUR: https://aur.archlinux.org/packages/atraci-bin/
- Atraci-git in the AUR: https://aur.archlinux.org/packages/atraci-git/
- Minitube: http://flavio.tordini.org/minitube
- Musictube: http://flavio.tordini.org/musictube
- Musictube in the Ubuntu Software Center: https://apps.ubuntu.com/cat/applications/musictube/
- Musictube in the AUR: https://aur.archlinux.org/packages/musictube/
- Mps-youtube: https://github.com/np1/mps-youtube
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
Red Hat Migrates RHEL from Xorg to Wayland
If you've been wondering when Xorg will finally be a thing of the past, wonder no more, as Red Hat has made it clear.
-
PipeWire 1.0 Officially Released
PipeWire was created to take the place of the oft-troubled PulseAudio and has finally reached the 1.0 status as a major update with plenty of improvements and the usual bug fixes.
-
Rocky Linux 9.3 Available for Download
The latest version of the RHEL alternative is now available and brings back cloud and container images for ppc64le along with plenty of new features and fixes.
-
Ubuntu Budgie Shifts How to Tackle Wayland
Ubuntu Budgie has yet to make the switch to Wayland but with a change in approaches, they're finally on track to making it happen.
-
TUXEDO's New Ultraportable Linux Workstation Released
The TUXEDO Pulse 14 blends portability with power, thanks to the AMD Ryzen 7 7840HS CPU.
-
AlmaLinux Will No Longer Be "Just Another RHEL Clone"
With the release of AlmaLinux 9.3, the distribution will be built entirely from upstream sources.
-
elementary OS 8 Has a Big Surprise in Store
When elementary OS 8 finally arrives, it will not only be based on Ubuntu 24.04 but it will also default to Wayland for better performance and security.
-
OpenELA Releases Enterprise Linux Source Code
With Red Hat restricting the source for RHEL, it was only a matter of time before those who depended on that source struck out on their own.
-
StripedFly Malware Hiding in Plain Sight as a Cryptocurrency Miner
A rather deceptive piece of malware has infected 1 million Windows and Linux hosts since 2017.
-
Experimental Wayland Support Planned for Linux Mint 21.3
As with most Linux distributions, the migration to Wayland is in full force. While some distributions have already made the move, Linux Mint has been a bit slower to do so.