If the album is tagged with a disc number higher than 0, Strawberry appends "Disc #" to the end of the album title. You can turn this off by setting "group by" to "Group by Album artist/Album":
Posts made by jonas
-
RE: automatically adding (disc 1) to imported album names
-
RE: GStreamer error: state change failed and some element failed to post a proper error message with the reason for the failure.
It looks like the path is cut short. Maybe it has to do with some special characters in the path, or the length of the path.
Can you copy and paste the entire path here, right click on the affected song in the playlist and select "Copy URL(s)...", then use CTRL + V to paste the URL here. -
RE: Segmentation Fault While Playing
This is a different crash, but you are missing debug symbols for GStreamer.
But using GST_DEBUG is probably better.
Start strawberry from a terminal with the command:GST_DEBUG=5 GST_DEBUG_FILE=/tmp/gst-debug.log strawberry
Compress and attach the log file when it crashes.
-
RE: Segmentation Fault While Playing
Do you have "Save playcounts to song tags when possible" enabled in the Collection settings? If so, it could be the bug that is already fixed in version 1.2.5.
-
RE: Segmentation Fault While Playing
@rlkeeney
In the same directory you run the command -
RE: Can't install Strawberry on Ubuntu Pro 22.04 LTS
Ubuntu 22.04 is no longer supported by Strawberry because it's Qt version is too old. So you can't use any of the packages linked on the website.
I suggest that you install Ubuntu 24.04 (Noble) instead. It's the new Ubuntu LTS release.To install on Ubuntu 24.04, open a terminal and type:
curl -O -L https://files.strawberrymusicplayer.org/strawberry_1.2.6-noble_amd64.deb sudo dpkg -i strawberry_1.2.6-noble_amd64.deb
You can also add the PPA repository to get updates:
sudo add-apt-repository ppa:jonaski/strawberry sudo apt update sudo apt install strawberry
-
RE: Segmentation Fault While Playing
@rlkeeney said in Segmentation Fault While Playing:
coredumpctl info strawberry
Doesn't seem to be showing the latest crash and no backtrace.
Try:
coredumpctl info strawberry -1 > strawberry-coredump.txt
and paste the contents from strawberry-coredump.txt
-
Version 1.2.6 released
Bugfixes
- Fixed dragging songs from playlist to queue.
Full Changelog: https://github.com/strawberrymusicplayer/strawberry/compare/1.2.5...1.2.6
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-6-120189186).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads. -
Version 1.2.5 released
Bugfixes
- Fixed crash when saving playcount or rating to file (#1633).
- Fixed QFile::open failing in unit tests.
- Fixed playlist sequence settings saved to wrong configuration file (#1649).
Enhancements
- Fixed use of deprecated GIO functions with GLib 2.84 and newer.
- (macOS) Added back Sparkle updater to check for new releases.
Full Changelog: https://github.com/strawberrymusicplayer/strawberry/compare/1.2.4...1.2.5
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-5-120167531).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads. -
RE: Arch AUR program description
@jonhd
I don't think the maintainers of AUR are active on this forum so it's probably better to report this to AUR directly. -
Version 1.2.4 released
Bugfixes:
- Fixed Spotify songs not being available for scrobbling.
- Fixed leading "A" and "The" articles being skipped for album sort text.
- Fixed thread safety issue when validating playlist songs on startup.
- Fixed filter search not ignoring space after colon when using column based search.
- Fixed KGlobalAccel to use capitalized application name.
- Fixed slash not properly handled when saving a playlist (#1624).
- (Unix) Fixed collection scanner so it ignores special filesystem paths (/sys, /proc, /run, etc) (#1615).
- (Windows) Fixed smart playlist wizard not respecting dark mode with Windows 11 style (#1639).
Enhancements:
- Use XSPF "title" as playlist name when loading and saving playlists (#1624).
- Added support for using album ID when receving album covers for Subsonic songs (#1636).
- Added option for preserving directory structure when trascoding songs (#1637).
- (Windows) Always run MSVC runtime installer to possible fix issues when there is an older runtime installed.
Full Changelog: https://github.com/strawberrymusicplayer/strawberry/compare/1.2.3...1.2.4
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-4-119687152).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads. -
RE: Problem with 1.2.3 on Mac and system permissions
I Just tested adding a SMB drive on macOS 15.1.1 Sequoia, and it works fine here.
Make sure Network volumes is added for Strawberry under Security / Files & Folders
-
RE: QApplicationPrivate::notify_helper crash
@leo
Can you try the latest (currently 1.2.3-43) from https://builds.strawberrymusicplayer.org/debian/trixie/ and see if it fixes this crash. -
RE: QApplicationPrivate::notify_helper crash
This seems to be the same bug as https://github.com/strawberrymusicplayer/strawberry/issues/1633
-
RE: Strawberry doesn't see new files
There is a PPA repository available with the newest version which should work on Linux mint too (https://launchpad.net/~jonaski/+archive/ubuntu/strawberry).
The error message doesn't have anything to do with metadata, it has to do with the fts_songs SQL table, either there is something wrong with the database, or it's missing. If you used version 1.1.0 or newer with the same database, then that table is automatically removed since FTS was removed, so you can't simply downgrade to 1.0.23.
Do a integrity check of the database: https://wiki.strawberrymusicplayer.org/wiki/Database_integrity_check
Also check that songs_fts exists with:
sqlite3 ~/.local/share/strawberry/strawberry/strawberry.db .tables
-
RE: Collection / Display Options
@paul2berry
That seems wrong, I'll fix it now. -
RE: Strawberry 1.2.2 Core Dump Fedora release 40
@rlkeeney
Doesn't seem like GStreamer version, should be something like 1.18, 1.22, 1.24, etc. -
RE: Strawberry 1.2.2 Core Dump Fedora release 40
@rlkeeney
What version of GStreamer?