Strawberry è un lettore musicale e un organizzatore di collezioni musicali. È un fork di Clementine rilasciato nel 2018 rivolto ai collezionisti di musica, agli audiofili, ai podcaster e agli utilizzatori di funkwhale. https://funkwhale.it
Go to file
Jonas Kvinge 7bccc21878 Add setting for cover providers 2020-05-09 01:48:08 +02:00
.circleci Use leap 15.1 for source build 2020-04-28 16:23:27 +02:00
.github Use system taglib on macOS 2020-04-24 00:00:07 +02:00
3rdparty Fix some compile warnings in taglib 2020-04-23 21:51:14 +02:00
cmake Turn on git revision 2020-05-02 15:18:39 +02:00
data Make context fonts configurable 2020-04-28 01:11:00 +02:00
debian Add setting for cover providers 2020-05-09 01:48:08 +02:00
dist Add setting for cover providers 2020-05-09 01:48:08 +02:00
ext Add link directories 2020-04-24 19:48:57 +02:00
snap Release 0.6.10 2020-05-01 16:42:20 +02:00
src Add setting for cover providers 2020-05-09 01:48:08 +02:00
tests Fix compile warnings in tests 2020-04-23 21:01:34 +02:00
.gitignore Update .gitignore 2020-02-06 18:36:34 +01:00
.travis.yml Use system taglib on macOS 2020-04-24 00:00:07 +02:00
CMakeLists.txt Remove phonon 2020-04-25 01:42:29 +02:00
COPYING Remove duplicate copyright file. 2018-05-01 02:54:16 +02:00
Changelog Release 0.6.10 2020-05-01 16:42:20 +02:00
Dockerfile Add Travis-CI 2020-04-07 17:05:01 +02:00
README.md Add setting for cover providers 2020-05-09 01:48:08 +02:00
cmake_uninstall.cmake.in Initial commit. 2018-02-27 18:06:05 +01:00

README.md

🍓 Strawberry Music Player Build Status Donate

Strawberry is a music player and music collection organizer. It is a fork of Clementine released in 2018 aimed at music collectors and audiophiles. It's written in C++ using the Qt 5 framework.

Browse

Resources:

The program is free software, released under GPL. If you like this program and can make use of it, consider sponsoring or donating to help funding the project. To sponsor, visit my GitHub sponsors profile. Funding developers through GitHub Sponsors is one more way to contribute to open source projects you appreciate, it helps developers get the resources they need, and recognize contributors working behind the scenes to make open source better for everyone. You can also make a one-time payment through paypal.me/jonaskvinge

✔️ Features:

  • Play and organize music
  • Supports WAV, FLAC, WavPack, DSF, DSDIFF, Ogg FLAC, Ogg Vorbis, Ogg Opus, Ogg Speex, MPC, TrueAudio, AIFF, MP4, MP3, ASF and Monkey's Audio.
  • Audio CD playback
  • Native desktop notifications
  • Playlists in multiple formats
  • Advanced audio output and device configuration for bit-perfect playback on Linux
  • Edit tags on music files
  • Fetch tags from MusicBrainz
  • Album cover art from Last.fm, Musicbrainz, Discogs, Musixmatch, Deezer, Tidal, Qobuz and Spotify
  • Song lyrics from AudD, Genius, Musixmatch, ChartLyrics, lyrics.ovh and lololyrics.com
  • Support for multiple backends
  • Audio analyzer
  • Audio equalizer
  • Transfer music to iPod, iPhone, MTP or mass-storage USB player
  • Scrobbler with support for Last.fm, Libre.fm and ListenBrainz
  • Subsonic and Tidal streaming support

It has so far been tested to work on Linux, OpenBSD and Windows.

We currently do not provide releases for macOS because there aren't any macOS developers actively working on this project. It is still possible to compile by following the instructions in the Wiki

Requirements

To build Strawberry from source you need the following installed on your system with the additional development packages/headers:

Optional dependencies:

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.

🔧 Compiling from source

Get the code:

git clone https://github.com/strawberrymusicplayer/strawberry

Compile and install:

cd strawberry
mkdir build && cd build
cmake ..
make -j4
sudo make install

🐧 Packaging status

Packaging status