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 16cabf33a2 Code cleanup. 2018-03-10 13:02:56 +01:00
3rdparty Remove QJSON. 2018-03-02 23:07:36 +01:00
cmake Initial commit. 2018-02-27 18:06:05 +01:00
data Remove files and add TODO. 2018-03-02 23:22:41 +01:00
dist Remove files and add TODO. 2018-03-02 23:22:41 +01:00
ext Initial commit. 2018-02-27 18:06:05 +01:00
src Code cleanup. 2018-03-10 13:02:56 +01:00
.gitignore Initial commit. 2018-02-27 18:06:05 +01:00
CMakeLists.txt Code cleanup. 2018-03-10 13:02:56 +01:00
COPYING Initial commit. 2018-02-27 18:06:05 +01:00
Changelog Initial commit. 2018-02-27 18:06:05 +01:00
LICENSE Initial commit 2014-12-29 23:49:19 +01:00
README Update README and TODO. 2018-03-02 23:05:20 +01:00
TODO Code cleanup. 2018-03-10 13:02:56 +01:00
cmake_uninstall.cmake.in Initial commit. 2018-02-27 18:06:05 +01:00

README

Strawberry Music Player
=======================
README

Strawberry is a modern audio player and music collection organiser. It was forked from Clementine in 2013, and has a diffrent goal.
It's written in C++ and Qt5 and runs on Linux. The name is inspired by the band Strawbs.
The main goal was to create a player for playing local music files that looked a bit more like Amarok 1.4 amd with advanced soundcard options.
You will find that Strawberry is lacking internet services and some other features found in Clementine.

Some differences between Strawberry and Clementine are:

- Status widget similar to context in Amarok 1.4
- Settings have been reorganized
- Advanced backend settings with support for several backends and advanced options
- No Smart playlists, visualizations or cd ripping support
- No LastFM, podcast or internet features except for fetching album covers

There are no plans to add internet streaming features, but if we would add something it has to be a service providing high quality audio and not low audio quality like Spotify. 

You can obtain and view the sourcecode on github at: https://github.com/jonaski/strawberry

Compiling from source
---------------------

Get the code:

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

Compile and install:

    mkdir strawberry-build
    cd strawberry-build
    cmake ../strawberry
    make
    sudo make install