Update README
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
Strawberry Music Player
|
Strawberry Music Player
|
||||||
=======================
|
=======================
|
||||||
README
|
README
|
||||||
|
------
|
||||||
|
|
||||||
Strawberry is a audio player and music collection organizer. It was forked from Clementine in 2013 with a diffrent goal.
|
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 and runs on Linux. The name is inspired by the band Strawbs.
|
It's written in C++ and Qt5. The name is inspired by the band Strawbs.
|
||||||
|
|
||||||
Features:
|
### Features:
|
||||||
|
|
||||||
* Play and organize music
|
* Play and organize music
|
||||||
* Edit tags on music files
|
* Edit tags on music files
|
||||||
@@ -13,6 +14,7 @@ Features:
|
|||||||
* Native desktop notifications
|
* Native desktop notifications
|
||||||
* Playlists in multiple formats
|
* Playlists in multiple formats
|
||||||
* Transfer music to iPod, iPhone, MTP or mass-storage USB player
|
* Transfer music to iPod, iPhone, MTP or mass-storage USB player
|
||||||
|
* Fetch tags from MusicBrainz
|
||||||
* Support for multiple backends
|
* Support for multiple backends
|
||||||
|
|
||||||
You can obtain and view the sourcecode on github at: https://github.com/jonaski/strawberry
|
You can obtain and view the sourcecode on github at: https://github.com/jonaski/strawberry
|
||||||
@@ -50,11 +52,11 @@ You should also install the gstreamer plugins: gstreamer-plugins-base, gstreamer
|
|||||||
Compiling from source
|
Compiling from source
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
Get the code:
|
### Get the code:
|
||||||
|
|
||||||
git clone https://github.com/jonaski/strawberry
|
git clone https://github.com/jonaski/strawberry
|
||||||
|
|
||||||
Compile and install:
|
### Compile and install:
|
||||||
|
|
||||||
mkdir strawberry-build
|
mkdir strawberry-build
|
||||||
cd strawberry-build
|
cd strawberry-build
|
||||||
@@ -3,7 +3,7 @@ set(STRAWBERRY_VERSION_MINOR 1)
|
|||||||
set(STRAWBERRY_VERSION_PATCH 2)
|
set(STRAWBERRY_VERSION_PATCH 2)
|
||||||
#set(STRAWBERRY_VERSION_PRERELEASE rc1)
|
#set(STRAWBERRY_VERSION_PRERELEASE rc1)
|
||||||
|
|
||||||
set(INCLUDE_GIT_REVISION OFF)
|
set(INCLUDE_GIT_REVISION ON)
|
||||||
|
|
||||||
set(majorminorpatch "${STRAWBERRY_VERSION_MAJOR}.${STRAWBERRY_VERSION_MINOR}.${STRAWBERRY_VERSION_PATCH}")
|
set(majorminorpatch "${STRAWBERRY_VERSION_MAJOR}.${STRAWBERRY_VERSION_MINOR}.${STRAWBERRY_VERSION_PATCH}")
|
||||||
|
|
||||||
|
|||||||
3
dist/strawberry.spec.in
vendored
3
dist/strawberry.spec.in
vendored
@@ -57,7 +57,7 @@ BuildRequires: pkgconfig(taglib) >= 1.8
|
|||||||
Requires: libtag1 >= 1.8
|
Requires: libtag1 >= 1.8
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Strawberry is a audio player and music collection organiser.
|
Strawberry is a audio player and music collection organizer.
|
||||||
It is a fork of Clementine. The name is inspired by the band Strawbs.
|
It is a fork of Clementine. The name is inspired by the band Strawbs.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
@@ -67,6 +67,7 @@ Features:
|
|||||||
* Native desktop notifications
|
* Native desktop notifications
|
||||||
* Playlists in multiple formats
|
* Playlists in multiple formats
|
||||||
* Transfer music to iPod, iPhone, MTP or mass-storage USB player
|
* Transfer music to iPod, iPhone, MTP or mass-storage USB player
|
||||||
|
* Fetch tags from MusicBrainz
|
||||||
* Support for multiple backends
|
* Support for multiple backends
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|||||||
Reference in New Issue
Block a user