mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-28 08:09:40 +01:00
Jonas Kvinge
ac6cac8da1
New context with albums and lyrics +++ much more
* Added new lyrics provider with lyrics from AudD and API Seeds * New improved context widget with albums and lyrics * Fixed playing and context widget getting stuck in play mode when there was an error * Changed icons for artists in collection, tidal and cover manager * Removed "search" icon from "Search automatically" checkbox (right click) that looked ugly * Removed some unused widgets from the src/widgets directory * Fixed initial size of window and side panel * Fixed saving window size correctly
🍓 Strawberry Music Player
Strawberry is a audio player and music collection organizer. It is a fork of Clementine created in 2013 with a diffrent goal. It's written in C++ and Qt 5. The name is inspired by the band Strawbs.
✔️ Features:
- Play and organize music
- Native desktop notifications
- Playlists in multiple formats
- Edit tags on music files
- Fetch tags from MusicBrainz
- Album cover art from Lastfm, Musicbrainz, Discogs and Amazon
- Support for multiple backends
- Equalizer
- Transfer music to iPod, iPhone, MTP or mass-storage USB player
- Integrated Tidal support
It has so far been tested to work on Linux, OpenBSD, MacOs and Windows (cross compiled using mingw).
❗ Requirements
To build Strawberry from source you need the following installed on your system with the additional development packages/headers:
- GLib, GIO and GObject
- POSIX thread (pthread) libraries
- CMake and Make tools
- GCC or clang compiler
- Protobuf library and compiler
- Boost development headers
- Qt 5 with components Core, Gui, Widgets, Concurrent, Network, Sql, Xml, OpenGL, X11Extras and DBus
- SQLite3
- TagLib 1.11.1 or higher
- Chromaprint library
- ALSA library (linux)
- DBus (linux)
- PulseAudio (linux optional)
Either GStreamer, Xine or VLC engine is required, but only GStreamer is fully implemented so far. You should also install the gstreamer plugins base and good, and optionally bad and ugly.
Optional:
- The Qt 5 LastFM library is required for fetching album covers from LastFM.
- libcdio - To enable Audio CD support
- libmtp - MTP support.
- libgpod - iPod Classic support.
🔧 Compiling from source
Get the code:
git clone https://github.com/jonaski/strawberry
Compile and install:
mkdir strawberry-build
cd strawberry-build
cmake ../strawberry
make -j8
sudo make install
(dont change to the source directory, if you created the build directory inside the source directory type: cmake .. instead).
Languages
C++
96.5%
CMake
1.4%
Objective-C++
1.4%
Objective-C
0.3%
C
0.3%