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 b357634f51 Add pacman package files 2018-11-11 03:37:14 +01:00
3rdparty Update taglib 2018-10-27 12:15:52 +02:00
cmake Add pacman package files 2018-11-11 03:37:14 +01:00
data Change darwin to macos 2018-10-20 22:15:32 +02:00
dist Add pacman package files 2018-11-11 03:37:14 +01:00
ext Add PCM as filetype 2018-10-23 20:21:01 +02:00
src Make Deezer engine use quality setting 2018-11-09 19:27:36 +01:00
.gitignore Add pacman package files 2018-11-11 03:37:14 +01:00
.travis.yml Update .travis.yml 2018-09-12 22:15:19 +02:00
CMakeLists.txt Fixes to makefiles 2018-11-05 01:14:56 +01:00
COPYING Remove duplicate copyright file. 2018-05-01 02:54:16 +02:00
Changelog Release 0.4.1 2018-11-01 21:18:57 +01:00
Dockerfile Remove OpenGL from Dockerfile 2018-11-09 22:24:55 +01:00
README.md Update README.md 2018-11-05 01:21:37 +01:00
cmake_uninstall.cmake.in Initial commit. 2018-02-27 18:06:05 +01:00

README.md

🍓 Strawberry Music Player Build Status

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
  • Supports WAV, FLAC, WavPack, DSF, DSDIFF, Ogg Vorbis, Speex, MPC, TrueAudio, AIFF, MP4, MP3 and ASF
  • Audio CD playback
  • Native desktop notifications
  • Playlists in multiple formats
  • Advanced output and device options with support for bit perfect playback on Linux
  • Edit tags on music files
  • Fetch tags from MusicBrainz
  • Album cover art from Last.fm, Musicbrainz and Discogs
  • Song lyrics from AudD and API Seeds
  • Support for multiple backends
  • Audio analyzer
  • Equalizer
  • Transfer music to iPod, iPhone, MTP or mass-storage USB player
  • Integrated Tidal and Deezer support

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

Requirements

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

Either GStreamer, Xine, VLC, Deezer or Phonon 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.

Deezer streams with full songs are encrypted and only urls for preview streams (MP3) are exposed by the API. Full length songs requires the use of deezers own engine (Deezer SDK) or the dzmedia library (I dont have it). Deezer SDK can be found here: https://build-repo.deezer.com/native_sdk/deezer-native-sdk-v1.2.10.zip

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

💻 Screenshot

Browse