@Visikde
I don't see any crash from that output.

Posts made by jonas
-
RE: Album causes Strawberry to crash
-
RE: macOS support
GitHub Sponsors: https://github.com/sponsors/jonaski
Patreon: https://www.patreon.com/jonaskvinge
Ko-fi: https://ko-fi.com/jonaskvinge
PayPal: https://paypal.me/jonaskvinge -
RE: New Error Opening Strawberry on Linux Mint
@relffits
The link error is because Strawberry was built with a different Qt version than the one that is found on the system.
Whether this is because you are missing an update of the flatpak system, or whether this is because strawberry have not been rebuilt when Qt was updated I do not know.
You should probably try a flatpak update first. I think it's simply:flatpak update
If the issue persists, the issue should probably be reported to the flatpak community.
We do not distribute the flatpak, and we can't give much support for it either. -
RE: macOS support
@AntoninKyrene
Yes, just send an e-mail to the support address once you've paid and I'll make a login for you. -
RE: Playlists not loading on startup
@HipwellGA
Try a integrity check of the database: https://wiki.strawberrymusicplayer.org/wiki/Database_integrity_check -
RE: Album causes Strawberry to crash
@Visikde
Please do a backtrace and include the result here: https://wiki.strawberrymusicplayer.org/wiki/Backtrace -
RE: gstreamer sink issue with .ogg files on freeBSD
I now notice from the debug message that you are using sndio, that's a 3rdparty unsupported plugin not part of gstreamer. I suggest to report this issue to FreeBSD.
-
RE: gstreamer sink issue with .ogg files on freeBSD
@skyenosaur
What format are the audio files in, are they 44.1Khz / 16 bit or something else?
If you enable the equalizer or the replay gain, do they play then?Does it play using gst-play-1.0?
gst-play-1.0 --use-playbin3 file:///filepath
-
RE: gstreamer sink issue with .ogg files on freeBSD
I suggest also to check the files with file utility to double-check that the files are actually Ogg Vorbis, there is also Opus and FLAC which could use the same extension.
file <filename>
Should return Ogg data, Vorbis audio
-
RE: gstreamer sink issue with .ogg files on freeBSD
@skyenosaur
The .ogg files, are you sure those are Ogg Vorbis? In that case you need the gstreamer ogg and vorbis plugins, check that you have the files:libgstogg.so
andlibgstvorbis.so
, these should be in a directory called gstreamer-1.0, usually under the systems lib directory.
Close strawberry and delete the plugin cache~/.cache/gstreamer-1.0/*.bin
.
You can check that the plugins are correctly detected using thegst-inspect-1.0
utility.:gst-inspect-1.0 ogg gst-inspect-1.0 vorbis
-
RE: Error when opening Android device
@sebcarp
The phone should not be mounted when connecting it in strawberry as the MTP protocol is used. -
RE: appearence problem
Fusion is part of Qt and the default style in Qt, nothing specific to Strawberry. For any application which doesn't have a setting to change style you can still set this by using the QT_STYLE_OVERRIDE environment variable.
But maybe you didn't have this issue with Clementine because you either used a different style, or there is a bug in the newer versions of Qt. The latest release of Clementine is still using Qt 4 (although you can build Clementine with Qt 5 with the latest source code from git). While Strawberry is Qt 6, but still compatible with Qt 5. Qt 5 is more or less end of life from Qt for open source use, the Qt company have closed the Qt 5 branches. -
Version 1.0.21 released
Bugfixes:
- Fixed seekbar position resetting to zero before showing actual position when seeking.
- Fixed compressed files showing up in collection (#1274).
- Fixed connecting devices (#1288).
- Fixed device schema missing ebur128 fields.
- Fixed collection search by tag not working with space between colon and search term (#1290).
- Fixed seeking when 5 seconds is remaining of the song resetting position to beginning (#1258).
- Fixed intermittent crash when seeking with Auto as output (#1123).
- (Windows) Fixed playlist header colors in dark mode (#1275).
Enhancements:
- Support using system KDSingleApplication when available.
- Improved lyrics matching.
- (macOS) Fully codesign binaries and DMG.
-
RE: RaspPiOS Bookworm cmake fails...(?)
@DougB
You were missing libicu-dev, the dependency was added a while back. -
RE: Strawberry not starting in Solus Os
@emasev said in Strawberry not starting in Solus Os:
GdkDisplay
This is an issue with GTK, you should report this to Solus.
-
RE: Device mounting does not work in 1.0.19 and 1.0.20
@Woopi
This should be fixed, if possible try the latest from https://builds.strawberrymusicplayer.org/ -
RE: 'Save to Collection' not working
@pestilany
You need at least one existing collection folder (empty or not). -
RE: Device mounting does not work in 1.0.19 and 1.0.20
@Woopi
It's a bug, working on a fix now. -
RE: How to use EBU R128?
@silver-sun
The EBU R128 info is only added to the database, I don't think there are tags for them. -
RE: How to use EBU R128?
@silver-sun
The PPA for 1.0.20 wasn't enabled with EBU R128 volume normalization, because I forgot to add libebur128 to the debian control file before the day after the release. It will have it on the next release.
In the meantime you can use the downloads from the website, it has it enabled.
Linux Mint is based on Ubuntu, not debian so the debian packages are not likely to work, use the equivalent Ubuntu package.