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":
-
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.