Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Strawberry | 2,130 | 4 days ago | 22 | gpl-3.0 | C++ | |||||
:strawberry: Strawberry Music Player | ||||||||||
Ttkmusicplayer | 1,599 | 4 days ago | 10 | gpl-3.0 | C++ | |||||
TTKMusicPlayer imitates Kugou music, the music player uses of qmmp core library based on Qt for windows and linux.(支持网易云音乐、酷我音乐、酷狗音乐) | ||||||||||
Olivia | 312 | a year ago | 19 | mit | C++ | |||||
Elegant music player for LINUX | ||||||||||
Groove | 301 | a month ago | 2 | gpl-3.0 | Python | |||||
A cross-platform music player based on PyQt5. | ||||||||||
Babe Qt | 147 | 6 years ago | 32 | other | C++ | |||||
This version is unmantained. The new version is now named VVAVE | ||||||||||
Nulloy | 112 | 9 months ago | 68 | gpl-3.0 | C++ | |||||
Music player with a waveform progress bar | ||||||||||
Czplayer | 98 | 7 years ago | other | C++ | ||||||
:musical_note:Qt-based music player with spectrum | ||||||||||
Musique | 97 | 3 months ago | 17 | gpl-3.0 | C++ | |||||
C'est très élégant | ||||||||||
Awesome Pyqt Cn | 79 | a year ago | 1 | |||||||
PyQt/PySide 中文开发者必备资料合集 | ||||||||||
Hippoplayer | 76 | 2 years ago | 94 | other | C | |||||
A modern music player for your oldsk00l needs |
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.
Resources:
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:
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.
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 macOS releases require a developer account, Apple hardware and maintaining all libraries strawberry depends on. If you are sponsoring strawberry, e-mail [email protected] for access to downloads.
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.
git clone https://github.com/strawberrymusicplayer/strawberry
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 strawberrymusicplayer/strawberry-msvc