You can pass the following to cmake:
-DENABLE_TIDAL=OFF -DENABLE_QOBUZ=OFF -DENABLE_SPOTIFY=OFF -DENABLE_SUBSONIC=OFF
You can pass the following to cmake:
-DENABLE_TIDAL=OFF -DENABLE_QOBUZ=OFF -DENABLE_SPOTIFY=OFF -DENABLE_SUBSONIC=OFF
@kgrass
It looks like a missing gstreamer plugin, do you have an example for a URL that doesn't work?
@crakila
There is an option in Tools / Settings / Scrobbler: "Show dialog for errors".
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-149676843).
@shadowfire
There is a database row ID (ROWID) which is unique to each song in the songs table.
The ROWID from the collection songs table is linked to collection_id in playlist_items.
Fedora disables all logging from Qt programs through qtlogging.ini, you need to edit that file and enable debug logging.
See https://discussion.fedoraproject.org/t/qt-logging-has-been-disabled-qtlogging-ini-needs-to-be-fixed/146868
Changelog:
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-148515540).
@new_user
Playcounts and ratings only work for collection songs. The songs aren't linked to the collection for some reason indicated by the "folder" icon, the collection songs should have a vinyl icon. Maybe you dragged the songs from a file manager or the file tab before the folders were added to the collectiob? You need to re-add the songs from the left collection panel, then it should work.
@rlkeeney
If you look at the screenshot, the rating column is already there.
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-146024729).
@rlkeeney
There is a setting to disable it for scrobbler errors under Settings / Scrobbler / "Show dialog for errors". Other than that, it can't be disabled.
@Camber
Edit ~/.config/strawberry/strawberry.conf with a text editor (like Kate), and delete the entire [SerializedSmartPlaylists] section.
@allaboutmikey
You need to enable replay gain in Settings / Backend
@Nobody
Strawberry doesn't show replay gain metadata, it's used through GStreamer for playback.
EBU R 128 is shown, but that's something else.
@Lexi
Settings / Playlist / Show a glowing animation on the currently playing track
@Proteus454
Which setup file did you use (there are 5 different ones), and what anti-virus program, and most importantly is your anti-virus up-to-date?
I tested all the installers, none of the 3 msvc based has any detection, but the mingw x64 has detection from trapmine, ikarus and google, while the x86 one has a couple of more from Avast and AVG (the worst anti-virus programs made), these are false-positives typical for programs based on MinGW-W64, they just matches files based on a certain pattern or use AI, that's one of the reasons we have MSVC version instead. But as you can see by the reports, all trustworthy antivirus programs (Microsoft, Bitdefender, Symantic, McAfree, ESET, etc) does not detect anything.
So I suggest to either use the MSVC version ( if you are using the MinGW version), or you can report this to your anti-virus software as false-positive (as some of these require a paid account / subscription to report false-positives).
StrawberrySetup-1.2.15-msvc-x64.exe:
https://www.virustotal.com/gui/file/45b75c9ef72e75a298a201ea26bfcba52bc37d274c8f6db804a6f99b8c8f9fe9?nocache=1
StrawberrySetup-1.2.15-msvc-x86.exe:
https://www.virustotal.com/gui/file/faf41ab751fe243746aa567d057f2062b9534bf46471982fb1ca58cb52f552ca?nocache=1
StrawberrySetup-1.2.15-msvc-arm64.exe:
https://www.virustotal.com/gui/file/84d1b0b86b3ae23602c9adde98cea8acea2f6f675b970ae9581cd70bf70e85ad?nocache=1
StrawberrySetup-1.2.15-mingw-x64.exe:
https://www.virustotal.com/gui/file/bdf7c0ead5a2b61186bb754de9d1d36cd24e55908a02d899e6279540f7e04de4?nocache=1
StrawberrySetup-1.2.15-mingw-x86.exe:
https://www.virustotal.com/gui/file/cbef9231c36e603798db36f2bb10e2976e0f4da54abd0d8706bc815565e207a7?nocache=1
@mikefromd
You have newer versions of Qt than what is compatible with Ubuntu Noble and the strawberry PPA for Ubuntu Noble. The version should be 6.4, but you have 6.9. I think you need to ask Tuxedo directly.
Full Changelog: https://github.com/strawberrymusicplayer/strawberry/compare/1.2.14...1.2.15
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-144341548).
They changed the API to not allow localhost anymore, have to use 127.0.0.1 instead:
https://developer.spotify.com/blog/2025-02-12-increasing-the-security-requirements-for-integrating-with-spotify
I've fixed this now https://github.com/strawberrymusicplayer/strawberry/commit/9ed89afdb2063baaac694f59e7a97d27871e7a01
@daveros13
This error message isn't from strawberry, it doesn't copy the album cover like that, and doesn't use the 'cp' command. Seems like some sort of script that is set up to copy the cover when strawberry changes song, maybe listening to D-Bus for song change.
@CharAznableLoNZ said in Strawberry reads new "sort" tags instead of the traditional tags when sorting.:
I use the "Album Artist" tag as one of the main ways I sort my play lists. I have noticed strawberry 1.2.14 now ignores the actual "Album Artist" tag and instead uses the "Album Artist Sort" tag.
The playlist should still use the album artist tag, there is a separate column called "Album Artist Sort" which uses the sort tag.
Looking at the source code, I do not see how this can happen, can you show a screenshot of the playlist showing the incorrect sort behavior?
This means I now have to go through my entire music collection and clear out all the "sort" tags. God only knows how this will screw up syncing albums to devices which strawberry has continually screwed up since it was forked from Clementine.
There isn't a device sync feature in Strawberry, I assume you might mean the copy to device feature?
Some parts of Strawberry have been entirely rewritten from scratch, (even though the interface looks the same) to fix underlying design flaws, sometimes this can change behavior, or cause regressions, could you explain what's screwed up?