百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
S

strawberry

> 编程语言
开源

:strawberry:草莓音乐播放器

3.9K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

:strawberry:草莓音乐播放器

:strawberry: Strawberry Music Player

Strawberry is a music player and music collection organizer, originally forked from Clementine in 2018. It’s written in C++ using the Qt framework, designed for audiophiles and music collectors.


:globe_with_meridians: Resources

  • Website: https://www.strawberrymusicplayer.org
  • Wiki: https://wiki.strawberrymusicplayer.org
  • Forum: https://forum.strawberrymusicplayer.org
  • GitHub: https://github.com/strawberrymusicplayer/strawberry
  • Latest builds: https://builds.strawberrymusicplayer.org
  • openSUSE Build Service:
    • Stable: https://build.opensuse.org/package/show/home:jonaski:strawberry/strawberry
    • Unstable: https://build.opensuse.org/package/show/home:jonaski:strawberry-dev/strawberry
  • Ubuntu PPAs:
    • Stable: https://launchpad.net/~jonaski/+archive/ubuntu/strawberry
    • Unstable: https://launchpad.net/~jonaski/+archive/ubuntu/strawberry-unstable
  • Translations: https://crowdin.com/project/strawberrymusicplayer

:warning: Opening an Issue

Before creating a new GitHub issue:

  1. Read the FAQ.
  2. Search existing issues to avoid duplicates. If one already exists, comment there with any additional information.
  3. Use the forum for technical problems, discussions or feature suggestions — it’s better suited for back-and-forth conversation.
  4. Feature requests are not accepted on GitHub. Issues created for feature requests will be closed. You can still discuss ideas on the forum.
  5. Flatpak users: We do not maintain the Flatpak package. Report Flatpak-specific issues via Flatpak support.

:moneybag: Sponsoring

Strawberry is free software released under the GPL. If you enjoy using it, please consider supporting development through sponsorship or donation.

Sponsorship options:

  1. Patreon
  2. GitHub
  3. Ko-fi
  4. PayPal

Supporting open-source developers helps ensure continued maintenance and improvements.


:white_check_mark: Features

  • Play and organize your music collection
  • Support for WAV, FLAC, Ogg FLAC, WavPack, Ogg Vorbis, Opus, Ogg Speex, MPC, TrueAudio, AIFF, MP4/AAC, ALAC, MP3, ASF, Monkey’s Audio, and DSD (DSF/DSDIFF)
  • Bit-perfect playback on Linux
  • MPRIS2 / D-Bus remote control on Linux
  • Native desktop notifications
  • Advanced playlist management
  • Smart and dynamic playlists
  • Audio analyzer, equalizer, moodbar, and waveform seek bar
  • Volume normalization with ReplayGain and EBU R128 loudness analysis
  • Editing tags, and fetching missing tags via acoustic fingerprinting using AcoustID and MusicBrainz
  • Album cover art from: Last.fm, MusicBrainz, Discogs, Musixmatch, Deezer, Tidal, Qobuz, Spotify
  • Lyrics from: Genius, Musixmatch, lyrics.ovh, songlyrics, azlyrics, elyrics, letras and lrclib.net
  • Audio format conversion (transcoding) to MP3, AAC, FLAC, Ogg Vorbis, Opus, Speex, WavPack, and ASF
  • Music transfer to USB, MTP and iPod devices
  • Scrobbling to Last.fm, ListenBrainz, and Subsonic
  • Global keyboard shortcuts (Linux, macOS, and Windows)
  • Discord Rich Presence
  • Audio CD playback
  • Internet radio from Radio Paradise, SomaFM, Radio Browser, and custom streams
  • Streaming from Subsonic-compatible servers
  • Unofficial Tidal, Spotify, and Qobuz integration

:white_check_mark: Tested on Linux, OpenBSD, FreeBSD, macOS, and Windows.

Note: macOS and Windows releases are currently available to sponsors only. A monthly sponsorship via Patreon grants direct access to new releases.


:gear: Requirements

To build Strawberry from source, you’ll need:

Dependencies:

  • CMake 3.13 or higher
  • C/C++ compiler (GCC, Clang, or MSVC)
  • pkg-config or pkgconf
  • Boost
  • GLib
  • OpenSSL
  • Qt 6.4 or higher (Core, Concurrent, Gui, Widgets, Network, SQL, D-Bus)
  • SQLite 3.9 or higher
  • ALSA (Linux only)
  • GStreamer
  • TagLib 1.12 or higher
  • ICU
  • KDSingleApplication 1.1.0 or higher

Dependencies for optional features:

  • Fingerprinting & tagging: Chromaprint
  • Fast Spectrum Moodbar: FFTW3
  • PulseAudio integration: PulseAudio
  • Audio CD support: libcdio
  • MTP devices: libmtp
  • iPod Classic: libgpod
  • EBU R128 normalization: libebur128

Also install GStreamer plugins base, good, and optionally bad, ugly and libav for full codec support.


:wrench: Build from Source

Get the code:

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

Build and install:

bash
cd strawberry
cmake -S . -B build
cmake --build build --parallel $(nproc)
sudo cmake --install build

For building on Windows with Visual Studio 2022/2026, see: :point_right: https://github.com/strawberrymusicplayer/strawberry-msvc-build-tools


:package: Packaging status

Issues· 25 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C++alsaaudioaudio-playerbitperfect

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言