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 d1042b276b GstEnginePipeline: Set volume_set_ to false in ElementRemovedCallback 2024-03-24 19:44:47 +01:00
.github CI: Add Fedora 41 2024-03-23 14:18:17 +01:00
3rdparty Replace tabs with spaces 2024-02-18 14:24:20 +01:00
cmake Translations: Fix generating pot with NMake 2024-02-24 19:45:58 +01:00
data Add accessible name for QToolButton css 2024-02-25 02:50:40 +01:00
debian Remove lyricsmode.com provider 2024-02-25 04:23:04 +01:00
dist macgstcopy: Update gstreamer plugins list 2024-03-12 18:25:06 +01:00
ext workerpool: Always search plugin path for tagreader on macOS 2023-10-14 03:27:32 +02:00
src GstEnginePipeline: Set volume_set_ to false in ElementRemovedCallback 2024-03-24 19:44:47 +01:00
tests CMake: Simplify Qt detection 2023-09-16 14:55:42 +02:00
.clang-format Disable clang-format 2023-06-29 19:06:27 +02:00
.gitignore Update .gitignore 2022-08-19 21:15:08 +02:00
.gitmodules Change URL for KDSingleApplication submodule to https 2023-10-28 19:26:11 +02:00
CMakeLists.txt CMakeLists: Find TagLib using CMake 2024-01-24 21:30:10 +01:00
CONTRIBUTING.md CONTRIBUTING: Clarify "Commit messages" section. 2024-01-19 23:43:44 +01:00
COPYING Remove duplicate copyright file. 2018-05-01 02:54:16 +02:00
Changelog Update Changelog 2024-03-23 01:04:29 +01:00
README.md Remove lyricsmode.com provider 2024-02-25 04:23:04 +01:00
cmake_uninstall.cmake.in Initial commit. 2018-02-27 18:06:05 +01:00

README.md

🍓 Strawberry Music Player Build Status

Sponsor Patreon PayPal

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

  • Read the FAQ: https://wiki.strawberrymusicplayer.org/wiki/FAQ
  • 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, discussion, questions and feature suggestions use the forum (https://forum.strawberrymusicplayer.org/) instead. The forum is better suited for discussion.
  • We do not take feature requests from users on GitHub. Any issues related to feature requests will be closed. This does not necessarily mean that we won't add new features, but we don't have time to take feature requests or answer questions about new features from users. It is still possible to suggest or discuss new features on the forum (https://forum.strawberrymusicplayer.org/).
  • We do not maintain the Flatpak package. Do not report issues related to Flatpak unless the issue can be reproduced with a native package, use Flatpak support instead https://flatpak.org/about/

💰 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 4 options for sponsoring:

  1. GitHub
  2. Patreon
  3. Ko-fi
  4. 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
  • In-player song loudness analysis and song playback loudness normalization, as per EBU R 128
  • Edit tags on audio files
  • Fetch tags from MusicBrainz
  • Album cover art from Last.fm, Musicbrainz, Discogs, Musixmatch, Deezer, Tidal, Qobuz and Spotify
  • Song lyrics from Genius, Musixmatch, ChartLyrics, lyrics.ovh, lololyrics.com, songlyrics.com, azlyrics.com and elyrics.net
  • Support for multiple backends
  • Audio analyzer
  • Audio equalizer
  • Transfer music to mass-storage USB players, MTP compatible devices and iPod Nano/Classic
  • 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.

macOS releases are currently limited to sponsors. This is because Strawberry mainly has one contributor/developer and supporting macOS requires Apple hardware, building libraries Strawberry depends and a Apple developer account for signing releases. If you are sponsoring strawberry through Patreon, releases are available directly on Patreon, if you are sponsoring through GitHub, Ko-fi or Paypal, please e-mail support@strawberrymusicplayer.org for access to downloads.

Requirements

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

Optional dependencies:

You should also install the gstreamer plugins base and good, and optionally bad, ugly and libav to support all audio formats.

🔧 Compiling from source

Get the code:

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

Compile and install:

cd strawberry
mkdir build
cd build
cmake .. -DBUILD_WITH_QT6=ON
make -j $(nproc)
sudo make install

Strawberry is backwards compatible with Qt 5, to compile with Qt 5 use:

cmake .. -DBUILD_WITH_QT5=ON

To compile on Windows with Visual Studio 2019 or 2022, see https://github.com/strawberrymusicplayer/strawberry-msvc

🐧 Packaging status

Packaging status