Strawberry

Strawberry – audio player and music collection organizer

Last Updated on September 1, 2020

I’m a massive music fan with a large collection of CDs consisting mostly of classical, country, blues, and pop. Streaming services fills in for other music genres, so I basically dabble with a wide range of music. Linux is blessed with a mouthwatering array of excellent open source music players. But I’m always on the look out for fresh, eclectic, and innovative music players.

Strawberry is an audio player and music collection organizer. It was originally forked from Clementine. The main goal was to create a player for playing local music files that looked a bit more like Amarok with advanced soundcard options. The music player is designed for music collectors, audio enthusiasts and audiophiles. The name is inspired by the band Strawbs.

Strawberry saw its first release in April 2018, whereas Clementine hasn’t seen a formal release in a few years, but it’s still in development. I’ve been following the development of Strawberry with earnest, but until recently there was an important feature missing from this music player. That’s scrobbling. To “scrobble” a song means that when you listen to it, the name of the song is sent to a web site (such as Last.fm) and added to your music profile. Strawberry’s latest build offers support for Last.fm, Libre.fm, and Listenbrainz.

Strawberry is written in C++ and Qt 5.

Installation

Compiling software is all part of the learning experience of Linux.

Compiling the latest source code involves typing the following commands at a shell.

$ git clone https://github.com/jonaski/strawberry
$ mkdir strawberry-build
$ cd strawberry-build
$ cmake ../strawberry
$ make -j4
$ sudo make install

The compilation proceeded without a hitch on Manjaro. However, with a fresh installation of Ubuntu 18.10, matters weren’t nearly as straightforward. I was missing git, cmake, pkg-config, glib-2.0, as well as a ton of development packages. Even after installing the missing dependencies, the source code didn’t compile, exiting with the following error.

ext/libstrawberry-tagreader/CMakeFiles/libstrawberry-tagreader.dir/build.make:61: *** target pattern contains no ‘%’. Stop.
make[1]: *** [CMakeFiles/Makefile2:629: ext/libstrawberry-tagreader/CMakeFiles/libstrawberry-tagreader.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

The regular Ubuntu package also didn’t install complaining of several libraries being missing including libcdio17. As time was pressing, I installed the 0.4.2 release on Ubuntu from the developer’s buildbot service instead of investigating the issues. Cut me some slack!

If you have any issues in compiling the source code, or you run a distribution without a package, the developer provides an AppImage which makes it easy to run the software. AppImage is a format for distributing portable software on Linux without needing superuser permissions to install the application. All that’s required is to download the AppImage, and make the file executable by typing:

$ chmod u+x ./Strawberry-0.4.2.AppImage

Next page: Page 2 – In Operation

Pages in this article:
Page 1 – Introduction / Installation
Page 2 – In Operation
Page 3 – Other Features
Page 4 – Summary

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

6 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Jonas Kvinge
Jonas Kvinge
5 years ago

Thanks for the great review!

Iain MacLennan
Iain MacLennan
5 years ago

This player is fantastic!! I always liked Clementine until alsa was removed from the last version. Now i can get bit perfect audio to my external DAC. Thank you for the great review.

Torin Doyle
Torin Doyle
16 days ago

I used Clementine for many years but its development became stagnant. Strawberry has been my music player of choice for a while now.

Torin Doyle
Torin Doyle
12 days ago
Reply to  Luke Baker

Hi Luke. Cheers, I just might check out fooyin.