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 531e97b499 Only use QPlatformNativeInterface on X11 2021-04-12 19:40:34 +02:00
.circleci Remove 3rdparty taglib 2021-02-27 16:55:41 +01:00
.github Update FUNDING.yml 2021-04-01 00:27:54 +02:00
3rdparty Make macdeployqt work with Qt 5 too 2021-04-10 03:28:38 +02:00
cmake Turn back git revision 2021-03-26 20:35:18 +01:00
data Add new screenshot 2021-04-11 09:11:24 +02:00
debian Remove 3rdparty taglib 2021-02-27 16:55:41 +01:00
dist Enable Qt6WinExtras.dll in nsi 2021-04-12 15:41:28 +02:00
ext Cast to quint32 2021-04-10 08:21:58 +02:00
src Only use QPlatformNativeInterface on X11 2021-04-12 19:40:34 +02:00
tests Disable failed tagreader checksum test 2021-03-13 15:28:51 +01:00
.clang-format Add clang-format file 2020-10-09 21:02:18 +02:00
.gitignore Remove create-dmg.sh script and use create-dmg directly from CMake 2020-08-01 03:31:01 +02:00
.travis.yml Fix macOS deployment 2021-03-18 23:08:50 +01:00
CMakeLists.txt Only use QPlatformNativeInterface on X11 2021-04-12 19:40:34 +02:00
COPYING Remove duplicate copyright file. 2018-05-01 02:54:16 +02:00
Changelog Update Changelog 2021-04-11 03:24:21 +02:00
README.md Add new screenshot 2021-04-11 09:11:24 +02:00
cmake_uninstall.cmake.in Initial commit. 2018-02-27 18:06:05 +01:00

README.md

🍓 Strawberry Music Player Build Status PayPal Patreon

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 toolkit.

Browse

Resources:

‼️ Opening an issue:

  • Search for the issue to see if it is already solved, or if there is an open issue for it already. If there is an open issue already, you can comment on it if you have additional information that could be useful to us.
  • For technical problems, questions and feature requests please use our forum on https://forum.strawberrymusicplayer.org/ that is better suited for discussion. It also better allows answers from the community instead of just the developers on GitHub.

💰 Sponsoring:

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 fund the project. There are currently 3 options for sponsoring:

  1. GitHub Sponsors
  2. Patreon
  3. PayPal

Funding developers is a 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.

✔️ Features:

  • Play and organize music
  • Supports WAV, FLAC, WavPack, Ogg FLAC, Ogg Vorbis, Ogg Opus, Ogg Speex, MPC, TrueAudio, AIFF, MP4, MP3, ASF and Monkey's Audio.
  • Audio CD playback
  • Native desktop notifications
  • Playlist management
  • Smart and dynamic playlists
  • 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, MTP or mass-storage USB player
  • Scrobbler with support for Last.fm, Libre.fm and ListenBrainz
  • Subsonic, Tidal and Qobuz streaming support

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

There currently isn't any macOS developers actively working on this project, so we might not be able to help you with issues related to macOS.

Requirements

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

Optional dependencies:

Either GStreamer or VLC engine is required, but only GStreamer is fully implemented, and works best, it is therefore recommended to use GStreamer. You should also install the gstreamer plugins base and good, and optionally bad, ugly and libav.

🔧 Compiling from source

Get the code:

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

Compile and install:

cd strawberry
mkdir build && cd build
cmake ..
make -j$(nproc)
sudo make install

To compile with Qt 6 use:

cmake .. -DBUILD_WITH_QT6=ON

🐧 Packaging status

Packaging status