@paul2berry
That seems wrong, I'll fix it now.
Posts made by jonas
-
RE: Collection / Display Options
-
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? -
Version 1.2.3 released
- Fixed libcdio NULL related compilation error on FreeBSD (#1610).
- Fixed missing seek when starting playback of a CUE song (#1568).
- Fixed "QDBusObjectPath: invalid path" error.
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-3-117562480).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads. -
RE: strawberry version 1.2.2 crashing
@leo
This crash can happen when a object is deleted too early, it's hard to know from the backtrace where the crash actually is.
Does it randomly crash when idle, or playing?
What OS are you running on, and what package did you use, or did you build from source? -
RE: Version 1.2.2 cannot use my audio devices correctly anymore
@Perrybirb
I can't reproduce any issues here and no-one else has reported this. It might just be coincidental that it stopped working when upgrading, are you sure you haven not muted strawberry in Windows Volume Mixer?
If not, I suggest to try different settings for Audio output and device in Settings / Backend in Strawberry. -
RE: Playlist view keeps adding unwanted columns
Made a new release 1.2.2 which should fix this issue.
-
Version 1.2.2 released
Bugfixes:
- Fixed crash when creating a new smart playlist (#1609).
- Fixed last playlist column being added when dragging a song and switching playlists.
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-2-116580727).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads. -
RE: Reintegrate projectM Visualizer
@Gustavo-L-Conte
Are you still working on the projectM integration, or did you give it up? -
RE: Playlist view keeps adding unwanted columns
@FTS
Thanks, I can reproduce by dragging a song in one playlist and then switching to a different playlist. Seems like the stretch mode get's reset and "Loudness Range" gets added. It does not occur if I modify one of the column sizes after dragging a song. -
RE: Randomly playing end of previously played track
The issue with Strawberry leaving open pipelines which leads to open files should be fixed in version 1.2.1. However the new version won't work on Ubuntu 22.04 as Strawberry now requires a newer Qt version than is available on that Ubuntu version, consider upgrading to Ubuntu 24.04 (Noble).
The "Your GStreamer installation is missing a plug-in" error could be a GStreamer bug, maybe a newer GStreamer version solves that.
-
RE: Caps Lock causing Strawberry to Crash (Mac OS-14.4.1)
The 1.2.1 release should fix the caps lock crash.
-
Version 1.2.1 released
Bugfixes:
- Fixed playback of CUE continuing to play from the same file after the song has finished playing (#1568).
- Fixed updating collection song sort text when disc is changed.
- Fixed current playing file left open when the next track errored (#1582).
- Fixed filter search not finding song containing uppercase "A" (#1599).
- Fixed crash when removing album from playlist when using shuffle albums (#1588).
- Fixed IDv3 MBID's tags with multiple entries being ignored.
- Fixed crash when enabling Tidal, Spotify, Qobuz or Subsonic services.
- Fixed passing filenames to strawberry on command line not resolving to absolute paths.
- (macOS) Fixed program not starting for users with long usernames.
- (macoS) Fixed crash when pressing caps lock (#1606).
- (macOS) Remove "song progress on taskbar" option in behaviour settings.
Enhancements:
- Resolve symbolic links when dragging files to the playlist to match collection song.
- Replaced Spotify username/password with access token.
- Require Qt 6.4 or higher and drop support for Qt 5.
- Require TagLib 1.12 or higher.
- Use Qt stringliterals.
- Move gstfastspectrum to src.
- Use standard user temp location for current album cover.
- Removed old MacFSListener.
- Removed external tagreader and protobuf dependency.
- Removed VLC support.
- Ported to Qt translation (.ts) files and removed gettext dependency.
- Removed deprecated Gnome/Mate SettingsDaemon global shortcuts.
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-1-116452131).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads. -
RE: Caps Lock causing Strawberry to Crash (Mac OS-14.4.1)
https://github.com/strawberrymusicplayer/strawberry/issues/1606
Looks like this is caused by the global shortcuts, specifically SPMediaKeyTap. I'll temporary remove SPMediaKeyTap until a better solution is found, this will cause Apple Music to open when using the Play keyboard button, but at least it's better than crashing.
-
RE: Moving / Copying Collection Files / Folders
@mncroc
There is a setting "Song fingerprinting and tracking" under settings / collection, if you turn that on, it should automatically figure out that the song file is moved and update the URL, instead of deleting the song and adding the new from the new location. You need to do "Update changed collection folders" under tools after the option is enabled.
You can also turn on the option to save playcounts and rating under the collection settings, there is a also a button there to synchronize all playcounts/rating. -
RE: cover size in context
Currently, you can only decrease the cover size by moving the splitter so the context window size gets smaller, this should be saved on exit, if it's not saved, please start strawberry on the terminal under gdb to see if it crashes when you exit the application (https://wiki.strawberrymusicplayer.org/wiki/Backtrace).
-
RE: Keyboard Shortcuts Greyed Out
@WeeGerGai
I think it should start automatically on logon, check that it is running with:systemctl --user status plasma-kglobalaccel.service
-
Version 1.2.1-rc1 released
This is a release candidate (pre-release) for the upcoming 1.2.1 release. I encourage everyone to try it, please report any bugs you encounter.
This release features major restructuring of the codebase, moving source files,
rewriting CMake build files, dropping Qt 5 support, external tagreader,
and dropping some unmaintained parts such as VLC.Bugfixes:
- Fixed playback of CUE continuing to play from the same file after the song has finished playing (#1568).
- Fixed updating collection song sort text when disc is changed.
- Fixed current playing file left open when the next track errored (#1582).
- Fixed filter search not finding song containing uppercase "A" (#1599).
- Fixed crash when removing album from playlist when using shuffle albums (#1588).
- Fixed IDv3 MBID's tags with multiple entries being ignored.
- Fixed crash when enabling Tidal, Spotify, Qobuz or Subsonic services.
- Fixed passing filenames to strawberry on command line not resolving to absolute paths.
- (macOS) Fixed program not starting for users with long usernames.
Enhancements:
- Resolve symbolic links when dragging files to the playlist to match collection song.
- Replaced Spotify username/password with access token.
- Require Qt 6.4 or higher and drop support for Qt 5.
- Require TagLib 1.12 or higher.
- Use Qt stringliterals.
- Move gstfastspectrum to src.
- Use standard user temp location for current album cover.
- Removed old MacFSListener.
- Removed external tagreader and protobuf dependency.
- Removed VLC support.
- Ported to Qt translation (.ts) files and removed gettext dependency.
- Removed deprecated Gnome/Mate SettingsDaemon global shortcuts.
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-1-116105907).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads.